diff --git a/grpc-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsGrpc.java b/grpc-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsGrpc.java deleted file mode 100644 index 1894960b..00000000 --- a/grpc-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsGrpc.java +++ /dev/null @@ -1,1939 +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. - */ -package com.google.cloud.domains.v1alpha2; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - * - * - *
- * The Cloud Domains API enables management and configuration of domain names.
- * 
- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/cloud/domains/v1alpha2/domains.proto") -public final class DomainsGrpc { - - private DomainsGrpc() {} - - public static final String SERVICE_NAME = "google.cloud.domains.v1alpha2.Domains"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.SearchDomainsRequest, - com.google.cloud.domains.v1alpha2.SearchDomainsResponse> - getSearchDomainsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "SearchDomains", - requestType = com.google.cloud.domains.v1alpha2.SearchDomainsRequest.class, - responseType = com.google.cloud.domains.v1alpha2.SearchDomainsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.SearchDomainsRequest, - com.google.cloud.domains.v1alpha2.SearchDomainsResponse> - getSearchDomainsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.SearchDomainsRequest, - com.google.cloud.domains.v1alpha2.SearchDomainsResponse> - getSearchDomainsMethod; - if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { - DomainsGrpc.getSearchDomainsMethod = - getSearchDomainsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SearchDomains")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.SearchDomainsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.SearchDomainsResponse - .getDefaultInstance())) - .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("SearchDomains")) - .build(); - } - } - } - return getSearchDomainsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest, - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse> - getRetrieveRegisterParametersMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RetrieveRegisterParameters", - requestType = com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.class, - responseType = com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest, - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse> - getRetrieveRegisterParametersMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest, - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse> - getRetrieveRegisterParametersMethod; - if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) - == null) { - synchronized (DomainsGrpc.class) { - if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) - == null) { - DomainsGrpc.getRetrieveRegisterParametersMethod = - getRetrieveRegisterParametersMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "RetrieveRegisterParameters")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - .getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("RetrieveRegisterParameters")) - .build(); - } - } - } - return getRetrieveRegisterParametersMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RegisterDomainRequest, com.google.longrunning.Operation> - getRegisterDomainMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RegisterDomain", - requestType = com.google.cloud.domains.v1alpha2.RegisterDomainRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RegisterDomainRequest, com.google.longrunning.Operation> - getRegisterDomainMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RegisterDomainRequest, - com.google.longrunning.Operation> - getRegisterDomainMethod; - if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { - DomainsGrpc.getRegisterDomainMethod = - getRegisterDomainMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RegisterDomain")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.RegisterDomainRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RegisterDomain")) - .build(); - } - } - } - return getRegisterDomainMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest, - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse> - getListRegistrationsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListRegistrations", - requestType = com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.class, - responseType = com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest, - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse> - getListRegistrationsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest, - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse> - getListRegistrationsMethod; - if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { - DomainsGrpc.getListRegistrationsMethod = - getListRegistrationsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListRegistrations")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse - .getDefaultInstance())) - .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ListRegistrations")) - .build(); - } - } - } - return getListRegistrationsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.GetRegistrationRequest, - com.google.cloud.domains.v1alpha2.Registration> - getGetRegistrationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetRegistration", - requestType = com.google.cloud.domains.v1alpha2.GetRegistrationRequest.class, - responseType = com.google.cloud.domains.v1alpha2.Registration.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.GetRegistrationRequest, - com.google.cloud.domains.v1alpha2.Registration> - getGetRegistrationMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.GetRegistrationRequest, - com.google.cloud.domains.v1alpha2.Registration> - getGetRegistrationMethod; - if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { - DomainsGrpc.getGetRegistrationMethod = - getGetRegistrationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetRegistration")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.GetRegistrationRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance())) - .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("GetRegistration")) - .build(); - } - } - } - return getGetRegistrationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest, - com.google.longrunning.Operation> - getUpdateRegistrationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "UpdateRegistration", - requestType = com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest, - com.google.longrunning.Operation> - getUpdateRegistrationMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest, - com.google.longrunning.Operation> - getUpdateRegistrationMethod; - if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { - DomainsGrpc.getUpdateRegistrationMethod = - getUpdateRegistrationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateRegistration")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("UpdateRegistration")) - .build(); - } - } - } - return getUpdateRegistrationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest, - com.google.longrunning.Operation> - getConfigureManagementSettingsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ConfigureManagementSettings", - requestType = com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest, - com.google.longrunning.Operation> - getConfigureManagementSettingsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest, - com.google.longrunning.Operation> - getConfigureManagementSettingsMethod; - if ((getConfigureManagementSettingsMethod = DomainsGrpc.getConfigureManagementSettingsMethod) - == null) { - synchronized (DomainsGrpc.class) { - if ((getConfigureManagementSettingsMethod = - DomainsGrpc.getConfigureManagementSettingsMethod) - == null) { - DomainsGrpc.getConfigureManagementSettingsMethod = - getConfigureManagementSettingsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "ConfigureManagementSettings")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ConfigureManagementSettings")) - .build(); - } - } - } - return getConfigureManagementSettingsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest, - com.google.longrunning.Operation> - getConfigureDnsSettingsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ConfigureDnsSettings", - requestType = com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest, - com.google.longrunning.Operation> - getConfigureDnsSettingsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest, - com.google.longrunning.Operation> - getConfigureDnsSettingsMethod; - if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { - DomainsGrpc.getConfigureDnsSettingsMethod = - getConfigureDnsSettingsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "ConfigureDnsSettings")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ConfigureDnsSettings")) - .build(); - } - } - } - return getConfigureDnsSettingsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest, - com.google.longrunning.Operation> - getConfigureContactSettingsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ConfigureContactSettings", - requestType = com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest, - com.google.longrunning.Operation> - getConfigureContactSettingsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest, - com.google.longrunning.Operation> - getConfigureContactSettingsMethod; - if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) - == null) { - synchronized (DomainsGrpc.class) { - if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) - == null) { - DomainsGrpc.getConfigureContactSettingsMethod = - getConfigureContactSettingsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "ConfigureContactSettings")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ConfigureContactSettings")) - .build(); - } - } - } - return getConfigureContactSettingsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest, - com.google.longrunning.Operation> - getExportRegistrationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ExportRegistration", - requestType = com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest, - com.google.longrunning.Operation> - getExportRegistrationMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest, - com.google.longrunning.Operation> - getExportRegistrationMethod; - if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { - DomainsGrpc.getExportRegistrationMethod = - getExportRegistrationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportRegistration")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ExportRegistration")) - .build(); - } - } - } - return getExportRegistrationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest, - com.google.longrunning.Operation> - getDeleteRegistrationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteRegistration", - requestType = com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest, - com.google.longrunning.Operation> - getDeleteRegistrationMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest, - com.google.longrunning.Operation> - getDeleteRegistrationMethod; - if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { - DomainsGrpc.getDeleteRegistrationMethod = - getDeleteRegistrationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteRegistration")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("DeleteRegistration")) - .build(); - } - } - } - return getDeleteRegistrationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest, - com.google.cloud.domains.v1alpha2.AuthorizationCode> - getRetrieveAuthorizationCodeMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RetrieveAuthorizationCode", - requestType = com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.class, - responseType = com.google.cloud.domains.v1alpha2.AuthorizationCode.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest, - com.google.cloud.domains.v1alpha2.AuthorizationCode> - getRetrieveAuthorizationCodeMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest, - com.google.cloud.domains.v1alpha2.AuthorizationCode> - getRetrieveAuthorizationCodeMethod; - if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) - == null) { - synchronized (DomainsGrpc.class) { - if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) - == null) { - DomainsGrpc.getRetrieveAuthorizationCodeMethod = - getRetrieveAuthorizationCodeMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "RetrieveAuthorizationCode")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.AuthorizationCode - .getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("RetrieveAuthorizationCode")) - .build(); - } - } - } - return getRetrieveAuthorizationCodeMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest, - com.google.cloud.domains.v1alpha2.AuthorizationCode> - getResetAuthorizationCodeMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ResetAuthorizationCode", - requestType = com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.class, - responseType = com.google.cloud.domains.v1alpha2.AuthorizationCode.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest, - com.google.cloud.domains.v1alpha2.AuthorizationCode> - getResetAuthorizationCodeMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest, - com.google.cloud.domains.v1alpha2.AuthorizationCode> - getResetAuthorizationCodeMethod; - if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) - == null) { - DomainsGrpc.getResetAuthorizationCodeMethod = - getResetAuthorizationCodeMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "ResetAuthorizationCode")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1alpha2.AuthorizationCode - .getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ResetAuthorizationCode")) - .build(); - } - } - } - return getResetAuthorizationCodeMethod; - } - - /** Creates a new async stub that supports all call types for the service */ - public static DomainsStub newStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public DomainsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsStub(channel, callOptions); - } - }; - return DomainsStub.newStub(factory, channel); - } - - /** - * Creates a new blocking-style stub that supports unary and streaming output calls on the service - */ - public static DomainsBlockingStub newBlockingStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public DomainsBlockingStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsBlockingStub(channel, callOptions); - } - }; - return DomainsBlockingStub.newStub(factory, channel); - } - - /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ - public static DomainsFutureStub newFutureStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public DomainsFutureStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsFutureStub(channel, callOptions); - } - }; - return DomainsFutureStub.newStub(factory, channel); - } - - /** - * - * - *
-   * The Cloud Domains API enables management and configuration of domain names.
-   * 
- */ - public abstract static class DomainsImplBase implements io.grpc.BindableService { - - /** - * - * - *
-     * Searches for available domain names similar to the provided query.
-     * Availability results from this method are approximate; call
-     * `RetrieveRegisterParameters` on a domain before registering to confirm
-     * availability.
-     * 
- */ - public void searchDomains( - com.google.cloud.domains.v1alpha2.SearchDomainsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getSearchDomainsMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets parameters needed to register a new domain name, including price and
-     * up-to-date availability. Use the returned values to call `RegisterDomain`.
-     * 
- */ - public void retrieveRegisterParameters( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRetrieveRegisterParametersMethod(), responseObserver); - } - - /** - * - * - *
-     * Registers a new domain name and creates a corresponding `Registration`
-     * resource.
-     * Call `RetrieveRegisterParameters` first to check availability of the domain
-     * name and determine parameters like price that are needed to build a call to
-     * this method.
-     * A successful call creates a `Registration` resource in state
-     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
-     * minutes, indicating that the domain was successfully registered. If the
-     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
-     * domain was not registered successfully, and you can safely delete the
-     * resource and retry registration.
-     * 
- */ - public void registerDomain( - com.google.cloud.domains.v1alpha2.RegisterDomainRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRegisterDomainMethod(), responseObserver); - } - - /** - * - * - *
-     * Lists the `Registration` resources in a project.
-     * 
- */ - public void listRegistrations( - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListRegistrationsMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets the details of a `Registration` resource.
-     * 
- */ - public void getRegistration( - com.google.cloud.domains.v1alpha2.GetRegistrationRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetRegistrationMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates select fields of a `Registration` resource, notably `labels`. To
-     * update other fields, use the appropriate custom update method:
-     * * To update management settings, see `ConfigureManagementSettings`
-     * * To update DNS configuration, see `ConfigureDnsSettings`
-     * * To update contact information, see `ConfigureContactSettings`
-     * 
- */ - public void updateRegistration( - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateRegistrationMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s management settings.
-     * 
- */ - public void configureManagementSettings( - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getConfigureManagementSettingsMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s DNS settings.
-     * 
- */ - public void configureDnsSettings( - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getConfigureDnsSettingsMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s contact settings. Some changes require
-     * confirmation by the domain's registrant contact .
-     * 
- */ - public void configureContactSettings( - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getConfigureContactSettingsMethod(), responseObserver); - } - - /** - * - * - *
-     * Exports a `Registration` that you no longer want to use with
-     * Cloud Domains. You can continue to use the domain in
-     * [Google Domains](https://domains.google/) until it expires.
-     * If the export is successful:
-     * * The resource's `state` becomes `EXPORTED`, meaning that it is no longer
-     * managed by Cloud Domains
-     * * Because individual users can own domains in Google Domains, the calling
-     * user becomes the domain's sole owner. Permissions for the domain are
-     * subsequently managed in Google Domains.
-     * * Without further action, the domain does not renew automatically.
-     * The new owner can set up billing in Google Domains to renew the domain
-     * if needed.
-     * 
- */ - public void exportRegistration( - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getExportRegistrationMethod(), responseObserver); - } - - /** - * - * - *
-     * Deletes a `Registration` resource.
-     * This method only works on resources in one of the following states:
-     * * `state` is `EXPORTED` with `expire_time` in the past
-     * * `state` is `REGISTRATION_FAILED`
-     * 
- */ - public void deleteRegistration( - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteRegistrationMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets the authorization code of the `Registration` for the purpose of
-     * transferring the domain to another registrar.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public void retrieveAuthorizationCode( - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRetrieveAuthorizationCodeMethod(), responseObserver); - } - - /** - * - * - *
-     * Resets the authorization code of the `Registration` to a new random string.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public void resetAuthorizationCode( - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getResetAuthorizationCodeMethod(), responseObserver); - } - - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { - return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) - .addMethod( - getSearchDomainsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.SearchDomainsRequest, - com.google.cloud.domains.v1alpha2.SearchDomainsResponse>( - this, METHODID_SEARCH_DOMAINS))) - .addMethod( - getRetrieveRegisterParametersMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest, - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse>( - this, METHODID_RETRIEVE_REGISTER_PARAMETERS))) - .addMethod( - getRegisterDomainMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.RegisterDomainRequest, - com.google.longrunning.Operation>(this, METHODID_REGISTER_DOMAIN))) - .addMethod( - getListRegistrationsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest, - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse>( - this, METHODID_LIST_REGISTRATIONS))) - .addMethod( - getGetRegistrationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.GetRegistrationRequest, - com.google.cloud.domains.v1alpha2.Registration>( - this, METHODID_GET_REGISTRATION))) - .addMethod( - getUpdateRegistrationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest, - com.google.longrunning.Operation>(this, METHODID_UPDATE_REGISTRATION))) - .addMethod( - getConfigureManagementSettingsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest, - com.google.longrunning.Operation>( - this, METHODID_CONFIGURE_MANAGEMENT_SETTINGS))) - .addMethod( - getConfigureDnsSettingsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest, - com.google.longrunning.Operation>(this, METHODID_CONFIGURE_DNS_SETTINGS))) - .addMethod( - getConfigureContactSettingsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest, - com.google.longrunning.Operation>(this, METHODID_CONFIGURE_CONTACT_SETTINGS))) - .addMethod( - getExportRegistrationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest, - com.google.longrunning.Operation>(this, METHODID_EXPORT_REGISTRATION))) - .addMethod( - getDeleteRegistrationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest, - com.google.longrunning.Operation>(this, METHODID_DELETE_REGISTRATION))) - .addMethod( - getRetrieveAuthorizationCodeMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest, - com.google.cloud.domains.v1alpha2.AuthorizationCode>( - this, METHODID_RETRIEVE_AUTHORIZATION_CODE))) - .addMethod( - getResetAuthorizationCodeMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest, - com.google.cloud.domains.v1alpha2.AuthorizationCode>( - this, METHODID_RESET_AUTHORIZATION_CODE))) - .build(); - } - } - - /** - * - * - *
-   * The Cloud Domains API enables management and configuration of domain names.
-   * 
- */ - public static final class DomainsStub extends io.grpc.stub.AbstractAsyncStub { - private DomainsStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected DomainsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsStub(channel, callOptions); - } - - /** - * - * - *
-     * Searches for available domain names similar to the provided query.
-     * Availability results from this method are approximate; call
-     * `RetrieveRegisterParameters` on a domain before registering to confirm
-     * availability.
-     * 
- */ - public void searchDomains( - com.google.cloud.domains.v1alpha2.SearchDomainsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets parameters needed to register a new domain name, including price and
-     * up-to-date availability. Use the returned values to call `RegisterDomain`.
-     * 
- */ - public void retrieveRegisterParameters( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Registers a new domain name and creates a corresponding `Registration`
-     * resource.
-     * Call `RetrieveRegisterParameters` first to check availability of the domain
-     * name and determine parameters like price that are needed to build a call to
-     * this method.
-     * A successful call creates a `Registration` resource in state
-     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
-     * minutes, indicating that the domain was successfully registered. If the
-     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
-     * domain was not registered successfully, and you can safely delete the
-     * resource and retry registration.
-     * 
- */ - public void registerDomain( - com.google.cloud.domains.v1alpha2.RegisterDomainRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Lists the `Registration` resources in a project.
-     * 
- */ - public void listRegistrations( - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets the details of a `Registration` resource.
-     * 
- */ - public void getRegistration( - com.google.cloud.domains.v1alpha2.GetRegistrationRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates select fields of a `Registration` resource, notably `labels`. To
-     * update other fields, use the appropriate custom update method:
-     * * To update management settings, see `ConfigureManagementSettings`
-     * * To update DNS configuration, see `ConfigureDnsSettings`
-     * * To update contact information, see `ConfigureContactSettings`
-     * 
- */ - public void updateRegistration( - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s management settings.
-     * 
- */ - public void configureManagementSettings( - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s DNS settings.
-     * 
- */ - public void configureDnsSettings( - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s contact settings. Some changes require
-     * confirmation by the domain's registrant contact .
-     * 
- */ - public void configureContactSettings( - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Exports a `Registration` that you no longer want to use with
-     * Cloud Domains. You can continue to use the domain in
-     * [Google Domains](https://domains.google/) until it expires.
-     * If the export is successful:
-     * * The resource's `state` becomes `EXPORTED`, meaning that it is no longer
-     * managed by Cloud Domains
-     * * Because individual users can own domains in Google Domains, the calling
-     * user becomes the domain's sole owner. Permissions for the domain are
-     * subsequently managed in Google Domains.
-     * * Without further action, the domain does not renew automatically.
-     * The new owner can set up billing in Google Domains to renew the domain
-     * if needed.
-     * 
- */ - public void exportRegistration( - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Deletes a `Registration` resource.
-     * This method only works on resources in one of the following states:
-     * * `state` is `EXPORTED` with `expire_time` in the past
-     * * `state` is `REGISTRATION_FAILED`
-     * 
- */ - public void deleteRegistration( - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets the authorization code of the `Registration` for the purpose of
-     * transferring the domain to another registrar.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public void retrieveAuthorizationCode( - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Resets the authorization code of the `Registration` to a new random string.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public void resetAuthorizationCode( - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), - request, - responseObserver); - } - } - - /** - * - * - *
-   * The Cloud Domains API enables management and configuration of domain names.
-   * 
- */ - public static final class DomainsBlockingStub - extends io.grpc.stub.AbstractBlockingStub { - private DomainsBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected DomainsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsBlockingStub(channel, callOptions); - } - - /** - * - * - *
-     * Searches for available domain names similar to the provided query.
-     * Availability results from this method are approximate; call
-     * `RetrieveRegisterParameters` on a domain before registering to confirm
-     * availability.
-     * 
- */ - public com.google.cloud.domains.v1alpha2.SearchDomainsResponse searchDomains( - com.google.cloud.domains.v1alpha2.SearchDomainsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getSearchDomainsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets parameters needed to register a new domain name, including price and
-     * up-to-date availability. Use the returned values to call `RegisterDomain`.
-     * 
- */ - public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - retrieveRegisterParameters( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRetrieveRegisterParametersMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Registers a new domain name and creates a corresponding `Registration`
-     * resource.
-     * Call `RetrieveRegisterParameters` first to check availability of the domain
-     * name and determine parameters like price that are needed to build a call to
-     * this method.
-     * A successful call creates a `Registration` resource in state
-     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
-     * minutes, indicating that the domain was successfully registered. If the
-     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
-     * domain was not registered successfully, and you can safely delete the
-     * resource and retry registration.
-     * 
- */ - public com.google.longrunning.Operation registerDomain( - com.google.cloud.domains.v1alpha2.RegisterDomainRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRegisterDomainMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Lists the `Registration` resources in a project.
-     * 
- */ - public com.google.cloud.domains.v1alpha2.ListRegistrationsResponse listRegistrations( - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListRegistrationsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets the details of a `Registration` resource.
-     * 
- */ - public com.google.cloud.domains.v1alpha2.Registration getRegistration( - com.google.cloud.domains.v1alpha2.GetRegistrationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetRegistrationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates select fields of a `Registration` resource, notably `labels`. To
-     * update other fields, use the appropriate custom update method:
-     * * To update management settings, see `ConfigureManagementSettings`
-     * * To update DNS configuration, see `ConfigureDnsSettings`
-     * * To update contact information, see `ConfigureContactSettings`
-     * 
- */ - public com.google.longrunning.Operation updateRegistration( - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateRegistrationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s management settings.
-     * 
- */ - public com.google.longrunning.Operation configureManagementSettings( - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getConfigureManagementSettingsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s DNS settings.
-     * 
- */ - public com.google.longrunning.Operation configureDnsSettings( - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getConfigureDnsSettingsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s contact settings. Some changes require
-     * confirmation by the domain's registrant contact .
-     * 
- */ - public com.google.longrunning.Operation configureContactSettings( - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getConfigureContactSettingsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Exports a `Registration` that you no longer want to use with
-     * Cloud Domains. You can continue to use the domain in
-     * [Google Domains](https://domains.google/) until it expires.
-     * If the export is successful:
-     * * The resource's `state` becomes `EXPORTED`, meaning that it is no longer
-     * managed by Cloud Domains
-     * * Because individual users can own domains in Google Domains, the calling
-     * user becomes the domain's sole owner. Permissions for the domain are
-     * subsequently managed in Google Domains.
-     * * Without further action, the domain does not renew automatically.
-     * The new owner can set up billing in Google Domains to renew the domain
-     * if needed.
-     * 
- */ - public com.google.longrunning.Operation exportRegistration( - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getExportRegistrationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Deletes a `Registration` resource.
-     * This method only works on resources in one of the following states:
-     * * `state` is `EXPORTED` with `expire_time` in the past
-     * * `state` is `REGISTRATION_FAILED`
-     * 
- */ - public com.google.longrunning.Operation deleteRegistration( - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteRegistrationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets the authorization code of the `Registration` for the purpose of
-     * transferring the domain to another registrar.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public com.google.cloud.domains.v1alpha2.AuthorizationCode retrieveAuthorizationCode( - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRetrieveAuthorizationCodeMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Resets the authorization code of the `Registration` to a new random string.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public com.google.cloud.domains.v1alpha2.AuthorizationCode resetAuthorizationCode( - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getResetAuthorizationCodeMethod(), getCallOptions(), request); - } - } - - /** - * - * - *
-   * The Cloud Domains API enables management and configuration of domain names.
-   * 
- */ - public static final class DomainsFutureStub - extends io.grpc.stub.AbstractFutureStub { - private DomainsFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected DomainsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsFutureStub(channel, callOptions); - } - - /** - * - * - *
-     * Searches for available domain names similar to the provided query.
-     * Availability results from this method are approximate; call
-     * `RetrieveRegisterParameters` on a domain before registering to confirm
-     * availability.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1alpha2.SearchDomainsResponse> - searchDomains(com.google.cloud.domains.v1alpha2.SearchDomainsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Gets parameters needed to register a new domain name, including price and
-     * up-to-date availability. Use the returned values to call `RegisterDomain`.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse> - retrieveRegisterParameters( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Registers a new domain name and creates a corresponding `Registration`
-     * resource.
-     * Call `RetrieveRegisterParameters` first to check availability of the domain
-     * name and determine parameters like price that are needed to build a call to
-     * this method.
-     * A successful call creates a `Registration` resource in state
-     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
-     * minutes, indicating that the domain was successfully registered. If the
-     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
-     * domain was not registered successfully, and you can safely delete the
-     * resource and retry registration.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - registerDomain(com.google.cloud.domains.v1alpha2.RegisterDomainRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Lists the `Registration` resources in a project.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse> - listRegistrations(com.google.cloud.domains.v1alpha2.ListRegistrationsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Gets the details of a `Registration` resource.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1alpha2.Registration> - getRegistration(com.google.cloud.domains.v1alpha2.GetRegistrationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates select fields of a `Registration` resource, notably `labels`. To
-     * update other fields, use the appropriate custom update method:
-     * * To update management settings, see `ConfigureManagementSettings`
-     * * To update DNS configuration, see `ConfigureDnsSettings`
-     * * To update contact information, see `ConfigureContactSettings`
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - updateRegistration(com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s management settings.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - configureManagementSettings( - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s DNS settings.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - configureDnsSettings( - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s contact settings. Some changes require
-     * confirmation by the domain's registrant contact .
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - configureContactSettings( - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Exports a `Registration` that you no longer want to use with
-     * Cloud Domains. You can continue to use the domain in
-     * [Google Domains](https://domains.google/) until it expires.
-     * If the export is successful:
-     * * The resource's `state` becomes `EXPORTED`, meaning that it is no longer
-     * managed by Cloud Domains
-     * * Because individual users can own domains in Google Domains, the calling
-     * user becomes the domain's sole owner. Permissions for the domain are
-     * subsequently managed in Google Domains.
-     * * Without further action, the domain does not renew automatically.
-     * The new owner can set up billing in Google Domains to renew the domain
-     * if needed.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - exportRegistration(com.google.cloud.domains.v1alpha2.ExportRegistrationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Deletes a `Registration` resource.
-     * This method only works on resources in one of the following states:
-     * * `state` is `EXPORTED` with `expire_time` in the past
-     * * `state` is `REGISTRATION_FAILED`
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - deleteRegistration(com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Gets the authorization code of the `Registration` for the purpose of
-     * transferring the domain to another registrar.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1alpha2.AuthorizationCode> - retrieveAuthorizationCode( - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Resets the authorization code of the `Registration` to a new random string.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1alpha2.AuthorizationCode> - resetAuthorizationCode( - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), request); - } - } - - private static final int METHODID_SEARCH_DOMAINS = 0; - private static final int METHODID_RETRIEVE_REGISTER_PARAMETERS = 1; - private static final int METHODID_REGISTER_DOMAIN = 2; - private static final int METHODID_LIST_REGISTRATIONS = 3; - private static final int METHODID_GET_REGISTRATION = 4; - private static final int METHODID_UPDATE_REGISTRATION = 5; - private static final int METHODID_CONFIGURE_MANAGEMENT_SETTINGS = 6; - private static final int METHODID_CONFIGURE_DNS_SETTINGS = 7; - private static final int METHODID_CONFIGURE_CONTACT_SETTINGS = 8; - private static final int METHODID_EXPORT_REGISTRATION = 9; - private static final int METHODID_DELETE_REGISTRATION = 10; - private static final int METHODID_RETRIEVE_AUTHORIZATION_CODE = 11; - private static final int METHODID_RESET_AUTHORIZATION_CODE = 12; - - 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 DomainsImplBase serviceImpl; - private final int methodId; - - MethodHandlers(DomainsImplBase serviceImpl, int methodId) { - this.serviceImpl = serviceImpl; - this.methodId = methodId; - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - case METHODID_SEARCH_DOMAINS: - serviceImpl.searchDomains( - (com.google.cloud.domains.v1alpha2.SearchDomainsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_RETRIEVE_REGISTER_PARAMETERS: - serviceImpl.retrieveRegisterParameters( - (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) request, - (io.grpc.stub.StreamObserver< - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse>) - responseObserver); - break; - case METHODID_REGISTER_DOMAIN: - serviceImpl.registerDomain( - (com.google.cloud.domains.v1alpha2.RegisterDomainRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_REGISTRATIONS: - serviceImpl.listRegistrations( - (com.google.cloud.domains.v1alpha2.ListRegistrationsRequest) request, - (io.grpc.stub.StreamObserver< - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse>) - responseObserver); - break; - case METHODID_GET_REGISTRATION: - serviceImpl.getRegistration( - (com.google.cloud.domains.v1alpha2.GetRegistrationRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_UPDATE_REGISTRATION: - serviceImpl.updateRegistration( - (com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CONFIGURE_MANAGEMENT_SETTINGS: - serviceImpl.configureManagementSettings( - (com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CONFIGURE_DNS_SETTINGS: - serviceImpl.configureDnsSettings( - (com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CONFIGURE_CONTACT_SETTINGS: - serviceImpl.configureContactSettings( - (com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_EXPORT_REGISTRATION: - serviceImpl.exportRegistration( - (com.google.cloud.domains.v1alpha2.ExportRegistrationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_DELETE_REGISTRATION: - serviceImpl.deleteRegistration( - (com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_RETRIEVE_AUTHORIZATION_CODE: - serviceImpl.retrieveAuthorizationCode( - (com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_RESET_AUTHORIZATION_CODE: - serviceImpl.resetAuthorizationCode( - (com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - default: - throw new AssertionError(); - } - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public io.grpc.stub.StreamObserver invoke( - io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - default: - throw new AssertionError(); - } - } - } - - private abstract static class DomainsBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { - DomainsBaseDescriptorSupplier() {} - - @java.lang.Override - public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto.getDescriptor(); - } - - @java.lang.Override - public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { - return getFileDescriptor().findServiceByName("Domains"); - } - } - - private static final class DomainsFileDescriptorSupplier extends DomainsBaseDescriptorSupplier { - DomainsFileDescriptorSupplier() {} - } - - private static final class DomainsMethodDescriptorSupplier extends DomainsBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { - private final String methodName; - - DomainsMethodDescriptorSupplier(String methodName) { - this.methodName = methodName; - } - - @java.lang.Override - public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { - return getServiceDescriptor().findMethodByName(methodName); - } - } - - private static volatile io.grpc.ServiceDescriptor serviceDescriptor; - - public static io.grpc.ServiceDescriptor getServiceDescriptor() { - io.grpc.ServiceDescriptor result = serviceDescriptor; - if (result == null) { - synchronized (DomainsGrpc.class) { - result = serviceDescriptor; - if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new DomainsFileDescriptorSupplier()) - .addMethod(getSearchDomainsMethod()) - .addMethod(getRetrieveRegisterParametersMethod()) - .addMethod(getRegisterDomainMethod()) - .addMethod(getListRegistrationsMethod()) - .addMethod(getGetRegistrationMethod()) - .addMethod(getUpdateRegistrationMethod()) - .addMethod(getConfigureManagementSettingsMethod()) - .addMethod(getConfigureDnsSettingsMethod()) - .addMethod(getConfigureContactSettingsMethod()) - .addMethod(getExportRegistrationMethod()) - .addMethod(getDeleteRegistrationMethod()) - .addMethod(getRetrieveAuthorizationCodeMethod()) - .addMethod(getResetAuthorizationCodeMethod()) - .build(); - } - } - } - return result; - } -} diff --git a/grpc-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsGrpc.java b/grpc-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsGrpc.java deleted file mode 100644 index 792350dd..00000000 --- a/grpc-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsGrpc.java +++ /dev/null @@ -1,1938 +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. - */ -package com.google.cloud.domains.v1beta1; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - * - * - *
- * The Cloud Domains API enables management and configuration of domain names.
- * 
- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/cloud/domains/v1beta1/domains.proto") -public final class DomainsGrpc { - - private DomainsGrpc() {} - - public static final String SERVICE_NAME = "google.cloud.domains.v1beta1.Domains"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.SearchDomainsRequest, - com.google.cloud.domains.v1beta1.SearchDomainsResponse> - getSearchDomainsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "SearchDomains", - requestType = com.google.cloud.domains.v1beta1.SearchDomainsRequest.class, - responseType = com.google.cloud.domains.v1beta1.SearchDomainsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.SearchDomainsRequest, - com.google.cloud.domains.v1beta1.SearchDomainsResponse> - getSearchDomainsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.SearchDomainsRequest, - com.google.cloud.domains.v1beta1.SearchDomainsResponse> - getSearchDomainsMethod; - if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { - DomainsGrpc.getSearchDomainsMethod = - getSearchDomainsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SearchDomains")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.SearchDomainsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.SearchDomainsResponse - .getDefaultInstance())) - .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("SearchDomains")) - .build(); - } - } - } - return getSearchDomainsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest, - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse> - getRetrieveRegisterParametersMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RetrieveRegisterParameters", - requestType = com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.class, - responseType = com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest, - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse> - getRetrieveRegisterParametersMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest, - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse> - getRetrieveRegisterParametersMethod; - if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) - == null) { - synchronized (DomainsGrpc.class) { - if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) - == null) { - DomainsGrpc.getRetrieveRegisterParametersMethod = - getRetrieveRegisterParametersMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "RetrieveRegisterParameters")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - .getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("RetrieveRegisterParameters")) - .build(); - } - } - } - return getRetrieveRegisterParametersMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RegisterDomainRequest, com.google.longrunning.Operation> - getRegisterDomainMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RegisterDomain", - requestType = com.google.cloud.domains.v1beta1.RegisterDomainRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RegisterDomainRequest, com.google.longrunning.Operation> - getRegisterDomainMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RegisterDomainRequest, - com.google.longrunning.Operation> - getRegisterDomainMethod; - if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { - DomainsGrpc.getRegisterDomainMethod = - getRegisterDomainMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RegisterDomain")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.RegisterDomainRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RegisterDomain")) - .build(); - } - } - } - return getRegisterDomainMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ListRegistrationsRequest, - com.google.cloud.domains.v1beta1.ListRegistrationsResponse> - getListRegistrationsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListRegistrations", - requestType = com.google.cloud.domains.v1beta1.ListRegistrationsRequest.class, - responseType = com.google.cloud.domains.v1beta1.ListRegistrationsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ListRegistrationsRequest, - com.google.cloud.domains.v1beta1.ListRegistrationsResponse> - getListRegistrationsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ListRegistrationsRequest, - com.google.cloud.domains.v1beta1.ListRegistrationsResponse> - getListRegistrationsMethod; - if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { - DomainsGrpc.getListRegistrationsMethod = - getListRegistrationsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListRegistrations")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.ListRegistrationsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.ListRegistrationsResponse - .getDefaultInstance())) - .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ListRegistrations")) - .build(); - } - } - } - return getListRegistrationsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.GetRegistrationRequest, - com.google.cloud.domains.v1beta1.Registration> - getGetRegistrationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetRegistration", - requestType = com.google.cloud.domains.v1beta1.GetRegistrationRequest.class, - responseType = com.google.cloud.domains.v1beta1.Registration.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.GetRegistrationRequest, - com.google.cloud.domains.v1beta1.Registration> - getGetRegistrationMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.GetRegistrationRequest, - com.google.cloud.domains.v1beta1.Registration> - getGetRegistrationMethod; - if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { - DomainsGrpc.getGetRegistrationMethod = - getGetRegistrationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetRegistration")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.GetRegistrationRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.Registration.getDefaultInstance())) - .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("GetRegistration")) - .build(); - } - } - } - return getGetRegistrationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest, - com.google.longrunning.Operation> - getUpdateRegistrationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "UpdateRegistration", - requestType = com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest, - com.google.longrunning.Operation> - getUpdateRegistrationMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest, - com.google.longrunning.Operation> - getUpdateRegistrationMethod; - if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { - DomainsGrpc.getUpdateRegistrationMethod = - getUpdateRegistrationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateRegistration")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("UpdateRegistration")) - .build(); - } - } - } - return getUpdateRegistrationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest, - com.google.longrunning.Operation> - getConfigureManagementSettingsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ConfigureManagementSettings", - requestType = com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest, - com.google.longrunning.Operation> - getConfigureManagementSettingsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest, - com.google.longrunning.Operation> - getConfigureManagementSettingsMethod; - if ((getConfigureManagementSettingsMethod = DomainsGrpc.getConfigureManagementSettingsMethod) - == null) { - synchronized (DomainsGrpc.class) { - if ((getConfigureManagementSettingsMethod = - DomainsGrpc.getConfigureManagementSettingsMethod) - == null) { - DomainsGrpc.getConfigureManagementSettingsMethod = - getConfigureManagementSettingsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "ConfigureManagementSettings")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ConfigureManagementSettings")) - .build(); - } - } - } - return getConfigureManagementSettingsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest, - com.google.longrunning.Operation> - getConfigureDnsSettingsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ConfigureDnsSettings", - requestType = com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest, - com.google.longrunning.Operation> - getConfigureDnsSettingsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest, - com.google.longrunning.Operation> - getConfigureDnsSettingsMethod; - if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { - DomainsGrpc.getConfigureDnsSettingsMethod = - getConfigureDnsSettingsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "ConfigureDnsSettings")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ConfigureDnsSettings")) - .build(); - } - } - } - return getConfigureDnsSettingsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest, - com.google.longrunning.Operation> - getConfigureContactSettingsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ConfigureContactSettings", - requestType = com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest, - com.google.longrunning.Operation> - getConfigureContactSettingsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest, - com.google.longrunning.Operation> - getConfigureContactSettingsMethod; - if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) - == null) { - synchronized (DomainsGrpc.class) { - if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) - == null) { - DomainsGrpc.getConfigureContactSettingsMethod = - getConfigureContactSettingsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "ConfigureContactSettings")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ConfigureContactSettings")) - .build(); - } - } - } - return getConfigureContactSettingsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ExportRegistrationRequest, - com.google.longrunning.Operation> - getExportRegistrationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ExportRegistration", - requestType = com.google.cloud.domains.v1beta1.ExportRegistrationRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ExportRegistrationRequest, - com.google.longrunning.Operation> - getExportRegistrationMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ExportRegistrationRequest, - com.google.longrunning.Operation> - getExportRegistrationMethod; - if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { - DomainsGrpc.getExportRegistrationMethod = - getExportRegistrationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportRegistration")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.ExportRegistrationRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ExportRegistration")) - .build(); - } - } - } - return getExportRegistrationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest, - com.google.longrunning.Operation> - getDeleteRegistrationMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteRegistration", - requestType = com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest, - com.google.longrunning.Operation> - getDeleteRegistrationMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest, - com.google.longrunning.Operation> - getDeleteRegistrationMethod; - if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { - DomainsGrpc.getDeleteRegistrationMethod = - getDeleteRegistrationMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteRegistration")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("DeleteRegistration")) - .build(); - } - } - } - return getDeleteRegistrationMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest, - com.google.cloud.domains.v1beta1.AuthorizationCode> - getRetrieveAuthorizationCodeMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "RetrieveAuthorizationCode", - requestType = com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.class, - responseType = com.google.cloud.domains.v1beta1.AuthorizationCode.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest, - com.google.cloud.domains.v1beta1.AuthorizationCode> - getRetrieveAuthorizationCodeMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest, - com.google.cloud.domains.v1beta1.AuthorizationCode> - getRetrieveAuthorizationCodeMethod; - if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) - == null) { - synchronized (DomainsGrpc.class) { - if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) - == null) { - DomainsGrpc.getRetrieveAuthorizationCodeMethod = - getRetrieveAuthorizationCodeMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "RetrieveAuthorizationCode")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.AuthorizationCode - .getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("RetrieveAuthorizationCode")) - .build(); - } - } - } - return getRetrieveAuthorizationCodeMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest, - com.google.cloud.domains.v1beta1.AuthorizationCode> - getResetAuthorizationCodeMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ResetAuthorizationCode", - requestType = com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.class, - responseType = com.google.cloud.domains.v1beta1.AuthorizationCode.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest, - com.google.cloud.domains.v1beta1.AuthorizationCode> - getResetAuthorizationCodeMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest, - com.google.cloud.domains.v1beta1.AuthorizationCode> - getResetAuthorizationCodeMethod; - if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) == null) { - synchronized (DomainsGrpc.class) { - if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) - == null) { - DomainsGrpc.getResetAuthorizationCodeMethod = - getResetAuthorizationCodeMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName( - generateFullMethodName(SERVICE_NAME, "ResetAuthorizationCode")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest - .getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.domains.v1beta1.AuthorizationCode - .getDefaultInstance())) - .setSchemaDescriptor( - new DomainsMethodDescriptorSupplier("ResetAuthorizationCode")) - .build(); - } - } - } - return getResetAuthorizationCodeMethod; - } - - /** Creates a new async stub that supports all call types for the service */ - public static DomainsStub newStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public DomainsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsStub(channel, callOptions); - } - }; - return DomainsStub.newStub(factory, channel); - } - - /** - * Creates a new blocking-style stub that supports unary and streaming output calls on the service - */ - public static DomainsBlockingStub newBlockingStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public DomainsBlockingStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsBlockingStub(channel, callOptions); - } - }; - return DomainsBlockingStub.newStub(factory, channel); - } - - /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ - public static DomainsFutureStub newFutureStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public DomainsFutureStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsFutureStub(channel, callOptions); - } - }; - return DomainsFutureStub.newStub(factory, channel); - } - - /** - * - * - *
-   * The Cloud Domains API enables management and configuration of domain names.
-   * 
- */ - public abstract static class DomainsImplBase implements io.grpc.BindableService { - - /** - * - * - *
-     * Searches for available domain names similar to the provided query.
-     * Availability results from this method are approximate; call
-     * `RetrieveRegisterParameters` on a domain before registering to confirm
-     * availability.
-     * 
- */ - public void searchDomains( - com.google.cloud.domains.v1beta1.SearchDomainsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getSearchDomainsMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets parameters needed to register a new domain name, including price and
-     * up-to-date availability. Use the returned values to call `RegisterDomain`.
-     * 
- */ - public void retrieveRegisterParameters( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse> - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRetrieveRegisterParametersMethod(), responseObserver); - } - - /** - * - * - *
-     * Registers a new domain name and creates a corresponding `Registration`
-     * resource.
-     * Call `RetrieveRegisterParameters` first to check availability of the domain
-     * name and determine parameters like price that are needed to build a call to
-     * this method.
-     * A successful call creates a `Registration` resource in state
-     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
-     * minutes, indicating that the domain was successfully registered. If the
-     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
-     * domain was not registered successfully, and you can safely delete the
-     * resource and retry registration.
-     * 
- */ - public void registerDomain( - com.google.cloud.domains.v1beta1.RegisterDomainRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRegisterDomainMethod(), responseObserver); - } - - /** - * - * - *
-     * Lists the `Registration` resources in a project.
-     * 
- */ - public void listRegistrations( - com.google.cloud.domains.v1beta1.ListRegistrationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListRegistrationsMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets the details of a `Registration` resource.
-     * 
- */ - public void getRegistration( - com.google.cloud.domains.v1beta1.GetRegistrationRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetRegistrationMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates select fields of a `Registration` resource, notably `labels`. To
-     * update other fields, use the appropriate custom update method:
-     * * To update management settings, see `ConfigureManagementSettings`
-     * * To update DNS configuration, see `ConfigureDnsSettings`
-     * * To update contact information, see `ConfigureContactSettings`
-     * 
- */ - public void updateRegistration( - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getUpdateRegistrationMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s management settings.
-     * 
- */ - public void configureManagementSettings( - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getConfigureManagementSettingsMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s DNS settings.
-     * 
- */ - public void configureDnsSettings( - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getConfigureDnsSettingsMethod(), responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s contact settings. Some changes require
-     * confirmation by the domain's registrant contact .
-     * 
- */ - public void configureContactSettings( - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getConfigureContactSettingsMethod(), responseObserver); - } - - /** - * - * - *
-     * Exports a `Registration` that you no longer want to use with
-     * Cloud Domains. You can continue to use the domain in
-     * [Google Domains](https://domains.google/) until it expires.
-     * If the export is successful:
-     * * The resource's `state` becomes `EXPORTED`, meaning that it is no longer
-     * managed by Cloud Domains
-     * * Because individual users can own domains in Google Domains, the calling
-     * user becomes the domain's sole owner. Permissions for the domain are
-     * subsequently managed in Google Domains.
-     * * Without further action, the domain does not renew automatically.
-     * The new owner can set up billing in Google Domains to renew the domain
-     * if needed.
-     * 
- */ - public void exportRegistration( - com.google.cloud.domains.v1beta1.ExportRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getExportRegistrationMethod(), responseObserver); - } - - /** - * - * - *
-     * Deletes a `Registration` resource.
-     * This method only works on resources in one of the following states:
-     * * `state` is `EXPORTED` with `expire_time` in the past
-     * * `state` is `REGISTRATION_FAILED`
-     * 
- */ - public void deleteRegistration( - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteRegistrationMethod(), responseObserver); - } - - /** - * - * - *
-     * Gets the authorization code of the `Registration` for the purpose of
-     * transferring the domain to another registrar.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public void retrieveAuthorizationCode( - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getRetrieveAuthorizationCodeMethod(), responseObserver); - } - - /** - * - * - *
-     * Resets the authorization code of the `Registration` to a new random string.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public void resetAuthorizationCode( - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getResetAuthorizationCodeMethod(), responseObserver); - } - - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { - return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) - .addMethod( - getSearchDomainsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.SearchDomainsRequest, - com.google.cloud.domains.v1beta1.SearchDomainsResponse>( - this, METHODID_SEARCH_DOMAINS))) - .addMethod( - getRetrieveRegisterParametersMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest, - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse>( - this, METHODID_RETRIEVE_REGISTER_PARAMETERS))) - .addMethod( - getRegisterDomainMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.RegisterDomainRequest, - com.google.longrunning.Operation>(this, METHODID_REGISTER_DOMAIN))) - .addMethod( - getListRegistrationsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.ListRegistrationsRequest, - com.google.cloud.domains.v1beta1.ListRegistrationsResponse>( - this, METHODID_LIST_REGISTRATIONS))) - .addMethod( - getGetRegistrationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.GetRegistrationRequest, - com.google.cloud.domains.v1beta1.Registration>( - this, METHODID_GET_REGISTRATION))) - .addMethod( - getUpdateRegistrationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest, - com.google.longrunning.Operation>(this, METHODID_UPDATE_REGISTRATION))) - .addMethod( - getConfigureManagementSettingsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest, - com.google.longrunning.Operation>( - this, METHODID_CONFIGURE_MANAGEMENT_SETTINGS))) - .addMethod( - getConfigureDnsSettingsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest, - com.google.longrunning.Operation>(this, METHODID_CONFIGURE_DNS_SETTINGS))) - .addMethod( - getConfigureContactSettingsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest, - com.google.longrunning.Operation>(this, METHODID_CONFIGURE_CONTACT_SETTINGS))) - .addMethod( - getExportRegistrationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.ExportRegistrationRequest, - com.google.longrunning.Operation>(this, METHODID_EXPORT_REGISTRATION))) - .addMethod( - getDeleteRegistrationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest, - com.google.longrunning.Operation>(this, METHODID_DELETE_REGISTRATION))) - .addMethod( - getRetrieveAuthorizationCodeMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest, - com.google.cloud.domains.v1beta1.AuthorizationCode>( - this, METHODID_RETRIEVE_AUTHORIZATION_CODE))) - .addMethod( - getResetAuthorizationCodeMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest, - com.google.cloud.domains.v1beta1.AuthorizationCode>( - this, METHODID_RESET_AUTHORIZATION_CODE))) - .build(); - } - } - - /** - * - * - *
-   * The Cloud Domains API enables management and configuration of domain names.
-   * 
- */ - public static final class DomainsStub extends io.grpc.stub.AbstractAsyncStub { - private DomainsStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected DomainsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsStub(channel, callOptions); - } - - /** - * - * - *
-     * Searches for available domain names similar to the provided query.
-     * Availability results from this method are approximate; call
-     * `RetrieveRegisterParameters` on a domain before registering to confirm
-     * availability.
-     * 
- */ - public void searchDomains( - com.google.cloud.domains.v1beta1.SearchDomainsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets parameters needed to register a new domain name, including price and
-     * up-to-date availability. Use the returned values to call `RegisterDomain`.
-     * 
- */ - public void retrieveRegisterParameters( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest request, - io.grpc.stub.StreamObserver< - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse> - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Registers a new domain name and creates a corresponding `Registration`
-     * resource.
-     * Call `RetrieveRegisterParameters` first to check availability of the domain
-     * name and determine parameters like price that are needed to build a call to
-     * this method.
-     * A successful call creates a `Registration` resource in state
-     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
-     * minutes, indicating that the domain was successfully registered. If the
-     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
-     * domain was not registered successfully, and you can safely delete the
-     * resource and retry registration.
-     * 
- */ - public void registerDomain( - com.google.cloud.domains.v1beta1.RegisterDomainRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Lists the `Registration` resources in a project.
-     * 
- */ - public void listRegistrations( - com.google.cloud.domains.v1beta1.ListRegistrationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets the details of a `Registration` resource.
-     * 
- */ - public void getRegistration( - com.google.cloud.domains.v1beta1.GetRegistrationRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates select fields of a `Registration` resource, notably `labels`. To
-     * update other fields, use the appropriate custom update method:
-     * * To update management settings, see `ConfigureManagementSettings`
-     * * To update DNS configuration, see `ConfigureDnsSettings`
-     * * To update contact information, see `ConfigureContactSettings`
-     * 
- */ - public void updateRegistration( - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s management settings.
-     * 
- */ - public void configureManagementSettings( - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s DNS settings.
-     * 
- */ - public void configureDnsSettings( - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Updates a `Registration`'s contact settings. Some changes require
-     * confirmation by the domain's registrant contact .
-     * 
- */ - public void configureContactSettings( - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Exports a `Registration` that you no longer want to use with
-     * Cloud Domains. You can continue to use the domain in
-     * [Google Domains](https://domains.google/) until it expires.
-     * If the export is successful:
-     * * The resource's `state` becomes `EXPORTED`, meaning that it is no longer
-     * managed by Cloud Domains
-     * * Because individual users can own domains in Google Domains, the calling
-     * user becomes the domain's sole owner. Permissions for the domain are
-     * subsequently managed in Google Domains.
-     * * Without further action, the domain does not renew automatically.
-     * The new owner can set up billing in Google Domains to renew the domain
-     * if needed.
-     * 
- */ - public void exportRegistration( - com.google.cloud.domains.v1beta1.ExportRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Deletes a `Registration` resource.
-     * This method only works on resources in one of the following states:
-     * * `state` is `EXPORTED` with `expire_time` in the past
-     * * `state` is `REGISTRATION_FAILED`
-     * 
- */ - public void deleteRegistration( - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Gets the authorization code of the `Registration` for the purpose of
-     * transferring the domain to another registrar.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public void retrieveAuthorizationCode( - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), - request, - responseObserver); - } - - /** - * - * - *
-     * Resets the authorization code of the `Registration` to a new random string.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public void resetAuthorizationCode( - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), - request, - responseObserver); - } - } - - /** - * - * - *
-   * The Cloud Domains API enables management and configuration of domain names.
-   * 
- */ - public static final class DomainsBlockingStub - extends io.grpc.stub.AbstractBlockingStub { - private DomainsBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected DomainsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsBlockingStub(channel, callOptions); - } - - /** - * - * - *
-     * Searches for available domain names similar to the provided query.
-     * Availability results from this method are approximate; call
-     * `RetrieveRegisterParameters` on a domain before registering to confirm
-     * availability.
-     * 
- */ - public com.google.cloud.domains.v1beta1.SearchDomainsResponse searchDomains( - com.google.cloud.domains.v1beta1.SearchDomainsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getSearchDomainsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets parameters needed to register a new domain name, including price and
-     * up-to-date availability. Use the returned values to call `RegisterDomain`.
-     * 
- */ - public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - retrieveRegisterParameters( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRetrieveRegisterParametersMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Registers a new domain name and creates a corresponding `Registration`
-     * resource.
-     * Call `RetrieveRegisterParameters` first to check availability of the domain
-     * name and determine parameters like price that are needed to build a call to
-     * this method.
-     * A successful call creates a `Registration` resource in state
-     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
-     * minutes, indicating that the domain was successfully registered. If the
-     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
-     * domain was not registered successfully, and you can safely delete the
-     * resource and retry registration.
-     * 
- */ - public com.google.longrunning.Operation registerDomain( - com.google.cloud.domains.v1beta1.RegisterDomainRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRegisterDomainMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Lists the `Registration` resources in a project.
-     * 
- */ - public com.google.cloud.domains.v1beta1.ListRegistrationsResponse listRegistrations( - com.google.cloud.domains.v1beta1.ListRegistrationsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListRegistrationsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets the details of a `Registration` resource.
-     * 
- */ - public com.google.cloud.domains.v1beta1.Registration getRegistration( - com.google.cloud.domains.v1beta1.GetRegistrationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetRegistrationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates select fields of a `Registration` resource, notably `labels`. To
-     * update other fields, use the appropriate custom update method:
-     * * To update management settings, see `ConfigureManagementSettings`
-     * * To update DNS configuration, see `ConfigureDnsSettings`
-     * * To update contact information, see `ConfigureContactSettings`
-     * 
- */ - public com.google.longrunning.Operation updateRegistration( - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateRegistrationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s management settings.
-     * 
- */ - public com.google.longrunning.Operation configureManagementSettings( - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getConfigureManagementSettingsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s DNS settings.
-     * 
- */ - public com.google.longrunning.Operation configureDnsSettings( - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getConfigureDnsSettingsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s contact settings. Some changes require
-     * confirmation by the domain's registrant contact .
-     * 
- */ - public com.google.longrunning.Operation configureContactSettings( - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getConfigureContactSettingsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Exports a `Registration` that you no longer want to use with
-     * Cloud Domains. You can continue to use the domain in
-     * [Google Domains](https://domains.google/) until it expires.
-     * If the export is successful:
-     * * The resource's `state` becomes `EXPORTED`, meaning that it is no longer
-     * managed by Cloud Domains
-     * * Because individual users can own domains in Google Domains, the calling
-     * user becomes the domain's sole owner. Permissions for the domain are
-     * subsequently managed in Google Domains.
-     * * Without further action, the domain does not renew automatically.
-     * The new owner can set up billing in Google Domains to renew the domain
-     * if needed.
-     * 
- */ - public com.google.longrunning.Operation exportRegistration( - com.google.cloud.domains.v1beta1.ExportRegistrationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getExportRegistrationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Deletes a `Registration` resource.
-     * This method only works on resources in one of the following states:
-     * * `state` is `EXPORTED` with `expire_time` in the past
-     * * `state` is `REGISTRATION_FAILED`
-     * 
- */ - public com.google.longrunning.Operation deleteRegistration( - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteRegistrationMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Gets the authorization code of the `Registration` for the purpose of
-     * transferring the domain to another registrar.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public com.google.cloud.domains.v1beta1.AuthorizationCode retrieveAuthorizationCode( - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getRetrieveAuthorizationCodeMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Resets the authorization code of the `Registration` to a new random string.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public com.google.cloud.domains.v1beta1.AuthorizationCode resetAuthorizationCode( - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getResetAuthorizationCodeMethod(), getCallOptions(), request); - } - } - - /** - * - * - *
-   * The Cloud Domains API enables management and configuration of domain names.
-   * 
- */ - public static final class DomainsFutureStub - extends io.grpc.stub.AbstractFutureStub { - private DomainsFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected DomainsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new DomainsFutureStub(channel, callOptions); - } - - /** - * - * - *
-     * Searches for available domain names similar to the provided query.
-     * Availability results from this method are approximate; call
-     * `RetrieveRegisterParameters` on a domain before registering to confirm
-     * availability.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1beta1.SearchDomainsResponse> - searchDomains(com.google.cloud.domains.v1beta1.SearchDomainsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Gets parameters needed to register a new domain name, including price and
-     * up-to-date availability. Use the returned values to call `RegisterDomain`.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse> - retrieveRegisterParameters( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Registers a new domain name and creates a corresponding `Registration`
-     * resource.
-     * Call `RetrieveRegisterParameters` first to check availability of the domain
-     * name and determine parameters like price that are needed to build a call to
-     * this method.
-     * A successful call creates a `Registration` resource in state
-     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
-     * minutes, indicating that the domain was successfully registered. If the
-     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
-     * domain was not registered successfully, and you can safely delete the
-     * resource and retry registration.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - registerDomain(com.google.cloud.domains.v1beta1.RegisterDomainRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Lists the `Registration` resources in a project.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1beta1.ListRegistrationsResponse> - listRegistrations(com.google.cloud.domains.v1beta1.ListRegistrationsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Gets the details of a `Registration` resource.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1beta1.Registration> - getRegistration(com.google.cloud.domains.v1beta1.GetRegistrationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates select fields of a `Registration` resource, notably `labels`. To
-     * update other fields, use the appropriate custom update method:
-     * * To update management settings, see `ConfigureManagementSettings`
-     * * To update DNS configuration, see `ConfigureDnsSettings`
-     * * To update contact information, see `ConfigureContactSettings`
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - updateRegistration(com.google.cloud.domains.v1beta1.UpdateRegistrationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s management settings.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - configureManagementSettings( - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s DNS settings.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - configureDnsSettings(com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Updates a `Registration`'s contact settings. Some changes require
-     * confirmation by the domain's registrant contact .
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - configureContactSettings( - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Exports a `Registration` that you no longer want to use with
-     * Cloud Domains. You can continue to use the domain in
-     * [Google Domains](https://domains.google/) until it expires.
-     * If the export is successful:
-     * * The resource's `state` becomes `EXPORTED`, meaning that it is no longer
-     * managed by Cloud Domains
-     * * Because individual users can own domains in Google Domains, the calling
-     * user becomes the domain's sole owner. Permissions for the domain are
-     * subsequently managed in Google Domains.
-     * * Without further action, the domain does not renew automatically.
-     * The new owner can set up billing in Google Domains to renew the domain
-     * if needed.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - exportRegistration(com.google.cloud.domains.v1beta1.ExportRegistrationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Deletes a `Registration` resource.
-     * This method only works on resources in one of the following states:
-     * * `state` is `EXPORTED` with `expire_time` in the past
-     * * `state` is `REGISTRATION_FAILED`
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - deleteRegistration(com.google.cloud.domains.v1beta1.DeleteRegistrationRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Gets the authorization code of the `Registration` for the purpose of
-     * transferring the domain to another registrar.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1beta1.AuthorizationCode> - retrieveAuthorizationCode( - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Resets the authorization code of the `Registration` to a new random string.
-     * You can call this method only after 60 days have elapsed since the initial
-     * domain registration.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.domains.v1beta1.AuthorizationCode> - resetAuthorizationCode( - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), request); - } - } - - private static final int METHODID_SEARCH_DOMAINS = 0; - private static final int METHODID_RETRIEVE_REGISTER_PARAMETERS = 1; - private static final int METHODID_REGISTER_DOMAIN = 2; - private static final int METHODID_LIST_REGISTRATIONS = 3; - private static final int METHODID_GET_REGISTRATION = 4; - private static final int METHODID_UPDATE_REGISTRATION = 5; - private static final int METHODID_CONFIGURE_MANAGEMENT_SETTINGS = 6; - private static final int METHODID_CONFIGURE_DNS_SETTINGS = 7; - private static final int METHODID_CONFIGURE_CONTACT_SETTINGS = 8; - private static final int METHODID_EXPORT_REGISTRATION = 9; - private static final int METHODID_DELETE_REGISTRATION = 10; - private static final int METHODID_RETRIEVE_AUTHORIZATION_CODE = 11; - private static final int METHODID_RESET_AUTHORIZATION_CODE = 12; - - 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 DomainsImplBase serviceImpl; - private final int methodId; - - MethodHandlers(DomainsImplBase serviceImpl, int methodId) { - this.serviceImpl = serviceImpl; - this.methodId = methodId; - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - case METHODID_SEARCH_DOMAINS: - serviceImpl.searchDomains( - (com.google.cloud.domains.v1beta1.SearchDomainsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_RETRIEVE_REGISTER_PARAMETERS: - serviceImpl.retrieveRegisterParameters( - (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) request, - (io.grpc.stub.StreamObserver< - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse>) - responseObserver); - break; - case METHODID_REGISTER_DOMAIN: - serviceImpl.registerDomain( - (com.google.cloud.domains.v1beta1.RegisterDomainRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_REGISTRATIONS: - serviceImpl.listRegistrations( - (com.google.cloud.domains.v1beta1.ListRegistrationsRequest) request, - (io.grpc.stub.StreamObserver< - com.google.cloud.domains.v1beta1.ListRegistrationsResponse>) - responseObserver); - break; - case METHODID_GET_REGISTRATION: - serviceImpl.getRegistration( - (com.google.cloud.domains.v1beta1.GetRegistrationRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_UPDATE_REGISTRATION: - serviceImpl.updateRegistration( - (com.google.cloud.domains.v1beta1.UpdateRegistrationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CONFIGURE_MANAGEMENT_SETTINGS: - serviceImpl.configureManagementSettings( - (com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CONFIGURE_DNS_SETTINGS: - serviceImpl.configureDnsSettings( - (com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_CONFIGURE_CONTACT_SETTINGS: - serviceImpl.configureContactSettings( - (com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_EXPORT_REGISTRATION: - serviceImpl.exportRegistration( - (com.google.cloud.domains.v1beta1.ExportRegistrationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_DELETE_REGISTRATION: - serviceImpl.deleteRegistration( - (com.google.cloud.domains.v1beta1.DeleteRegistrationRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_RETRIEVE_AUTHORIZATION_CODE: - serviceImpl.retrieveAuthorizationCode( - (com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_RESET_AUTHORIZATION_CODE: - serviceImpl.resetAuthorizationCode( - (com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - default: - throw new AssertionError(); - } - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public io.grpc.stub.StreamObserver invoke( - io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - default: - throw new AssertionError(); - } - } - } - - private abstract static class DomainsBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { - DomainsBaseDescriptorSupplier() {} - - @java.lang.Override - public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto.getDescriptor(); - } - - @java.lang.Override - public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { - return getFileDescriptor().findServiceByName("Domains"); - } - } - - private static final class DomainsFileDescriptorSupplier extends DomainsBaseDescriptorSupplier { - DomainsFileDescriptorSupplier() {} - } - - private static final class DomainsMethodDescriptorSupplier extends DomainsBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { - private final String methodName; - - DomainsMethodDescriptorSupplier(String methodName) { - this.methodName = methodName; - } - - @java.lang.Override - public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { - return getServiceDescriptor().findMethodByName(methodName); - } - } - - private static volatile io.grpc.ServiceDescriptor serviceDescriptor; - - public static io.grpc.ServiceDescriptor getServiceDescriptor() { - io.grpc.ServiceDescriptor result = serviceDescriptor; - if (result == null) { - synchronized (DomainsGrpc.class) { - result = serviceDescriptor; - if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new DomainsFileDescriptorSupplier()) - .addMethod(getSearchDomainsMethod()) - .addMethod(getRetrieveRegisterParametersMethod()) - .addMethod(getRegisterDomainMethod()) - .addMethod(getListRegistrationsMethod()) - .addMethod(getGetRegistrationMethod()) - .addMethod(getUpdateRegistrationMethod()) - .addMethod(getConfigureManagementSettingsMethod()) - .addMethod(getConfigureDnsSettingsMethod()) - .addMethod(getConfigureContactSettingsMethod()) - .addMethod(getExportRegistrationMethod()) - .addMethod(getDeleteRegistrationMethod()) - .addMethod(getRetrieveAuthorizationCodeMethod()) - .addMethod(getResetAuthorizationCodeMethod()) - .build(); - } - } - } - return result; - } -} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java new file mode 100644 index 00000000..c368d7e1 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsClient.java @@ -0,0 +1,2519 @@ +/* + * Copyright 2021 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.domains.v1; + +import com.google.api.core.ApiFuture; +import com.google.api.core.ApiFutures; +import com.google.api.core.BetaApi; +import com.google.api.gax.core.BackgroundResource; +import com.google.api.gax.longrunning.OperationFuture; +import com.google.api.gax.paging.AbstractFixedSizeCollection; +import com.google.api.gax.paging.AbstractPage; +import com.google.api.gax.paging.AbstractPagedListResponse; +import com.google.api.gax.rpc.OperationCallable; +import com.google.api.gax.rpc.PageContext; +import com.google.api.gax.rpc.UnaryCallable; +import com.google.cloud.domains.v1.stub.DomainsStub; +import com.google.cloud.domains.v1.stub.DomainsStubSettings; +import com.google.common.util.concurrent.MoreExecutors; +import com.google.longrunning.Operation; +import com.google.longrunning.OperationsClient; +import com.google.protobuf.Empty; +import com.google.protobuf.FieldMask; +import com.google.type.Money; +import java.io.IOException; +import java.util.List; +import java.util.concurrent.TimeUnit; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +/** + * Service Description: The Cloud Domains API enables management and configuration of domain names. + * + *

This class provides the ability to make remote calls to the backing service through method + * calls that map to API methods. Sample code to get started: + * + *

{@code
+ * try (DomainsClient domainsClient = DomainsClient.create()) {
+ *   LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
+ *   String query = "query107944136";
+ *   SearchDomainsResponse response = domainsClient.searchDomains(location, query);
+ * }
+ * }
+ * + *

Note: close() needs to be called on the DomainsClient object to clean up resources such as + * threads. In the example above, try-with-resources is used, which automatically calls close(). + * + *

The surface of this class includes several types of Java methods for each of the API's + * methods: + * + *

    + *
  1. A "flattened" method. With this type of method, the fields of the request type have been + * converted into function parameters. It may be the case that not all fields are available as + * parameters, and not every API method will have a flattened method entry point. + *
  2. A "request object" method. This type of method only takes one parameter, a request object, + * which must be constructed before the call. Not every API method will have a request object + * method. + *
  3. A "callable" method. This type of method takes no parameters and returns an immutable API + * callable object, which can be used to initiate calls to the service. + *
+ * + *

See the individual methods for example code. + * + *

Many parameters require resource names to be formatted in a particular way. To assist with + * these names, this class includes a format method for each type of name, and additionally a parse + * method to extract the individual identifiers contained within names that are returned. + * + *

This class can be customized by passing in a custom instance of DomainsSettings to create(). + * For example: + * + *

To customize credentials: + * + *

{@code
+ * DomainsSettings domainsSettings =
+ *     DomainsSettings.newBuilder()
+ *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
+ *         .build();
+ * DomainsClient domainsClient = DomainsClient.create(domainsSettings);
+ * }
+ * + *

To customize the endpoint: + * + *

{@code
+ * DomainsSettings domainsSettings = DomainsSettings.newBuilder().setEndpoint(myEndpoint).build();
+ * DomainsClient domainsClient = DomainsClient.create(domainsSettings);
+ * }
+ * + *

Please refer to the GitHub repository's samples for more quickstart code snippets. + */ +@Generated("by gapic-generator-java") +public class DomainsClient implements BackgroundResource { + private final DomainsSettings settings; + private final DomainsStub stub; + private final OperationsClient operationsClient; + + /** Constructs an instance of DomainsClient with default settings. */ + public static final DomainsClient create() throws IOException { + return create(DomainsSettings.newBuilder().build()); + } + + /** + * Constructs an instance of DomainsClient, using the given settings. The channels are created + * based on the settings passed in, or defaults for any settings that are not set. + */ + public static final DomainsClient create(DomainsSettings settings) throws IOException { + return new DomainsClient(settings); + } + + /** + * Constructs an instance of DomainsClient, using the given stub for making calls. This is for + * advanced usage - prefer using create(DomainsSettings). + */ + @BetaApi("A restructuring of stub classes is planned, so this may break in the future") + public static final DomainsClient create(DomainsStub stub) { + return new DomainsClient(stub); + } + + /** + * Constructs an instance of DomainsClient, using the given settings. This is protected so that it + * is easy to make a subclass, but otherwise, the static factory methods should be preferred. + */ + protected DomainsClient(DomainsSettings settings) throws IOException { + this.settings = settings; + this.stub = ((DomainsStubSettings) settings.getStubSettings()).createStub(); + this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); + } + + @BetaApi("A restructuring of stub classes is planned, so this may break in the future") + protected DomainsClient(DomainsStub stub) { + this.settings = null; + this.stub = stub; + this.operationsClient = OperationsClient.create(this.stub.getOperationsStub()); + } + + public final DomainsSettings getSettings() { + return settings; + } + + @BetaApi("A restructuring of stub classes is planned, so this may break in the future") + public DomainsStub getStub() { + return stub; + } + + /** + * Returns the OperationsClient that can be used to query the status of a long-running operation + * returned by another API method call. + */ + public final OperationsClient getOperationsClient() { + return operationsClient; + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Searches for available domain names similar to the provided query. + * + *

Availability results from this method are approximate; call `RetrieveRegisterParameters` on + * a domain before registering to confirm availability. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   String query = "query107944136";
+   *   SearchDomainsResponse response = domainsClient.searchDomains(location, query);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param query Required. String used to search for available domain names. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final SearchDomainsResponse searchDomains(LocationName location, String query) { + SearchDomainsRequest request = + SearchDomainsRequest.newBuilder() + .setLocation(location == null ? null : location.toString()) + .setQuery(query) + .build(); + return searchDomains(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Searches for available domain names similar to the provided query. + * + *

Availability results from this method are approximate; call `RetrieveRegisterParameters` on + * a domain before registering to confirm availability. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String location = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   String query = "query107944136";
+   *   SearchDomainsResponse response = domainsClient.searchDomains(location, query);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param query Required. String used to search for available domain names. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final SearchDomainsResponse searchDomains(String location, String query) { + SearchDomainsRequest request = + SearchDomainsRequest.newBuilder().setLocation(location).setQuery(query).build(); + return searchDomains(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Searches for available domain names similar to the provided query. + * + *

Availability results from this method are approximate; call `RetrieveRegisterParameters` on + * a domain before registering to confirm availability. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   SearchDomainsRequest request =
+   *       SearchDomainsRequest.newBuilder()
+   *           .setQuery("query107944136")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   SearchDomainsResponse response = domainsClient.searchDomains(request);
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final SearchDomainsResponse searchDomains(SearchDomainsRequest request) { + return searchDomainsCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Searches for available domain names similar to the provided query. + * + *

Availability results from this method are approximate; call `RetrieveRegisterParameters` on + * a domain before registering to confirm availability. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   SearchDomainsRequest request =
+   *       SearchDomainsRequest.newBuilder()
+   *           .setQuery("query107944136")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.searchDomainsCallable().futureCall(request);
+   *   // Do something.
+   *   SearchDomainsResponse response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable searchDomainsCallable() { + return stub.searchDomainsCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to register a new domain name, including price and up-to-date + * availability. Use the returned values to call `RegisterDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   String domainName = "domainName-1244085905";
+   *   RetrieveRegisterParametersResponse response =
+   *       domainsClient.retrieveRegisterParameters(location, domainName);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param domainName Required. The domain name. Unicode domain names must be expressed in Punycode + * format. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveRegisterParametersResponse retrieveRegisterParameters( + LocationName location, String domainName) { + RetrieveRegisterParametersRequest request = + RetrieveRegisterParametersRequest.newBuilder() + .setLocation(location == null ? null : location.toString()) + .setDomainName(domainName) + .build(); + return retrieveRegisterParameters(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to register a new domain name, including price and up-to-date + * availability. Use the returned values to call `RegisterDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String location = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   String domainName = "domainName-1244085905";
+   *   RetrieveRegisterParametersResponse response =
+   *       domainsClient.retrieveRegisterParameters(location, domainName);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param domainName Required. The domain name. Unicode domain names must be expressed in Punycode + * format. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveRegisterParametersResponse retrieveRegisterParameters( + String location, String domainName) { + RetrieveRegisterParametersRequest request = + RetrieveRegisterParametersRequest.newBuilder() + .setLocation(location) + .setDomainName(domainName) + .build(); + return retrieveRegisterParameters(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to register a new domain name, including price and up-to-date + * availability. Use the returned values to call `RegisterDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveRegisterParametersRequest request =
+   *       RetrieveRegisterParametersRequest.newBuilder()
+   *           .setDomainName("domainName-1244085905")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   RetrieveRegisterParametersResponse response =
+   *       domainsClient.retrieveRegisterParameters(request);
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveRegisterParametersResponse retrieveRegisterParameters( + RetrieveRegisterParametersRequest request) { + return retrieveRegisterParametersCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to register a new domain name, including price and up-to-date + * availability. Use the returned values to call `RegisterDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveRegisterParametersRequest request =
+   *       RetrieveRegisterParametersRequest.newBuilder()
+   *           .setDomainName("domainName-1244085905")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.retrieveRegisterParametersCallable().futureCall(request);
+   *   // Do something.
+   *   RetrieveRegisterParametersResponse response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + retrieveRegisterParametersCallable() { + return stub.retrieveRegisterParametersCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Registers a new domain name and creates a corresponding `Registration` resource. + * + *

Call `RetrieveRegisterParameters` first to check availability of the domain name and + * determine parameters like price that are needed to build a call to this method. + * + *

A successful call creates a `Registration` resource in state `REGISTRATION_PENDING`, which + * resolves to `ACTIVE` within 1-2 minutes, indicating that the domain was successfully + * registered. If the resource ends up in state `REGISTRATION_FAILED`, it indicates that the + * domain was not registered successfully, and you can safely delete the resource and retry + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   Registration registration = Registration.newBuilder().build();
+   *   Money yearlyPrice = Money.newBuilder().build();
+   *   Registration response =
+   *       domainsClient.registerDomainAsync(parent, registration, yearlyPrice).get();
+   * }
+   * }
+ * + * @param parent Required. The parent resource of the `Registration`. Must be in the format + * `projects/*/locations/*`. + * @param registration Required. The complete `Registration` resource to be created. + * @param yearlyPrice Required. Yearly price to register or renew the domain. The value that + * should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture registerDomainAsync( + LocationName parent, Registration registration, Money yearlyPrice) { + RegisterDomainRequest request = + RegisterDomainRequest.newBuilder() + .setParent(parent == null ? null : parent.toString()) + .setRegistration(registration) + .setYearlyPrice(yearlyPrice) + .build(); + return registerDomainAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Registers a new domain name and creates a corresponding `Registration` resource. + * + *

Call `RetrieveRegisterParameters` first to check availability of the domain name and + * determine parameters like price that are needed to build a call to this method. + * + *

A successful call creates a `Registration` resource in state `REGISTRATION_PENDING`, which + * resolves to `ACTIVE` within 1-2 minutes, indicating that the domain was successfully + * registered. If the resource ends up in state `REGISTRATION_FAILED`, it indicates that the + * domain was not registered successfully, and you can safely delete the resource and retry + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   Registration registration = Registration.newBuilder().build();
+   *   Money yearlyPrice = Money.newBuilder().build();
+   *   Registration response =
+   *       domainsClient.registerDomainAsync(parent, registration, yearlyPrice).get();
+   * }
+   * }
+ * + * @param parent Required. The parent resource of the `Registration`. Must be in the format + * `projects/*/locations/*`. + * @param registration Required. The complete `Registration` resource to be created. + * @param yearlyPrice Required. Yearly price to register or renew the domain. The value that + * should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture registerDomainAsync( + String parent, Registration registration, Money yearlyPrice) { + RegisterDomainRequest request = + RegisterDomainRequest.newBuilder() + .setParent(parent) + .setRegistration(registration) + .setYearlyPrice(yearlyPrice) + .build(); + return registerDomainAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Registers a new domain name and creates a corresponding `Registration` resource. + * + *

Call `RetrieveRegisterParameters` first to check availability of the domain name and + * determine parameters like price that are needed to build a call to this method. + * + *

A successful call creates a `Registration` resource in state `REGISTRATION_PENDING`, which + * resolves to `ACTIVE` within 1-2 minutes, indicating that the domain was successfully + * registered. If the resource ends up in state `REGISTRATION_FAILED`, it indicates that the + * domain was not registered successfully, and you can safely delete the resource and retry + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegisterDomainRequest request =
+   *       RegisterDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllDomainNotices(new ArrayList())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   Registration response = domainsClient.registerDomainAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture registerDomainAsync( + RegisterDomainRequest request) { + return registerDomainOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Registers a new domain name and creates a corresponding `Registration` resource. + * + *

Call `RetrieveRegisterParameters` first to check availability of the domain name and + * determine parameters like price that are needed to build a call to this method. + * + *

A successful call creates a `Registration` resource in state `REGISTRATION_PENDING`, which + * resolves to `ACTIVE` within 1-2 minutes, indicating that the domain was successfully + * registered. If the resource ends up in state `REGISTRATION_FAILED`, it indicates that the + * domain was not registered successfully, and you can safely delete the resource and retry + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegisterDomainRequest request =
+   *       RegisterDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllDomainNotices(new ArrayList())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.registerDomainOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable + registerDomainOperationCallable() { + return stub.registerDomainOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Registers a new domain name and creates a corresponding `Registration` resource. + * + *

Call `RetrieveRegisterParameters` first to check availability of the domain name and + * determine parameters like price that are needed to build a call to this method. + * + *

A successful call creates a `Registration` resource in state `REGISTRATION_PENDING`, which + * resolves to `ACTIVE` within 1-2 minutes, indicating that the domain was successfully + * registered. If the resource ends up in state `REGISTRATION_FAILED`, it indicates that the + * domain was not registered successfully, and you can safely delete the resource and retry + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegisterDomainRequest request =
+   *       RegisterDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllDomainNotices(new ArrayList())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   ApiFuture future = domainsClient.registerDomainCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable registerDomainCallable() { + return stub.registerDomainCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   String domainName = "domainName-1244085905";
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(location, domainName);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param domainName Required. The domain name. Unicode domain names must be expressed in Punycode + * format. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + LocationName location, String domainName) { + RetrieveTransferParametersRequest request = + RetrieveTransferParametersRequest.newBuilder() + .setLocation(location == null ? null : location.toString()) + .setDomainName(domainName) + .build(); + return retrieveTransferParameters(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String location = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   String domainName = "domainName-1244085905";
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(location, domainName);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param domainName Required. The domain name. Unicode domain names must be expressed in Punycode + * format. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + String location, String domainName) { + RetrieveTransferParametersRequest request = + RetrieveTransferParametersRequest.newBuilder() + .setLocation(location) + .setDomainName(domainName) + .build(); + return retrieveTransferParameters(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveTransferParametersRequest request =
+   *       RetrieveTransferParametersRequest.newBuilder()
+   *           .setDomainName("domainName-1244085905")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(request);
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + RetrieveTransferParametersRequest request) { + return retrieveTransferParametersCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveTransferParametersRequest request =
+   *       RetrieveTransferParametersRequest.newBuilder()
+   *           .setDomainName("domainName-1244085905")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.retrieveTransferParametersCallable().futureCall(request);
+   *   // Do something.
+   *   RetrieveTransferParametersResponse response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + retrieveTransferParametersCallable() { + return stub.retrieveTransferParametersCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   Registration registration = Registration.newBuilder().build();
+   *   Money yearlyPrice = Money.newBuilder().build();
+   *   AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .transferDomainAsync(parent, registration, yearlyPrice, authorizationCode)
+   *           .get();
+   * }
+   * }
+ * + * @param parent Required. The parent resource of the `Registration`. Must be in the format + * `projects/*/locations/*`. + * @param registration Required. The complete `Registration` resource to be created. + *

You can leave `registration.dns_settings` unset to import the domain's current DNS + * configuration from its current registrar. Use this option only if you are sure that the + * domain's current DNS service does not cease upon transfer, as is often the case for DNS + * services provided for free by the registrar. + * @param yearlyPrice Required. Acknowledgement of the price to transfer or renew the domain for + * one year. Call `RetrieveTransferParameters` to obtain the price, which you must + * acknowledge. + * @param authorizationCode The domain's transfer authorization code. You can obtain this from the + * domain's current registrar. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + LocationName parent, + Registration registration, + Money yearlyPrice, + AuthorizationCode authorizationCode) { + TransferDomainRequest request = + TransferDomainRequest.newBuilder() + .setParent(parent == null ? null : parent.toString()) + .setRegistration(registration) + .setYearlyPrice(yearlyPrice) + .setAuthorizationCode(authorizationCode) + .build(); + return transferDomainAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   Registration registration = Registration.newBuilder().build();
+   *   Money yearlyPrice = Money.newBuilder().build();
+   *   AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .transferDomainAsync(parent, registration, yearlyPrice, authorizationCode)
+   *           .get();
+   * }
+   * }
+ * + * @param parent Required. The parent resource of the `Registration`. Must be in the format + * `projects/*/locations/*`. + * @param registration Required. The complete `Registration` resource to be created. + *

You can leave `registration.dns_settings` unset to import the domain's current DNS + * configuration from its current registrar. Use this option only if you are sure that the + * domain's current DNS service does not cease upon transfer, as is often the case for DNS + * services provided for free by the registrar. + * @param yearlyPrice Required. Acknowledgement of the price to transfer or renew the domain for + * one year. Call `RetrieveTransferParameters` to obtain the price, which you must + * acknowledge. + * @param authorizationCode The domain's transfer authorization code. You can obtain this from the + * domain's current registrar. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + String parent, + Registration registration, + Money yearlyPrice, + AuthorizationCode authorizationCode) { + TransferDomainRequest request = + TransferDomainRequest.newBuilder() + .setParent(parent) + .setRegistration(registration) + .setYearlyPrice(yearlyPrice) + .setAuthorizationCode(authorizationCode) + .build(); + return transferDomainAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   Registration response = domainsClient.transferDomainAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + TransferDomainRequest request) { + return transferDomainOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.transferDomainOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable + transferDomainOperationCallable() { + return stub.transferDomainOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   ApiFuture future = domainsClient.transferDomainCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable transferDomainCallable() { + return stub.transferDomainCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Lists the `Registration` resources in a project. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   for (Registration element : domainsClient.listRegistrations(parent).iterateAll()) {
+   *     // doThingsWith(element);
+   *   }
+   * }
+   * }
+ * + * @param parent Required. The project and location from which to list `Registration`s, specified + * in the format `projects/*/locations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final ListRegistrationsPagedResponse listRegistrations(LocationName parent) { + ListRegistrationsRequest request = + ListRegistrationsRequest.newBuilder() + .setParent(parent == null ? null : parent.toString()) + .build(); + return listRegistrations(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Lists the `Registration` resources in a project. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   for (Registration element : domainsClient.listRegistrations(parent).iterateAll()) {
+   *     // doThingsWith(element);
+   *   }
+   * }
+   * }
+ * + * @param parent Required. The project and location from which to list `Registration`s, specified + * in the format `projects/*/locations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final ListRegistrationsPagedResponse listRegistrations(String parent) { + ListRegistrationsRequest request = + ListRegistrationsRequest.newBuilder().setParent(parent).build(); + return listRegistrations(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Lists the `Registration` resources in a project. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ListRegistrationsRequest request =
+   *       ListRegistrationsRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setPageSize(883849137)
+   *           .setPageToken("pageToken873572522")
+   *           .setFilter("filter-1274492040")
+   *           .build();
+   *   for (Registration element : domainsClient.listRegistrations(request).iterateAll()) {
+   *     // doThingsWith(element);
+   *   }
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final ListRegistrationsPagedResponse listRegistrations(ListRegistrationsRequest request) { + return listRegistrationsPagedCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Lists the `Registration` resources in a project. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ListRegistrationsRequest request =
+   *       ListRegistrationsRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setPageSize(883849137)
+   *           .setPageToken("pageToken873572522")
+   *           .setFilter("filter-1274492040")
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.listRegistrationsPagedCallable().futureCall(request);
+   *   // Do something.
+   *   for (Registration element : future.get().iterateAll()) {
+   *     // doThingsWith(element);
+   *   }
+   * }
+   * }
+ */ + public final UnaryCallable + listRegistrationsPagedCallable() { + return stub.listRegistrationsPagedCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Lists the `Registration` resources in a project. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ListRegistrationsRequest request =
+   *       ListRegistrationsRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setPageSize(883849137)
+   *           .setPageToken("pageToken873572522")
+   *           .setFilter("filter-1274492040")
+   *           .build();
+   *   while (true) {
+   *     ListRegistrationsResponse response =
+   *         domainsClient.listRegistrationsCallable().call(request);
+   *     for (Registration element : response.getResponsesList()) {
+   *       // doThingsWith(element);
+   *     }
+   *     String nextPageToken = response.getNextPageToken();
+   *     if (!Strings.isNullOrEmpty(nextPageToken)) {
+   *       request = request.toBuilder().setPageToken(nextPageToken).build();
+   *     } else {
+   *       break;
+   *     }
+   *   }
+   * }
+   * }
+ */ + public final UnaryCallable + listRegistrationsCallable() { + return stub.listRegistrationsCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets the details of a `Registration` resource. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]");
+   *   Registration response = domainsClient.getRegistration(name);
+   * }
+   * }
+ * + * @param name Required. The name of the `Registration` to get, in the format + * `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final Registration getRegistration(RegistrationName name) { + GetRegistrationRequest request = + GetRegistrationRequest.newBuilder().setName(name == null ? null : name.toString()).build(); + return getRegistration(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets the details of a `Registration` resource. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString();
+   *   Registration response = domainsClient.getRegistration(name);
+   * }
+   * }
+ * + * @param name Required. The name of the `Registration` to get, in the format + * `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final Registration getRegistration(String name) { + GetRegistrationRequest request = GetRegistrationRequest.newBuilder().setName(name).build(); + return getRegistration(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets the details of a `Registration` resource. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   GetRegistrationRequest request =
+   *       GetRegistrationRequest.newBuilder()
+   *           .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   Registration response = domainsClient.getRegistration(request);
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final Registration getRegistration(GetRegistrationRequest request) { + return getRegistrationCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets the details of a `Registration` resource. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   GetRegistrationRequest request =
+   *       GetRegistrationRequest.newBuilder()
+   *           .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   ApiFuture future = domainsClient.getRegistrationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable getRegistrationCallable() { + return stub.getRegistrationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates select fields of a `Registration` resource, notably `labels`. To update other fields, + * use the appropriate custom update method: + * + *
    + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` + *
+ * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   Registration registration = Registration.newBuilder().build();
+   *   FieldMask updateMask = FieldMask.newBuilder().build();
+   *   Registration response = domainsClient.updateRegistrationAsync(registration, updateMask).get();
+   * }
+   * }
+ * + * @param registration Fields of the `Registration` to update. + * @param updateMask Required. The field mask describing which fields to update as a + * comma-separated list. For example, if only the labels are being updated, the `update_mask` + * is `"labels"`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture updateRegistrationAsync( + Registration registration, FieldMask updateMask) { + UpdateRegistrationRequest request = + UpdateRegistrationRequest.newBuilder() + .setRegistration(registration) + .setUpdateMask(updateMask) + .build(); + return updateRegistrationAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates select fields of a `Registration` resource, notably `labels`. To update other fields, + * use the appropriate custom update method: + * + *
    + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` + *
+ * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   UpdateRegistrationRequest request =
+   *       UpdateRegistrationRequest.newBuilder()
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .build();
+   *   Registration response = domainsClient.updateRegistrationAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture updateRegistrationAsync( + UpdateRegistrationRequest request) { + return updateRegistrationOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates select fields of a `Registration` resource, notably `labels`. To update other fields, + * use the appropriate custom update method: + * + *
    + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` + *
+ * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   UpdateRegistrationRequest request =
+   *       UpdateRegistrationRequest.newBuilder()
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.updateRegistrationOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable + updateRegistrationOperationCallable() { + return stub.updateRegistrationOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates select fields of a `Registration` resource, notably `labels`. To update other fields, + * use the appropriate custom update method: + * + *
    + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` + *
+ * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   UpdateRegistrationRequest request =
+   *       UpdateRegistrationRequest.newBuilder()
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .build();
+   *   ApiFuture future = domainsClient.updateRegistrationCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable updateRegistrationCallable() { + return stub.updateRegistrationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s management settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegistrationName registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]");
+   *   ManagementSettings managementSettings = ManagementSettings.newBuilder().build();
+   *   FieldMask updateMask = FieldMask.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .configureManagementSettingsAsync(registration, managementSettings, updateMask)
+   *           .get();
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose management settings are + * being updated, in the format `projects/*/locations/*/registrations/*`. + * @param managementSettings Fields of the `ManagementSettings` to update. + * @param updateMask Required. The field mask describing which fields to update as a + * comma-separated list. For example, if only the transfer lock is being updated, the + * `update_mask` is `"transfer_lock_state"`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureManagementSettingsAsync( + RegistrationName registration, ManagementSettings managementSettings, FieldMask updateMask) { + ConfigureManagementSettingsRequest request = + ConfigureManagementSettingsRequest.newBuilder() + .setRegistration(registration == null ? null : registration.toString()) + .setManagementSettings(managementSettings) + .setUpdateMask(updateMask) + .build(); + return configureManagementSettingsAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s management settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString();
+   *   ManagementSettings managementSettings = ManagementSettings.newBuilder().build();
+   *   FieldMask updateMask = FieldMask.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .configureManagementSettingsAsync(registration, managementSettings, updateMask)
+   *           .get();
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose management settings are + * being updated, in the format `projects/*/locations/*/registrations/*`. + * @param managementSettings Fields of the `ManagementSettings` to update. + * @param updateMask Required. The field mask describing which fields to update as a + * comma-separated list. For example, if only the transfer lock is being updated, the + * `update_mask` is `"transfer_lock_state"`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureManagementSettingsAsync( + String registration, ManagementSettings managementSettings, FieldMask updateMask) { + ConfigureManagementSettingsRequest request = + ConfigureManagementSettingsRequest.newBuilder() + .setRegistration(registration) + .setManagementSettings(managementSettings) + .setUpdateMask(updateMask) + .build(); + return configureManagementSettingsAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s management settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureManagementSettingsRequest request =
+   *       ConfigureManagementSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setManagementSettings(ManagementSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .build();
+   *   Registration response = domainsClient.configureManagementSettingsAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureManagementSettingsAsync( + ConfigureManagementSettingsRequest request) { + return configureManagementSettingsOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s management settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureManagementSettingsRequest request =
+   *       ConfigureManagementSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setManagementSettings(ManagementSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.configureManagementSettingsOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable< + ConfigureManagementSettingsRequest, Registration, OperationMetadata> + configureManagementSettingsOperationCallable() { + return stub.configureManagementSettingsOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s management settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureManagementSettingsRequest request =
+   *       ConfigureManagementSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setManagementSettings(ManagementSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.configureManagementSettingsCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + configureManagementSettingsCallable() { + return stub.configureManagementSettingsCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s DNS settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegistrationName registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]");
+   *   DnsSettings dnsSettings = DnsSettings.newBuilder().build();
+   *   FieldMask updateMask = FieldMask.newBuilder().build();
+   *   Registration response =
+   *       domainsClient.configureDnsSettingsAsync(registration, dnsSettings, updateMask).get();
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose DNS settings are being + * updated, in the format `projects/*/locations/*/registrations/*`. + * @param dnsSettings Fields of the `DnsSettings` to update. + * @param updateMask Required. The field mask describing which fields to update as a + * comma-separated list. For example, if only the name servers are being updated for an + * existing Custom DNS configuration, the `update_mask` is `"custom_dns.name_servers"`. + *

When changing the DNS provider from one type to another, pass the new provider's field + * name as part of the field mask. For example, when changing from a Google Domains DNS + * configuration to a Custom DNS configuration, the `update_mask` is `"custom_dns"`. // + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureDnsSettingsAsync( + RegistrationName registration, DnsSettings dnsSettings, FieldMask updateMask) { + ConfigureDnsSettingsRequest request = + ConfigureDnsSettingsRequest.newBuilder() + .setRegistration(registration == null ? null : registration.toString()) + .setDnsSettings(dnsSettings) + .setUpdateMask(updateMask) + .build(); + return configureDnsSettingsAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s DNS settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString();
+   *   DnsSettings dnsSettings = DnsSettings.newBuilder().build();
+   *   FieldMask updateMask = FieldMask.newBuilder().build();
+   *   Registration response =
+   *       domainsClient.configureDnsSettingsAsync(registration, dnsSettings, updateMask).get();
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose DNS settings are being + * updated, in the format `projects/*/locations/*/registrations/*`. + * @param dnsSettings Fields of the `DnsSettings` to update. + * @param updateMask Required. The field mask describing which fields to update as a + * comma-separated list. For example, if only the name servers are being updated for an + * existing Custom DNS configuration, the `update_mask` is `"custom_dns.name_servers"`. + *

When changing the DNS provider from one type to another, pass the new provider's field + * name as part of the field mask. For example, when changing from a Google Domains DNS + * configuration to a Custom DNS configuration, the `update_mask` is `"custom_dns"`. // + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureDnsSettingsAsync( + String registration, DnsSettings dnsSettings, FieldMask updateMask) { + ConfigureDnsSettingsRequest request = + ConfigureDnsSettingsRequest.newBuilder() + .setRegistration(registration) + .setDnsSettings(dnsSettings) + .setUpdateMask(updateMask) + .build(); + return configureDnsSettingsAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s DNS settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureDnsSettingsRequest request =
+   *       ConfigureDnsSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setDnsSettings(DnsSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   Registration response = domainsClient.configureDnsSettingsAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureDnsSettingsAsync( + ConfigureDnsSettingsRequest request) { + return configureDnsSettingsOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s DNS settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureDnsSettingsRequest request =
+   *       ConfigureDnsSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setDnsSettings(DnsSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.configureDnsSettingsOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable + configureDnsSettingsOperationCallable() { + return stub.configureDnsSettingsOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s DNS settings. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureDnsSettingsRequest request =
+   *       ConfigureDnsSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setDnsSettings(DnsSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.configureDnsSettingsCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + configureDnsSettingsCallable() { + return stub.configureDnsSettingsCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s contact settings. Some changes require confirmation by the domain's + * registrant contact . + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegistrationName registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]");
+   *   ContactSettings contactSettings = ContactSettings.newBuilder().build();
+   *   FieldMask updateMask = FieldMask.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .configureContactSettingsAsync(registration, contactSettings, updateMask)
+   *           .get();
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose contact settings are being + * updated, in the format `projects/*/locations/*/registrations/*`. + * @param contactSettings Fields of the `ContactSettings` to update. + * @param updateMask Required. The field mask describing which fields to update as a + * comma-separated list. For example, if only the registrant contact is being updated, the + * `update_mask` is `"registrant_contact"`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureContactSettingsAsync( + RegistrationName registration, ContactSettings contactSettings, FieldMask updateMask) { + ConfigureContactSettingsRequest request = + ConfigureContactSettingsRequest.newBuilder() + .setRegistration(registration == null ? null : registration.toString()) + .setContactSettings(contactSettings) + .setUpdateMask(updateMask) + .build(); + return configureContactSettingsAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s contact settings. Some changes require confirmation by the domain's + * registrant contact . + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString();
+   *   ContactSettings contactSettings = ContactSettings.newBuilder().build();
+   *   FieldMask updateMask = FieldMask.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .configureContactSettingsAsync(registration, contactSettings, updateMask)
+   *           .get();
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose contact settings are being + * updated, in the format `projects/*/locations/*/registrations/*`. + * @param contactSettings Fields of the `ContactSettings` to update. + * @param updateMask Required. The field mask describing which fields to update as a + * comma-separated list. For example, if only the registrant contact is being updated, the + * `update_mask` is `"registrant_contact"`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureContactSettingsAsync( + String registration, ContactSettings contactSettings, FieldMask updateMask) { + ConfigureContactSettingsRequest request = + ConfigureContactSettingsRequest.newBuilder() + .setRegistration(registration) + .setContactSettings(contactSettings) + .setUpdateMask(updateMask) + .build(); + return configureContactSettingsAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s contact settings. Some changes require confirmation by the domain's + * registrant contact . + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureContactSettingsRequest request =
+   *       ConfigureContactSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setContactSettings(ContactSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   Registration response = domainsClient.configureContactSettingsAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture configureContactSettingsAsync( + ConfigureContactSettingsRequest request) { + return configureContactSettingsOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s contact settings. Some changes require confirmation by the domain's + * registrant contact . + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureContactSettingsRequest request =
+   *       ConfigureContactSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setContactSettings(ContactSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.configureContactSettingsOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable + configureContactSettingsOperationCallable() { + return stub.configureContactSettingsOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Updates a `Registration`'s contact settings. Some changes require confirmation by the domain's + * registrant contact . + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ConfigureContactSettingsRequest request =
+   *       ConfigureContactSettingsRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .setContactSettings(ContactSettings.newBuilder().build())
+   *           .setUpdateMask(FieldMask.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.configureContactSettingsCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + configureContactSettingsCallable() { + return stub.configureContactSettingsCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. + * + *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]");
+   *   Registration response = domainsClient.exportRegistrationAsync(name).get();
+   * }
+   * }
+ * + * @param name Required. The name of the `Registration` to export, in the format + * `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture exportRegistrationAsync( + RegistrationName name) { + ExportRegistrationRequest request = + ExportRegistrationRequest.newBuilder() + .setName(name == null ? null : name.toString()) + .build(); + return exportRegistrationAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. + * + *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString();
+   *   Registration response = domainsClient.exportRegistrationAsync(name).get();
+   * }
+   * }
+ * + * @param name Required. The name of the `Registration` to export, in the format + * `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture exportRegistrationAsync( + String name) { + ExportRegistrationRequest request = + ExportRegistrationRequest.newBuilder().setName(name).build(); + return exportRegistrationAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. + * + *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ExportRegistrationRequest request =
+   *       ExportRegistrationRequest.newBuilder()
+   *           .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   Registration response = domainsClient.exportRegistrationAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture exportRegistrationAsync( + ExportRegistrationRequest request) { + return exportRegistrationOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. + * + *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ExportRegistrationRequest request =
+   *       ExportRegistrationRequest.newBuilder()
+   *           .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.exportRegistrationOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable + exportRegistrationOperationCallable() { + return stub.exportRegistrationOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. + * + *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ExportRegistrationRequest request =
+   *       ExportRegistrationRequest.newBuilder()
+   *           .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   ApiFuture future = domainsClient.exportRegistrationCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable exportRegistrationCallable() { + return stub.exportRegistrationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Deletes a `Registration` resource. + * + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: + * + *

    + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` + *
+ * + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]");
+   *   domainsClient.deleteRegistrationAsync(name).get();
+   * }
+   * }
+ * + * @param name Required. The name of the `Registration` to delete, in the format + * `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture deleteRegistrationAsync( + RegistrationName name) { + DeleteRegistrationRequest request = + DeleteRegistrationRequest.newBuilder() + .setName(name == null ? null : name.toString()) + .build(); + return deleteRegistrationAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Deletes a `Registration` resource. + * + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: + * + *

    + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` + *
+ * + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString();
+   *   domainsClient.deleteRegistrationAsync(name).get();
+   * }
+   * }
+ * + * @param name Required. The name of the `Registration` to delete, in the format + * `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture deleteRegistrationAsync(String name) { + DeleteRegistrationRequest request = + DeleteRegistrationRequest.newBuilder().setName(name).build(); + return deleteRegistrationAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Deletes a `Registration` resource. + * + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: + * + *

    + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` + *
+ * + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   DeleteRegistrationRequest request =
+   *       DeleteRegistrationRequest.newBuilder()
+   *           .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   domainsClient.deleteRegistrationAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture deleteRegistrationAsync( + DeleteRegistrationRequest request) { + return deleteRegistrationOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Deletes a `Registration` resource. + * + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: + * + *

    + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` + *
+ * + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   DeleteRegistrationRequest request =
+   *       DeleteRegistrationRequest.newBuilder()
+   *           .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.deleteRegistrationOperationCallable().futureCall(request);
+   *   // Do something.
+   *   future.get();
+   * }
+   * }
+ */ + public final OperationCallable + deleteRegistrationOperationCallable() { + return stub.deleteRegistrationOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Deletes a `Registration` resource. + * + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: + * + *

    + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` + *
+ * + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   DeleteRegistrationRequest request =
+   *       DeleteRegistrationRequest.newBuilder()
+   *           .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   ApiFuture future = domainsClient.deleteRegistrationCallable().futureCall(request);
+   *   // Do something.
+   *   future.get();
+   * }
+   * }
+ */ + public final UnaryCallable deleteRegistrationCallable() { + return stub.deleteRegistrationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets the authorization code of the `Registration` for the purpose of transferring the domain to + * another registrar. + * + *

You can call this method only after 60 days have elapsed since the initial domain + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegistrationName registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]");
+   *   AuthorizationCode response = domainsClient.retrieveAuthorizationCode(registration);
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose authorization code is being + * retrieved, in the format `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final AuthorizationCode retrieveAuthorizationCode(RegistrationName registration) { + RetrieveAuthorizationCodeRequest request = + RetrieveAuthorizationCodeRequest.newBuilder() + .setRegistration(registration == null ? null : registration.toString()) + .build(); + return retrieveAuthorizationCode(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets the authorization code of the `Registration` for the purpose of transferring the domain to + * another registrar. + * + *

You can call this method only after 60 days have elapsed since the initial domain + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString();
+   *   AuthorizationCode response = domainsClient.retrieveAuthorizationCode(registration);
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose authorization code is being + * retrieved, in the format `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final AuthorizationCode retrieveAuthorizationCode(String registration) { + RetrieveAuthorizationCodeRequest request = + RetrieveAuthorizationCodeRequest.newBuilder().setRegistration(registration).build(); + return retrieveAuthorizationCode(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets the authorization code of the `Registration` for the purpose of transferring the domain to + * another registrar. + * + *

You can call this method only after 60 days have elapsed since the initial domain + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveAuthorizationCodeRequest request =
+   *       RetrieveAuthorizationCodeRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   AuthorizationCode response = domainsClient.retrieveAuthorizationCode(request);
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final AuthorizationCode retrieveAuthorizationCode( + RetrieveAuthorizationCodeRequest request) { + return retrieveAuthorizationCodeCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets the authorization code of the `Registration` for the purpose of transferring the domain to + * another registrar. + * + *

You can call this method only after 60 days have elapsed since the initial domain + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveAuthorizationCodeRequest request =
+   *       RetrieveAuthorizationCodeRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.retrieveAuthorizationCodeCallable().futureCall(request);
+   *   // Do something.
+   *   AuthorizationCode response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + retrieveAuthorizationCodeCallable() { + return stub.retrieveAuthorizationCodeCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Resets the authorization code of the `Registration` to a new random string. + * + *

You can call this method only after 60 days have elapsed since the initial domain + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RegistrationName registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]");
+   *   AuthorizationCode response = domainsClient.resetAuthorizationCode(registration);
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose authorization code is being + * reset, in the format `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final AuthorizationCode resetAuthorizationCode(RegistrationName registration) { + ResetAuthorizationCodeRequest request = + ResetAuthorizationCodeRequest.newBuilder() + .setRegistration(registration == null ? null : registration.toString()) + .build(); + return resetAuthorizationCode(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Resets the authorization code of the `Registration` to a new random string. + * + *

You can call this method only after 60 days have elapsed since the initial domain + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String registration =
+   *       RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString();
+   *   AuthorizationCode response = domainsClient.resetAuthorizationCode(registration);
+   * }
+   * }
+ * + * @param registration Required. The name of the `Registration` whose authorization code is being + * reset, in the format `projects/*/locations/*/registrations/*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final AuthorizationCode resetAuthorizationCode(String registration) { + ResetAuthorizationCodeRequest request = + ResetAuthorizationCodeRequest.newBuilder().setRegistration(registration).build(); + return resetAuthorizationCode(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Resets the authorization code of the `Registration` to a new random string. + * + *

You can call this method only after 60 days have elapsed since the initial domain + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ResetAuthorizationCodeRequest request =
+   *       ResetAuthorizationCodeRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   AuthorizationCode response = domainsClient.resetAuthorizationCode(request);
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final AuthorizationCode resetAuthorizationCode(ResetAuthorizationCodeRequest request) { + return resetAuthorizationCodeCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Resets the authorization code of the `Registration` to a new random string. + * + *

You can call this method only after 60 days have elapsed since the initial domain + * registration. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   ResetAuthorizationCodeRequest request =
+   *       ResetAuthorizationCodeRequest.newBuilder()
+   *           .setRegistration(
+   *               RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString())
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.resetAuthorizationCodeCallable().futureCall(request);
+   *   // Do something.
+   *   AuthorizationCode response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + resetAuthorizationCodeCallable() { + return stub.resetAuthorizationCodeCallable(); + } + + @Override + public final void close() { + stub.close(); + } + + @Override + public void shutdown() { + stub.shutdown(); + } + + @Override + public boolean isShutdown() { + return stub.isShutdown(); + } + + @Override + public boolean isTerminated() { + return stub.isTerminated(); + } + + @Override + public void shutdownNow() { + stub.shutdownNow(); + } + + @Override + public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException { + return stub.awaitTermination(duration, unit); + } + + public static class ListRegistrationsPagedResponse + extends AbstractPagedListResponse< + ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage, + ListRegistrationsFixedSizeCollection> { + + public static ApiFuture createAsync( + PageContext context, + ApiFuture futureResponse) { + ApiFuture futurePage = + ListRegistrationsPage.createEmptyPage().createPageAsync(context, futureResponse); + return ApiFutures.transform( + futurePage, + input -> new ListRegistrationsPagedResponse(input), + MoreExecutors.directExecutor()); + } + + private ListRegistrationsPagedResponse(ListRegistrationsPage page) { + super(page, ListRegistrationsFixedSizeCollection.createEmptyCollection()); + } + } + + public static class ListRegistrationsPage + extends AbstractPage< + ListRegistrationsRequest, ListRegistrationsResponse, Registration, + ListRegistrationsPage> { + + private ListRegistrationsPage( + PageContext context, + ListRegistrationsResponse response) { + super(context, response); + } + + private static ListRegistrationsPage createEmptyPage() { + return new ListRegistrationsPage(null, null); + } + + @Override + protected ListRegistrationsPage createPage( + PageContext context, + ListRegistrationsResponse response) { + return new ListRegistrationsPage(context, response); + } + + @Override + public ApiFuture createPageAsync( + PageContext context, + ApiFuture futureResponse) { + return super.createPageAsync(context, futureResponse); + } + } + + public static class ListRegistrationsFixedSizeCollection + extends AbstractFixedSizeCollection< + ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage, + ListRegistrationsFixedSizeCollection> { + + private ListRegistrationsFixedSizeCollection( + List pages, int collectionSize) { + super(pages, collectionSize); + } + + private static ListRegistrationsFixedSizeCollection createEmptyCollection() { + return new ListRegistrationsFixedSizeCollection(null, 0); + } + + @Override + protected ListRegistrationsFixedSizeCollection createCollection( + List pages, int collectionSize) { + return new ListRegistrationsFixedSizeCollection(pages, collectionSize); + } + } +} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java new file mode 100644 index 00000000..0350539e --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/DomainsSettings.java @@ -0,0 +1,449 @@ +/* + * Copyright 2021 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.domains.v1; + +import static com.google.cloud.domains.v1.DomainsClient.ListRegistrationsPagedResponse; + +import com.google.api.core.ApiFunction; +import com.google.api.core.BetaApi; +import com.google.api.gax.core.GoogleCredentialsProvider; +import com.google.api.gax.core.InstantiatingExecutorProvider; +import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider; +import com.google.api.gax.rpc.ApiClientHeaderProvider; +import com.google.api.gax.rpc.ClientContext; +import com.google.api.gax.rpc.ClientSettings; +import com.google.api.gax.rpc.OperationCallSettings; +import com.google.api.gax.rpc.PagedCallSettings; +import com.google.api.gax.rpc.StubSettings; +import com.google.api.gax.rpc.TransportChannelProvider; +import com.google.api.gax.rpc.UnaryCallSettings; +import com.google.cloud.domains.v1.stub.DomainsStubSettings; +import com.google.longrunning.Operation; +import com.google.protobuf.Empty; +import java.io.IOException; +import java.util.List; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +/** + * Settings class to configure an instance of {@link DomainsClient}. + * + *

The default instance has everything set to sensible defaults: + * + *

    + *
  • The default service address (domains.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
+ * + *

The builder of this class is recursive, so contained classes are themselves builders. When + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of searchDomains to 30 seconds: + * + *

{@code
+ * DomainsSettings.Builder domainsSettingsBuilder = DomainsSettings.newBuilder();
+ * domainsSettingsBuilder
+ *     .searchDomainsSettings()
+ *     .setRetrySettings(
+ *         domainsSettingsBuilder
+ *             .searchDomainsSettings()
+ *             .getRetrySettings()
+ *             .toBuilder()
+ *             .setTotalTimeout(Duration.ofSeconds(30))
+ *             .build());
+ * DomainsSettings domainsSettings = domainsSettingsBuilder.build();
+ * }
+ */ +@Generated("by gapic-generator-java") +public class DomainsSettings extends ClientSettings { + + /** Returns the object with the settings used for calls to searchDomains. */ + public UnaryCallSettings searchDomainsSettings() { + return ((DomainsStubSettings) getStubSettings()).searchDomainsSettings(); + } + + /** Returns the object with the settings used for calls to retrieveRegisterParameters. */ + public UnaryCallSettings + retrieveRegisterParametersSettings() { + return ((DomainsStubSettings) getStubSettings()).retrieveRegisterParametersSettings(); + } + + /** Returns the object with the settings used for calls to registerDomain. */ + public UnaryCallSettings registerDomainSettings() { + return ((DomainsStubSettings) getStubSettings()).registerDomainSettings(); + } + + /** Returns the object with the settings used for calls to registerDomain. */ + public OperationCallSettings + registerDomainOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).registerDomainOperationSettings(); + } + + /** Returns the object with the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings + retrieveTransferParametersSettings() { + return ((DomainsStubSettings) getStubSettings()).retrieveTransferParametersSettings(); + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public UnaryCallSettings transferDomainSettings() { + return ((DomainsStubSettings) getStubSettings()).transferDomainSettings(); + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public OperationCallSettings + transferDomainOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).transferDomainOperationSettings(); + } + + /** Returns the object with the settings used for calls to listRegistrations. */ + public PagedCallSettings< + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> + listRegistrationsSettings() { + return ((DomainsStubSettings) getStubSettings()).listRegistrationsSettings(); + } + + /** Returns the object with the settings used for calls to getRegistration. */ + public UnaryCallSettings getRegistrationSettings() { + return ((DomainsStubSettings) getStubSettings()).getRegistrationSettings(); + } + + /** Returns the object with the settings used for calls to updateRegistration. */ + public UnaryCallSettings updateRegistrationSettings() { + return ((DomainsStubSettings) getStubSettings()).updateRegistrationSettings(); + } + + /** Returns the object with the settings used for calls to updateRegistration. */ + public OperationCallSettings + updateRegistrationOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).updateRegistrationOperationSettings(); + } + + /** Returns the object with the settings used for calls to configureManagementSettings. */ + public UnaryCallSettings + configureManagementSettingsSettings() { + return ((DomainsStubSettings) getStubSettings()).configureManagementSettingsSettings(); + } + + /** Returns the object with the settings used for calls to configureManagementSettings. */ + public OperationCallSettings + configureManagementSettingsOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).configureManagementSettingsOperationSettings(); + } + + /** Returns the object with the settings used for calls to configureDnsSettings. */ + public UnaryCallSettings configureDnsSettingsSettings() { + return ((DomainsStubSettings) getStubSettings()).configureDnsSettingsSettings(); + } + + /** Returns the object with the settings used for calls to configureDnsSettings. */ + public OperationCallSettings + configureDnsSettingsOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).configureDnsSettingsOperationSettings(); + } + + /** Returns the object with the settings used for calls to configureContactSettings. */ + public UnaryCallSettings + configureContactSettingsSettings() { + return ((DomainsStubSettings) getStubSettings()).configureContactSettingsSettings(); + } + + /** Returns the object with the settings used for calls to configureContactSettings. */ + public OperationCallSettings + configureContactSettingsOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).configureContactSettingsOperationSettings(); + } + + /** Returns the object with the settings used for calls to exportRegistration. */ + public UnaryCallSettings exportRegistrationSettings() { + return ((DomainsStubSettings) getStubSettings()).exportRegistrationSettings(); + } + + /** Returns the object with the settings used for calls to exportRegistration. */ + public OperationCallSettings + exportRegistrationOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).exportRegistrationOperationSettings(); + } + + /** Returns the object with the settings used for calls to deleteRegistration. */ + public UnaryCallSettings deleteRegistrationSettings() { + return ((DomainsStubSettings) getStubSettings()).deleteRegistrationSettings(); + } + + /** Returns the object with the settings used for calls to deleteRegistration. */ + public OperationCallSettings + deleteRegistrationOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).deleteRegistrationOperationSettings(); + } + + /** Returns the object with the settings used for calls to retrieveAuthorizationCode. */ + public UnaryCallSettings + retrieveAuthorizationCodeSettings() { + return ((DomainsStubSettings) getStubSettings()).retrieveAuthorizationCodeSettings(); + } + + /** Returns the object with the settings used for calls to resetAuthorizationCode. */ + public UnaryCallSettings + resetAuthorizationCodeSettings() { + return ((DomainsStubSettings) getStubSettings()).resetAuthorizationCodeSettings(); + } + + public static final DomainsSettings create(DomainsStubSettings stub) throws IOException { + return new DomainsSettings.Builder(stub.toBuilder()).build(); + } + + /** Returns a builder for the default ExecutorProvider for this service. */ + public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() { + return DomainsStubSettings.defaultExecutorProviderBuilder(); + } + + /** Returns the default service endpoint. */ + public static String getDefaultEndpoint() { + return DomainsStubSettings.getDefaultEndpoint(); + } + + /** Returns the default service scopes. */ + public static List getDefaultServiceScopes() { + return DomainsStubSettings.getDefaultServiceScopes(); + } + + /** Returns a builder for the default credentials for this service. */ + public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder() { + return DomainsStubSettings.defaultCredentialsProviderBuilder(); + } + + /** Returns a builder for the default ChannelProvider for this service. */ + public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() { + return DomainsStubSettings.defaultGrpcTransportProviderBuilder(); + } + + public static TransportChannelProvider defaultTransportChannelProvider() { + return DomainsStubSettings.defaultTransportChannelProvider(); + } + + @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") + public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { + return DomainsStubSettings.defaultApiClientHeaderProviderBuilder(); + } + + /** Returns a new builder for this class. */ + public static Builder newBuilder() { + return Builder.createDefault(); + } + + /** Returns a new builder for this class. */ + public static Builder newBuilder(ClientContext clientContext) { + return new Builder(clientContext); + } + + /** Returns a builder containing all the values of this settings class. */ + public Builder toBuilder() { + return new Builder(this); + } + + protected DomainsSettings(Builder settingsBuilder) throws IOException { + super(settingsBuilder); + } + + /** Builder for DomainsSettings. */ + public static class Builder extends ClientSettings.Builder { + + protected Builder() throws IOException { + this(((ClientContext) null)); + } + + protected Builder(ClientContext clientContext) { + super(DomainsStubSettings.newBuilder(clientContext)); + } + + protected Builder(DomainsSettings settings) { + super(settings.getStubSettings().toBuilder()); + } + + protected Builder(DomainsStubSettings.Builder stubSettings) { + super(stubSettings); + } + + private static Builder createDefault() { + return new Builder(DomainsStubSettings.newBuilder()); + } + + public DomainsStubSettings.Builder getStubSettingsBuilder() { + return ((DomainsStubSettings.Builder) getStubSettings()); + } + + /** + * Applies the given settings updater function to all of the unary API methods in this service. + * + *

Note: This method does not support applying settings to streaming methods. + */ + public Builder applyToAllUnaryMethods( + ApiFunction, Void> settingsUpdater) { + super.applyToAllUnaryMethods( + getStubSettingsBuilder().unaryMethodSettingsBuilders(), settingsUpdater); + return this; + } + + /** Returns the builder for the settings used for calls to searchDomains. */ + public UnaryCallSettings.Builder + searchDomainsSettings() { + return getStubSettingsBuilder().searchDomainsSettings(); + } + + /** Returns the builder for the settings used for calls to retrieveRegisterParameters. */ + public UnaryCallSettings.Builder< + RetrieveRegisterParametersRequest, RetrieveRegisterParametersResponse> + retrieveRegisterParametersSettings() { + return getStubSettingsBuilder().retrieveRegisterParametersSettings(); + } + + /** Returns the builder for the settings used for calls to registerDomain. */ + public UnaryCallSettings.Builder registerDomainSettings() { + return getStubSettingsBuilder().registerDomainSettings(); + } + + /** Returns the builder for the settings used for calls to registerDomain. */ + public OperationCallSettings.Builder + registerDomainOperationSettings() { + return getStubSettingsBuilder().registerDomainOperationSettings(); + } + + /** Returns the builder for the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings() { + return getStubSettingsBuilder().retrieveTransferParametersSettings(); + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public UnaryCallSettings.Builder transferDomainSettings() { + return getStubSettingsBuilder().transferDomainSettings(); + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public OperationCallSettings.Builder + transferDomainOperationSettings() { + return getStubSettingsBuilder().transferDomainOperationSettings(); + } + + /** Returns the builder for the settings used for calls to listRegistrations. */ + public PagedCallSettings.Builder< + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> + listRegistrationsSettings() { + return getStubSettingsBuilder().listRegistrationsSettings(); + } + + /** Returns the builder for the settings used for calls to getRegistration. */ + public UnaryCallSettings.Builder + getRegistrationSettings() { + return getStubSettingsBuilder().getRegistrationSettings(); + } + + /** Returns the builder for the settings used for calls to updateRegistration. */ + public UnaryCallSettings.Builder + updateRegistrationSettings() { + return getStubSettingsBuilder().updateRegistrationSettings(); + } + + /** Returns the builder for the settings used for calls to updateRegistration. */ + public OperationCallSettings.Builder + updateRegistrationOperationSettings() { + return getStubSettingsBuilder().updateRegistrationOperationSettings(); + } + + /** Returns the builder for the settings used for calls to configureManagementSettings. */ + public UnaryCallSettings.Builder + configureManagementSettingsSettings() { + return getStubSettingsBuilder().configureManagementSettingsSettings(); + } + + /** Returns the builder for the settings used for calls to configureManagementSettings. */ + public OperationCallSettings.Builder< + ConfigureManagementSettingsRequest, Registration, OperationMetadata> + configureManagementSettingsOperationSettings() { + return getStubSettingsBuilder().configureManagementSettingsOperationSettings(); + } + + /** Returns the builder for the settings used for calls to configureDnsSettings. */ + public UnaryCallSettings.Builder + configureDnsSettingsSettings() { + return getStubSettingsBuilder().configureDnsSettingsSettings(); + } + + /** Returns the builder for the settings used for calls to configureDnsSettings. */ + public OperationCallSettings.Builder< + ConfigureDnsSettingsRequest, Registration, OperationMetadata> + configureDnsSettingsOperationSettings() { + return getStubSettingsBuilder().configureDnsSettingsOperationSettings(); + } + + /** Returns the builder for the settings used for calls to configureContactSettings. */ + public UnaryCallSettings.Builder + configureContactSettingsSettings() { + return getStubSettingsBuilder().configureContactSettingsSettings(); + } + + /** Returns the builder for the settings used for calls to configureContactSettings. */ + public OperationCallSettings.Builder< + ConfigureContactSettingsRequest, Registration, OperationMetadata> + configureContactSettingsOperationSettings() { + return getStubSettingsBuilder().configureContactSettingsOperationSettings(); + } + + /** Returns the builder for the settings used for calls to exportRegistration. */ + public UnaryCallSettings.Builder + exportRegistrationSettings() { + return getStubSettingsBuilder().exportRegistrationSettings(); + } + + /** Returns the builder for the settings used for calls to exportRegistration. */ + public OperationCallSettings.Builder + exportRegistrationOperationSettings() { + return getStubSettingsBuilder().exportRegistrationOperationSettings(); + } + + /** Returns the builder for the settings used for calls to deleteRegistration. */ + public UnaryCallSettings.Builder + deleteRegistrationSettings() { + return getStubSettingsBuilder().deleteRegistrationSettings(); + } + + /** Returns the builder for the settings used for calls to deleteRegistration. */ + public OperationCallSettings.Builder + deleteRegistrationOperationSettings() { + return getStubSettingsBuilder().deleteRegistrationOperationSettings(); + } + + /** Returns the builder for the settings used for calls to retrieveAuthorizationCode. */ + public UnaryCallSettings.Builder + retrieveAuthorizationCodeSettings() { + return getStubSettingsBuilder().retrieveAuthorizationCodeSettings(); + } + + /** Returns the builder for the settings used for calls to resetAuthorizationCode. */ + public UnaryCallSettings.Builder + resetAuthorizationCodeSettings() { + return getStubSettingsBuilder().resetAuthorizationCodeSettings(); + } + + @Override + public DomainsSettings build() throws IOException { + return new DomainsSettings(this); + } + } +} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/gapic_metadata.json b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/gapic_metadata.json new file mode 100644 index 00000000..f84d1a64 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/gapic_metadata.json @@ -0,0 +1,63 @@ +{ + "schema": "1.0", + "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", + "language": "java", + "protoPackage": "google.cloud.domains.v1", + "libraryPackage": "com.google.cloud.domains.v1", + "services": { + "Domains": { + "clients": { + "grpc": { + "libraryClient": "DomainsClient", + "rpcs": { + "ConfigureContactSettings": { + "methods": ["configureContactSettingsAsync", "configureContactSettingsAsync", "configureContactSettingsAsync", "configureContactSettingsOperationCallable", "configureContactSettingsCallable"] + }, + "ConfigureDnsSettings": { + "methods": ["configureDnsSettingsAsync", "configureDnsSettingsAsync", "configureDnsSettingsAsync", "configureDnsSettingsOperationCallable", "configureDnsSettingsCallable"] + }, + "ConfigureManagementSettings": { + "methods": ["configureManagementSettingsAsync", "configureManagementSettingsAsync", "configureManagementSettingsAsync", "configureManagementSettingsOperationCallable", "configureManagementSettingsCallable"] + }, + "DeleteRegistration": { + "methods": ["deleteRegistrationAsync", "deleteRegistrationAsync", "deleteRegistrationAsync", "deleteRegistrationOperationCallable", "deleteRegistrationCallable"] + }, + "ExportRegistration": { + "methods": ["exportRegistrationAsync", "exportRegistrationAsync", "exportRegistrationAsync", "exportRegistrationOperationCallable", "exportRegistrationCallable"] + }, + "GetRegistration": { + "methods": ["getRegistration", "getRegistration", "getRegistration", "getRegistrationCallable"] + }, + "ListRegistrations": { + "methods": ["listRegistrations", "listRegistrations", "listRegistrations", "listRegistrationsPagedCallable", "listRegistrationsCallable"] + }, + "RegisterDomain": { + "methods": ["registerDomainAsync", "registerDomainAsync", "registerDomainAsync", "registerDomainOperationCallable", "registerDomainCallable"] + }, + "ResetAuthorizationCode": { + "methods": ["resetAuthorizationCode", "resetAuthorizationCode", "resetAuthorizationCode", "resetAuthorizationCodeCallable"] + }, + "RetrieveAuthorizationCode": { + "methods": ["retrieveAuthorizationCode", "retrieveAuthorizationCode", "retrieveAuthorizationCode", "retrieveAuthorizationCodeCallable"] + }, + "RetrieveRegisterParameters": { + "methods": ["retrieveRegisterParameters", "retrieveRegisterParameters", "retrieveRegisterParameters", "retrieveRegisterParametersCallable"] + }, + "RetrieveTransferParameters": { + "methods": ["retrieveTransferParameters", "retrieveTransferParameters", "retrieveTransferParameters", "retrieveTransferParametersCallable"] + }, + "SearchDomains": { + "methods": ["searchDomains", "searchDomains", "searchDomains", "searchDomainsCallable"] + }, + "TransferDomain": { + "methods": ["transferDomainAsync", "transferDomainAsync", "transferDomainAsync", "transferDomainOperationCallable", "transferDomainCallable"] + }, + "UpdateRegistration": { + "methods": ["updateRegistrationAsync", "updateRegistrationAsync", "updateRegistrationOperationCallable", "updateRegistrationCallable"] + } + } + } + } + } + } +} \ No newline at end of file diff --git a/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/package-info.java b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/package-info.java new file mode 100644 index 00000000..7c4b8181 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/package-info.java @@ -0,0 +1,40 @@ +/* + * Copyright 2021 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. + */ + +/** + * A client to Cloud Domains API + * + *

The interfaces provided are listed below, along with usage samples. + * + *

======================= DomainsClient ======================= + * + *

Service Description: The Cloud Domains API enables management and configuration of domain + * names. + * + *

Sample for DomainsClient: + * + *

{@code
+ * try (DomainsClient domainsClient = DomainsClient.create()) {
+ *   LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
+ *   String query = "query107944136";
+ *   SearchDomainsResponse response = domainsClient.searchDomains(location, query);
+ * }
+ * }
+ */ +@Generated("by gapic-generator-java") +package com.google.cloud.domains.v1; + +import javax.annotation.Generated; diff --git a/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java new file mode 100644 index 00000000..8e01d881 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStub.java @@ -0,0 +1,187 @@ +/* + * Copyright 2021 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.domains.v1.stub; + +import static com.google.cloud.domains.v1.DomainsClient.ListRegistrationsPagedResponse; + +import com.google.api.gax.core.BackgroundResource; +import com.google.api.gax.rpc.OperationCallable; +import com.google.api.gax.rpc.UnaryCallable; +import com.google.cloud.domains.v1.AuthorizationCode; +import com.google.cloud.domains.v1.ConfigureContactSettingsRequest; +import com.google.cloud.domains.v1.ConfigureDnsSettingsRequest; +import com.google.cloud.domains.v1.ConfigureManagementSettingsRequest; +import com.google.cloud.domains.v1.DeleteRegistrationRequest; +import com.google.cloud.domains.v1.ExportRegistrationRequest; +import com.google.cloud.domains.v1.GetRegistrationRequest; +import com.google.cloud.domains.v1.ListRegistrationsRequest; +import com.google.cloud.domains.v1.ListRegistrationsResponse; +import com.google.cloud.domains.v1.OperationMetadata; +import com.google.cloud.domains.v1.RegisterDomainRequest; +import com.google.cloud.domains.v1.Registration; +import com.google.cloud.domains.v1.ResetAuthorizationCodeRequest; +import com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest; +import com.google.cloud.domains.v1.RetrieveRegisterParametersRequest; +import com.google.cloud.domains.v1.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1.RetrieveTransferParametersResponse; +import com.google.cloud.domains.v1.SearchDomainsRequest; +import com.google.cloud.domains.v1.SearchDomainsResponse; +import com.google.cloud.domains.v1.TransferDomainRequest; +import com.google.cloud.domains.v1.UpdateRegistrationRequest; +import com.google.longrunning.Operation; +import com.google.longrunning.stub.OperationsStub; +import com.google.protobuf.Empty; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +/** + * Base stub class for the Domains service API. + * + *

This class is for advanced usage and reflects the underlying API directly. + */ +@Generated("by gapic-generator-java") +public abstract class DomainsStub implements BackgroundResource { + + public OperationsStub getOperationsStub() { + throw new UnsupportedOperationException("Not implemented: getOperationsStub()"); + } + + public UnaryCallable searchDomainsCallable() { + throw new UnsupportedOperationException("Not implemented: searchDomainsCallable()"); + } + + public UnaryCallable + retrieveRegisterParametersCallable() { + throw new UnsupportedOperationException( + "Not implemented: retrieveRegisterParametersCallable()"); + } + + public OperationCallable + registerDomainOperationCallable() { + throw new UnsupportedOperationException("Not implemented: registerDomainOperationCallable()"); + } + + public UnaryCallable registerDomainCallable() { + throw new UnsupportedOperationException("Not implemented: registerDomainCallable()"); + } + + public UnaryCallable + retrieveTransferParametersCallable() { + throw new UnsupportedOperationException( + "Not implemented: retrieveTransferParametersCallable()"); + } + + public OperationCallable + transferDomainOperationCallable() { + throw new UnsupportedOperationException("Not implemented: transferDomainOperationCallable()"); + } + + public UnaryCallable transferDomainCallable() { + throw new UnsupportedOperationException("Not implemented: transferDomainCallable()"); + } + + public UnaryCallable + listRegistrationsPagedCallable() { + throw new UnsupportedOperationException("Not implemented: listRegistrationsPagedCallable()"); + } + + public UnaryCallable + listRegistrationsCallable() { + throw new UnsupportedOperationException("Not implemented: listRegistrationsCallable()"); + } + + public UnaryCallable getRegistrationCallable() { + throw new UnsupportedOperationException("Not implemented: getRegistrationCallable()"); + } + + public OperationCallable + updateRegistrationOperationCallable() { + throw new UnsupportedOperationException( + "Not implemented: updateRegistrationOperationCallable()"); + } + + public UnaryCallable updateRegistrationCallable() { + throw new UnsupportedOperationException("Not implemented: updateRegistrationCallable()"); + } + + public OperationCallable + configureManagementSettingsOperationCallable() { + throw new UnsupportedOperationException( + "Not implemented: configureManagementSettingsOperationCallable()"); + } + + public UnaryCallable + configureManagementSettingsCallable() { + throw new UnsupportedOperationException( + "Not implemented: configureManagementSettingsCallable()"); + } + + public OperationCallable + configureDnsSettingsOperationCallable() { + throw new UnsupportedOperationException( + "Not implemented: configureDnsSettingsOperationCallable()"); + } + + public UnaryCallable configureDnsSettingsCallable() { + throw new UnsupportedOperationException("Not implemented: configureDnsSettingsCallable()"); + } + + public OperationCallable + configureContactSettingsOperationCallable() { + throw new UnsupportedOperationException( + "Not implemented: configureContactSettingsOperationCallable()"); + } + + public UnaryCallable + configureContactSettingsCallable() { + throw new UnsupportedOperationException("Not implemented: configureContactSettingsCallable()"); + } + + public OperationCallable + exportRegistrationOperationCallable() { + throw new UnsupportedOperationException( + "Not implemented: exportRegistrationOperationCallable()"); + } + + public UnaryCallable exportRegistrationCallable() { + throw new UnsupportedOperationException("Not implemented: exportRegistrationCallable()"); + } + + public OperationCallable + deleteRegistrationOperationCallable() { + throw new UnsupportedOperationException( + "Not implemented: deleteRegistrationOperationCallable()"); + } + + public UnaryCallable deleteRegistrationCallable() { + throw new UnsupportedOperationException("Not implemented: deleteRegistrationCallable()"); + } + + public UnaryCallable + retrieveAuthorizationCodeCallable() { + throw new UnsupportedOperationException("Not implemented: retrieveAuthorizationCodeCallable()"); + } + + public UnaryCallable + resetAuthorizationCodeCallable() { + throw new UnsupportedOperationException("Not implemented: resetAuthorizationCodeCallable()"); + } + + @Override + public abstract void close(); +} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java new file mode 100644 index 00000000..3d6e7796 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/DomainsStubSettings.java @@ -0,0 +1,1109 @@ +/* + * Copyright 2021 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.domains.v1.stub; + +import static com.google.cloud.domains.v1.DomainsClient.ListRegistrationsPagedResponse; + +import com.google.api.core.ApiFunction; +import com.google.api.core.ApiFuture; +import com.google.api.core.BetaApi; +import com.google.api.gax.core.GaxProperties; +import com.google.api.gax.core.GoogleCredentialsProvider; +import com.google.api.gax.core.InstantiatingExecutorProvider; +import com.google.api.gax.grpc.GaxGrpcProperties; +import com.google.api.gax.grpc.GrpcTransportChannel; +import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider; +import com.google.api.gax.grpc.ProtoOperationTransformers; +import com.google.api.gax.longrunning.OperationSnapshot; +import com.google.api.gax.longrunning.OperationTimedPollAlgorithm; +import com.google.api.gax.retrying.RetrySettings; +import com.google.api.gax.rpc.ApiCallContext; +import com.google.api.gax.rpc.ApiClientHeaderProvider; +import com.google.api.gax.rpc.ClientContext; +import com.google.api.gax.rpc.OperationCallSettings; +import com.google.api.gax.rpc.PageContext; +import com.google.api.gax.rpc.PagedCallSettings; +import com.google.api.gax.rpc.PagedListDescriptor; +import com.google.api.gax.rpc.PagedListResponseFactory; +import com.google.api.gax.rpc.StatusCode; +import com.google.api.gax.rpc.StubSettings; +import com.google.api.gax.rpc.TransportChannelProvider; +import com.google.api.gax.rpc.UnaryCallSettings; +import com.google.api.gax.rpc.UnaryCallable; +import com.google.cloud.domains.v1.AuthorizationCode; +import com.google.cloud.domains.v1.ConfigureContactSettingsRequest; +import com.google.cloud.domains.v1.ConfigureDnsSettingsRequest; +import com.google.cloud.domains.v1.ConfigureManagementSettingsRequest; +import com.google.cloud.domains.v1.DeleteRegistrationRequest; +import com.google.cloud.domains.v1.ExportRegistrationRequest; +import com.google.cloud.domains.v1.GetRegistrationRequest; +import com.google.cloud.domains.v1.ListRegistrationsRequest; +import com.google.cloud.domains.v1.ListRegistrationsResponse; +import com.google.cloud.domains.v1.OperationMetadata; +import com.google.cloud.domains.v1.RegisterDomainRequest; +import com.google.cloud.domains.v1.Registration; +import com.google.cloud.domains.v1.ResetAuthorizationCodeRequest; +import com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest; +import com.google.cloud.domains.v1.RetrieveRegisterParametersRequest; +import com.google.cloud.domains.v1.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1.RetrieveTransferParametersResponse; +import com.google.cloud.domains.v1.SearchDomainsRequest; +import com.google.cloud.domains.v1.SearchDomainsResponse; +import com.google.cloud.domains.v1.TransferDomainRequest; +import com.google.cloud.domains.v1.UpdateRegistrationRequest; +import com.google.common.collect.ImmutableList; +import com.google.common.collect.ImmutableMap; +import com.google.common.collect.ImmutableSet; +import com.google.common.collect.Lists; +import com.google.longrunning.Operation; +import com.google.protobuf.Empty; +import java.io.IOException; +import java.util.List; +import javax.annotation.Generated; +import org.threeten.bp.Duration; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +/** + * Settings class to configure an instance of {@link DomainsStub}. + * + *

The default instance has everything set to sensible defaults: + * + *

    + *
  • The default service address (domains.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
+ * + *

The builder of this class is recursive, so contained classes are themselves builders. When + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of searchDomains to 30 seconds: + * + *

{@code
+ * DomainsStubSettings.Builder domainsSettingsBuilder = DomainsStubSettings.newBuilder();
+ * domainsSettingsBuilder
+ *     .searchDomainsSettings()
+ *     .setRetrySettings(
+ *         domainsSettingsBuilder
+ *             .searchDomainsSettings()
+ *             .getRetrySettings()
+ *             .toBuilder()
+ *             .setTotalTimeout(Duration.ofSeconds(30))
+ *             .build());
+ * DomainsStubSettings domainsSettings = domainsSettingsBuilder.build();
+ * }
+ */ +@Generated("by gapic-generator-java") +public class DomainsStubSettings extends StubSettings { + /** The default scopes of the service. */ + private static final ImmutableList DEFAULT_SERVICE_SCOPES = + ImmutableList.builder().add("https://www.googleapis.com/auth/cloud-platform").build(); + + private final UnaryCallSettings + searchDomainsSettings; + private final UnaryCallSettings< + RetrieveRegisterParametersRequest, RetrieveRegisterParametersResponse> + retrieveRegisterParametersSettings; + private final UnaryCallSettings registerDomainSettings; + private final OperationCallSettings + registerDomainOperationSettings; + private final UnaryCallSettings< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings; + private final UnaryCallSettings transferDomainSettings; + private final OperationCallSettings + transferDomainOperationSettings; + private final PagedCallSettings< + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> + listRegistrationsSettings; + private final UnaryCallSettings getRegistrationSettings; + private final UnaryCallSettings updateRegistrationSettings; + private final OperationCallSettings + updateRegistrationOperationSettings; + private final UnaryCallSettings + configureManagementSettingsSettings; + private final OperationCallSettings< + ConfigureManagementSettingsRequest, Registration, OperationMetadata> + configureManagementSettingsOperationSettings; + private final UnaryCallSettings + configureDnsSettingsSettings; + private final OperationCallSettings + configureDnsSettingsOperationSettings; + private final UnaryCallSettings + configureContactSettingsSettings; + private final OperationCallSettings< + ConfigureContactSettingsRequest, Registration, OperationMetadata> + configureContactSettingsOperationSettings; + private final UnaryCallSettings exportRegistrationSettings; + private final OperationCallSettings + exportRegistrationOperationSettings; + private final UnaryCallSettings deleteRegistrationSettings; + private final OperationCallSettings + deleteRegistrationOperationSettings; + private final UnaryCallSettings + retrieveAuthorizationCodeSettings; + private final UnaryCallSettings + resetAuthorizationCodeSettings; + + private static final PagedListDescriptor< + ListRegistrationsRequest, ListRegistrationsResponse, Registration> + LIST_REGISTRATIONS_PAGE_STR_DESC = + new PagedListDescriptor< + ListRegistrationsRequest, ListRegistrationsResponse, Registration>() { + @Override + public String emptyToken() { + return ""; + } + + @Override + public ListRegistrationsRequest injectToken( + ListRegistrationsRequest payload, String token) { + return ListRegistrationsRequest.newBuilder(payload).setPageToken(token).build(); + } + + @Override + public ListRegistrationsRequest injectPageSize( + ListRegistrationsRequest payload, int pageSize) { + return ListRegistrationsRequest.newBuilder(payload).setPageSize(pageSize).build(); + } + + @Override + public Integer extractPageSize(ListRegistrationsRequest payload) { + return payload.getPageSize(); + } + + @Override + public String extractNextToken(ListRegistrationsResponse payload) { + return payload.getNextPageToken(); + } + + @Override + public Iterable extractResources(ListRegistrationsResponse payload) { + return payload.getRegistrationsList() == null + ? ImmutableList.of() + : payload.getRegistrationsList(); + } + }; + + private static final PagedListResponseFactory< + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> + LIST_REGISTRATIONS_PAGE_STR_FACT = + new PagedListResponseFactory< + ListRegistrationsRequest, ListRegistrationsResponse, + ListRegistrationsPagedResponse>() { + @Override + public ApiFuture getFuturePagedResponse( + UnaryCallable callable, + ListRegistrationsRequest request, + ApiCallContext context, + ApiFuture futureResponse) { + PageContext + pageContext = + PageContext.create( + callable, LIST_REGISTRATIONS_PAGE_STR_DESC, request, context); + return ListRegistrationsPagedResponse.createAsync(pageContext, futureResponse); + } + }; + + /** Returns the object with the settings used for calls to searchDomains. */ + public UnaryCallSettings searchDomainsSettings() { + return searchDomainsSettings; + } + + /** Returns the object with the settings used for calls to retrieveRegisterParameters. */ + public UnaryCallSettings + retrieveRegisterParametersSettings() { + return retrieveRegisterParametersSettings; + } + + /** Returns the object with the settings used for calls to registerDomain. */ + public UnaryCallSettings registerDomainSettings() { + return registerDomainSettings; + } + + /** Returns the object with the settings used for calls to registerDomain. */ + public OperationCallSettings + registerDomainOperationSettings() { + return registerDomainOperationSettings; + } + + /** Returns the object with the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings + retrieveTransferParametersSettings() { + return retrieveTransferParametersSettings; + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public UnaryCallSettings transferDomainSettings() { + return transferDomainSettings; + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public OperationCallSettings + transferDomainOperationSettings() { + return transferDomainOperationSettings; + } + + /** Returns the object with the settings used for calls to listRegistrations. */ + public PagedCallSettings< + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> + listRegistrationsSettings() { + return listRegistrationsSettings; + } + + /** Returns the object with the settings used for calls to getRegistration. */ + public UnaryCallSettings getRegistrationSettings() { + return getRegistrationSettings; + } + + /** Returns the object with the settings used for calls to updateRegistration. */ + public UnaryCallSettings updateRegistrationSettings() { + return updateRegistrationSettings; + } + + /** Returns the object with the settings used for calls to updateRegistration. */ + public OperationCallSettings + updateRegistrationOperationSettings() { + return updateRegistrationOperationSettings; + } + + /** Returns the object with the settings used for calls to configureManagementSettings. */ + public UnaryCallSettings + configureManagementSettingsSettings() { + return configureManagementSettingsSettings; + } + + /** Returns the object with the settings used for calls to configureManagementSettings. */ + public OperationCallSettings + configureManagementSettingsOperationSettings() { + return configureManagementSettingsOperationSettings; + } + + /** Returns the object with the settings used for calls to configureDnsSettings. */ + public UnaryCallSettings configureDnsSettingsSettings() { + return configureDnsSettingsSettings; + } + + /** Returns the object with the settings used for calls to configureDnsSettings. */ + public OperationCallSettings + configureDnsSettingsOperationSettings() { + return configureDnsSettingsOperationSettings; + } + + /** Returns the object with the settings used for calls to configureContactSettings. */ + public UnaryCallSettings + configureContactSettingsSettings() { + return configureContactSettingsSettings; + } + + /** Returns the object with the settings used for calls to configureContactSettings. */ + public OperationCallSettings + configureContactSettingsOperationSettings() { + return configureContactSettingsOperationSettings; + } + + /** Returns the object with the settings used for calls to exportRegistration. */ + public UnaryCallSettings exportRegistrationSettings() { + return exportRegistrationSettings; + } + + /** Returns the object with the settings used for calls to exportRegistration. */ + public OperationCallSettings + exportRegistrationOperationSettings() { + return exportRegistrationOperationSettings; + } + + /** Returns the object with the settings used for calls to deleteRegistration. */ + public UnaryCallSettings deleteRegistrationSettings() { + return deleteRegistrationSettings; + } + + /** Returns the object with the settings used for calls to deleteRegistration. */ + public OperationCallSettings + deleteRegistrationOperationSettings() { + return deleteRegistrationOperationSettings; + } + + /** Returns the object with the settings used for calls to retrieveAuthorizationCode. */ + public UnaryCallSettings + retrieveAuthorizationCodeSettings() { + return retrieveAuthorizationCodeSettings; + } + + /** Returns the object with the settings used for calls to resetAuthorizationCode. */ + public UnaryCallSettings + resetAuthorizationCodeSettings() { + return resetAuthorizationCodeSettings; + } + + @BetaApi("A restructuring of stub classes is planned, so this may break in the future") + public DomainsStub createStub() throws IOException { + if (getTransportChannelProvider() + .getTransportName() + .equals(GrpcTransportChannel.getGrpcTransportName())) { + return GrpcDomainsStub.create(this); + } + throw new UnsupportedOperationException( + String.format( + "Transport not supported: %s", getTransportChannelProvider().getTransportName())); + } + + /** Returns a builder for the default ExecutorProvider for this service. */ + public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() { + return InstantiatingExecutorProvider.newBuilder(); + } + + /** Returns the default service endpoint. */ + public static String getDefaultEndpoint() { + return "domains.googleapis.com:443"; + } + + /** Returns the default mTLS service endpoint. */ + public static String getDefaultMtlsEndpoint() { + return "domains.mtls.googleapis.com:443"; + } + + /** Returns the default service scopes. */ + public static List getDefaultServiceScopes() { + return DEFAULT_SERVICE_SCOPES; + } + + /** Returns a builder for the default credentials for this service. */ + public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder() { + return GoogleCredentialsProvider.newBuilder() + .setScopesToApply(DEFAULT_SERVICE_SCOPES) + .setUseJwtAccessWithScope(true); + } + + /** Returns a builder for the default ChannelProvider for this service. */ + public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() { + return InstantiatingGrpcChannelProvider.newBuilder() + .setMaxInboundMessageSize(Integer.MAX_VALUE); + } + + public static TransportChannelProvider defaultTransportChannelProvider() { + return defaultGrpcTransportProviderBuilder().build(); + } + + @BetaApi("The surface for customizing headers is not stable yet and may change in the future.") + public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() { + return ApiClientHeaderProvider.newBuilder() + .setGeneratedLibToken("gapic", GaxProperties.getLibraryVersion(DomainsStubSettings.class)) + .setTransportToken( + GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion()); + } + + /** Returns a new builder for this class. */ + public static Builder newBuilder() { + return Builder.createDefault(); + } + + /** Returns a new builder for this class. */ + public static Builder newBuilder(ClientContext clientContext) { + return new Builder(clientContext); + } + + /** Returns a builder containing all the values of this settings class. */ + public Builder toBuilder() { + return new Builder(this); + } + + protected DomainsStubSettings(Builder settingsBuilder) throws IOException { + super(settingsBuilder); + + searchDomainsSettings = settingsBuilder.searchDomainsSettings().build(); + retrieveRegisterParametersSettings = + settingsBuilder.retrieveRegisterParametersSettings().build(); + registerDomainSettings = settingsBuilder.registerDomainSettings().build(); + registerDomainOperationSettings = settingsBuilder.registerDomainOperationSettings().build(); + retrieveTransferParametersSettings = + settingsBuilder.retrieveTransferParametersSettings().build(); + transferDomainSettings = settingsBuilder.transferDomainSettings().build(); + transferDomainOperationSettings = settingsBuilder.transferDomainOperationSettings().build(); + listRegistrationsSettings = settingsBuilder.listRegistrationsSettings().build(); + getRegistrationSettings = settingsBuilder.getRegistrationSettings().build(); + updateRegistrationSettings = settingsBuilder.updateRegistrationSettings().build(); + updateRegistrationOperationSettings = + settingsBuilder.updateRegistrationOperationSettings().build(); + configureManagementSettingsSettings = + settingsBuilder.configureManagementSettingsSettings().build(); + configureManagementSettingsOperationSettings = + settingsBuilder.configureManagementSettingsOperationSettings().build(); + configureDnsSettingsSettings = settingsBuilder.configureDnsSettingsSettings().build(); + configureDnsSettingsOperationSettings = + settingsBuilder.configureDnsSettingsOperationSettings().build(); + configureContactSettingsSettings = settingsBuilder.configureContactSettingsSettings().build(); + configureContactSettingsOperationSettings = + settingsBuilder.configureContactSettingsOperationSettings().build(); + exportRegistrationSettings = settingsBuilder.exportRegistrationSettings().build(); + exportRegistrationOperationSettings = + settingsBuilder.exportRegistrationOperationSettings().build(); + deleteRegistrationSettings = settingsBuilder.deleteRegistrationSettings().build(); + deleteRegistrationOperationSettings = + settingsBuilder.deleteRegistrationOperationSettings().build(); + retrieveAuthorizationCodeSettings = settingsBuilder.retrieveAuthorizationCodeSettings().build(); + resetAuthorizationCodeSettings = settingsBuilder.resetAuthorizationCodeSettings().build(); + } + + /** Builder for DomainsStubSettings. */ + public static class Builder extends StubSettings.Builder { + private final ImmutableList> unaryMethodSettingsBuilders; + private final UnaryCallSettings.Builder + searchDomainsSettings; + private final UnaryCallSettings.Builder< + RetrieveRegisterParametersRequest, RetrieveRegisterParametersResponse> + retrieveRegisterParametersSettings; + private final UnaryCallSettings.Builder + registerDomainSettings; + private final OperationCallSettings.Builder< + RegisterDomainRequest, Registration, OperationMetadata> + registerDomainOperationSettings; + private final UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings; + private final UnaryCallSettings.Builder + transferDomainSettings; + private final OperationCallSettings.Builder< + TransferDomainRequest, Registration, OperationMetadata> + transferDomainOperationSettings; + private final PagedCallSettings.Builder< + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> + listRegistrationsSettings; + private final UnaryCallSettings.Builder + getRegistrationSettings; + private final UnaryCallSettings.Builder + updateRegistrationSettings; + private final OperationCallSettings.Builder< + UpdateRegistrationRequest, Registration, OperationMetadata> + updateRegistrationOperationSettings; + private final UnaryCallSettings.Builder + configureManagementSettingsSettings; + private final OperationCallSettings.Builder< + ConfigureManagementSettingsRequest, Registration, OperationMetadata> + configureManagementSettingsOperationSettings; + private final UnaryCallSettings.Builder + configureDnsSettingsSettings; + private final OperationCallSettings.Builder< + ConfigureDnsSettingsRequest, Registration, OperationMetadata> + configureDnsSettingsOperationSettings; + private final UnaryCallSettings.Builder + configureContactSettingsSettings; + private final OperationCallSettings.Builder< + ConfigureContactSettingsRequest, Registration, OperationMetadata> + configureContactSettingsOperationSettings; + private final UnaryCallSettings.Builder + exportRegistrationSettings; + private final OperationCallSettings.Builder< + ExportRegistrationRequest, Registration, OperationMetadata> + exportRegistrationOperationSettings; + private final UnaryCallSettings.Builder + deleteRegistrationSettings; + private final OperationCallSettings.Builder + deleteRegistrationOperationSettings; + private final UnaryCallSettings.Builder + retrieveAuthorizationCodeSettings; + private final UnaryCallSettings.Builder + resetAuthorizationCodeSettings; + private static final ImmutableMap> + RETRYABLE_CODE_DEFINITIONS; + + static { + ImmutableMap.Builder> definitions = + ImmutableMap.builder(); + definitions.put("no_retry_codes", ImmutableSet.copyOf(Lists.newArrayList())); + RETRYABLE_CODE_DEFINITIONS = definitions.build(); + } + + private static final ImmutableMap RETRY_PARAM_DEFINITIONS; + + static { + ImmutableMap.Builder definitions = ImmutableMap.builder(); + RetrySettings settings = null; + settings = RetrySettings.newBuilder().setRpcTimeoutMultiplier(1.0).build(); + definitions.put("no_retry_params", settings); + RETRY_PARAM_DEFINITIONS = definitions.build(); + } + + protected Builder() { + this(((ClientContext) null)); + } + + protected Builder(ClientContext clientContext) { + super(clientContext); + + searchDomainsSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + retrieveRegisterParametersSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + registerDomainSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + registerDomainOperationSettings = OperationCallSettings.newBuilder(); + retrieveTransferParametersSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + transferDomainSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + transferDomainOperationSettings = OperationCallSettings.newBuilder(); + listRegistrationsSettings = PagedCallSettings.newBuilder(LIST_REGISTRATIONS_PAGE_STR_FACT); + getRegistrationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + updateRegistrationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + updateRegistrationOperationSettings = OperationCallSettings.newBuilder(); + configureManagementSettingsSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + configureManagementSettingsOperationSettings = OperationCallSettings.newBuilder(); + configureDnsSettingsSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + configureDnsSettingsOperationSettings = OperationCallSettings.newBuilder(); + configureContactSettingsSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + configureContactSettingsOperationSettings = OperationCallSettings.newBuilder(); + exportRegistrationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + exportRegistrationOperationSettings = OperationCallSettings.newBuilder(); + deleteRegistrationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + deleteRegistrationOperationSettings = OperationCallSettings.newBuilder(); + retrieveAuthorizationCodeSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + resetAuthorizationCodeSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + + unaryMethodSettingsBuilders = + ImmutableList.>of( + searchDomainsSettings, + retrieveRegisterParametersSettings, + registerDomainSettings, + retrieveTransferParametersSettings, + transferDomainSettings, + listRegistrationsSettings, + getRegistrationSettings, + updateRegistrationSettings, + configureManagementSettingsSettings, + configureDnsSettingsSettings, + configureContactSettingsSettings, + exportRegistrationSettings, + deleteRegistrationSettings, + retrieveAuthorizationCodeSettings, + resetAuthorizationCodeSettings); + initDefaults(this); + } + + protected Builder(DomainsStubSettings settings) { + super(settings); + + searchDomainsSettings = settings.searchDomainsSettings.toBuilder(); + retrieveRegisterParametersSettings = settings.retrieveRegisterParametersSettings.toBuilder(); + registerDomainSettings = settings.registerDomainSettings.toBuilder(); + registerDomainOperationSettings = settings.registerDomainOperationSettings.toBuilder(); + retrieveTransferParametersSettings = settings.retrieveTransferParametersSettings.toBuilder(); + transferDomainSettings = settings.transferDomainSettings.toBuilder(); + transferDomainOperationSettings = settings.transferDomainOperationSettings.toBuilder(); + listRegistrationsSettings = settings.listRegistrationsSettings.toBuilder(); + getRegistrationSettings = settings.getRegistrationSettings.toBuilder(); + updateRegistrationSettings = settings.updateRegistrationSettings.toBuilder(); + updateRegistrationOperationSettings = + settings.updateRegistrationOperationSettings.toBuilder(); + configureManagementSettingsSettings = + settings.configureManagementSettingsSettings.toBuilder(); + configureManagementSettingsOperationSettings = + settings.configureManagementSettingsOperationSettings.toBuilder(); + configureDnsSettingsSettings = settings.configureDnsSettingsSettings.toBuilder(); + configureDnsSettingsOperationSettings = + settings.configureDnsSettingsOperationSettings.toBuilder(); + configureContactSettingsSettings = settings.configureContactSettingsSettings.toBuilder(); + configureContactSettingsOperationSettings = + settings.configureContactSettingsOperationSettings.toBuilder(); + exportRegistrationSettings = settings.exportRegistrationSettings.toBuilder(); + exportRegistrationOperationSettings = + settings.exportRegistrationOperationSettings.toBuilder(); + deleteRegistrationSettings = settings.deleteRegistrationSettings.toBuilder(); + deleteRegistrationOperationSettings = + settings.deleteRegistrationOperationSettings.toBuilder(); + retrieveAuthorizationCodeSettings = settings.retrieveAuthorizationCodeSettings.toBuilder(); + resetAuthorizationCodeSettings = settings.resetAuthorizationCodeSettings.toBuilder(); + + unaryMethodSettingsBuilders = + ImmutableList.>of( + searchDomainsSettings, + retrieveRegisterParametersSettings, + registerDomainSettings, + retrieveTransferParametersSettings, + transferDomainSettings, + listRegistrationsSettings, + getRegistrationSettings, + updateRegistrationSettings, + configureManagementSettingsSettings, + configureDnsSettingsSettings, + configureContactSettingsSettings, + exportRegistrationSettings, + deleteRegistrationSettings, + retrieveAuthorizationCodeSettings, + resetAuthorizationCodeSettings); + } + + private static Builder createDefault() { + Builder builder = new Builder(((ClientContext) null)); + + builder.setTransportChannelProvider(defaultTransportChannelProvider()); + builder.setCredentialsProvider(defaultCredentialsProviderBuilder().build()); + builder.setInternalHeaderProvider(defaultApiClientHeaderProviderBuilder().build()); + builder.setEndpoint(getDefaultEndpoint()); + builder.setMtlsEndpoint(getDefaultMtlsEndpoint()); + builder.setSwitchToMtlsEndpointAllowed(true); + + return initDefaults(builder); + } + + private static Builder initDefaults(Builder builder) { + builder + .searchDomainsSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .retrieveRegisterParametersSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .registerDomainSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .retrieveTransferParametersSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .transferDomainSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .listRegistrationsSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .getRegistrationSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .updateRegistrationSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .configureManagementSettingsSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .configureDnsSettingsSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .configureContactSettingsSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .exportRegistrationSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .deleteRegistrationSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .retrieveAuthorizationCodeSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .resetAuthorizationCodeSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .registerDomainOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + + builder + .transferDomainOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + + builder + .updateRegistrationOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + + builder + .configureManagementSettingsOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + . + newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + + builder + .configureDnsSettingsOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + + builder + .configureContactSettingsOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + + builder + .exportRegistrationOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + + builder + .deleteRegistrationOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Empty.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + + return builder; + } + + /** + * Applies the given settings updater function to all of the unary API methods in this service. + * + *

Note: This method does not support applying settings to streaming methods. + */ + public Builder applyToAllUnaryMethods( + ApiFunction, Void> settingsUpdater) { + super.applyToAllUnaryMethods(unaryMethodSettingsBuilders, settingsUpdater); + return this; + } + + public ImmutableList> unaryMethodSettingsBuilders() { + return unaryMethodSettingsBuilders; + } + + /** Returns the builder for the settings used for calls to searchDomains. */ + public UnaryCallSettings.Builder + searchDomainsSettings() { + return searchDomainsSettings; + } + + /** Returns the builder for the settings used for calls to retrieveRegisterParameters. */ + public UnaryCallSettings.Builder< + RetrieveRegisterParametersRequest, RetrieveRegisterParametersResponse> + retrieveRegisterParametersSettings() { + return retrieveRegisterParametersSettings; + } + + /** Returns the builder for the settings used for calls to registerDomain. */ + public UnaryCallSettings.Builder registerDomainSettings() { + return registerDomainSettings; + } + + /** Returns the builder for the settings used for calls to registerDomain. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder + registerDomainOperationSettings() { + return registerDomainOperationSettings; + } + + /** Returns the builder for the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings() { + return retrieveTransferParametersSettings; + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public UnaryCallSettings.Builder transferDomainSettings() { + return transferDomainSettings; + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder + transferDomainOperationSettings() { + return transferDomainOperationSettings; + } + + /** Returns the builder for the settings used for calls to listRegistrations. */ + public PagedCallSettings.Builder< + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> + listRegistrationsSettings() { + return listRegistrationsSettings; + } + + /** Returns the builder for the settings used for calls to getRegistration. */ + public UnaryCallSettings.Builder + getRegistrationSettings() { + return getRegistrationSettings; + } + + /** Returns the builder for the settings used for calls to updateRegistration. */ + public UnaryCallSettings.Builder + updateRegistrationSettings() { + return updateRegistrationSettings; + } + + /** Returns the builder for the settings used for calls to updateRegistration. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder + updateRegistrationOperationSettings() { + return updateRegistrationOperationSettings; + } + + /** Returns the builder for the settings used for calls to configureManagementSettings. */ + public UnaryCallSettings.Builder + configureManagementSettingsSettings() { + return configureManagementSettingsSettings; + } + + /** Returns the builder for the settings used for calls to configureManagementSettings. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder< + ConfigureManagementSettingsRequest, Registration, OperationMetadata> + configureManagementSettingsOperationSettings() { + return configureManagementSettingsOperationSettings; + } + + /** Returns the builder for the settings used for calls to configureDnsSettings. */ + public UnaryCallSettings.Builder + configureDnsSettingsSettings() { + return configureDnsSettingsSettings; + } + + /** Returns the builder for the settings used for calls to configureDnsSettings. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder< + ConfigureDnsSettingsRequest, Registration, OperationMetadata> + configureDnsSettingsOperationSettings() { + return configureDnsSettingsOperationSettings; + } + + /** Returns the builder for the settings used for calls to configureContactSettings. */ + public UnaryCallSettings.Builder + configureContactSettingsSettings() { + return configureContactSettingsSettings; + } + + /** Returns the builder for the settings used for calls to configureContactSettings. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder< + ConfigureContactSettingsRequest, Registration, OperationMetadata> + configureContactSettingsOperationSettings() { + return configureContactSettingsOperationSettings; + } + + /** Returns the builder for the settings used for calls to exportRegistration. */ + public UnaryCallSettings.Builder + exportRegistrationSettings() { + return exportRegistrationSettings; + } + + /** Returns the builder for the settings used for calls to exportRegistration. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder + exportRegistrationOperationSettings() { + return exportRegistrationOperationSettings; + } + + /** Returns the builder for the settings used for calls to deleteRegistration. */ + public UnaryCallSettings.Builder + deleteRegistrationSettings() { + return deleteRegistrationSettings; + } + + /** Returns the builder for the settings used for calls to deleteRegistration. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder + deleteRegistrationOperationSettings() { + return deleteRegistrationOperationSettings; + } + + /** Returns the builder for the settings used for calls to retrieveAuthorizationCode. */ + public UnaryCallSettings.Builder + retrieveAuthorizationCodeSettings() { + return retrieveAuthorizationCodeSettings; + } + + /** Returns the builder for the settings used for calls to resetAuthorizationCode. */ + public UnaryCallSettings.Builder + resetAuthorizationCodeSettings() { + return resetAuthorizationCodeSettings; + } + + @Override + public DomainsStubSettings build() throws IOException { + return new DomainsStubSettings(this); + } + } +} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java new file mode 100644 index 00000000..e58de981 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsCallableFactory.java @@ -0,0 +1,113 @@ +/* + * Copyright 2021 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.domains.v1.stub; + +import com.google.api.gax.grpc.GrpcCallSettings; +import com.google.api.gax.grpc.GrpcCallableFactory; +import com.google.api.gax.grpc.GrpcStubCallableFactory; +import com.google.api.gax.rpc.BatchingCallSettings; +import com.google.api.gax.rpc.BidiStreamingCallable; +import com.google.api.gax.rpc.ClientContext; +import com.google.api.gax.rpc.ClientStreamingCallable; +import com.google.api.gax.rpc.OperationCallSettings; +import com.google.api.gax.rpc.OperationCallable; +import com.google.api.gax.rpc.PagedCallSettings; +import com.google.api.gax.rpc.ServerStreamingCallSettings; +import com.google.api.gax.rpc.ServerStreamingCallable; +import com.google.api.gax.rpc.StreamingCallSettings; +import com.google.api.gax.rpc.UnaryCallSettings; +import com.google.api.gax.rpc.UnaryCallable; +import com.google.longrunning.Operation; +import com.google.longrunning.stub.OperationsStub; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +/** + * gRPC callable factory implementation for the Domains service API. + * + *

This class is for advanced usage. + */ +@Generated("by gapic-generator-java") +public class GrpcDomainsCallableFactory implements GrpcStubCallableFactory { + + @Override + public UnaryCallable createUnaryCallable( + GrpcCallSettings grpcCallSettings, + UnaryCallSettings callSettings, + ClientContext clientContext) { + return GrpcCallableFactory.createUnaryCallable(grpcCallSettings, callSettings, clientContext); + } + + @Override + public + UnaryCallable createPagedCallable( + GrpcCallSettings grpcCallSettings, + PagedCallSettings callSettings, + ClientContext clientContext) { + return GrpcCallableFactory.createPagedCallable(grpcCallSettings, callSettings, clientContext); + } + + @Override + public UnaryCallable createBatchingCallable( + GrpcCallSettings grpcCallSettings, + BatchingCallSettings callSettings, + ClientContext clientContext) { + return GrpcCallableFactory.createBatchingCallable( + grpcCallSettings, callSettings, clientContext); + } + + @Override + public + OperationCallable createOperationCallable( + GrpcCallSettings grpcCallSettings, + OperationCallSettings callSettings, + ClientContext clientContext, + OperationsStub operationsStub) { + return GrpcCallableFactory.createOperationCallable( + grpcCallSettings, callSettings, clientContext, operationsStub); + } + + @Override + public + BidiStreamingCallable createBidiStreamingCallable( + GrpcCallSettings grpcCallSettings, + StreamingCallSettings callSettings, + ClientContext clientContext) { + return GrpcCallableFactory.createBidiStreamingCallable( + grpcCallSettings, callSettings, clientContext); + } + + @Override + public + ServerStreamingCallable createServerStreamingCallable( + GrpcCallSettings grpcCallSettings, + ServerStreamingCallSettings callSettings, + ClientContext clientContext) { + return GrpcCallableFactory.createServerStreamingCallable( + grpcCallSettings, callSettings, clientContext); + } + + @Override + public + ClientStreamingCallable createClientStreamingCallable( + GrpcCallSettings grpcCallSettings, + StreamingCallSettings callSettings, + ClientContext clientContext) { + return GrpcCallableFactory.createClientStreamingCallable( + grpcCallSettings, callSettings, clientContext); + } +} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java new file mode 100644 index 00000000..fe3b2434 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/GrpcDomainsStub.java @@ -0,0 +1,769 @@ +/* + * Copyright 2021 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.domains.v1.stub; + +import static com.google.cloud.domains.v1.DomainsClient.ListRegistrationsPagedResponse; + +import com.google.api.gax.core.BackgroundResource; +import com.google.api.gax.core.BackgroundResourceAggregation; +import com.google.api.gax.grpc.GrpcCallSettings; +import com.google.api.gax.grpc.GrpcStubCallableFactory; +import com.google.api.gax.rpc.ClientContext; +import com.google.api.gax.rpc.OperationCallable; +import com.google.api.gax.rpc.UnaryCallable; +import com.google.cloud.domains.v1.AuthorizationCode; +import com.google.cloud.domains.v1.ConfigureContactSettingsRequest; +import com.google.cloud.domains.v1.ConfigureDnsSettingsRequest; +import com.google.cloud.domains.v1.ConfigureManagementSettingsRequest; +import com.google.cloud.domains.v1.DeleteRegistrationRequest; +import com.google.cloud.domains.v1.ExportRegistrationRequest; +import com.google.cloud.domains.v1.GetRegistrationRequest; +import com.google.cloud.domains.v1.ListRegistrationsRequest; +import com.google.cloud.domains.v1.ListRegistrationsResponse; +import com.google.cloud.domains.v1.OperationMetadata; +import com.google.cloud.domains.v1.RegisterDomainRequest; +import com.google.cloud.domains.v1.Registration; +import com.google.cloud.domains.v1.ResetAuthorizationCodeRequest; +import com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest; +import com.google.cloud.domains.v1.RetrieveRegisterParametersRequest; +import com.google.cloud.domains.v1.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1.RetrieveTransferParametersResponse; +import com.google.cloud.domains.v1.SearchDomainsRequest; +import com.google.cloud.domains.v1.SearchDomainsResponse; +import com.google.cloud.domains.v1.TransferDomainRequest; +import com.google.cloud.domains.v1.UpdateRegistrationRequest; +import com.google.common.collect.ImmutableMap; +import com.google.longrunning.Operation; +import com.google.longrunning.stub.GrpcOperationsStub; +import com.google.protobuf.Empty; +import io.grpc.MethodDescriptor; +import io.grpc.protobuf.ProtoUtils; +import java.io.IOException; +import java.util.Map; +import java.util.concurrent.TimeUnit; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +/** + * gRPC stub implementation for the Domains service API. + * + *

This class is for advanced usage and reflects the underlying API directly. + */ +@Generated("by gapic-generator-java") +public class GrpcDomainsStub extends DomainsStub { + private static final MethodDescriptor + searchDomainsMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/SearchDomains") + .setRequestMarshaller( + ProtoUtils.marshaller(SearchDomainsRequest.getDefaultInstance())) + .setResponseMarshaller( + ProtoUtils.marshaller(SearchDomainsResponse.getDefaultInstance())) + .build(); + + private static final MethodDescriptor< + RetrieveRegisterParametersRequest, RetrieveRegisterParametersResponse> + retrieveRegisterParametersMethodDescriptor = + MethodDescriptor + .newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/RetrieveRegisterParameters") + .setRequestMarshaller( + ProtoUtils.marshaller(RetrieveRegisterParametersRequest.getDefaultInstance())) + .setResponseMarshaller( + ProtoUtils.marshaller(RetrieveRegisterParametersResponse.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + registerDomainMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/RegisterDomain") + .setRequestMarshaller( + ProtoUtils.marshaller(RegisterDomainRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + + private static final MethodDescriptor< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersMethodDescriptor = + MethodDescriptor + .newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/RetrieveTransferParameters") + .setRequestMarshaller( + ProtoUtils.marshaller(RetrieveTransferParametersRequest.getDefaultInstance())) + .setResponseMarshaller( + ProtoUtils.marshaller(RetrieveTransferParametersResponse.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + transferDomainMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/TransferDomain") + .setRequestMarshaller( + ProtoUtils.marshaller(TransferDomainRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + listRegistrationsMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/ListRegistrations") + .setRequestMarshaller( + ProtoUtils.marshaller(ListRegistrationsRequest.getDefaultInstance())) + .setResponseMarshaller( + ProtoUtils.marshaller(ListRegistrationsResponse.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + getRegistrationMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/GetRegistration") + .setRequestMarshaller( + ProtoUtils.marshaller(GetRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Registration.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + updateRegistrationMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/UpdateRegistration") + .setRequestMarshaller( + ProtoUtils.marshaller(UpdateRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + configureManagementSettingsMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/ConfigureManagementSettings") + .setRequestMarshaller( + ProtoUtils.marshaller(ConfigureManagementSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + configureDnsSettingsMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/ConfigureDnsSettings") + .setRequestMarshaller( + ProtoUtils.marshaller(ConfigureDnsSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + configureContactSettingsMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/ConfigureContactSettings") + .setRequestMarshaller( + ProtoUtils.marshaller(ConfigureContactSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + exportRegistrationMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/ExportRegistration") + .setRequestMarshaller( + ProtoUtils.marshaller(ExportRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + deleteRegistrationMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/DeleteRegistration") + .setRequestMarshaller( + ProtoUtils.marshaller(DeleteRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + retrieveAuthorizationCodeMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/RetrieveAuthorizationCode") + .setRequestMarshaller( + ProtoUtils.marshaller(RetrieveAuthorizationCodeRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(AuthorizationCode.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + resetAuthorizationCodeMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1.Domains/ResetAuthorizationCode") + .setRequestMarshaller( + ProtoUtils.marshaller(ResetAuthorizationCodeRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(AuthorizationCode.getDefaultInstance())) + .build(); + + private final UnaryCallable searchDomainsCallable; + private final UnaryCallable + retrieveRegisterParametersCallable; + private final UnaryCallable registerDomainCallable; + private final OperationCallable + registerDomainOperationCallable; + private final UnaryCallable + retrieveTransferParametersCallable; + private final UnaryCallable transferDomainCallable; + private final OperationCallable + transferDomainOperationCallable; + private final UnaryCallable + listRegistrationsCallable; + private final UnaryCallable + listRegistrationsPagedCallable; + private final UnaryCallable getRegistrationCallable; + private final UnaryCallable updateRegistrationCallable; + private final OperationCallable + updateRegistrationOperationCallable; + private final UnaryCallable + configureManagementSettingsCallable; + private final OperationCallable< + ConfigureManagementSettingsRequest, Registration, OperationMetadata> + configureManagementSettingsOperationCallable; + private final UnaryCallable configureDnsSettingsCallable; + private final OperationCallable + configureDnsSettingsOperationCallable; + private final UnaryCallable + configureContactSettingsCallable; + private final OperationCallable + configureContactSettingsOperationCallable; + private final UnaryCallable exportRegistrationCallable; + private final OperationCallable + exportRegistrationOperationCallable; + private final UnaryCallable deleteRegistrationCallable; + private final OperationCallable + deleteRegistrationOperationCallable; + private final UnaryCallable + retrieveAuthorizationCodeCallable; + private final UnaryCallable + resetAuthorizationCodeCallable; + + private final BackgroundResource backgroundResources; + private final GrpcOperationsStub operationsStub; + private final GrpcStubCallableFactory callableFactory; + + public static final GrpcDomainsStub create(DomainsStubSettings settings) throws IOException { + return new GrpcDomainsStub(settings, ClientContext.create(settings)); + } + + public static final GrpcDomainsStub create(ClientContext clientContext) throws IOException { + return new GrpcDomainsStub(DomainsStubSettings.newBuilder().build(), clientContext); + } + + public static final GrpcDomainsStub create( + ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException { + return new GrpcDomainsStub( + DomainsStubSettings.newBuilder().build(), clientContext, callableFactory); + } + + /** + * Constructs an instance of GrpcDomainsStub, using the given settings. This is protected so that + * it is easy to make a subclass, but otherwise, the static factory methods should be preferred. + */ + protected GrpcDomainsStub(DomainsStubSettings settings, ClientContext clientContext) + throws IOException { + this(settings, clientContext, new GrpcDomainsCallableFactory()); + } + + /** + * Constructs an instance of GrpcDomainsStub, using the given settings. This is protected so that + * it is easy to make a subclass, but otherwise, the static factory methods should be preferred. + */ + protected GrpcDomainsStub( + DomainsStubSettings settings, + ClientContext clientContext, + GrpcStubCallableFactory callableFactory) + throws IOException { + this.callableFactory = callableFactory; + this.operationsStub = GrpcOperationsStub.create(clientContext, callableFactory); + + GrpcCallSettings searchDomainsTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(searchDomainsMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("location", String.valueOf(request.getLocation())); + return params.build(); + }) + .build(); + GrpcCallSettings + retrieveRegisterParametersTransportSettings = + GrpcCallSettings + .newBuilder() + .setMethodDescriptor(retrieveRegisterParametersMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("location", String.valueOf(request.getLocation())); + return params.build(); + }) + .build(); + GrpcCallSettings registerDomainTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(registerDomainMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("parent", String.valueOf(request.getParent())); + return params.build(); + }) + .build(); + GrpcCallSettings + retrieveTransferParametersTransportSettings = + GrpcCallSettings + .newBuilder() + .setMethodDescriptor(retrieveTransferParametersMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("location", String.valueOf(request.getLocation())); + return params.build(); + }) + .build(); + GrpcCallSettings transferDomainTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(transferDomainMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("parent", String.valueOf(request.getParent())); + return params.build(); + }) + .build(); + GrpcCallSettings + listRegistrationsTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(listRegistrationsMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("parent", String.valueOf(request.getParent())); + return params.build(); + }) + .build(); + GrpcCallSettings getRegistrationTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(getRegistrationMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("name", String.valueOf(request.getName())); + return params.build(); + }) + .build(); + GrpcCallSettings updateRegistrationTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(updateRegistrationMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put( + "registration.name", String.valueOf(request.getRegistration().getName())); + return params.build(); + }) + .build(); + GrpcCallSettings + configureManagementSettingsTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(configureManagementSettingsMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("registration", String.valueOf(request.getRegistration())); + return params.build(); + }) + .build(); + GrpcCallSettings configureDnsSettingsTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(configureDnsSettingsMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("registration", String.valueOf(request.getRegistration())); + return params.build(); + }) + .build(); + GrpcCallSettings + configureContactSettingsTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(configureContactSettingsMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("registration", String.valueOf(request.getRegistration())); + return params.build(); + }) + .build(); + GrpcCallSettings exportRegistrationTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(exportRegistrationMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("name", String.valueOf(request.getName())); + return params.build(); + }) + .build(); + GrpcCallSettings deleteRegistrationTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(deleteRegistrationMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("name", String.valueOf(request.getName())); + return params.build(); + }) + .build(); + GrpcCallSettings + retrieveAuthorizationCodeTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(retrieveAuthorizationCodeMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("registration", String.valueOf(request.getRegistration())); + return params.build(); + }) + .build(); + GrpcCallSettings + resetAuthorizationCodeTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(resetAuthorizationCodeMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("registration", String.valueOf(request.getRegistration())); + return params.build(); + }) + .build(); + + this.searchDomainsCallable = + callableFactory.createUnaryCallable( + searchDomainsTransportSettings, settings.searchDomainsSettings(), clientContext); + this.retrieveRegisterParametersCallable = + callableFactory.createUnaryCallable( + retrieveRegisterParametersTransportSettings, + settings.retrieveRegisterParametersSettings(), + clientContext); + this.registerDomainCallable = + callableFactory.createUnaryCallable( + registerDomainTransportSettings, settings.registerDomainSettings(), clientContext); + this.registerDomainOperationCallable = + callableFactory.createOperationCallable( + registerDomainTransportSettings, + settings.registerDomainOperationSettings(), + clientContext, + operationsStub); + this.retrieveTransferParametersCallable = + callableFactory.createUnaryCallable( + retrieveTransferParametersTransportSettings, + settings.retrieveTransferParametersSettings(), + clientContext); + this.transferDomainCallable = + callableFactory.createUnaryCallable( + transferDomainTransportSettings, settings.transferDomainSettings(), clientContext); + this.transferDomainOperationCallable = + callableFactory.createOperationCallable( + transferDomainTransportSettings, + settings.transferDomainOperationSettings(), + clientContext, + operationsStub); + this.listRegistrationsCallable = + callableFactory.createUnaryCallable( + listRegistrationsTransportSettings, + settings.listRegistrationsSettings(), + clientContext); + this.listRegistrationsPagedCallable = + callableFactory.createPagedCallable( + listRegistrationsTransportSettings, + settings.listRegistrationsSettings(), + clientContext); + this.getRegistrationCallable = + callableFactory.createUnaryCallable( + getRegistrationTransportSettings, settings.getRegistrationSettings(), clientContext); + this.updateRegistrationCallable = + callableFactory.createUnaryCallable( + updateRegistrationTransportSettings, + settings.updateRegistrationSettings(), + clientContext); + this.updateRegistrationOperationCallable = + callableFactory.createOperationCallable( + updateRegistrationTransportSettings, + settings.updateRegistrationOperationSettings(), + clientContext, + operationsStub); + this.configureManagementSettingsCallable = + callableFactory.createUnaryCallable( + configureManagementSettingsTransportSettings, + settings.configureManagementSettingsSettings(), + clientContext); + this.configureManagementSettingsOperationCallable = + callableFactory.createOperationCallable( + configureManagementSettingsTransportSettings, + settings.configureManagementSettingsOperationSettings(), + clientContext, + operationsStub); + this.configureDnsSettingsCallable = + callableFactory.createUnaryCallable( + configureDnsSettingsTransportSettings, + settings.configureDnsSettingsSettings(), + clientContext); + this.configureDnsSettingsOperationCallable = + callableFactory.createOperationCallable( + configureDnsSettingsTransportSettings, + settings.configureDnsSettingsOperationSettings(), + clientContext, + operationsStub); + this.configureContactSettingsCallable = + callableFactory.createUnaryCallable( + configureContactSettingsTransportSettings, + settings.configureContactSettingsSettings(), + clientContext); + this.configureContactSettingsOperationCallable = + callableFactory.createOperationCallable( + configureContactSettingsTransportSettings, + settings.configureContactSettingsOperationSettings(), + clientContext, + operationsStub); + this.exportRegistrationCallable = + callableFactory.createUnaryCallable( + exportRegistrationTransportSettings, + settings.exportRegistrationSettings(), + clientContext); + this.exportRegistrationOperationCallable = + callableFactory.createOperationCallable( + exportRegistrationTransportSettings, + settings.exportRegistrationOperationSettings(), + clientContext, + operationsStub); + this.deleteRegistrationCallable = + callableFactory.createUnaryCallable( + deleteRegistrationTransportSettings, + settings.deleteRegistrationSettings(), + clientContext); + this.deleteRegistrationOperationCallable = + callableFactory.createOperationCallable( + deleteRegistrationTransportSettings, + settings.deleteRegistrationOperationSettings(), + clientContext, + operationsStub); + this.retrieveAuthorizationCodeCallable = + callableFactory.createUnaryCallable( + retrieveAuthorizationCodeTransportSettings, + settings.retrieveAuthorizationCodeSettings(), + clientContext); + this.resetAuthorizationCodeCallable = + callableFactory.createUnaryCallable( + resetAuthorizationCodeTransportSettings, + settings.resetAuthorizationCodeSettings(), + clientContext); + + this.backgroundResources = + new BackgroundResourceAggregation(clientContext.getBackgroundResources()); + } + + public GrpcOperationsStub getOperationsStub() { + return operationsStub; + } + + @Override + public UnaryCallable searchDomainsCallable() { + return searchDomainsCallable; + } + + @Override + public UnaryCallable + retrieveRegisterParametersCallable() { + return retrieveRegisterParametersCallable; + } + + @Override + public UnaryCallable registerDomainCallable() { + return registerDomainCallable; + } + + @Override + public OperationCallable + registerDomainOperationCallable() { + return registerDomainOperationCallable; + } + + @Override + public UnaryCallable + retrieveTransferParametersCallable() { + return retrieveTransferParametersCallable; + } + + @Override + public UnaryCallable transferDomainCallable() { + return transferDomainCallable; + } + + @Override + public OperationCallable + transferDomainOperationCallable() { + return transferDomainOperationCallable; + } + + @Override + public UnaryCallable + listRegistrationsCallable() { + return listRegistrationsCallable; + } + + @Override + public UnaryCallable + listRegistrationsPagedCallable() { + return listRegistrationsPagedCallable; + } + + @Override + public UnaryCallable getRegistrationCallable() { + return getRegistrationCallable; + } + + @Override + public UnaryCallable updateRegistrationCallable() { + return updateRegistrationCallable; + } + + @Override + public OperationCallable + updateRegistrationOperationCallable() { + return updateRegistrationOperationCallable; + } + + @Override + public UnaryCallable + configureManagementSettingsCallable() { + return configureManagementSettingsCallable; + } + + @Override + public OperationCallable + configureManagementSettingsOperationCallable() { + return configureManagementSettingsOperationCallable; + } + + @Override + public UnaryCallable configureDnsSettingsCallable() { + return configureDnsSettingsCallable; + } + + @Override + public OperationCallable + configureDnsSettingsOperationCallable() { + return configureDnsSettingsOperationCallable; + } + + @Override + public UnaryCallable + configureContactSettingsCallable() { + return configureContactSettingsCallable; + } + + @Override + public OperationCallable + configureContactSettingsOperationCallable() { + return configureContactSettingsOperationCallable; + } + + @Override + public UnaryCallable exportRegistrationCallable() { + return exportRegistrationCallable; + } + + @Override + public OperationCallable + exportRegistrationOperationCallable() { + return exportRegistrationOperationCallable; + } + + @Override + public UnaryCallable deleteRegistrationCallable() { + return deleteRegistrationCallable; + } + + @Override + public OperationCallable + deleteRegistrationOperationCallable() { + return deleteRegistrationOperationCallable; + } + + @Override + public UnaryCallable + retrieveAuthorizationCodeCallable() { + return retrieveAuthorizationCodeCallable; + } + + @Override + public UnaryCallable + resetAuthorizationCodeCallable() { + return resetAuthorizationCodeCallable; + } + + @Override + public final void close() { + try { + backgroundResources.close(); + } catch (RuntimeException e) { + throw e; + } catch (Exception e) { + throw new IllegalStateException("Failed to close resource", e); + } + } + + @Override + public void shutdown() { + backgroundResources.shutdown(); + } + + @Override + public boolean isShutdown() { + return backgroundResources.isShutdown(); + } + + @Override + public boolean isTerminated() { + return backgroundResources.isTerminated(); + } + + @Override + public void shutdownNow() { + backgroundResources.shutdownNow(); + } + + @Override + public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException { + return backgroundResources.awaitTermination(duration, unit); + } +} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientTest.java b/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientTest.java new file mode 100644 index 00000000..8a668014 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/DomainsClientTest.java @@ -0,0 +1,1583 @@ +/* + * Copyright 2021 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.domains.v1; + +import static com.google.cloud.domains.v1.DomainsClient.ListRegistrationsPagedResponse; + +import com.google.api.gax.core.NoCredentialsProvider; +import com.google.api.gax.grpc.GaxGrpcProperties; +import com.google.api.gax.grpc.testing.LocalChannelProvider; +import com.google.api.gax.grpc.testing.MockGrpcService; +import com.google.api.gax.grpc.testing.MockServiceHelper; +import com.google.api.gax.rpc.ApiClientHeaderProvider; +import com.google.api.gax.rpc.InvalidArgumentException; +import com.google.api.gax.rpc.StatusCode; +import com.google.common.collect.Lists; +import com.google.longrunning.Operation; +import com.google.protobuf.AbstractMessage; +import com.google.protobuf.Any; +import com.google.protobuf.Empty; +import com.google.protobuf.FieldMask; +import com.google.protobuf.Timestamp; +import com.google.type.Money; +import io.grpc.StatusRuntimeException; +import java.io.IOException; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.HashMap; +import java.util.List; +import java.util.UUID; +import java.util.concurrent.ExecutionException; +import javax.annotation.Generated; +import org.junit.After; +import org.junit.AfterClass; +import org.junit.Assert; +import org.junit.Before; +import org.junit.BeforeClass; +import org.junit.Test; + +@Generated("by gapic-generator-java") +public class DomainsClientTest { + private static MockDomains mockDomains; + private static MockServiceHelper mockServiceHelper; + private LocalChannelProvider channelProvider; + private DomainsClient client; + + @BeforeClass + public static void startStaticServer() { + mockDomains = new MockDomains(); + mockServiceHelper = + new MockServiceHelper( + UUID.randomUUID().toString(), Arrays.asList(mockDomains)); + mockServiceHelper.start(); + } + + @AfterClass + public static void stopServer() { + mockServiceHelper.stop(); + } + + @Before + public void setUp() throws IOException { + mockServiceHelper.reset(); + channelProvider = mockServiceHelper.createChannelProvider(); + DomainsSettings settings = + DomainsSettings.newBuilder() + .setTransportChannelProvider(channelProvider) + .setCredentialsProvider(NoCredentialsProvider.create()) + .build(); + client = DomainsClient.create(settings); + } + + @After + public void tearDown() throws Exception { + client.close(); + } + + @Test + public void searchDomainsTest() throws Exception { + SearchDomainsResponse expectedResponse = + SearchDomainsResponse.newBuilder() + .addAllRegisterParameters(new ArrayList()) + .build(); + mockDomains.addResponse(expectedResponse); + + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String query = "query107944136"; + + SearchDomainsResponse actualResponse = client.searchDomains(location, query); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + SearchDomainsRequest actualRequest = ((SearchDomainsRequest) actualRequests.get(0)); + + Assert.assertEquals(location.toString(), actualRequest.getLocation()); + Assert.assertEquals(query, actualRequest.getQuery()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void searchDomainsExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String query = "query107944136"; + client.searchDomains(location, query); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void searchDomainsTest2() throws Exception { + SearchDomainsResponse expectedResponse = + SearchDomainsResponse.newBuilder() + .addAllRegisterParameters(new ArrayList()) + .build(); + mockDomains.addResponse(expectedResponse); + + String location = "location1901043637"; + String query = "query107944136"; + + SearchDomainsResponse actualResponse = client.searchDomains(location, query); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + SearchDomainsRequest actualRequest = ((SearchDomainsRequest) actualRequests.get(0)); + + Assert.assertEquals(location, actualRequest.getLocation()); + Assert.assertEquals(query, actualRequest.getQuery()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void searchDomainsExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String location = "location1901043637"; + String query = "query107944136"; + client.searchDomains(location, query); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void retrieveRegisterParametersTest() throws Exception { + RetrieveRegisterParametersResponse expectedResponse = + RetrieveRegisterParametersResponse.newBuilder() + .setRegisterParameters(RegisterParameters.newBuilder().build()) + .build(); + mockDomains.addResponse(expectedResponse); + + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String domainName = "domainName-1244085905"; + + RetrieveRegisterParametersResponse actualResponse = + client.retrieveRegisterParameters(location, domainName); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveRegisterParametersRequest actualRequest = + ((RetrieveRegisterParametersRequest) actualRequests.get(0)); + + Assert.assertEquals(location.toString(), actualRequest.getLocation()); + Assert.assertEquals(domainName, actualRequest.getDomainName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveRegisterParametersExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String domainName = "domainName-1244085905"; + client.retrieveRegisterParameters(location, domainName); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void retrieveRegisterParametersTest2() throws Exception { + RetrieveRegisterParametersResponse expectedResponse = + RetrieveRegisterParametersResponse.newBuilder() + .setRegisterParameters(RegisterParameters.newBuilder().build()) + .build(); + mockDomains.addResponse(expectedResponse); + + String location = "location1901043637"; + String domainName = "domainName-1244085905"; + + RetrieveRegisterParametersResponse actualResponse = + client.retrieveRegisterParameters(location, domainName); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveRegisterParametersRequest actualRequest = + ((RetrieveRegisterParametersRequest) actualRequests.get(0)); + + Assert.assertEquals(location, actualRequest.getLocation()); + Assert.assertEquals(domainName, actualRequest.getDomainName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveRegisterParametersExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String location = "location1901043637"; + String domainName = "domainName-1244085905"; + client.retrieveRegisterParameters(location, domainName); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void registerDomainTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("registerDomainTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + + Registration actualResponse = + client.registerDomainAsync(parent, registration, yearlyPrice).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RegisterDomainRequest actualRequest = ((RegisterDomainRequest) actualRequests.get(0)); + + Assert.assertEquals(parent.toString(), actualRequest.getParent()); + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(yearlyPrice, actualRequest.getYearlyPrice()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void registerDomainExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + client.registerDomainAsync(parent, registration, yearlyPrice).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void registerDomainTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("registerDomainTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String parent = "parent-995424086"; + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + + Registration actualResponse = + client.registerDomainAsync(parent, registration, yearlyPrice).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RegisterDomainRequest actualRequest = ((RegisterDomainRequest) actualRequests.get(0)); + + Assert.assertEquals(parent, actualRequest.getParent()); + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(yearlyPrice, actualRequest.getYearlyPrice()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void registerDomainExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String parent = "parent-995424086"; + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + client.registerDomainAsync(parent, registration, yearlyPrice).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void retrieveTransferParametersTest() throws Exception { + RetrieveTransferParametersResponse expectedResponse = + RetrieveTransferParametersResponse.newBuilder() + .setTransferParameters(TransferParameters.newBuilder().build()) + .build(); + mockDomains.addResponse(expectedResponse); + + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String domainName = "domainName-1244085905"; + + RetrieveTransferParametersResponse actualResponse = + client.retrieveTransferParameters(location, domainName); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveTransferParametersRequest actualRequest = + ((RetrieveTransferParametersRequest) actualRequests.get(0)); + + Assert.assertEquals(location.toString(), actualRequest.getLocation()); + Assert.assertEquals(domainName, actualRequest.getDomainName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveTransferParametersExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String domainName = "domainName-1244085905"; + client.retrieveTransferParameters(location, domainName); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void retrieveTransferParametersTest2() throws Exception { + RetrieveTransferParametersResponse expectedResponse = + RetrieveTransferParametersResponse.newBuilder() + .setTransferParameters(TransferParameters.newBuilder().build()) + .build(); + mockDomains.addResponse(expectedResponse); + + String location = "location1901043637"; + String domainName = "domainName-1244085905"; + + RetrieveTransferParametersResponse actualResponse = + client.retrieveTransferParameters(location, domainName); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveTransferParametersRequest actualRequest = + ((RetrieveTransferParametersRequest) actualRequests.get(0)); + + Assert.assertEquals(location, actualRequest.getLocation()); + Assert.assertEquals(domainName, actualRequest.getDomainName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveTransferParametersExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String location = "location1901043637"; + String domainName = "domainName-1244085905"; + client.retrieveTransferParameters(location, domainName); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void transferDomainTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("transferDomainTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + + Registration actualResponse = + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + TransferDomainRequest actualRequest = ((TransferDomainRequest) actualRequests.get(0)); + + Assert.assertEquals(parent.toString(), actualRequest.getParent()); + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(yearlyPrice, actualRequest.getYearlyPrice()); + Assert.assertEquals(authorizationCode, actualRequest.getAuthorizationCode()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void transferDomainExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void transferDomainTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("transferDomainTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String parent = "parent-995424086"; + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + + Registration actualResponse = + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + TransferDomainRequest actualRequest = ((TransferDomainRequest) actualRequests.get(0)); + + Assert.assertEquals(parent, actualRequest.getParent()); + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(yearlyPrice, actualRequest.getYearlyPrice()); + Assert.assertEquals(authorizationCode, actualRequest.getAuthorizationCode()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void transferDomainExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String parent = "parent-995424086"; + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void listRegistrationsTest() throws Exception { + Registration responsesElement = Registration.newBuilder().build(); + ListRegistrationsResponse expectedResponse = + ListRegistrationsResponse.newBuilder() + .setNextPageToken("") + .addAllRegistrations(Arrays.asList(responsesElement)) + .build(); + mockDomains.addResponse(expectedResponse); + + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + + ListRegistrationsPagedResponse pagedListResponse = client.listRegistrations(parent); + + List resources = Lists.newArrayList(pagedListResponse.iterateAll()); + + Assert.assertEquals(1, resources.size()); + Assert.assertEquals(expectedResponse.getRegistrationsList().get(0), resources.get(0)); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ListRegistrationsRequest actualRequest = ((ListRegistrationsRequest) actualRequests.get(0)); + + Assert.assertEquals(parent.toString(), actualRequest.getParent()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void listRegistrationsExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + client.listRegistrations(parent); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void listRegistrationsTest2() throws Exception { + Registration responsesElement = Registration.newBuilder().build(); + ListRegistrationsResponse expectedResponse = + ListRegistrationsResponse.newBuilder() + .setNextPageToken("") + .addAllRegistrations(Arrays.asList(responsesElement)) + .build(); + mockDomains.addResponse(expectedResponse); + + String parent = "parent-995424086"; + + ListRegistrationsPagedResponse pagedListResponse = client.listRegistrations(parent); + + List resources = Lists.newArrayList(pagedListResponse.iterateAll()); + + Assert.assertEquals(1, resources.size()); + Assert.assertEquals(expectedResponse.getRegistrationsList().get(0), resources.get(0)); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ListRegistrationsRequest actualRequest = ((ListRegistrationsRequest) actualRequests.get(0)); + + Assert.assertEquals(parent, actualRequest.getParent()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void listRegistrationsExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String parent = "parent-995424086"; + client.listRegistrations(parent); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void getRegistrationTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + mockDomains.addResponse(expectedResponse); + + RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + + Registration actualResponse = client.getRegistration(name); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + GetRegistrationRequest actualRequest = ((GetRegistrationRequest) actualRequests.get(0)); + + Assert.assertEquals(name.toString(), actualRequest.getName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void getRegistrationExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + client.getRegistration(name); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void getRegistrationTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + mockDomains.addResponse(expectedResponse); + + String name = "name3373707"; + + Registration actualResponse = client.getRegistration(name); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + GetRegistrationRequest actualRequest = ((GetRegistrationRequest) actualRequests.get(0)); + + Assert.assertEquals(name, actualRequest.getName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void getRegistrationExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String name = "name3373707"; + client.getRegistration(name); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void updateRegistrationTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("updateRegistrationTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + Registration registration = Registration.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + + Registration actualResponse = client.updateRegistrationAsync(registration, updateMask).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + UpdateRegistrationRequest actualRequest = ((UpdateRegistrationRequest) actualRequests.get(0)); + + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(updateMask, actualRequest.getUpdateMask()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void updateRegistrationExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + Registration registration = Registration.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + client.updateRegistrationAsync(registration, updateMask).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void configureManagementSettingsTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("configureManagementSettingsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + ManagementSettings managementSettings = ManagementSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + + Registration actualResponse = + client.configureManagementSettingsAsync(registration, managementSettings, updateMask).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ConfigureManagementSettingsRequest actualRequest = + ((ConfigureManagementSettingsRequest) actualRequests.get(0)); + + Assert.assertEquals(registration.toString(), actualRequest.getRegistration()); + Assert.assertEquals(managementSettings, actualRequest.getManagementSettings()); + Assert.assertEquals(updateMask, actualRequest.getUpdateMask()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void configureManagementSettingsExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + ManagementSettings managementSettings = ManagementSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + client.configureManagementSettingsAsync(registration, managementSettings, updateMask).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void configureManagementSettingsTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("configureManagementSettingsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String registration = "registration-1350309703"; + ManagementSettings managementSettings = ManagementSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + + Registration actualResponse = + client.configureManagementSettingsAsync(registration, managementSettings, updateMask).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ConfigureManagementSettingsRequest actualRequest = + ((ConfigureManagementSettingsRequest) actualRequests.get(0)); + + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(managementSettings, actualRequest.getManagementSettings()); + Assert.assertEquals(updateMask, actualRequest.getUpdateMask()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void configureManagementSettingsExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String registration = "registration-1350309703"; + ManagementSettings managementSettings = ManagementSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + client.configureManagementSettingsAsync(registration, managementSettings, updateMask).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void configureDnsSettingsTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("configureDnsSettingsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + DnsSettings dnsSettings = DnsSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + + Registration actualResponse = + client.configureDnsSettingsAsync(registration, dnsSettings, updateMask).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ConfigureDnsSettingsRequest actualRequest = + ((ConfigureDnsSettingsRequest) actualRequests.get(0)); + + Assert.assertEquals(registration.toString(), actualRequest.getRegistration()); + Assert.assertEquals(dnsSettings, actualRequest.getDnsSettings()); + Assert.assertEquals(updateMask, actualRequest.getUpdateMask()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void configureDnsSettingsExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + DnsSettings dnsSettings = DnsSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + client.configureDnsSettingsAsync(registration, dnsSettings, updateMask).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void configureDnsSettingsTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("configureDnsSettingsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String registration = "registration-1350309703"; + DnsSettings dnsSettings = DnsSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + + Registration actualResponse = + client.configureDnsSettingsAsync(registration, dnsSettings, updateMask).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ConfigureDnsSettingsRequest actualRequest = + ((ConfigureDnsSettingsRequest) actualRequests.get(0)); + + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(dnsSettings, actualRequest.getDnsSettings()); + Assert.assertEquals(updateMask, actualRequest.getUpdateMask()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void configureDnsSettingsExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String registration = "registration-1350309703"; + DnsSettings dnsSettings = DnsSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + client.configureDnsSettingsAsync(registration, dnsSettings, updateMask).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void configureContactSettingsTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("configureContactSettingsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + ContactSettings contactSettings = ContactSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + + Registration actualResponse = + client.configureContactSettingsAsync(registration, contactSettings, updateMask).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ConfigureContactSettingsRequest actualRequest = + ((ConfigureContactSettingsRequest) actualRequests.get(0)); + + Assert.assertEquals(registration.toString(), actualRequest.getRegistration()); + Assert.assertEquals(contactSettings, actualRequest.getContactSettings()); + Assert.assertEquals(updateMask, actualRequest.getUpdateMask()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void configureContactSettingsExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + ContactSettings contactSettings = ContactSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + client.configureContactSettingsAsync(registration, contactSettings, updateMask).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void configureContactSettingsTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("configureContactSettingsTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String registration = "registration-1350309703"; + ContactSettings contactSettings = ContactSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + + Registration actualResponse = + client.configureContactSettingsAsync(registration, contactSettings, updateMask).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ConfigureContactSettingsRequest actualRequest = + ((ConfigureContactSettingsRequest) actualRequests.get(0)); + + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(contactSettings, actualRequest.getContactSettings()); + Assert.assertEquals(updateMask, actualRequest.getUpdateMask()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void configureContactSettingsExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String registration = "registration-1350309703"; + ContactSettings contactSettings = ContactSettings.newBuilder().build(); + FieldMask updateMask = FieldMask.newBuilder().build(); + client.configureContactSettingsAsync(registration, contactSettings, updateMask).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void exportRegistrationTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("exportRegistrationTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + + Registration actualResponse = client.exportRegistrationAsync(name).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ExportRegistrationRequest actualRequest = ((ExportRegistrationRequest) actualRequests.get(0)); + + Assert.assertEquals(name.toString(), actualRequest.getName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void exportRegistrationExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + client.exportRegistrationAsync(name).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void exportRegistrationTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("exportRegistrationTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String name = "name3373707"; + + Registration actualResponse = client.exportRegistrationAsync(name).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ExportRegistrationRequest actualRequest = ((ExportRegistrationRequest) actualRequests.get(0)); + + Assert.assertEquals(name, actualRequest.getName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void exportRegistrationExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String name = "name3373707"; + client.exportRegistrationAsync(name).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void deleteRegistrationTest() throws Exception { + Empty expectedResponse = Empty.newBuilder().build(); + Operation resultOperation = + Operation.newBuilder() + .setName("deleteRegistrationTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + + client.deleteRegistrationAsync(name).get(); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + DeleteRegistrationRequest actualRequest = ((DeleteRegistrationRequest) actualRequests.get(0)); + + Assert.assertEquals(name.toString(), actualRequest.getName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void deleteRegistrationExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + RegistrationName name = RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + client.deleteRegistrationAsync(name).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void deleteRegistrationTest2() throws Exception { + Empty expectedResponse = Empty.newBuilder().build(); + Operation resultOperation = + Operation.newBuilder() + .setName("deleteRegistrationTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String name = "name3373707"; + + client.deleteRegistrationAsync(name).get(); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + DeleteRegistrationRequest actualRequest = ((DeleteRegistrationRequest) actualRequests.get(0)); + + Assert.assertEquals(name, actualRequest.getName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void deleteRegistrationExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String name = "name3373707"; + client.deleteRegistrationAsync(name).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void retrieveAuthorizationCodeTest() throws Exception { + AuthorizationCode expectedResponse = + AuthorizationCode.newBuilder().setCode("code3059181").build(); + mockDomains.addResponse(expectedResponse); + + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + + AuthorizationCode actualResponse = client.retrieveAuthorizationCode(registration); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveAuthorizationCodeRequest actualRequest = + ((RetrieveAuthorizationCodeRequest) actualRequests.get(0)); + + Assert.assertEquals(registration.toString(), actualRequest.getRegistration()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveAuthorizationCodeExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + client.retrieveAuthorizationCode(registration); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void retrieveAuthorizationCodeTest2() throws Exception { + AuthorizationCode expectedResponse = + AuthorizationCode.newBuilder().setCode("code3059181").build(); + mockDomains.addResponse(expectedResponse); + + String registration = "registration-1350309703"; + + AuthorizationCode actualResponse = client.retrieveAuthorizationCode(registration); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveAuthorizationCodeRequest actualRequest = + ((RetrieveAuthorizationCodeRequest) actualRequests.get(0)); + + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveAuthorizationCodeExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String registration = "registration-1350309703"; + client.retrieveAuthorizationCode(registration); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void resetAuthorizationCodeTest() throws Exception { + AuthorizationCode expectedResponse = + AuthorizationCode.newBuilder().setCode("code3059181").build(); + mockDomains.addResponse(expectedResponse); + + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + + AuthorizationCode actualResponse = client.resetAuthorizationCode(registration); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ResetAuthorizationCodeRequest actualRequest = + ((ResetAuthorizationCodeRequest) actualRequests.get(0)); + + Assert.assertEquals(registration.toString(), actualRequest.getRegistration()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void resetAuthorizationCodeExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + RegistrationName registration = + RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]"); + client.resetAuthorizationCode(registration); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void resetAuthorizationCodeTest2() throws Exception { + AuthorizationCode expectedResponse = + AuthorizationCode.newBuilder().setCode("code3059181").build(); + mockDomains.addResponse(expectedResponse); + + String registration = "registration-1350309703"; + + AuthorizationCode actualResponse = client.resetAuthorizationCode(registration); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + ResetAuthorizationCodeRequest actualRequest = + ((ResetAuthorizationCodeRequest) actualRequests.get(0)); + + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void resetAuthorizationCodeExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String registration = "registration-1350309703"; + client.resetAuthorizationCode(registration); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } +} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomains.java b/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomains.java new file mode 100644 index 00000000..a8988424 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomains.java @@ -0,0 +1,59 @@ +/* + * Copyright 2021 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.domains.v1; + +import com.google.api.core.BetaApi; +import com.google.api.gax.grpc.testing.MockGrpcService; +import com.google.protobuf.AbstractMessage; +import io.grpc.ServerServiceDefinition; +import java.util.List; +import javax.annotation.Generated; + +@BetaApi +@Generated("by gapic-generator-java") +public class MockDomains implements MockGrpcService { + private final MockDomainsImpl serviceImpl; + + public MockDomains() { + serviceImpl = new MockDomainsImpl(); + } + + @Override + public List getRequests() { + return serviceImpl.getRequests(); + } + + @Override + public void addResponse(AbstractMessage response) { + serviceImpl.addResponse(response); + } + + @Override + public void addException(Exception exception) { + serviceImpl.addException(exception); + } + + @Override + public ServerServiceDefinition getServiceDefinition() { + return serviceImpl.bindService(); + } + + @Override + public void reset() { + serviceImpl.reset(); + } +} diff --git a/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomainsImpl.java b/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomainsImpl.java new file mode 100644 index 00000000..cd0511f6 --- /dev/null +++ b/owl-bot-staging/v1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1/MockDomainsImpl.java @@ -0,0 +1,380 @@ +/* + * Copyright 2021 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.domains.v1; + +import com.google.api.core.BetaApi; +import com.google.cloud.domains.v1.DomainsGrpc.DomainsImplBase; +import com.google.longrunning.Operation; +import com.google.protobuf.AbstractMessage; +import io.grpc.stub.StreamObserver; +import java.util.ArrayList; +import java.util.LinkedList; +import java.util.List; +import java.util.Queue; +import javax.annotation.Generated; + +@BetaApi +@Generated("by gapic-generator-java") +public class MockDomainsImpl extends DomainsImplBase { + private List requests; + private Queue responses; + + public MockDomainsImpl() { + requests = new ArrayList<>(); + responses = new LinkedList<>(); + } + + public List getRequests() { + return requests; + } + + public void addResponse(AbstractMessage response) { + responses.add(response); + } + + public void setResponses(List responses) { + this.responses = new LinkedList(responses); + } + + public void addException(Exception exception) { + responses.add(exception); + } + + public void reset() { + requests = new ArrayList<>(); + responses = new LinkedList<>(); + } + + @Override + public void searchDomains( + SearchDomainsRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof SearchDomainsResponse) { + requests.add(request); + responseObserver.onNext(((SearchDomainsResponse) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method SearchDomains, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + SearchDomainsResponse.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void retrieveRegisterParameters( + RetrieveRegisterParametersRequest request, + StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof RetrieveRegisterParametersResponse) { + requests.add(request); + responseObserver.onNext(((RetrieveRegisterParametersResponse) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method RetrieveRegisterParameters, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + RetrieveRegisterParametersResponse.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void registerDomain( + RegisterDomainRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method RegisterDomain, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void retrieveTransferParameters( + RetrieveTransferParametersRequest request, + StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof RetrieveTransferParametersResponse) { + requests.add(request); + responseObserver.onNext(((RetrieveTransferParametersResponse) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method RetrieveTransferParameters, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + RetrieveTransferParametersResponse.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void transferDomain( + TransferDomainRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method TransferDomain, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void listRegistrations( + ListRegistrationsRequest request, + StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof ListRegistrationsResponse) { + requests.add(request); + responseObserver.onNext(((ListRegistrationsResponse) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method ListRegistrations, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + ListRegistrationsResponse.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void getRegistration( + GetRegistrationRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Registration) { + requests.add(request); + responseObserver.onNext(((Registration) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method GetRegistration, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Registration.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void updateRegistration( + UpdateRegistrationRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method UpdateRegistration, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void configureManagementSettings( + ConfigureManagementSettingsRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method ConfigureManagementSettings, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void configureDnsSettings( + ConfigureDnsSettingsRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method ConfigureDnsSettings, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void configureContactSettings( + ConfigureContactSettingsRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method ConfigureContactSettings, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void exportRegistration( + ExportRegistrationRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method ExportRegistration, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void deleteRegistration( + DeleteRegistrationRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method DeleteRegistration, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void retrieveAuthorizationCode( + RetrieveAuthorizationCodeRequest request, + StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof AuthorizationCode) { + requests.add(request); + responseObserver.onNext(((AuthorizationCode) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method RetrieveAuthorizationCode, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + AuthorizationCode.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void resetAuthorizationCode( + ResetAuthorizationCodeRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof AuthorizationCode) { + requests.add(request); + responseObserver.onNext(((AuthorizationCode) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method ResetAuthorizationCode, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + AuthorizationCode.class.getName(), + Exception.class.getName()))); + } + } +} diff --git a/owl-bot-staging/v1/grpc-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainsGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainsGrpc.java new file mode 100644 index 00000000..bec1cde0 --- /dev/null +++ b/owl-bot-staging/v1/grpc-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainsGrpc.java @@ -0,0 +1,1762 @@ +package com.google.cloud.domains.v1; + +import static io.grpc.MethodDescriptor.generateFullMethodName; + +/** + *
+ * The Cloud Domains API enables management and configuration of domain names.
+ * 
+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/cloud/domains/v1/domains.proto") +public final class DomainsGrpc { + + private DomainsGrpc() {} + + public static final String SERVICE_NAME = "google.cloud.domains.v1.Domains"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor getSearchDomainsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "SearchDomains", + requestType = com.google.cloud.domains.v1.SearchDomainsRequest.class, + responseType = com.google.cloud.domains.v1.SearchDomainsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getSearchDomainsMethod() { + io.grpc.MethodDescriptor getSearchDomainsMethod; + if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { + DomainsGrpc.getSearchDomainsMethod = getSearchDomainsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SearchDomains")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.SearchDomainsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.SearchDomainsResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("SearchDomains")) + .build(); + } + } + } + return getSearchDomainsMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveRegisterParameters", + requestType = com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.class, + responseType = com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod() { + io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod; + if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) == null) { + DomainsGrpc.getRetrieveRegisterParametersMethod = getRetrieveRegisterParametersMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveRegisterParameters")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveRegisterParameters")) + .build(); + } + } + } + return getRetrieveRegisterParametersMethod; + } + + private static volatile io.grpc.MethodDescriptor getRegisterDomainMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RegisterDomain", + requestType = com.google.cloud.domains.v1.RegisterDomainRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRegisterDomainMethod() { + io.grpc.MethodDescriptor getRegisterDomainMethod; + if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { + DomainsGrpc.getRegisterDomainMethod = getRegisterDomainMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RegisterDomain")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.RegisterDomainRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RegisterDomain")) + .build(); + } + } + } + return getRegisterDomainMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveTransferParametersMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveTransferParameters", + requestType = com.google.cloud.domains.v1.RetrieveTransferParametersRequest.class, + responseType = com.google.cloud.domains.v1.RetrieveTransferParametersResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveTransferParametersMethod() { + io.grpc.MethodDescriptor getRetrieveTransferParametersMethod; + if ((getRetrieveTransferParametersMethod = DomainsGrpc.getRetrieveTransferParametersMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveTransferParametersMethod = DomainsGrpc.getRetrieveTransferParametersMethod) == null) { + DomainsGrpc.getRetrieveTransferParametersMethod = getRetrieveTransferParametersMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveTransferParameters")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.RetrieveTransferParametersRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.RetrieveTransferParametersResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveTransferParameters")) + .build(); + } + } + } + return getRetrieveTransferParametersMethod; + } + + private static volatile io.grpc.MethodDescriptor getTransferDomainMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "TransferDomain", + requestType = com.google.cloud.domains.v1.TransferDomainRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getTransferDomainMethod() { + io.grpc.MethodDescriptor getTransferDomainMethod; + if ((getTransferDomainMethod = DomainsGrpc.getTransferDomainMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getTransferDomainMethod = DomainsGrpc.getTransferDomainMethod) == null) { + DomainsGrpc.getTransferDomainMethod = getTransferDomainMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TransferDomain")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.TransferDomainRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("TransferDomain")) + .build(); + } + } + } + return getTransferDomainMethod; + } + + private static volatile io.grpc.MethodDescriptor getListRegistrationsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListRegistrations", + requestType = com.google.cloud.domains.v1.ListRegistrationsRequest.class, + responseType = com.google.cloud.domains.v1.ListRegistrationsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListRegistrationsMethod() { + io.grpc.MethodDescriptor getListRegistrationsMethod; + if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { + DomainsGrpc.getListRegistrationsMethod = getListRegistrationsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListRegistrations")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.ListRegistrationsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.ListRegistrationsResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ListRegistrations")) + .build(); + } + } + } + return getListRegistrationsMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetRegistration", + requestType = com.google.cloud.domains.v1.GetRegistrationRequest.class, + responseType = com.google.cloud.domains.v1.Registration.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetRegistrationMethod() { + io.grpc.MethodDescriptor getGetRegistrationMethod; + if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { + DomainsGrpc.getGetRegistrationMethod = getGetRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.GetRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.Registration.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("GetRegistration")) + .build(); + } + } + } + return getGetRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getUpdateRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "UpdateRegistration", + requestType = com.google.cloud.domains.v1.UpdateRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getUpdateRegistrationMethod() { + io.grpc.MethodDescriptor getUpdateRegistrationMethod; + if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { + DomainsGrpc.getUpdateRegistrationMethod = getUpdateRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.UpdateRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("UpdateRegistration")) + .build(); + } + } + } + return getUpdateRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureManagementSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureManagementSettings", + requestType = com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureManagementSettingsMethod() { + io.grpc.MethodDescriptor getConfigureManagementSettingsMethod; + if ((getConfigureManagementSettingsMethod = DomainsGrpc.getConfigureManagementSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureManagementSettingsMethod = DomainsGrpc.getConfigureManagementSettingsMethod) == null) { + DomainsGrpc.getConfigureManagementSettingsMethod = getConfigureManagementSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureManagementSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureManagementSettings")) + .build(); + } + } + } + return getConfigureManagementSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureDnsSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureDnsSettings", + requestType = com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureDnsSettingsMethod() { + io.grpc.MethodDescriptor getConfigureDnsSettingsMethod; + if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { + DomainsGrpc.getConfigureDnsSettingsMethod = getConfigureDnsSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureDnsSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureDnsSettings")) + .build(); + } + } + } + return getConfigureDnsSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureContactSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureContactSettings", + requestType = com.google.cloud.domains.v1.ConfigureContactSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureContactSettingsMethod() { + io.grpc.MethodDescriptor getConfigureContactSettingsMethod; + if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) == null) { + DomainsGrpc.getConfigureContactSettingsMethod = getConfigureContactSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureContactSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.ConfigureContactSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureContactSettings")) + .build(); + } + } + } + return getConfigureContactSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getExportRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ExportRegistration", + requestType = com.google.cloud.domains.v1.ExportRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getExportRegistrationMethod() { + io.grpc.MethodDescriptor getExportRegistrationMethod; + if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { + DomainsGrpc.getExportRegistrationMethod = getExportRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.ExportRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ExportRegistration")) + .build(); + } + } + } + return getExportRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getDeleteRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteRegistration", + requestType = com.google.cloud.domains.v1.DeleteRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getDeleteRegistrationMethod() { + io.grpc.MethodDescriptor getDeleteRegistrationMethod; + if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { + DomainsGrpc.getDeleteRegistrationMethod = getDeleteRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.DeleteRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("DeleteRegistration")) + .build(); + } + } + } + return getDeleteRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveAuthorizationCode", + requestType = com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.class, + responseType = com.google.cloud.domains.v1.AuthorizationCode.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod() { + io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod; + if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) == null) { + DomainsGrpc.getRetrieveAuthorizationCodeMethod = getRetrieveAuthorizationCodeMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveAuthorizationCode")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.AuthorizationCode.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveAuthorizationCode")) + .build(); + } + } + } + return getRetrieveAuthorizationCodeMethod; + } + + private static volatile io.grpc.MethodDescriptor getResetAuthorizationCodeMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ResetAuthorizationCode", + requestType = com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.class, + responseType = com.google.cloud.domains.v1.AuthorizationCode.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getResetAuthorizationCodeMethod() { + io.grpc.MethodDescriptor getResetAuthorizationCodeMethod; + if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) == null) { + DomainsGrpc.getResetAuthorizationCodeMethod = getResetAuthorizationCodeMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ResetAuthorizationCode")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1.AuthorizationCode.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ResetAuthorizationCode")) + .build(); + } + } + } + return getResetAuthorizationCodeMethod; + } + + /** + * Creates a new async stub that supports all call types for the service + */ + public static DomainsStub newStub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsStub(channel, callOptions); + } + }; + return DomainsStub.newStub(factory, channel); + } + + /** + * Creates a new blocking-style stub that supports unary and streaming output calls on the service + */ + public static DomainsBlockingStub newBlockingStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsBlockingStub(channel, callOptions); + } + }; + return DomainsBlockingStub.newStub(factory, channel); + } + + /** + * Creates a new ListenableFuture-style stub that supports unary calls on the service + */ + public static DomainsFutureStub newFutureStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsFutureStub(channel, callOptions); + } + }; + return DomainsFutureStub.newStub(factory, channel); + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static abstract class DomainsImplBase implements io.grpc.BindableService { + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public void searchDomains(com.google.cloud.domains.v1.SearchDomainsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSearchDomainsMethod(), responseObserver); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public void retrieveRegisterParameters(com.google.cloud.domains.v1.RetrieveRegisterParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveRegisterParametersMethod(), responseObserver); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public void registerDomain(com.google.cloud.domains.v1.RegisterDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRegisterDomainMethod(), responseObserver); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public void retrieveTransferParameters(com.google.cloud.domains.v1.RetrieveTransferParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveTransferParametersMethod(), responseObserver); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public void transferDomain(com.google.cloud.domains.v1.TransferDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getTransferDomainMethod(), responseObserver); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public void listRegistrations(com.google.cloud.domains.v1.ListRegistrationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListRegistrationsMethod(), responseObserver); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public void getRegistration(com.google.cloud.domains.v1.GetRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetRegistrationMethod(), responseObserver); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public void updateRegistration(com.google.cloud.domains.v1.UpdateRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateRegistrationMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public void configureManagementSettings(com.google.cloud.domains.v1.ConfigureManagementSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureManagementSettingsMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public void configureDnsSettings(com.google.cloud.domains.v1.ConfigureDnsSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureDnsSettingsMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public void configureContactSettings(com.google.cloud.domains.v1.ConfigureContactSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureContactSettingsMethod(), responseObserver); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public void exportRegistration(com.google.cloud.domains.v1.ExportRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getExportRegistrationMethod(), responseObserver); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public void deleteRegistration(com.google.cloud.domains.v1.DeleteRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteRegistrationMethod(), responseObserver); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void retrieveAuthorizationCode(com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveAuthorizationCodeMethod(), responseObserver); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void resetAuthorizationCode(com.google.cloud.domains.v1.ResetAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getResetAuthorizationCodeMethod(), responseObserver); + } + + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) + .addMethod( + getSearchDomainsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.SearchDomainsRequest, + com.google.cloud.domains.v1.SearchDomainsResponse>( + this, METHODID_SEARCH_DOMAINS))) + .addMethod( + getRetrieveRegisterParametersMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest, + com.google.cloud.domains.v1.RetrieveRegisterParametersResponse>( + this, METHODID_RETRIEVE_REGISTER_PARAMETERS))) + .addMethod( + getRegisterDomainMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.RegisterDomainRequest, + com.google.longrunning.Operation>( + this, METHODID_REGISTER_DOMAIN))) + .addMethod( + getRetrieveTransferParametersMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.RetrieveTransferParametersRequest, + com.google.cloud.domains.v1.RetrieveTransferParametersResponse>( + this, METHODID_RETRIEVE_TRANSFER_PARAMETERS))) + .addMethod( + getTransferDomainMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.TransferDomainRequest, + com.google.longrunning.Operation>( + this, METHODID_TRANSFER_DOMAIN))) + .addMethod( + getListRegistrationsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.ListRegistrationsRequest, + com.google.cloud.domains.v1.ListRegistrationsResponse>( + this, METHODID_LIST_REGISTRATIONS))) + .addMethod( + getGetRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.GetRegistrationRequest, + com.google.cloud.domains.v1.Registration>( + this, METHODID_GET_REGISTRATION))) + .addMethod( + getUpdateRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.UpdateRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_UPDATE_REGISTRATION))) + .addMethod( + getConfigureManagementSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_MANAGEMENT_SETTINGS))) + .addMethod( + getConfigureDnsSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_DNS_SETTINGS))) + .addMethod( + getConfigureContactSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.ConfigureContactSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_CONTACT_SETTINGS))) + .addMethod( + getExportRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.ExportRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_EXPORT_REGISTRATION))) + .addMethod( + getDeleteRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.DeleteRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_DELETE_REGISTRATION))) + .addMethod( + getRetrieveAuthorizationCodeMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest, + com.google.cloud.domains.v1.AuthorizationCode>( + this, METHODID_RETRIEVE_AUTHORIZATION_CODE))) + .addMethod( + getResetAuthorizationCodeMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest, + com.google.cloud.domains.v1.AuthorizationCode>( + this, METHODID_RESET_AUTHORIZATION_CODE))) + .build(); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsStub extends io.grpc.stub.AbstractAsyncStub { + private DomainsStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public void searchDomains(com.google.cloud.domains.v1.SearchDomainsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public void retrieveRegisterParameters(com.google.cloud.domains.v1.RetrieveRegisterParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public void registerDomain(com.google.cloud.domains.v1.RegisterDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public void retrieveTransferParameters(com.google.cloud.domains.v1.RetrieveTransferParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveTransferParametersMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public void transferDomain(com.google.cloud.domains.v1.TransferDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getTransferDomainMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public void listRegistrations(com.google.cloud.domains.v1.ListRegistrationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public void getRegistration(com.google.cloud.domains.v1.GetRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public void updateRegistration(com.google.cloud.domains.v1.UpdateRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public void configureManagementSettings(com.google.cloud.domains.v1.ConfigureManagementSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public void configureDnsSettings(com.google.cloud.domains.v1.ConfigureDnsSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public void configureContactSettings(com.google.cloud.domains.v1.ConfigureContactSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public void exportRegistration(com.google.cloud.domains.v1.ExportRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public void deleteRegistration(com.google.cloud.domains.v1.DeleteRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void retrieveAuthorizationCode(com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void resetAuthorizationCode(com.google.cloud.domains.v1.ResetAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), request, responseObserver); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsBlockingStub extends io.grpc.stub.AbstractBlockingStub { + private DomainsBlockingStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsBlockingStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsBlockingStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public com.google.cloud.domains.v1.SearchDomainsResponse searchDomains(com.google.cloud.domains.v1.SearchDomainsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getSearchDomainsMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public com.google.cloud.domains.v1.RetrieveRegisterParametersResponse retrieveRegisterParameters(com.google.cloud.domains.v1.RetrieveRegisterParametersRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveRegisterParametersMethod(), getCallOptions(), request); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public com.google.longrunning.Operation registerDomain(com.google.cloud.domains.v1.RegisterDomainRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRegisterDomainMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public com.google.cloud.domains.v1.RetrieveTransferParametersResponse retrieveTransferParameters(com.google.cloud.domains.v1.RetrieveTransferParametersRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveTransferParametersMethod(), getCallOptions(), request); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public com.google.longrunning.Operation transferDomain(com.google.cloud.domains.v1.TransferDomainRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getTransferDomainMethod(), getCallOptions(), request); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public com.google.cloud.domains.v1.ListRegistrationsResponse listRegistrations(com.google.cloud.domains.v1.ListRegistrationsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListRegistrationsMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public com.google.cloud.domains.v1.Registration getRegistration(com.google.cloud.domains.v1.GetRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public com.google.longrunning.Operation updateRegistration(com.google.cloud.domains.v1.UpdateRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public com.google.longrunning.Operation configureManagementSettings(com.google.cloud.domains.v1.ConfigureManagementSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureManagementSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public com.google.longrunning.Operation configureDnsSettings(com.google.cloud.domains.v1.ConfigureDnsSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureDnsSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public com.google.longrunning.Operation configureContactSettings(com.google.cloud.domains.v1.ConfigureContactSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureContactSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public com.google.longrunning.Operation exportRegistration(com.google.cloud.domains.v1.ExportRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getExportRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public com.google.longrunning.Operation deleteRegistration(com.google.cloud.domains.v1.DeleteRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.cloud.domains.v1.AuthorizationCode retrieveAuthorizationCode(com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveAuthorizationCodeMethod(), getCallOptions(), request); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.cloud.domains.v1.AuthorizationCode resetAuthorizationCode(com.google.cloud.domains.v1.ResetAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getResetAuthorizationCodeMethod(), getCallOptions(), request); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsFutureStub extends io.grpc.stub.AbstractFutureStub { + private DomainsFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsFutureStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsFutureStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture searchDomains( + com.google.cloud.domains.v1.SearchDomainsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveRegisterParameters( + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), request); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture registerDomain( + com.google.cloud.domains.v1.RegisterDomainRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveTransferParameters( + com.google.cloud.domains.v1.RetrieveTransferParametersRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveTransferParametersMethod(), getCallOptions()), request); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture transferDomain( + com.google.cloud.domains.v1.TransferDomainRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getTransferDomainMethod(), getCallOptions()), request); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listRegistrations( + com.google.cloud.domains.v1.ListRegistrationsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getRegistration( + com.google.cloud.domains.v1.GetRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture updateRegistration( + com.google.cloud.domains.v1.UpdateRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureManagementSettings( + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureDnsSettings( + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureContactSettings( + com.google.cloud.domains.v1.ConfigureContactSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture exportRegistration( + com.google.cloud.domains.v1.ExportRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture deleteRegistration( + com.google.cloud.domains.v1.DeleteRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveAuthorizationCode( + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), request); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture resetAuthorizationCode( + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), request); + } + } + + private static final int METHODID_SEARCH_DOMAINS = 0; + private static final int METHODID_RETRIEVE_REGISTER_PARAMETERS = 1; + private static final int METHODID_REGISTER_DOMAIN = 2; + private static final int METHODID_RETRIEVE_TRANSFER_PARAMETERS = 3; + private static final int METHODID_TRANSFER_DOMAIN = 4; + private static final int METHODID_LIST_REGISTRATIONS = 5; + private static final int METHODID_GET_REGISTRATION = 6; + private static final int METHODID_UPDATE_REGISTRATION = 7; + private static final int METHODID_CONFIGURE_MANAGEMENT_SETTINGS = 8; + private static final int METHODID_CONFIGURE_DNS_SETTINGS = 9; + private static final int METHODID_CONFIGURE_CONTACT_SETTINGS = 10; + private static final int METHODID_EXPORT_REGISTRATION = 11; + private static final int METHODID_DELETE_REGISTRATION = 12; + private static final int METHODID_RETRIEVE_AUTHORIZATION_CODE = 13; + private static final int METHODID_RESET_AUTHORIZATION_CODE = 14; + + 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 DomainsImplBase serviceImpl; + private final int methodId; + + MethodHandlers(DomainsImplBase serviceImpl, int methodId) { + this.serviceImpl = serviceImpl; + this.methodId = methodId; + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + case METHODID_SEARCH_DOMAINS: + serviceImpl.searchDomains((com.google.cloud.domains.v1.SearchDomainsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_REGISTER_PARAMETERS: + serviceImpl.retrieveRegisterParameters((com.google.cloud.domains.v1.RetrieveRegisterParametersRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_REGISTER_DOMAIN: + serviceImpl.registerDomain((com.google.cloud.domains.v1.RegisterDomainRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_TRANSFER_PARAMETERS: + serviceImpl.retrieveTransferParameters((com.google.cloud.domains.v1.RetrieveTransferParametersRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_TRANSFER_DOMAIN: + serviceImpl.transferDomain((com.google.cloud.domains.v1.TransferDomainRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_REGISTRATIONS: + serviceImpl.listRegistrations((com.google.cloud.domains.v1.ListRegistrationsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_REGISTRATION: + serviceImpl.getRegistration((com.google.cloud.domains.v1.GetRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_UPDATE_REGISTRATION: + serviceImpl.updateRegistration((com.google.cloud.domains.v1.UpdateRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_MANAGEMENT_SETTINGS: + serviceImpl.configureManagementSettings((com.google.cloud.domains.v1.ConfigureManagementSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_DNS_SETTINGS: + serviceImpl.configureDnsSettings((com.google.cloud.domains.v1.ConfigureDnsSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_CONTACT_SETTINGS: + serviceImpl.configureContactSettings((com.google.cloud.domains.v1.ConfigureContactSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_EXPORT_REGISTRATION: + serviceImpl.exportRegistration((com.google.cloud.domains.v1.ExportRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_DELETE_REGISTRATION: + serviceImpl.deleteRegistration((com.google.cloud.domains.v1.DeleteRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_AUTHORIZATION_CODE: + serviceImpl.retrieveAuthorizationCode((com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RESET_AUTHORIZATION_CODE: + serviceImpl.resetAuthorizationCode((com.google.cloud.domains.v1.ResetAuthorizationCodeRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + default: + throw new AssertionError(); + } + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public io.grpc.stub.StreamObserver invoke( + io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + default: + throw new AssertionError(); + } + } + } + + private static abstract class DomainsBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { + DomainsBaseDescriptorSupplier() {} + + @java.lang.Override + public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.getDescriptor(); + } + + @java.lang.Override + public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { + return getFileDescriptor().findServiceByName("Domains"); + } + } + + private static final class DomainsFileDescriptorSupplier + extends DomainsBaseDescriptorSupplier { + DomainsFileDescriptorSupplier() {} + } + + private static final class DomainsMethodDescriptorSupplier + extends DomainsBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { + private final String methodName; + + DomainsMethodDescriptorSupplier(String methodName) { + this.methodName = methodName; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { + return getServiceDescriptor().findMethodByName(methodName); + } + } + + private static volatile io.grpc.ServiceDescriptor serviceDescriptor; + + public static io.grpc.ServiceDescriptor getServiceDescriptor() { + io.grpc.ServiceDescriptor result = serviceDescriptor; + if (result == null) { + synchronized (DomainsGrpc.class) { + result = serviceDescriptor; + if (result == null) { + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new DomainsFileDescriptorSupplier()) + .addMethod(getSearchDomainsMethod()) + .addMethod(getRetrieveRegisterParametersMethod()) + .addMethod(getRegisterDomainMethod()) + .addMethod(getRetrieveTransferParametersMethod()) + .addMethod(getTransferDomainMethod()) + .addMethod(getListRegistrationsMethod()) + .addMethod(getGetRegistrationMethod()) + .addMethod(getUpdateRegistrationMethod()) + .addMethod(getConfigureManagementSettingsMethod()) + .addMethod(getConfigureDnsSettingsMethod()) + .addMethod(getConfigureContactSettingsMethod()) + .addMethod(getExportRegistrationMethod()) + .addMethod(getDeleteRegistrationMethod()) + .addMethod(getRetrieveAuthorizationCodeMethod()) + .addMethod(getResetAuthorizationCodeMethod()) + .build(); + } + } + } + return result; + } +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/AuthorizationCode.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/AuthorizationCode.java new file mode 100644 index 00000000..6880c031 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/AuthorizationCode.java @@ -0,0 +1,600 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Defines an authorization code.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.AuthorizationCode} + */ +public final class AuthorizationCode extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.AuthorizationCode) + AuthorizationCodeOrBuilder { +private static final long serialVersionUID = 0L; + // Use AuthorizationCode.newBuilder() to construct. + private AuthorizationCode(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private AuthorizationCode() { + code_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new AuthorizationCode(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private AuthorizationCode( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + code_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_AuthorizationCode_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_AuthorizationCode_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.AuthorizationCode.class, com.google.cloud.domains.v1.AuthorizationCode.Builder.class); + } + + public static final int CODE_FIELD_NUMBER = 1; + private volatile java.lang.Object code_; + /** + *
+   * The Authorization Code in ASCII. It can be used to transfer the domain
+   * to or from another registrar.
+   * 
+ * + * string code = 1; + * @return The code. + */ + @java.lang.Override + public java.lang.String getCode() { + java.lang.Object ref = code_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + code_ = s; + return s; + } + } + /** + *
+   * The Authorization Code in ASCII. It can be used to transfer the domain
+   * to or from another registrar.
+   * 
+ * + * string code = 1; + * @return The bytes for code. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getCodeBytes() { + java.lang.Object ref = code_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + code_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(code_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, code_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(code_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, code_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.AuthorizationCode)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.AuthorizationCode other = (com.google.cloud.domains.v1.AuthorizationCode) obj; + + if (!getCode() + .equals(other.getCode())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + CODE_FIELD_NUMBER; + hash = (53 * hash) + getCode().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.AuthorizationCode parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.AuthorizationCode 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.cloud.domains.v1.AuthorizationCode parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.AuthorizationCode parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.AuthorizationCode prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Defines an authorization code.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.AuthorizationCode} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.AuthorizationCode) + com.google.cloud.domains.v1.AuthorizationCodeOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_AuthorizationCode_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_AuthorizationCode_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.AuthorizationCode.class, com.google.cloud.domains.v1.AuthorizationCode.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.AuthorizationCode.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + code_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_AuthorizationCode_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.AuthorizationCode getDefaultInstanceForType() { + return com.google.cloud.domains.v1.AuthorizationCode.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.AuthorizationCode build() { + com.google.cloud.domains.v1.AuthorizationCode result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.AuthorizationCode buildPartial() { + com.google.cloud.domains.v1.AuthorizationCode result = new com.google.cloud.domains.v1.AuthorizationCode(this); + result.code_ = code_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.AuthorizationCode) { + return mergeFrom((com.google.cloud.domains.v1.AuthorizationCode)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.AuthorizationCode other) { + if (other == com.google.cloud.domains.v1.AuthorizationCode.getDefaultInstance()) return this; + if (!other.getCode().isEmpty()) { + code_ = other.code_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.AuthorizationCode parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.AuthorizationCode) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object code_ = ""; + /** + *
+     * The Authorization Code in ASCII. It can be used to transfer the domain
+     * to or from another registrar.
+     * 
+ * + * string code = 1; + * @return The code. + */ + public java.lang.String getCode() { + java.lang.Object ref = code_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + code_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * The Authorization Code in ASCII. It can be used to transfer the domain
+     * to or from another registrar.
+     * 
+ * + * string code = 1; + * @return The bytes for code. + */ + public com.google.protobuf.ByteString + getCodeBytes() { + java.lang.Object ref = code_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + code_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * The Authorization Code in ASCII. It can be used to transfer the domain
+     * to or from another registrar.
+     * 
+ * + * string code = 1; + * @param value The code to set. + * @return This builder for chaining. + */ + public Builder setCode( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + code_ = value; + onChanged(); + return this; + } + /** + *
+     * The Authorization Code in ASCII. It can be used to transfer the domain
+     * to or from another registrar.
+     * 
+ * + * string code = 1; + * @return This builder for chaining. + */ + public Builder clearCode() { + + code_ = getDefaultInstance().getCode(); + onChanged(); + return this; + } + /** + *
+     * The Authorization Code in ASCII. It can be used to transfer the domain
+     * to or from another registrar.
+     * 
+ * + * string code = 1; + * @param value The bytes for code to set. + * @return This builder for chaining. + */ + public Builder setCodeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + code_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.AuthorizationCode) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.AuthorizationCode) + private static final com.google.cloud.domains.v1.AuthorizationCode DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.AuthorizationCode(); + } + + public static com.google.cloud.domains.v1.AuthorizationCode getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AuthorizationCode parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AuthorizationCode(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.AuthorizationCode getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/AuthorizationCodeOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/AuthorizationCodeOrBuilder.java new file mode 100644 index 00000000..e03bfc2e --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/AuthorizationCodeOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface AuthorizationCodeOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.AuthorizationCode) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The Authorization Code in ASCII. It can be used to transfer the domain
+   * to or from another registrar.
+   * 
+ * + * string code = 1; + * @return The code. + */ + java.lang.String getCode(); + /** + *
+   * The Authorization Code in ASCII. It can be used to transfer the domain
+   * to or from another registrar.
+   * 
+ * + * string code = 1; + * @return The bytes for code. + */ + com.google.protobuf.ByteString + getCodeBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequest.java new file mode 100644 index 00000000..eeeb2941 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequest.java @@ -0,0 +1,1532 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `ConfigureContactSettings` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ConfigureContactSettingsRequest} + */ +public final class ConfigureContactSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ConfigureContactSettingsRequest) + ConfigureContactSettingsRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use ConfigureContactSettingsRequest.newBuilder() to construct. + private ConfigureContactSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ConfigureContactSettingsRequest() { + registration_ = ""; + contactNotices_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ConfigureContactSettingsRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ConfigureContactSettingsRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1.ContactSettings.Builder subBuilder = null; + if (contactSettings_ != null) { + subBuilder = contactSettings_.toBuilder(); + } + contactSettings_ = input.readMessage(com.google.cloud.domains.v1.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(contactSettings_); + contactSettings_ = subBuilder.buildPartial(); + } + + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); + } + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); + } + + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + contactNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + contactNotices_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 40: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ConfigureContactSettingsRequest.class, com.google.cloud.domains.v1.ConfigureContactSettingsRequest.Builder.class); + } + + public static final int REGISTRATION_FIELD_NUMBER = 1; + private volatile java.lang.Object registration_; + /** + *
+   * Required. The name of the `Registration` whose contact settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + @java.lang.Override + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } + } + /** + *
+   * Required. The name of the `Registration` whose contact settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int CONTACT_SETTINGS_FIELD_NUMBER = 2; + private com.google.cloud.domains.v1.ContactSettings contactSettings_; + /** + *
+   * Fields of the `ContactSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + * @return Whether the contactSettings field is set. + */ + @java.lang.Override + public boolean hasContactSettings() { + return contactSettings_ != null; + } + /** + *
+   * Fields of the `ContactSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + * @return The contactSettings. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings getContactSettings() { + return contactSettings_ == null ? com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : contactSettings_; + } + /** + *
+   * Fields of the `ContactSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettingsOrBuilder getContactSettingsOrBuilder() { + return getContactSettings(); + } + + public static final int UPDATE_MASK_FIELD_NUMBER = 3; + private com.google.protobuf.FieldMask updateMask_; + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the registrant contact is being updated, the
+   * `update_mask` is `"registrant_contact"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + @java.lang.Override + public boolean hasUpdateMask() { + return updateMask_ != null; + } + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the registrant contact is being updated, the
+   * `update_mask` is `"registrant_contact"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + @java.lang.Override + public com.google.protobuf.FieldMask getUpdateMask() { + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the registrant contact is being updated, the
+   * `update_mask` is `"registrant_contact"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { + return getUpdateMask(); + } + + public static final int CONTACT_NOTICES_FIELD_NUMBER = 4; + private java.util.List contactNotices_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice> contactNotices_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>() { + public com.google.cloud.domains.v1.ContactNotice convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ContactNotice result = com.google.cloud.domains.v1.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1.ContactNotice.UNRECOGNIZED : result; + } + }; + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the contactNotices. + */ + @java.lang.Override + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return The count of contactNotices. + */ + @java.lang.Override + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + @java.lang.Override + public java.util.List + getContactNoticesValueList() { + return contactNotices_; + } + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + @java.lang.Override + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + private int contactNoticesMemoizedSerializedSize; + + public static final int VALIDATE_ONLY_FIELD_NUMBER = 5; + private boolean validateOnly_; + /** + *
+   * Validate the request without actually updating the contact settings.
+   * 
+ * + * bool validate_only = 5; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); + } + if (contactSettings_ != null) { + output.writeMessage(2, getContactSettings()); + } + if (updateMask_ != null) { + output.writeMessage(3, getUpdateMask()); + } + if (getContactNoticesList().size() > 0) { + output.writeUInt32NoTag(34); + output.writeUInt32NoTag(contactNoticesMemoizedSerializedSize); + } + for (int i = 0; i < contactNotices_.size(); i++) { + output.writeEnumNoTag(contactNotices_.get(i)); + } + if (validateOnly_ != false) { + output.writeBool(5, validateOnly_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); + } + if (contactSettings_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getContactSettings()); + } + if (updateMask_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); + } + { + int dataSize = 0; + for (int i = 0; i < contactNotices_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); + } + size += dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; + } + if (validateOnly_ != false) { + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(5, validateOnly_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ConfigureContactSettingsRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ConfigureContactSettingsRequest other = (com.google.cloud.domains.v1.ConfigureContactSettingsRequest) obj; + + if (!getRegistration() + .equals(other.getRegistration())) return false; + if (hasContactSettings() != other.hasContactSettings()) return false; + if (hasContactSettings()) { + if (!getContactSettings() + .equals(other.getContactSettings())) return false; + } + if (hasUpdateMask() != other.hasUpdateMask()) return false; + if (hasUpdateMask()) { + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; + } + if (!contactNotices_.equals(other.contactNotices_)) return false; + if (getValidateOnly() + != other.getValidateOnly()) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + if (hasContactSettings()) { + hash = (37 * hash) + CONTACT_SETTINGS_FIELD_NUMBER; + hash = (53 * hash) + getContactSettings().hashCode(); + } + if (hasUpdateMask()) { + hash = (37 * hash) + UPDATE_MASK_FIELD_NUMBER; + hash = (53 * hash) + getUpdateMask().hashCode(); + } + if (getContactNoticesCount() > 0) { + hash = (37 * hash) + CONTACT_NOTICES_FIELD_NUMBER; + hash = (53 * hash) + contactNotices_.hashCode(); + } + hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest 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.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ConfigureContactSettingsRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `ConfigureContactSettings` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ConfigureContactSettingsRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ConfigureContactSettingsRequest) + com.google.cloud.domains.v1.ConfigureContactSettingsRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ConfigureContactSettingsRequest.class, com.google.cloud.domains.v1.ConfigureContactSettingsRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ConfigureContactSettingsRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + registration_ = ""; + + if (contactSettingsBuilder_ == null) { + contactSettings_ = null; + } else { + contactSettings_ = null; + contactSettingsBuilder_ = null; + } + if (updateMaskBuilder_ == null) { + updateMask_ = null; + } else { + updateMask_ = null; + updateMaskBuilder_ = null; + } + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + validateOnly_ = false; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureContactSettingsRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ConfigureContactSettingsRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureContactSettingsRequest build() { + com.google.cloud.domains.v1.ConfigureContactSettingsRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureContactSettingsRequest buildPartial() { + com.google.cloud.domains.v1.ConfigureContactSettingsRequest result = new com.google.cloud.domains.v1.ConfigureContactSettingsRequest(this); + int from_bitField0_ = bitField0_; + result.registration_ = registration_; + if (contactSettingsBuilder_ == null) { + result.contactSettings_ = contactSettings_; + } else { + result.contactSettings_ = contactSettingsBuilder_.build(); + } + if (updateMaskBuilder_ == null) { + result.updateMask_ = updateMask_; + } else { + result.updateMask_ = updateMaskBuilder_.build(); + } + if (((bitField0_ & 0x00000001) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.contactNotices_ = contactNotices_; + result.validateOnly_ = validateOnly_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ConfigureContactSettingsRequest) { + return mergeFrom((com.google.cloud.domains.v1.ConfigureContactSettingsRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ConfigureContactSettingsRequest other) { + if (other == com.google.cloud.domains.v1.ConfigureContactSettingsRequest.getDefaultInstance()) return this; + if (!other.getRegistration().isEmpty()) { + registration_ = other.registration_; + onChanged(); + } + if (other.hasContactSettings()) { + mergeContactSettings(other.getContactSettings()); + } + if (other.hasUpdateMask()) { + mergeUpdateMask(other.getUpdateMask()); + } + if (!other.contactNotices_.isEmpty()) { + if (contactNotices_.isEmpty()) { + contactNotices_ = other.contactNotices_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureContactNoticesIsMutable(); + contactNotices_.addAll(other.contactNotices_); + } + onChanged(); + } + if (other.getValidateOnly() != false) { + setValidateOnly(other.getValidateOnly()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ConfigureContactSettingsRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ConfigureContactSettingsRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object registration_ = ""; + /** + *
+     * Required. The name of the `Registration` whose contact settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose contact settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose contact settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The registration to set. + * @return This builder for chaining. + */ + public Builder setRegistration( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + registration_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose contact settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearRegistration() { + + registration_ = getDefaultInstance().getRegistration(); + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose contact settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for registration to set. + * @return This builder for chaining. + */ + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + registration_ = value; + onChanged(); + return this; + } + + private com.google.cloud.domains.v1.ContactSettings contactSettings_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder> contactSettingsBuilder_; + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + * @return Whether the contactSettings field is set. + */ + public boolean hasContactSettings() { + return contactSettingsBuilder_ != null || contactSettings_ != null; + } + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + * @return The contactSettings. + */ + public com.google.cloud.domains.v1.ContactSettings getContactSettings() { + if (contactSettingsBuilder_ == null) { + return contactSettings_ == null ? com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : contactSettings_; + } else { + return contactSettingsBuilder_.getMessage(); + } + } + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + public Builder setContactSettings(com.google.cloud.domains.v1.ContactSettings value) { + if (contactSettingsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + contactSettings_ = value; + onChanged(); + } else { + contactSettingsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + public Builder setContactSettings( + com.google.cloud.domains.v1.ContactSettings.Builder builderForValue) { + if (contactSettingsBuilder_ == null) { + contactSettings_ = builderForValue.build(); + onChanged(); + } else { + contactSettingsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + public Builder mergeContactSettings(com.google.cloud.domains.v1.ContactSettings value) { + if (contactSettingsBuilder_ == null) { + if (contactSettings_ != null) { + contactSettings_ = + com.google.cloud.domains.v1.ContactSettings.newBuilder(contactSettings_).mergeFrom(value).buildPartial(); + } else { + contactSettings_ = value; + } + onChanged(); + } else { + contactSettingsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + public Builder clearContactSettings() { + if (contactSettingsBuilder_ == null) { + contactSettings_ = null; + onChanged(); + } else { + contactSettings_ = null; + contactSettingsBuilder_ = null; + } + + return this; + } + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + public com.google.cloud.domains.v1.ContactSettings.Builder getContactSettingsBuilder() { + + onChanged(); + return getContactSettingsFieldBuilder().getBuilder(); + } + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + public com.google.cloud.domains.v1.ContactSettingsOrBuilder getContactSettingsOrBuilder() { + if (contactSettingsBuilder_ != null) { + return contactSettingsBuilder_.getMessageOrBuilder(); + } else { + return contactSettings_ == null ? + com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : contactSettings_; + } + } + /** + *
+     * Fields of the `ContactSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder> + getContactSettingsFieldBuilder() { + if (contactSettingsBuilder_ == null) { + contactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder>( + getContactSettings(), + getParentForChildren(), + isClean()); + contactSettings_ = null; + } + return contactSettingsBuilder_; + } + + private com.google.protobuf.FieldMask updateMask_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + public boolean hasUpdateMask() { + return updateMaskBuilder_ != null || updateMask_ != null; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + public com.google.protobuf.FieldMask getUpdateMask() { + if (updateMaskBuilder_ == null) { + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } else { + return updateMaskBuilder_.getMessage(); + } + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setUpdateMask(com.google.protobuf.FieldMask value) { + if (updateMaskBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + updateMask_ = value; + onChanged(); + } else { + updateMaskBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { + if (updateMaskBuilder_ == null) { + updateMask_ = builderForValue.build(); + onChanged(); + } else { + updateMaskBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { + if (updateMaskBuilder_ == null) { + if (updateMask_ != null) { + updateMask_ = + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + } else { + updateMask_ = value; + } + onChanged(); + } else { + updateMaskBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearUpdateMask() { + if (updateMaskBuilder_ == null) { + updateMask_ = null; + onChanged(); + } else { + updateMask_ = null; + updateMaskBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { + + onChanged(); + return getUpdateMaskFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { + if (updateMaskBuilder_ != null) { + return updateMaskBuilder_.getMessageOrBuilder(); + } else { + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the registrant contact is being updated, the
+     * `update_mask` is `"registrant_contact"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> + getUpdateMaskFieldBuilder() { + if (updateMaskBuilder_ == null) { + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); + updateMask_ = null; + } + return updateMaskBuilder_; + } + + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); + private void ensureContactNoticesIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(contactNotices_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the contactNotices. + */ + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return The count of contactNotices. + */ + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + public com.google.cloud.domains.v1.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index to set the value at. + * @param value The contactNotices to set. + * @return This builder for chaining. + */ + public Builder setContactNotices( + int index, com.google.cloud.domains.v1.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param value The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNotices(com.google.cloud.domains.v1.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param values The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNotices( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (com.google.cloud.domains.v1.ContactNotice value : values) { + contactNotices_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return This builder for chaining. + */ + public Builder clearContactNotices() { + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + public java.util.List + getContactNoticesValueList() { + return java.util.Collections.unmodifiableList(contactNotices_); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + * @return This builder for chaining. + */ + public Builder setContactNoticesValue( + int index, int value) { + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param value The enum numeric value on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNoticesValue(int value) { + ensureContactNoticesIsMutable(); + contactNotices_.add(value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in `contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param values The enum numeric values on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (int value : values) { + contactNotices_.add(value); + } + onChanged(); + return this; + } + + private boolean validateOnly_ ; + /** + *
+     * Validate the request without actually updating the contact settings.
+     * 
+ * + * bool validate_only = 5; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + /** + *
+     * Validate the request without actually updating the contact settings.
+     * 
+ * + * bool validate_only = 5; + * @param value The validateOnly to set. + * @return This builder for chaining. + */ + public Builder setValidateOnly(boolean value) { + + validateOnly_ = value; + onChanged(); + return this; + } + /** + *
+     * Validate the request without actually updating the contact settings.
+     * 
+ * + * bool validate_only = 5; + * @return This builder for chaining. + */ + public Builder clearValidateOnly() { + + validateOnly_ = false; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ConfigureContactSettingsRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ConfigureContactSettingsRequest) + private static final com.google.cloud.domains.v1.ConfigureContactSettingsRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ConfigureContactSettingsRequest(); + } + + public static com.google.cloud.domains.v1.ConfigureContactSettingsRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureContactSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureContactSettingsRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureContactSettingsRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequestOrBuilder.java new file mode 100644 index 00000000..97bc6250 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureContactSettingsRequestOrBuilder.java @@ -0,0 +1,155 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ConfigureContactSettingsRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ConfigureContactSettingsRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose contact settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose contact settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); + + /** + *
+   * Fields of the `ContactSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + * @return Whether the contactSettings field is set. + */ + boolean hasContactSettings(); + /** + *
+   * Fields of the `ContactSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + * @return The contactSettings. + */ + com.google.cloud.domains.v1.ContactSettings getContactSettings(); + /** + *
+   * Fields of the `ContactSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 2; + */ + com.google.cloud.domains.v1.ContactSettingsOrBuilder getContactSettingsOrBuilder(); + + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the registrant contact is being updated, the
+   * `update_mask` is `"registrant_contact"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + boolean hasUpdateMask(); + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the registrant contact is being updated, the
+   * `update_mask` is `"registrant_contact"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + com.google.protobuf.FieldMask getUpdateMask(); + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the registrant contact is being updated, the
+   * `update_mask` is `"registrant_contact"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); + + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the contactNotices. + */ + java.util.List getContactNoticesList(); + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return The count of contactNotices. + */ + int getContactNoticesCount(); + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + com.google.cloud.domains.v1.ContactNotice getContactNotices(int index); + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + java.util.List + getContactNoticesValueList(); + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in `contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + int getContactNoticesValue(int index); + + /** + *
+   * Validate the request without actually updating the contact settings.
+   * 
+ * + * bool validate_only = 5; + * @return The validateOnly. + */ + boolean getValidateOnly(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureDnsSettingsRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureDnsSettingsRequest.java new file mode 100644 index 00000000..4215ad1f --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureDnsSettingsRequest.java @@ -0,0 +1,1237 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `ConfigureDnsSettings` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ConfigureDnsSettingsRequest} + */ +public final class ConfigureDnsSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ConfigureDnsSettingsRequest) + ConfigureDnsSettingsRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use ConfigureDnsSettingsRequest.newBuilder() to construct. + private ConfigureDnsSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ConfigureDnsSettingsRequest() { + registration_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ConfigureDnsSettingsRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ConfigureDnsSettingsRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1.DnsSettings.Builder subBuilder = null; + if (dnsSettings_ != null) { + subBuilder = dnsSettings_.toBuilder(); + } + dnsSettings_ = input.readMessage(com.google.cloud.domains.v1.DnsSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(dnsSettings_); + dnsSettings_ = subBuilder.buildPartial(); + } + + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); + } + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); + } + + break; + } + case 32: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.class, com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.Builder.class); + } + + public static final int REGISTRATION_FIELD_NUMBER = 1; + private volatile java.lang.Object registration_; + /** + *
+   * Required. The name of the `Registration` whose DNS settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + @java.lang.Override + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } + } + /** + *
+   * Required. The name of the `Registration` whose DNS settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int DNS_SETTINGS_FIELD_NUMBER = 2; + private com.google.cloud.domains.v1.DnsSettings dnsSettings_; + /** + *
+   * Fields of the `DnsSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + * @return Whether the dnsSettings field is set. + */ + @java.lang.Override + public boolean hasDnsSettings() { + return dnsSettings_ != null; + } + /** + *
+   * Fields of the `DnsSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + * @return The dnsSettings. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings getDnsSettings() { + return dnsSettings_ == null ? com.google.cloud.domains.v1.DnsSettings.getDefaultInstance() : dnsSettings_; + } + /** + *
+   * Fields of the `DnsSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettingsOrBuilder getDnsSettingsOrBuilder() { + return getDnsSettings(); + } + + public static final int UPDATE_MASK_FIELD_NUMBER = 3; + private com.google.protobuf.FieldMask updateMask_; + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the name servers are being updated for an existing
+   * Custom DNS configuration, the `update_mask` is
+   * `"custom_dns.name_servers"`.
+   * When changing the DNS provider from one type to another, pass the new
+   * provider's field name as part of the field mask. For example, when changing
+   * from a Google Domains DNS configuration to a Custom DNS configuration, the
+   * `update_mask` is `"custom_dns"`. //
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + @java.lang.Override + public boolean hasUpdateMask() { + return updateMask_ != null; + } + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the name servers are being updated for an existing
+   * Custom DNS configuration, the `update_mask` is
+   * `"custom_dns.name_servers"`.
+   * When changing the DNS provider from one type to another, pass the new
+   * provider's field name as part of the field mask. For example, when changing
+   * from a Google Domains DNS configuration to a Custom DNS configuration, the
+   * `update_mask` is `"custom_dns"`. //
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + @java.lang.Override + public com.google.protobuf.FieldMask getUpdateMask() { + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the name servers are being updated for an existing
+   * Custom DNS configuration, the `update_mask` is
+   * `"custom_dns.name_servers"`.
+   * When changing the DNS provider from one type to another, pass the new
+   * provider's field name as part of the field mask. For example, when changing
+   * from a Google Domains DNS configuration to a Custom DNS configuration, the
+   * `update_mask` is `"custom_dns"`. //
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { + return getUpdateMask(); + } + + public static final int VALIDATE_ONLY_FIELD_NUMBER = 4; + private boolean validateOnly_; + /** + *
+   * Validate the request without actually updating the DNS settings.
+   * 
+ * + * bool validate_only = 4; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); + } + if (dnsSettings_ != null) { + output.writeMessage(2, getDnsSettings()); + } + if (updateMask_ != null) { + output.writeMessage(3, getUpdateMask()); + } + if (validateOnly_ != false) { + output.writeBool(4, validateOnly_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); + } + if (dnsSettings_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getDnsSettings()); + } + if (updateMask_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); + } + if (validateOnly_ != false) { + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(4, validateOnly_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ConfigureDnsSettingsRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest other = (com.google.cloud.domains.v1.ConfigureDnsSettingsRequest) obj; + + if (!getRegistration() + .equals(other.getRegistration())) return false; + if (hasDnsSettings() != other.hasDnsSettings()) return false; + if (hasDnsSettings()) { + if (!getDnsSettings() + .equals(other.getDnsSettings())) return false; + } + if (hasUpdateMask() != other.hasUpdateMask()) return false; + if (hasUpdateMask()) { + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; + } + if (getValidateOnly() + != other.getValidateOnly()) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + if (hasDnsSettings()) { + hash = (37 * hash) + DNS_SETTINGS_FIELD_NUMBER; + hash = (53 * hash) + getDnsSettings().hashCode(); + } + if (hasUpdateMask()) { + hash = (37 * hash) + UPDATE_MASK_FIELD_NUMBER; + hash = (53 * hash) + getUpdateMask().hashCode(); + } + hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest 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.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ConfigureDnsSettingsRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `ConfigureDnsSettings` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ConfigureDnsSettingsRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ConfigureDnsSettingsRequest) + com.google.cloud.domains.v1.ConfigureDnsSettingsRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.class, com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + registration_ = ""; + + if (dnsSettingsBuilder_ == null) { + dnsSettings_ = null; + } else { + dnsSettings_ = null; + dnsSettingsBuilder_ = null; + } + if (updateMaskBuilder_ == null) { + updateMask_ = null; + } else { + updateMask_ = null; + updateMaskBuilder_ = null; + } + validateOnly_ = false; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureDnsSettingsRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureDnsSettingsRequest build() { + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureDnsSettingsRequest buildPartial() { + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest result = new com.google.cloud.domains.v1.ConfigureDnsSettingsRequest(this); + result.registration_ = registration_; + if (dnsSettingsBuilder_ == null) { + result.dnsSettings_ = dnsSettings_; + } else { + result.dnsSettings_ = dnsSettingsBuilder_.build(); + } + if (updateMaskBuilder_ == null) { + result.updateMask_ = updateMask_; + } else { + result.updateMask_ = updateMaskBuilder_.build(); + } + result.validateOnly_ = validateOnly_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ConfigureDnsSettingsRequest) { + return mergeFrom((com.google.cloud.domains.v1.ConfigureDnsSettingsRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ConfigureDnsSettingsRequest other) { + if (other == com.google.cloud.domains.v1.ConfigureDnsSettingsRequest.getDefaultInstance()) return this; + if (!other.getRegistration().isEmpty()) { + registration_ = other.registration_; + onChanged(); + } + if (other.hasDnsSettings()) { + mergeDnsSettings(other.getDnsSettings()); + } + if (other.hasUpdateMask()) { + mergeUpdateMask(other.getUpdateMask()); + } + if (other.getValidateOnly() != false) { + setValidateOnly(other.getValidateOnly()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ConfigureDnsSettingsRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ConfigureDnsSettingsRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object registration_ = ""; + /** + *
+     * Required. The name of the `Registration` whose DNS settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose DNS settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose DNS settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The registration to set. + * @return This builder for chaining. + */ + public Builder setRegistration( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + registration_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose DNS settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearRegistration() { + + registration_ = getDefaultInstance().getRegistration(); + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose DNS settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for registration to set. + * @return This builder for chaining. + */ + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + registration_ = value; + onChanged(); + return this; + } + + private com.google.cloud.domains.v1.DnsSettings dnsSettings_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings, com.google.cloud.domains.v1.DnsSettings.Builder, com.google.cloud.domains.v1.DnsSettingsOrBuilder> dnsSettingsBuilder_; + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + * @return Whether the dnsSettings field is set. + */ + public boolean hasDnsSettings() { + return dnsSettingsBuilder_ != null || dnsSettings_ != null; + } + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + * @return The dnsSettings. + */ + public com.google.cloud.domains.v1.DnsSettings getDnsSettings() { + if (dnsSettingsBuilder_ == null) { + return dnsSettings_ == null ? com.google.cloud.domains.v1.DnsSettings.getDefaultInstance() : dnsSettings_; + } else { + return dnsSettingsBuilder_.getMessage(); + } + } + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + public Builder setDnsSettings(com.google.cloud.domains.v1.DnsSettings value) { + if (dnsSettingsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + dnsSettings_ = value; + onChanged(); + } else { + dnsSettingsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + public Builder setDnsSettings( + com.google.cloud.domains.v1.DnsSettings.Builder builderForValue) { + if (dnsSettingsBuilder_ == null) { + dnsSettings_ = builderForValue.build(); + onChanged(); + } else { + dnsSettingsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + public Builder mergeDnsSettings(com.google.cloud.domains.v1.DnsSettings value) { + if (dnsSettingsBuilder_ == null) { + if (dnsSettings_ != null) { + dnsSettings_ = + com.google.cloud.domains.v1.DnsSettings.newBuilder(dnsSettings_).mergeFrom(value).buildPartial(); + } else { + dnsSettings_ = value; + } + onChanged(); + } else { + dnsSettingsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + public Builder clearDnsSettings() { + if (dnsSettingsBuilder_ == null) { + dnsSettings_ = null; + onChanged(); + } else { + dnsSettings_ = null; + dnsSettingsBuilder_ = null; + } + + return this; + } + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + public com.google.cloud.domains.v1.DnsSettings.Builder getDnsSettingsBuilder() { + + onChanged(); + return getDnsSettingsFieldBuilder().getBuilder(); + } + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + public com.google.cloud.domains.v1.DnsSettingsOrBuilder getDnsSettingsOrBuilder() { + if (dnsSettingsBuilder_ != null) { + return dnsSettingsBuilder_.getMessageOrBuilder(); + } else { + return dnsSettings_ == null ? + com.google.cloud.domains.v1.DnsSettings.getDefaultInstance() : dnsSettings_; + } + } + /** + *
+     * Fields of the `DnsSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings, com.google.cloud.domains.v1.DnsSettings.Builder, com.google.cloud.domains.v1.DnsSettingsOrBuilder> + getDnsSettingsFieldBuilder() { + if (dnsSettingsBuilder_ == null) { + dnsSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings, com.google.cloud.domains.v1.DnsSettings.Builder, com.google.cloud.domains.v1.DnsSettingsOrBuilder>( + getDnsSettings(), + getParentForChildren(), + isClean()); + dnsSettings_ = null; + } + return dnsSettingsBuilder_; + } + + private com.google.protobuf.FieldMask updateMask_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + public boolean hasUpdateMask() { + return updateMaskBuilder_ != null || updateMask_ != null; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + public com.google.protobuf.FieldMask getUpdateMask() { + if (updateMaskBuilder_ == null) { + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } else { + return updateMaskBuilder_.getMessage(); + } + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setUpdateMask(com.google.protobuf.FieldMask value) { + if (updateMaskBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + updateMask_ = value; + onChanged(); + } else { + updateMaskBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { + if (updateMaskBuilder_ == null) { + updateMask_ = builderForValue.build(); + onChanged(); + } else { + updateMaskBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { + if (updateMaskBuilder_ == null) { + if (updateMask_ != null) { + updateMask_ = + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + } else { + updateMask_ = value; + } + onChanged(); + } else { + updateMaskBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearUpdateMask() { + if (updateMaskBuilder_ == null) { + updateMask_ = null; + onChanged(); + } else { + updateMask_ = null; + updateMaskBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { + + onChanged(); + return getUpdateMaskFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { + if (updateMaskBuilder_ != null) { + return updateMaskBuilder_.getMessageOrBuilder(); + } else { + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the name servers are being updated for an existing
+     * Custom DNS configuration, the `update_mask` is
+     * `"custom_dns.name_servers"`.
+     * When changing the DNS provider from one type to another, pass the new
+     * provider's field name as part of the field mask. For example, when changing
+     * from a Google Domains DNS configuration to a Custom DNS configuration, the
+     * `update_mask` is `"custom_dns"`. //
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> + getUpdateMaskFieldBuilder() { + if (updateMaskBuilder_ == null) { + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); + updateMask_ = null; + } + return updateMaskBuilder_; + } + + private boolean validateOnly_ ; + /** + *
+     * Validate the request without actually updating the DNS settings.
+     * 
+ * + * bool validate_only = 4; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + /** + *
+     * Validate the request without actually updating the DNS settings.
+     * 
+ * + * bool validate_only = 4; + * @param value The validateOnly to set. + * @return This builder for chaining. + */ + public Builder setValidateOnly(boolean value) { + + validateOnly_ = value; + onChanged(); + return this; + } + /** + *
+     * Validate the request without actually updating the DNS settings.
+     * 
+ * + * bool validate_only = 4; + * @return This builder for chaining. + */ + public Builder clearValidateOnly() { + + validateOnly_ = false; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ConfigureDnsSettingsRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ConfigureDnsSettingsRequest) + private static final com.google.cloud.domains.v1.ConfigureDnsSettingsRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ConfigureDnsSettingsRequest(); + } + + public static com.google.cloud.domains.v1.ConfigureDnsSettingsRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureDnsSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureDnsSettingsRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureDnsSettingsRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureDnsSettingsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureDnsSettingsRequestOrBuilder.java new file mode 100644 index 00000000..882bfa52 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureDnsSettingsRequestOrBuilder.java @@ -0,0 +1,116 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ConfigureDnsSettingsRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ConfigureDnsSettingsRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose DNS settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose DNS settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); + + /** + *
+   * Fields of the `DnsSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + * @return Whether the dnsSettings field is set. + */ + boolean hasDnsSettings(); + /** + *
+   * Fields of the `DnsSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + * @return The dnsSettings. + */ + com.google.cloud.domains.v1.DnsSettings getDnsSettings(); + /** + *
+   * Fields of the `DnsSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 2; + */ + com.google.cloud.domains.v1.DnsSettingsOrBuilder getDnsSettingsOrBuilder(); + + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the name servers are being updated for an existing
+   * Custom DNS configuration, the `update_mask` is
+   * `"custom_dns.name_servers"`.
+   * When changing the DNS provider from one type to another, pass the new
+   * provider's field name as part of the field mask. For example, when changing
+   * from a Google Domains DNS configuration to a Custom DNS configuration, the
+   * `update_mask` is `"custom_dns"`. //
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + boolean hasUpdateMask(); + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the name servers are being updated for an existing
+   * Custom DNS configuration, the `update_mask` is
+   * `"custom_dns.name_servers"`.
+   * When changing the DNS provider from one type to another, pass the new
+   * provider's field name as part of the field mask. For example, when changing
+   * from a Google Domains DNS configuration to a Custom DNS configuration, the
+   * `update_mask` is `"custom_dns"`. //
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + com.google.protobuf.FieldMask getUpdateMask(); + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the name servers are being updated for an existing
+   * Custom DNS configuration, the `update_mask` is
+   * `"custom_dns.name_servers"`.
+   * When changing the DNS provider from one type to another, pass the new
+   * provider's field name as part of the field mask. For example, when changing
+   * from a Google Domains DNS configuration to a Custom DNS configuration, the
+   * `update_mask` is `"custom_dns"`. //
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); + + /** + *
+   * Validate the request without actually updating the DNS settings.
+   * 
+ * + * bool validate_only = 4; + * @return The validateOnly. + */ + boolean getValidateOnly(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureManagementSettingsRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureManagementSettingsRequest.java new file mode 100644 index 00000000..4f6aa818 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureManagementSettingsRequest.java @@ -0,0 +1,1096 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `ConfigureManagementSettings` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ConfigureManagementSettingsRequest} + */ +public final class ConfigureManagementSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ConfigureManagementSettingsRequest) + ConfigureManagementSettingsRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use ConfigureManagementSettingsRequest.newBuilder() to construct. + private ConfigureManagementSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ConfigureManagementSettingsRequest() { + registration_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ConfigureManagementSettingsRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ConfigureManagementSettingsRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1.ManagementSettings.Builder subBuilder = null; + if (managementSettings_ != null) { + subBuilder = managementSettings_.toBuilder(); + } + managementSettings_ = input.readMessage(com.google.cloud.domains.v1.ManagementSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(managementSettings_); + managementSettings_ = subBuilder.buildPartial(); + } + + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); + } + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.class, com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.Builder.class); + } + + public static final int REGISTRATION_FIELD_NUMBER = 1; + private volatile java.lang.Object registration_; + /** + *
+   * Required. The name of the `Registration` whose management settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + @java.lang.Override + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } + } + /** + *
+   * Required. The name of the `Registration` whose management settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int MANAGEMENT_SETTINGS_FIELD_NUMBER = 2; + private com.google.cloud.domains.v1.ManagementSettings managementSettings_; + /** + *
+   * Fields of the `ManagementSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + * @return Whether the managementSettings field is set. + */ + @java.lang.Override + public boolean hasManagementSettings() { + return managementSettings_ != null; + } + /** + *
+   * Fields of the `ManagementSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + * @return The managementSettings. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettings getManagementSettings() { + return managementSettings_ == null ? com.google.cloud.domains.v1.ManagementSettings.getDefaultInstance() : managementSettings_; + } + /** + *
+   * Fields of the `ManagementSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() { + return getManagementSettings(); + } + + public static final int UPDATE_MASK_FIELD_NUMBER = 3; + private com.google.protobuf.FieldMask updateMask_; + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the transfer lock is being updated, the `update_mask`
+   * is `"transfer_lock_state"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + @java.lang.Override + public boolean hasUpdateMask() { + return updateMask_ != null; + } + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the transfer lock is being updated, the `update_mask`
+   * is `"transfer_lock_state"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + @java.lang.Override + public com.google.protobuf.FieldMask getUpdateMask() { + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the transfer lock is being updated, the `update_mask`
+   * is `"transfer_lock_state"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { + return getUpdateMask(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); + } + if (managementSettings_ != null) { + output.writeMessage(2, getManagementSettings()); + } + if (updateMask_ != null) { + output.writeMessage(3, getUpdateMask()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); + } + if (managementSettings_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getManagementSettings()); + } + if (updateMask_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ConfigureManagementSettingsRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest other = (com.google.cloud.domains.v1.ConfigureManagementSettingsRequest) obj; + + if (!getRegistration() + .equals(other.getRegistration())) return false; + if (hasManagementSettings() != other.hasManagementSettings()) return false; + if (hasManagementSettings()) { + if (!getManagementSettings() + .equals(other.getManagementSettings())) return false; + } + if (hasUpdateMask() != other.hasUpdateMask()) return false; + if (hasUpdateMask()) { + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + if (hasManagementSettings()) { + hash = (37 * hash) + MANAGEMENT_SETTINGS_FIELD_NUMBER; + hash = (53 * hash) + getManagementSettings().hashCode(); + } + if (hasUpdateMask()) { + hash = (37 * hash) + UPDATE_MASK_FIELD_NUMBER; + hash = (53 * hash) + getUpdateMask().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest 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.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ConfigureManagementSettingsRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `ConfigureManagementSettings` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ConfigureManagementSettingsRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ConfigureManagementSettingsRequest) + com.google.cloud.domains.v1.ConfigureManagementSettingsRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.class, com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + registration_ = ""; + + if (managementSettingsBuilder_ == null) { + managementSettings_ = null; + } else { + managementSettings_ = null; + managementSettingsBuilder_ = null; + } + if (updateMaskBuilder_ == null) { + updateMask_ = null; + } else { + updateMask_ = null; + updateMaskBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureManagementSettingsRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureManagementSettingsRequest build() { + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureManagementSettingsRequest buildPartial() { + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest result = new com.google.cloud.domains.v1.ConfigureManagementSettingsRequest(this); + result.registration_ = registration_; + if (managementSettingsBuilder_ == null) { + result.managementSettings_ = managementSettings_; + } else { + result.managementSettings_ = managementSettingsBuilder_.build(); + } + if (updateMaskBuilder_ == null) { + result.updateMask_ = updateMask_; + } else { + result.updateMask_ = updateMaskBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ConfigureManagementSettingsRequest) { + return mergeFrom((com.google.cloud.domains.v1.ConfigureManagementSettingsRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ConfigureManagementSettingsRequest other) { + if (other == com.google.cloud.domains.v1.ConfigureManagementSettingsRequest.getDefaultInstance()) return this; + if (!other.getRegistration().isEmpty()) { + registration_ = other.registration_; + onChanged(); + } + if (other.hasManagementSettings()) { + mergeManagementSettings(other.getManagementSettings()); + } + if (other.hasUpdateMask()) { + mergeUpdateMask(other.getUpdateMask()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ConfigureManagementSettingsRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ConfigureManagementSettingsRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object registration_ = ""; + /** + *
+     * Required. The name of the `Registration` whose management settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose management settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose management settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The registration to set. + * @return This builder for chaining. + */ + public Builder setRegistration( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + registration_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose management settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearRegistration() { + + registration_ = getDefaultInstance().getRegistration(); + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose management settings are being updated,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for registration to set. + * @return This builder for chaining. + */ + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + registration_ = value; + onChanged(); + return this; + } + + private com.google.cloud.domains.v1.ManagementSettings managementSettings_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ManagementSettings, com.google.cloud.domains.v1.ManagementSettings.Builder, com.google.cloud.domains.v1.ManagementSettingsOrBuilder> managementSettingsBuilder_; + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + * @return Whether the managementSettings field is set. + */ + public boolean hasManagementSettings() { + return managementSettingsBuilder_ != null || managementSettings_ != null; + } + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + * @return The managementSettings. + */ + public com.google.cloud.domains.v1.ManagementSettings getManagementSettings() { + if (managementSettingsBuilder_ == null) { + return managementSettings_ == null ? com.google.cloud.domains.v1.ManagementSettings.getDefaultInstance() : managementSettings_; + } else { + return managementSettingsBuilder_.getMessage(); + } + } + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + public Builder setManagementSettings(com.google.cloud.domains.v1.ManagementSettings value) { + if (managementSettingsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + managementSettings_ = value; + onChanged(); + } else { + managementSettingsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + public Builder setManagementSettings( + com.google.cloud.domains.v1.ManagementSettings.Builder builderForValue) { + if (managementSettingsBuilder_ == null) { + managementSettings_ = builderForValue.build(); + onChanged(); + } else { + managementSettingsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + public Builder mergeManagementSettings(com.google.cloud.domains.v1.ManagementSettings value) { + if (managementSettingsBuilder_ == null) { + if (managementSettings_ != null) { + managementSettings_ = + com.google.cloud.domains.v1.ManagementSettings.newBuilder(managementSettings_).mergeFrom(value).buildPartial(); + } else { + managementSettings_ = value; + } + onChanged(); + } else { + managementSettingsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + public Builder clearManagementSettings() { + if (managementSettingsBuilder_ == null) { + managementSettings_ = null; + onChanged(); + } else { + managementSettings_ = null; + managementSettingsBuilder_ = null; + } + + return this; + } + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + public com.google.cloud.domains.v1.ManagementSettings.Builder getManagementSettingsBuilder() { + + onChanged(); + return getManagementSettingsFieldBuilder().getBuilder(); + } + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + public com.google.cloud.domains.v1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() { + if (managementSettingsBuilder_ != null) { + return managementSettingsBuilder_.getMessageOrBuilder(); + } else { + return managementSettings_ == null ? + com.google.cloud.domains.v1.ManagementSettings.getDefaultInstance() : managementSettings_; + } + } + /** + *
+     * Fields of the `ManagementSettings` to update.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ManagementSettings, com.google.cloud.domains.v1.ManagementSettings.Builder, com.google.cloud.domains.v1.ManagementSettingsOrBuilder> + getManagementSettingsFieldBuilder() { + if (managementSettingsBuilder_ == null) { + managementSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ManagementSettings, com.google.cloud.domains.v1.ManagementSettings.Builder, com.google.cloud.domains.v1.ManagementSettingsOrBuilder>( + getManagementSettings(), + getParentForChildren(), + isClean()); + managementSettings_ = null; + } + return managementSettingsBuilder_; + } + + private com.google.protobuf.FieldMask updateMask_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + public boolean hasUpdateMask() { + return updateMaskBuilder_ != null || updateMask_ != null; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + public com.google.protobuf.FieldMask getUpdateMask() { + if (updateMaskBuilder_ == null) { + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } else { + return updateMaskBuilder_.getMessage(); + } + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setUpdateMask(com.google.protobuf.FieldMask value) { + if (updateMaskBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + updateMask_ = value; + onChanged(); + } else { + updateMaskBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { + if (updateMaskBuilder_ == null) { + updateMask_ = builderForValue.build(); + onChanged(); + } else { + updateMaskBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { + if (updateMaskBuilder_ == null) { + if (updateMask_ != null) { + updateMask_ = + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + } else { + updateMask_ = value; + } + onChanged(); + } else { + updateMaskBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearUpdateMask() { + if (updateMaskBuilder_ == null) { + updateMask_ = null; + onChanged(); + } else { + updateMask_ = null; + updateMaskBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { + + onChanged(); + return getUpdateMaskFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { + if (updateMaskBuilder_ != null) { + return updateMaskBuilder_.getMessageOrBuilder(); + } else { + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the transfer lock is being updated, the `update_mask`
+     * is `"transfer_lock_state"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> + getUpdateMaskFieldBuilder() { + if (updateMaskBuilder_ == null) { + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); + updateMask_ = null; + } + return updateMaskBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ConfigureManagementSettingsRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ConfigureManagementSettingsRequest) + private static final com.google.cloud.domains.v1.ConfigureManagementSettingsRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ConfigureManagementSettingsRequest(); + } + + public static com.google.cloud.domains.v1.ConfigureManagementSettingsRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureManagementSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureManagementSettingsRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ConfigureManagementSettingsRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureManagementSettingsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureManagementSettingsRequestOrBuilder.java new file mode 100644 index 00000000..5d4cc8ce --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ConfigureManagementSettingsRequestOrBuilder.java @@ -0,0 +1,91 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ConfigureManagementSettingsRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ConfigureManagementSettingsRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose management settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose management settings are being updated,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); + + /** + *
+   * Fields of the `ManagementSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + * @return Whether the managementSettings field is set. + */ + boolean hasManagementSettings(); + /** + *
+   * Fields of the `ManagementSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + * @return The managementSettings. + */ + com.google.cloud.domains.v1.ManagementSettings getManagementSettings(); + /** + *
+   * Fields of the `ManagementSettings` to update.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 2; + */ + com.google.cloud.domains.v1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder(); + + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the transfer lock is being updated, the `update_mask`
+   * is `"transfer_lock_state"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + boolean hasUpdateMask(); + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the transfer lock is being updated, the `update_mask`
+   * is `"transfer_lock_state"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + com.google.protobuf.FieldMask getUpdateMask(); + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the transfer lock is being updated, the `update_mask`
+   * is `"transfer_lock_state"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactNotice.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactNotice.java new file mode 100644 index 00000000..eb118477 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactNotice.java @@ -0,0 +1,135 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Notices related to contact information.
+ * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.ContactNotice} + */ +public enum ContactNotice + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+   * The notice is undefined.
+   * 
+ * + * CONTACT_NOTICE_UNSPECIFIED = 0; + */ + CONTACT_NOTICE_UNSPECIFIED(0), + /** + *
+   * Required when setting the `privacy` field of `ContactSettings` to
+   * `PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
+   * 
+ * + * PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT = 1; + */ + PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT(1), + UNRECOGNIZED(-1), + ; + + /** + *
+   * The notice is undefined.
+   * 
+ * + * CONTACT_NOTICE_UNSPECIFIED = 0; + */ + public static final int CONTACT_NOTICE_UNSPECIFIED_VALUE = 0; + /** + *
+   * Required when setting the `privacy` field of `ContactSettings` to
+   * `PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
+   * 
+ * + * PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT = 1; + */ + public static final int PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT_VALUE = 1; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static ContactNotice valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static ContactNotice forNumber(int value) { + switch (value) { + case 0: return CONTACT_NOTICE_UNSPECIFIED; + case 1: return PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + ContactNotice> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ContactNotice findValueByNumber(int number) { + return ContactNotice.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.getDescriptor().getEnumTypes().get(2); + } + + private static final ContactNotice[] VALUES = values(); + + public static ContactNotice valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private ContactNotice(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.ContactNotice) +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactPrivacy.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactPrivacy.java new file mode 100644 index 00000000..aa3de044 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactPrivacy.java @@ -0,0 +1,189 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Defines a set of possible contact privacy settings for a `Registration`.
+ * [ICANN](https://icann.org/) maintains the WHOIS database, a publicly
+ * accessible mapping from domain name to contact information, and requires that
+ * each domain name have an entry. Choose from these options to control how much
+ * information in your `ContactSettings` is published.
+ * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.ContactPrivacy} + */ +public enum ContactPrivacy + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+   * The contact privacy settings are undefined.
+   * 
+ * + * CONTACT_PRIVACY_UNSPECIFIED = 0; + */ + CONTACT_PRIVACY_UNSPECIFIED(0), + /** + *
+   * All the data from `ContactSettings` is publicly available. When setting
+   * this option, you must also provide a
+   * `PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT` in the `contact_notices` field of the
+   * request.
+   * 
+ * + * PUBLIC_CONTACT_DATA = 1; + */ + PUBLIC_CONTACT_DATA(1), + /** + *
+   * None of the data from `ContactSettings` is publicly available. Instead,
+   * proxy contact data is published for your domain. Email sent to the proxy
+   * email address is forwarded to the registrant's email address. Cloud Domains
+   * provides this privacy proxy service at no additional cost.
+   * 
+ * + * PRIVATE_CONTACT_DATA = 2; + */ + PRIVATE_CONTACT_DATA(2), + /** + *
+   * Some data from `ContactSettings` is publicly available. The actual
+   * information redacted depends on the domain. For details, see [the
+   * registration privacy
+   * article](https://support.google.com/domains/answer/3251242).
+   * 
+ * + * REDACTED_CONTACT_DATA = 3; + */ + REDACTED_CONTACT_DATA(3), + UNRECOGNIZED(-1), + ; + + /** + *
+   * The contact privacy settings are undefined.
+   * 
+ * + * CONTACT_PRIVACY_UNSPECIFIED = 0; + */ + public static final int CONTACT_PRIVACY_UNSPECIFIED_VALUE = 0; + /** + *
+   * All the data from `ContactSettings` is publicly available. When setting
+   * this option, you must also provide a
+   * `PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT` in the `contact_notices` field of the
+   * request.
+   * 
+ * + * PUBLIC_CONTACT_DATA = 1; + */ + public static final int PUBLIC_CONTACT_DATA_VALUE = 1; + /** + *
+   * None of the data from `ContactSettings` is publicly available. Instead,
+   * proxy contact data is published for your domain. Email sent to the proxy
+   * email address is forwarded to the registrant's email address. Cloud Domains
+   * provides this privacy proxy service at no additional cost.
+   * 
+ * + * PRIVATE_CONTACT_DATA = 2; + */ + public static final int PRIVATE_CONTACT_DATA_VALUE = 2; + /** + *
+   * Some data from `ContactSettings` is publicly available. The actual
+   * information redacted depends on the domain. For details, see [the
+   * registration privacy
+   * article](https://support.google.com/domains/answer/3251242).
+   * 
+ * + * REDACTED_CONTACT_DATA = 3; + */ + public static final int REDACTED_CONTACT_DATA_VALUE = 3; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static ContactPrivacy valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static ContactPrivacy forNumber(int value) { + switch (value) { + case 0: return CONTACT_PRIVACY_UNSPECIFIED; + case 1: return PUBLIC_CONTACT_DATA; + case 2: return PRIVATE_CONTACT_DATA; + case 3: return REDACTED_CONTACT_DATA; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + ContactPrivacy> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ContactPrivacy findValueByNumber(int number) { + return ContactPrivacy.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.getDescriptor().getEnumTypes().get(0); + } + + private static final ContactPrivacy[] VALUES = values(); + + public static ContactPrivacy valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private ContactPrivacy(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.ContactPrivacy) +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactSettings.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactSettings.java new file mode 100644 index 00000000..17eba3ad --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactSettings.java @@ -0,0 +1,2590 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Defines the contact information associated with a `Registration`.
+ * [ICANN](https://icann.org/) requires all domain names to have associated
+ * contact information. The `registrant_contact` is considered the
+ * domain's legal owner, and often the other contacts are identical.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ContactSettings} + */ +public final class ContactSettings extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ContactSettings) + ContactSettingsOrBuilder { +private static final long serialVersionUID = 0L; + // Use ContactSettings.newBuilder() to construct. + private ContactSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ContactSettings() { + privacy_ = 0; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ContactSettings(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ContactSettings( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 8: { + int rawValue = input.readEnum(); + + privacy_ = rawValue; + break; + } + case 18: { + com.google.cloud.domains.v1.ContactSettings.Contact.Builder subBuilder = null; + if (registrantContact_ != null) { + subBuilder = registrantContact_.toBuilder(); + } + registrantContact_ = input.readMessage(com.google.cloud.domains.v1.ContactSettings.Contact.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registrantContact_); + registrantContact_ = subBuilder.buildPartial(); + } + + break; + } + case 26: { + com.google.cloud.domains.v1.ContactSettings.Contact.Builder subBuilder = null; + if (adminContact_ != null) { + subBuilder = adminContact_.toBuilder(); + } + adminContact_ = input.readMessage(com.google.cloud.domains.v1.ContactSettings.Contact.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(adminContact_); + adminContact_ = subBuilder.buildPartial(); + } + + break; + } + case 34: { + com.google.cloud.domains.v1.ContactSettings.Contact.Builder subBuilder = null; + if (technicalContact_ != null) { + subBuilder = technicalContact_.toBuilder(); + } + technicalContact_ = input.readMessage(com.google.cloud.domains.v1.ContactSettings.Contact.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(technicalContact_); + technicalContact_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ContactSettings.class, com.google.cloud.domains.v1.ContactSettings.Builder.class); + } + + public interface ContactOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ContactSettings.Contact) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * Required. Postal address of the contact.
+     * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the postalAddress field is set. + */ + boolean hasPostalAddress(); + /** + *
+     * Required. Postal address of the contact.
+     * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The postalAddress. + */ + com.google.type.PostalAddress getPostalAddress(); + /** + *
+     * Required. Postal address of the contact.
+     * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder(); + + /** + *
+     * Required. Email address of the contact.
+     * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The email. + */ + java.lang.String getEmail(); + /** + *
+     * Required. Email address of the contact.
+     * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for email. + */ + com.google.protobuf.ByteString + getEmailBytes(); + + /** + *
+     * Required. Phone number of the contact in international format. For example,
+     * `"+1-800-555-0123"`.
+     * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The phoneNumber. + */ + java.lang.String getPhoneNumber(); + /** + *
+     * Required. Phone number of the contact in international format. For example,
+     * `"+1-800-555-0123"`.
+     * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for phoneNumber. + */ + com.google.protobuf.ByteString + getPhoneNumberBytes(); + + /** + *
+     * Fax number of the contact in international format. For example,
+     * `"+1-800-555-0123"`.
+     * 
+ * + * string fax_number = 4; + * @return The faxNumber. + */ + java.lang.String getFaxNumber(); + /** + *
+     * Fax number of the contact in international format. For example,
+     * `"+1-800-555-0123"`.
+     * 
+ * + * string fax_number = 4; + * @return The bytes for faxNumber. + */ + com.google.protobuf.ByteString + getFaxNumberBytes(); + } + /** + *
+   * Details required for a contact associated with a `Registration`.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ContactSettings.Contact} + */ + public static final class Contact extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ContactSettings.Contact) + ContactOrBuilder { + private static final long serialVersionUID = 0L; + // Use Contact.newBuilder() to construct. + private Contact(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private Contact() { + email_ = ""; + phoneNumber_ = ""; + faxNumber_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new Contact(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private Contact( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.type.PostalAddress.Builder subBuilder = null; + if (postalAddress_ != null) { + subBuilder = postalAddress_.toBuilder(); + } + postalAddress_ = input.readMessage(com.google.type.PostalAddress.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(postalAddress_); + postalAddress_ = subBuilder.buildPartial(); + } + + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + email_ = s; + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + + phoneNumber_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + faxNumber_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_Contact_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_Contact_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ContactSettings.Contact.class, com.google.cloud.domains.v1.ContactSettings.Contact.Builder.class); + } + + public static final int POSTAL_ADDRESS_FIELD_NUMBER = 1; + private com.google.type.PostalAddress postalAddress_; + /** + *
+     * Required. Postal address of the contact.
+     * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the postalAddress field is set. + */ + @java.lang.Override + public boolean hasPostalAddress() { + return postalAddress_ != null; + } + /** + *
+     * Required. Postal address of the contact.
+     * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The postalAddress. + */ + @java.lang.Override + public com.google.type.PostalAddress getPostalAddress() { + return postalAddress_ == null ? com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; + } + /** + *
+     * Required. Postal address of the contact.
+     * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { + return getPostalAddress(); + } + + public static final int EMAIL_FIELD_NUMBER = 2; + private volatile java.lang.Object email_; + /** + *
+     * Required. Email address of the contact.
+     * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The email. + */ + @java.lang.Override + public java.lang.String getEmail() { + java.lang.Object ref = email_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + email_ = s; + return s; + } + } + /** + *
+     * Required. Email address of the contact.
+     * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for email. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getEmailBytes() { + java.lang.Object ref = email_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + email_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int PHONE_NUMBER_FIELD_NUMBER = 3; + private volatile java.lang.Object phoneNumber_; + /** + *
+     * Required. Phone number of the contact in international format. For example,
+     * `"+1-800-555-0123"`.
+     * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The phoneNumber. + */ + @java.lang.Override + public java.lang.String getPhoneNumber() { + java.lang.Object ref = phoneNumber_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + phoneNumber_ = s; + return s; + } + } + /** + *
+     * Required. Phone number of the contact in international format. For example,
+     * `"+1-800-555-0123"`.
+     * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for phoneNumber. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getPhoneNumberBytes() { + java.lang.Object ref = phoneNumber_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + phoneNumber_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int FAX_NUMBER_FIELD_NUMBER = 4; + private volatile java.lang.Object faxNumber_; + /** + *
+     * Fax number of the contact in international format. For example,
+     * `"+1-800-555-0123"`.
+     * 
+ * + * string fax_number = 4; + * @return The faxNumber. + */ + @java.lang.Override + public java.lang.String getFaxNumber() { + java.lang.Object ref = faxNumber_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + faxNumber_ = s; + return s; + } + } + /** + *
+     * Fax number of the contact in international format. For example,
+     * `"+1-800-555-0123"`.
+     * 
+ * + * string fax_number = 4; + * @return The bytes for faxNumber. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getFaxNumberBytes() { + java.lang.Object ref = faxNumber_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + faxNumber_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (postalAddress_ != null) { + output.writeMessage(1, getPostalAddress()); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(email_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, email_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(phoneNumber_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, phoneNumber_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(faxNumber_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, faxNumber_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (postalAddress_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getPostalAddress()); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(email_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, email_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(phoneNumber_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, phoneNumber_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(faxNumber_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, faxNumber_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ContactSettings.Contact)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ContactSettings.Contact other = (com.google.cloud.domains.v1.ContactSettings.Contact) obj; + + if (hasPostalAddress() != other.hasPostalAddress()) return false; + if (hasPostalAddress()) { + if (!getPostalAddress() + .equals(other.getPostalAddress())) return false; + } + if (!getEmail() + .equals(other.getEmail())) return false; + if (!getPhoneNumber() + .equals(other.getPhoneNumber())) return false; + if (!getFaxNumber() + .equals(other.getFaxNumber())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasPostalAddress()) { + hash = (37 * hash) + POSTAL_ADDRESS_FIELD_NUMBER; + hash = (53 * hash) + getPostalAddress().hashCode(); + } + hash = (37 * hash) + EMAIL_FIELD_NUMBER; + hash = (53 * hash) + getEmail().hashCode(); + hash = (37 * hash) + PHONE_NUMBER_FIELD_NUMBER; + hash = (53 * hash) + getPhoneNumber().hashCode(); + hash = (37 * hash) + FAX_NUMBER_FIELD_NUMBER; + hash = (53 * hash) + getFaxNumber().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ContactSettings.Contact parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact 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.cloud.domains.v1.ContactSettings.Contact parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ContactSettings.Contact parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ContactSettings.Contact prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Details required for a contact associated with a `Registration`.
+     * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ContactSettings.Contact} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ContactSettings.Contact) + com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_Contact_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_Contact_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ContactSettings.Contact.class, com.google.cloud.domains.v1.ContactSettings.Contact.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ContactSettings.Contact.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (postalAddressBuilder_ == null) { + postalAddress_ = null; + } else { + postalAddress_ = null; + postalAddressBuilder_ = null; + } + email_ = ""; + + phoneNumber_ = ""; + + faxNumber_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_Contact_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.Contact getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.Contact build() { + com.google.cloud.domains.v1.ContactSettings.Contact result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.Contact buildPartial() { + com.google.cloud.domains.v1.ContactSettings.Contact result = new com.google.cloud.domains.v1.ContactSettings.Contact(this); + if (postalAddressBuilder_ == null) { + result.postalAddress_ = postalAddress_; + } else { + result.postalAddress_ = postalAddressBuilder_.build(); + } + result.email_ = email_; + result.phoneNumber_ = phoneNumber_; + result.faxNumber_ = faxNumber_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ContactSettings.Contact) { + return mergeFrom((com.google.cloud.domains.v1.ContactSettings.Contact)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ContactSettings.Contact other) { + if (other == com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance()) return this; + if (other.hasPostalAddress()) { + mergePostalAddress(other.getPostalAddress()); + } + if (!other.getEmail().isEmpty()) { + email_ = other.email_; + onChanged(); + } + if (!other.getPhoneNumber().isEmpty()) { + phoneNumber_ = other.phoneNumber_; + onChanged(); + } + if (!other.getFaxNumber().isEmpty()) { + faxNumber_ = other.faxNumber_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ContactSettings.Contact parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ContactSettings.Contact) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.type.PostalAddress postalAddress_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder> postalAddressBuilder_; + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the postalAddress field is set. + */ + public boolean hasPostalAddress() { + return postalAddressBuilder_ != null || postalAddress_ != null; + } + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The postalAddress. + */ + public com.google.type.PostalAddress getPostalAddress() { + if (postalAddressBuilder_ == null) { + return postalAddress_ == null ? com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; + } else { + return postalAddressBuilder_.getMessage(); + } + } + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setPostalAddress(com.google.type.PostalAddress value) { + if (postalAddressBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + postalAddress_ = value; + onChanged(); + } else { + postalAddressBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setPostalAddress( + com.google.type.PostalAddress.Builder builderForValue) { + if (postalAddressBuilder_ == null) { + postalAddress_ = builderForValue.build(); + onChanged(); + } else { + postalAddressBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergePostalAddress(com.google.type.PostalAddress value) { + if (postalAddressBuilder_ == null) { + if (postalAddress_ != null) { + postalAddress_ = + com.google.type.PostalAddress.newBuilder(postalAddress_).mergeFrom(value).buildPartial(); + } else { + postalAddress_ = value; + } + onChanged(); + } else { + postalAddressBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearPostalAddress() { + if (postalAddressBuilder_ == null) { + postalAddress_ = null; + onChanged(); + } else { + postalAddress_ = null; + postalAddressBuilder_ = null; + } + + return this; + } + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.PostalAddress.Builder getPostalAddressBuilder() { + + onChanged(); + return getPostalAddressFieldBuilder().getBuilder(); + } + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { + if (postalAddressBuilder_ != null) { + return postalAddressBuilder_.getMessageOrBuilder(); + } else { + return postalAddress_ == null ? + com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; + } + } + /** + *
+       * Required. Postal address of the contact.
+       * 
+ * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder> + getPostalAddressFieldBuilder() { + if (postalAddressBuilder_ == null) { + postalAddressBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder>( + getPostalAddress(), + getParentForChildren(), + isClean()); + postalAddress_ = null; + } + return postalAddressBuilder_; + } + + private java.lang.Object email_ = ""; + /** + *
+       * Required. Email address of the contact.
+       * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The email. + */ + public java.lang.String getEmail() { + java.lang.Object ref = email_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + email_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Required. Email address of the contact.
+       * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for email. + */ + public com.google.protobuf.ByteString + getEmailBytes() { + java.lang.Object ref = email_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + email_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Required. Email address of the contact.
+       * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @param value The email to set. + * @return This builder for chaining. + */ + public Builder setEmail( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + email_ = value; + onChanged(); + return this; + } + /** + *
+       * Required. Email address of the contact.
+       * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearEmail() { + + email_ = getDefaultInstance().getEmail(); + onChanged(); + return this; + } + /** + *
+       * Required. Email address of the contact.
+       * 
+ * + * string email = 2 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes for email to set. + * @return This builder for chaining. + */ + public Builder setEmailBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + email_ = value; + onChanged(); + return this; + } + + private java.lang.Object phoneNumber_ = ""; + /** + *
+       * Required. Phone number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The phoneNumber. + */ + public java.lang.String getPhoneNumber() { + java.lang.Object ref = phoneNumber_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + phoneNumber_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Required. Phone number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for phoneNumber. + */ + public com.google.protobuf.ByteString + getPhoneNumberBytes() { + java.lang.Object ref = phoneNumber_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + phoneNumber_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Required. Phone number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @param value The phoneNumber to set. + * @return This builder for chaining. + */ + public Builder setPhoneNumber( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + phoneNumber_ = value; + onChanged(); + return this; + } + /** + *
+       * Required. Phone number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearPhoneNumber() { + + phoneNumber_ = getDefaultInstance().getPhoneNumber(); + onChanged(); + return this; + } + /** + *
+       * Required. Phone number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes for phoneNumber to set. + * @return This builder for chaining. + */ + public Builder setPhoneNumberBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + phoneNumber_ = value; + onChanged(); + return this; + } + + private java.lang.Object faxNumber_ = ""; + /** + *
+       * Fax number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string fax_number = 4; + * @return The faxNumber. + */ + public java.lang.String getFaxNumber() { + java.lang.Object ref = faxNumber_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + faxNumber_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Fax number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string fax_number = 4; + * @return The bytes for faxNumber. + */ + public com.google.protobuf.ByteString + getFaxNumberBytes() { + java.lang.Object ref = faxNumber_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + faxNumber_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Fax number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string fax_number = 4; + * @param value The faxNumber to set. + * @return This builder for chaining. + */ + public Builder setFaxNumber( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + faxNumber_ = value; + onChanged(); + return this; + } + /** + *
+       * Fax number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string fax_number = 4; + * @return This builder for chaining. + */ + public Builder clearFaxNumber() { + + faxNumber_ = getDefaultInstance().getFaxNumber(); + onChanged(); + return this; + } + /** + *
+       * Fax number of the contact in international format. For example,
+       * `"+1-800-555-0123"`.
+       * 
+ * + * string fax_number = 4; + * @param value The bytes for faxNumber to set. + * @return This builder for chaining. + */ + public Builder setFaxNumberBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + faxNumber_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ContactSettings.Contact) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ContactSettings.Contact) + private static final com.google.cloud.domains.v1.ContactSettings.Contact DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ContactSettings.Contact(); + } + + public static com.google.cloud.domains.v1.ContactSettings.Contact getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Contact parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Contact(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.Contact getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public static final int PRIVACY_FIELD_NUMBER = 1; + private int privacy_; + /** + *
+   * Required. Privacy setting for the contacts associated with the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The enum numeric value on the wire for privacy. + */ + @java.lang.Override public int getPrivacyValue() { + return privacy_; + } + /** + *
+   * Required. Privacy setting for the contacts associated with the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The privacy. + */ + @java.lang.Override public com.google.cloud.domains.v1.ContactPrivacy getPrivacy() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ContactPrivacy result = com.google.cloud.domains.v1.ContactPrivacy.valueOf(privacy_); + return result == null ? com.google.cloud.domains.v1.ContactPrivacy.UNRECOGNIZED : result; + } + + public static final int REGISTRANT_CONTACT_FIELD_NUMBER = 2; + private com.google.cloud.domains.v1.ContactSettings.Contact registrantContact_; + /** + *
+   * Required. The registrant contact for the `Registration`.
+   * *Caution: Anyone with access to this email address, phone number,
+   * and/or postal address can take control of the domain.*
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
+   * suspension.*
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registrantContact field is set. + */ + @java.lang.Override + public boolean hasRegistrantContact() { + return registrantContact_ != null; + } + /** + *
+   * Required. The registrant contact for the `Registration`.
+   * *Caution: Anyone with access to this email address, phone number,
+   * and/or postal address can take control of the domain.*
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
+   * suspension.*
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registrantContact. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.Contact getRegistrantContact() { + return registrantContact_ == null ? com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : registrantContact_; + } + /** + *
+   * Required. The registrant contact for the `Registration`.
+   * *Caution: Anyone with access to this email address, phone number,
+   * and/or postal address can take control of the domain.*
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
+   * suspension.*
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder() { + return getRegistrantContact(); + } + + public static final int ADMIN_CONTACT_FIELD_NUMBER = 3; + private com.google.cloud.domains.v1.ContactSettings.Contact adminContact_; + /** + *
+   * Required. The administrative contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the adminContact field is set. + */ + @java.lang.Override + public boolean hasAdminContact() { + return adminContact_ != null; + } + /** + *
+   * Required. The administrative contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The adminContact. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.Contact getAdminContact() { + return adminContact_ == null ? com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : adminContact_; + } + /** + *
+   * Required. The administrative contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getAdminContactOrBuilder() { + return getAdminContact(); + } + + public static final int TECHNICAL_CONTACT_FIELD_NUMBER = 4; + private com.google.cloud.domains.v1.ContactSettings.Contact technicalContact_; + /** + *
+   * Required. The technical contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the technicalContact field is set. + */ + @java.lang.Override + public boolean hasTechnicalContact() { + return technicalContact_ != null; + } + /** + *
+   * Required. The technical contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The technicalContact. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.Contact getTechnicalContact() { + return technicalContact_ == null ? com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : technicalContact_; + } + /** + *
+   * Required. The technical contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder() { + return getTechnicalContact(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (privacy_ != com.google.cloud.domains.v1.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED.getNumber()) { + output.writeEnum(1, privacy_); + } + if (registrantContact_ != null) { + output.writeMessage(2, getRegistrantContact()); + } + if (adminContact_ != null) { + output.writeMessage(3, getAdminContact()); + } + if (technicalContact_ != null) { + output.writeMessage(4, getTechnicalContact()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (privacy_ != com.google.cloud.domains.v1.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, privacy_); + } + if (registrantContact_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistrantContact()); + } + if (adminContact_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getAdminContact()); + } + if (technicalContact_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getTechnicalContact()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ContactSettings)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ContactSettings other = (com.google.cloud.domains.v1.ContactSettings) obj; + + if (privacy_ != other.privacy_) return false; + if (hasRegistrantContact() != other.hasRegistrantContact()) return false; + if (hasRegistrantContact()) { + if (!getRegistrantContact() + .equals(other.getRegistrantContact())) return false; + } + if (hasAdminContact() != other.hasAdminContact()) return false; + if (hasAdminContact()) { + if (!getAdminContact() + .equals(other.getAdminContact())) return false; + } + if (hasTechnicalContact() != other.hasTechnicalContact()) return false; + if (hasTechnicalContact()) { + if (!getTechnicalContact() + .equals(other.getTechnicalContact())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + PRIVACY_FIELD_NUMBER; + hash = (53 * hash) + privacy_; + if (hasRegistrantContact()) { + hash = (37 * hash) + REGISTRANT_CONTACT_FIELD_NUMBER; + hash = (53 * hash) + getRegistrantContact().hashCode(); + } + if (hasAdminContact()) { + hash = (37 * hash) + ADMIN_CONTACT_FIELD_NUMBER; + hash = (53 * hash) + getAdminContact().hashCode(); + } + if (hasTechnicalContact()) { + hash = (37 * hash) + TECHNICAL_CONTACT_FIELD_NUMBER; + hash = (53 * hash) + getTechnicalContact().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ContactSettings parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ContactSettings parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ContactSettings parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ContactSettings 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.cloud.domains.v1.ContactSettings parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ContactSettings parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ContactSettings parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ContactSettings parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ContactSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ContactSettings parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ContactSettings parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ContactSettings parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ContactSettings prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Defines the contact information associated with a `Registration`.
+   * [ICANN](https://icann.org/) requires all domain names to have associated
+   * contact information. The `registrant_contact` is considered the
+   * domain's legal owner, and often the other contacts are identical.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ContactSettings} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ContactSettings) + com.google.cloud.domains.v1.ContactSettingsOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ContactSettings.class, com.google.cloud.domains.v1.ContactSettings.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ContactSettings.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + privacy_ = 0; + + if (registrantContactBuilder_ == null) { + registrantContact_ = null; + } else { + registrantContact_ = null; + registrantContactBuilder_ = null; + } + if (adminContactBuilder_ == null) { + adminContact_ = null; + } else { + adminContact_ = null; + adminContactBuilder_ = null; + } + if (technicalContactBuilder_ == null) { + technicalContact_ = null; + } else { + technicalContact_ = null; + technicalContactBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ContactSettings_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ContactSettings.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings build() { + com.google.cloud.domains.v1.ContactSettings result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings buildPartial() { + com.google.cloud.domains.v1.ContactSettings result = new com.google.cloud.domains.v1.ContactSettings(this); + result.privacy_ = privacy_; + if (registrantContactBuilder_ == null) { + result.registrantContact_ = registrantContact_; + } else { + result.registrantContact_ = registrantContactBuilder_.build(); + } + if (adminContactBuilder_ == null) { + result.adminContact_ = adminContact_; + } else { + result.adminContact_ = adminContactBuilder_.build(); + } + if (technicalContactBuilder_ == null) { + result.technicalContact_ = technicalContact_; + } else { + result.technicalContact_ = technicalContactBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ContactSettings) { + return mergeFrom((com.google.cloud.domains.v1.ContactSettings)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ContactSettings other) { + if (other == com.google.cloud.domains.v1.ContactSettings.getDefaultInstance()) return this; + if (other.privacy_ != 0) { + setPrivacyValue(other.getPrivacyValue()); + } + if (other.hasRegistrantContact()) { + mergeRegistrantContact(other.getRegistrantContact()); + } + if (other.hasAdminContact()) { + mergeAdminContact(other.getAdminContact()); + } + if (other.hasTechnicalContact()) { + mergeTechnicalContact(other.getTechnicalContact()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ContactSettings parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ContactSettings) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private int privacy_ = 0; + /** + *
+     * Required. Privacy setting for the contacts associated with the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The enum numeric value on the wire for privacy. + */ + @java.lang.Override public int getPrivacyValue() { + return privacy_; + } + /** + *
+     * Required. Privacy setting for the contacts associated with the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The enum numeric value on the wire for privacy to set. + * @return This builder for chaining. + */ + public Builder setPrivacyValue(int value) { + + privacy_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. Privacy setting for the contacts associated with the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The privacy. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactPrivacy getPrivacy() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ContactPrivacy result = com.google.cloud.domains.v1.ContactPrivacy.valueOf(privacy_); + return result == null ? com.google.cloud.domains.v1.ContactPrivacy.UNRECOGNIZED : result; + } + /** + *
+     * Required. Privacy setting for the contacts associated with the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The privacy to set. + * @return This builder for chaining. + */ + public Builder setPrivacy(com.google.cloud.domains.v1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + + privacy_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * Required. Privacy setting for the contacts associated with the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearPrivacy() { + + privacy_ = 0; + onChanged(); + return this; + } + + private com.google.cloud.domains.v1.ContactSettings.Contact registrantContact_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder> registrantContactBuilder_; + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registrantContact field is set. + */ + public boolean hasRegistrantContact() { + return registrantContactBuilder_ != null || registrantContact_ != null; + } + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registrantContact. + */ + public com.google.cloud.domains.v1.ContactSettings.Contact getRegistrantContact() { + if (registrantContactBuilder_ == null) { + return registrantContact_ == null ? com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : registrantContact_; + } else { + return registrantContactBuilder_.getMessage(); + } + } + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistrantContact(com.google.cloud.domains.v1.ContactSettings.Contact value) { + if (registrantContactBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + registrantContact_ = value; + onChanged(); + } else { + registrantContactBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistrantContact( + com.google.cloud.domains.v1.ContactSettings.Contact.Builder builderForValue) { + if (registrantContactBuilder_ == null) { + registrantContact_ = builderForValue.build(); + onChanged(); + } else { + registrantContactBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeRegistrantContact(com.google.cloud.domains.v1.ContactSettings.Contact value) { + if (registrantContactBuilder_ == null) { + if (registrantContact_ != null) { + registrantContact_ = + com.google.cloud.domains.v1.ContactSettings.Contact.newBuilder(registrantContact_).mergeFrom(value).buildPartial(); + } else { + registrantContact_ = value; + } + onChanged(); + } else { + registrantContactBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearRegistrantContact() { + if (registrantContactBuilder_ == null) { + registrantContact_ = null; + onChanged(); + } else { + registrantContact_ = null; + registrantContactBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.ContactSettings.Contact.Builder getRegistrantContactBuilder() { + + onChanged(); + return getRegistrantContactFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder() { + if (registrantContactBuilder_ != null) { + return registrantContactBuilder_.getMessageOrBuilder(); + } else { + return registrantContact_ == null ? + com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : registrantContact_; + } + } + /** + *
+     * Required. The registrant contact for the `Registration`.
+     * *Caution: Anyone with access to this email address, phone number,
+     * and/or postal address can take control of the domain.*
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
+     * suspension.*
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder> + getRegistrantContactFieldBuilder() { + if (registrantContactBuilder_ == null) { + registrantContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder>( + getRegistrantContact(), + getParentForChildren(), + isClean()); + registrantContact_ = null; + } + return registrantContactBuilder_; + } + + private com.google.cloud.domains.v1.ContactSettings.Contact adminContact_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder> adminContactBuilder_; + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the adminContact field is set. + */ + public boolean hasAdminContact() { + return adminContactBuilder_ != null || adminContact_ != null; + } + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The adminContact. + */ + public com.google.cloud.domains.v1.ContactSettings.Contact getAdminContact() { + if (adminContactBuilder_ == null) { + return adminContact_ == null ? com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : adminContact_; + } else { + return adminContactBuilder_.getMessage(); + } + } + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setAdminContact(com.google.cloud.domains.v1.ContactSettings.Contact value) { + if (adminContactBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + adminContact_ = value; + onChanged(); + } else { + adminContactBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setAdminContact( + com.google.cloud.domains.v1.ContactSettings.Contact.Builder builderForValue) { + if (adminContactBuilder_ == null) { + adminContact_ = builderForValue.build(); + onChanged(); + } else { + adminContactBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeAdminContact(com.google.cloud.domains.v1.ContactSettings.Contact value) { + if (adminContactBuilder_ == null) { + if (adminContact_ != null) { + adminContact_ = + com.google.cloud.domains.v1.ContactSettings.Contact.newBuilder(adminContact_).mergeFrom(value).buildPartial(); + } else { + adminContact_ = value; + } + onChanged(); + } else { + adminContactBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearAdminContact() { + if (adminContactBuilder_ == null) { + adminContact_ = null; + onChanged(); + } else { + adminContact_ = null; + adminContactBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.ContactSettings.Contact.Builder getAdminContactBuilder() { + + onChanged(); + return getAdminContactFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getAdminContactOrBuilder() { + if (adminContactBuilder_ != null) { + return adminContactBuilder_.getMessageOrBuilder(); + } else { + return adminContact_ == null ? + com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : adminContact_; + } + } + /** + *
+     * Required. The administrative contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder> + getAdminContactFieldBuilder() { + if (adminContactBuilder_ == null) { + adminContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder>( + getAdminContact(), + getParentForChildren(), + isClean()); + adminContact_ = null; + } + return adminContactBuilder_; + } + + private com.google.cloud.domains.v1.ContactSettings.Contact technicalContact_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder> technicalContactBuilder_; + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the technicalContact field is set. + */ + public boolean hasTechnicalContact() { + return technicalContactBuilder_ != null || technicalContact_ != null; + } + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The technicalContact. + */ + public com.google.cloud.domains.v1.ContactSettings.Contact getTechnicalContact() { + if (technicalContactBuilder_ == null) { + return technicalContact_ == null ? com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : technicalContact_; + } else { + return technicalContactBuilder_.getMessage(); + } + } + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setTechnicalContact(com.google.cloud.domains.v1.ContactSettings.Contact value) { + if (technicalContactBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + technicalContact_ = value; + onChanged(); + } else { + technicalContactBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setTechnicalContact( + com.google.cloud.domains.v1.ContactSettings.Contact.Builder builderForValue) { + if (technicalContactBuilder_ == null) { + technicalContact_ = builderForValue.build(); + onChanged(); + } else { + technicalContactBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeTechnicalContact(com.google.cloud.domains.v1.ContactSettings.Contact value) { + if (technicalContactBuilder_ == null) { + if (technicalContact_ != null) { + technicalContact_ = + com.google.cloud.domains.v1.ContactSettings.Contact.newBuilder(technicalContact_).mergeFrom(value).buildPartial(); + } else { + technicalContact_ = value; + } + onChanged(); + } else { + technicalContactBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearTechnicalContact() { + if (technicalContactBuilder_ == null) { + technicalContact_ = null; + onChanged(); + } else { + technicalContact_ = null; + technicalContactBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.ContactSettings.Contact.Builder getTechnicalContactBuilder() { + + onChanged(); + return getTechnicalContactFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder() { + if (technicalContactBuilder_ != null) { + return technicalContactBuilder_.getMessageOrBuilder(); + } else { + return technicalContact_ == null ? + com.google.cloud.domains.v1.ContactSettings.Contact.getDefaultInstance() : technicalContact_; + } + } + /** + *
+     * Required. The technical contact for the `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder> + getTechnicalContactFieldBuilder() { + if (technicalContactBuilder_ == null) { + technicalContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings.Contact, com.google.cloud.domains.v1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder>( + getTechnicalContact(), + getParentForChildren(), + isClean()); + technicalContact_ = null; + } + return technicalContactBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ContactSettings) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ContactSettings) + private static final com.google.cloud.domains.v1.ContactSettings DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ContactSettings(); + } + + public static com.google.cloud.domains.v1.ContactSettings getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ContactSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ContactSettings(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactSettingsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactSettingsOrBuilder.java new file mode 100644 index 00000000..eb425f7c --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ContactSettingsOrBuilder.java @@ -0,0 +1,124 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ContactSettingsOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ContactSettings) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Privacy setting for the contacts associated with the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The enum numeric value on the wire for privacy. + */ + int getPrivacyValue(); + /** + *
+   * Required. Privacy setting for the contacts associated with the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The privacy. + */ + com.google.cloud.domains.v1.ContactPrivacy getPrivacy(); + + /** + *
+   * Required. The registrant contact for the `Registration`.
+   * *Caution: Anyone with access to this email address, phone number,
+   * and/or postal address can take control of the domain.*
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
+   * suspension.*
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registrantContact field is set. + */ + boolean hasRegistrantContact(); + /** + *
+   * Required. The registrant contact for the `Registration`.
+   * *Caution: Anyone with access to this email address, phone number,
+   * and/or postal address can take control of the domain.*
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
+   * suspension.*
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registrantContact. + */ + com.google.cloud.domains.v1.ContactSettings.Contact getRegistrantContact(); + /** + *
+   * Required. The registrant contact for the `Registration`.
+   * *Caution: Anyone with access to this email address, phone number,
+   * and/or postal address can take control of the domain.*
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
+   * suspension.*
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder(); + + /** + *
+   * Required. The administrative contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the adminContact field is set. + */ + boolean hasAdminContact(); + /** + *
+   * Required. The administrative contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + * @return The adminContact. + */ + com.google.cloud.domains.v1.ContactSettings.Contact getAdminContact(); + /** + *
+   * Required. The administrative contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getAdminContactOrBuilder(); + + /** + *
+   * Required. The technical contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the technicalContact field is set. + */ + boolean hasTechnicalContact(); + /** + *
+   * Required. The technical contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The technicalContact. + */ + com.google.cloud.domains.v1.ContactSettings.Contact getTechnicalContact(); + /** + *
+   * Required. The technical contact for the `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.cloud.domains.v1.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DeleteRegistrationRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DeleteRegistrationRequest.java new file mode 100644 index 00000000..2a88c3d5 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DeleteRegistrationRequest.java @@ -0,0 +1,600 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `DeleteRegistration` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DeleteRegistrationRequest} + */ +public final class DeleteRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.DeleteRegistrationRequest) + DeleteRegistrationRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use DeleteRegistrationRequest.newBuilder() to construct. + private DeleteRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private DeleteRegistrationRequest() { + name_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new DeleteRegistrationRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private DeleteRegistrationRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DeleteRegistrationRequest.class, com.google.cloud.domains.v1.DeleteRegistrationRequest.Builder.class); + } + + public static final int NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object name_; + /** + *
+   * Required. The name of the `Registration` to delete,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + @java.lang.Override + public java.lang.String getName() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } + } + /** + *
+   * Required. The name of the `Registration` to delete,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + @java.lang.Override + 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); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + 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_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.DeleteRegistrationRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.DeleteRegistrationRequest other = (com.google.cloud.domains.v1.DeleteRegistrationRequest) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + NAME_FIELD_NUMBER; + hash = (53 * hash) + getName().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest 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.cloud.domains.v1.DeleteRegistrationRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DeleteRegistrationRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.DeleteRegistrationRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `DeleteRegistration` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DeleteRegistrationRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.DeleteRegistrationRequest) + com.google.cloud.domains.v1.DeleteRegistrationRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DeleteRegistrationRequest.class, com.google.cloud.domains.v1.DeleteRegistrationRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.DeleteRegistrationRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + name_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DeleteRegistrationRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.DeleteRegistrationRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.DeleteRegistrationRequest build() { + com.google.cloud.domains.v1.DeleteRegistrationRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DeleteRegistrationRequest buildPartial() { + com.google.cloud.domains.v1.DeleteRegistrationRequest result = new com.google.cloud.domains.v1.DeleteRegistrationRequest(this); + result.name_ = name_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.DeleteRegistrationRequest) { + return mergeFrom((com.google.cloud.domains.v1.DeleteRegistrationRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.DeleteRegistrationRequest other) { + if (other == com.google.cloud.domains.v1.DeleteRegistrationRequest.getDefaultInstance()) return this; + if (!other.getName().isEmpty()) { + name_ = other.name_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.DeleteRegistrationRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.DeleteRegistrationRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object name_ = ""; + /** + *
+     * Required. The name of the `Registration` to delete,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @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; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The name of the `Registration` to delete,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + 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); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The name of the `Registration` to delete,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The name to set. + * @return This builder for chaining. + */ + public Builder setName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + name_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` to delete,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearName() { + + name_ = getDefaultInstance().getName(); + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` to delete,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for name to set. + * @return This builder for chaining. + */ + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + name_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.DeleteRegistrationRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.DeleteRegistrationRequest) + private static final com.google.cloud.domains.v1.DeleteRegistrationRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.DeleteRegistrationRequest(); + } + + public static com.google.cloud.domains.v1.DeleteRegistrationRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DeleteRegistrationRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DeleteRegistrationRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DeleteRegistrationRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DeleteRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..6f6da3cc --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DeleteRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface DeleteRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.DeleteRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to delete,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to delete,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DnsSettings.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DnsSettings.java new file mode 100644 index 00000000..7facf282 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DnsSettings.java @@ -0,0 +1,7217 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Defines the DNS configuration of a `Registration`, including name servers,
+ * DNSSEC, and glue records.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings} + */ +public final class DnsSettings extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.DnsSettings) + DnsSettingsOrBuilder { +private static final long serialVersionUID = 0L; + // Use DnsSettings.newBuilder() to construct. + private DnsSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private DnsSettings() { + glueRecords_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new DnsSettings(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private DnsSettings( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.cloud.domains.v1.DnsSettings.CustomDns.Builder subBuilder = null; + if (dnsProviderCase_ == 1) { + subBuilder = ((com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_).toBuilder(); + } + dnsProvider_ = + input.readMessage(com.google.cloud.domains.v1.DnsSettings.CustomDns.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom((com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_); + dnsProvider_ = subBuilder.buildPartial(); + } + dnsProviderCase_ = 1; + break; + } + case 18: { + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.Builder subBuilder = null; + if (dnsProviderCase_ == 2) { + subBuilder = ((com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_).toBuilder(); + } + dnsProvider_ = + input.readMessage(com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom((com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_); + dnsProvider_ = subBuilder.buildPartial(); + } + dnsProviderCase_ = 2; + break; + } + case 34: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + glueRecords_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + glueRecords_.add( + input.readMessage(com.google.cloud.domains.v1.DnsSettings.GlueRecord.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + glueRecords_ = java.util.Collections.unmodifiableList(glueRecords_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.class, com.google.cloud.domains.v1.DnsSettings.Builder.class); + } + + /** + *
+   * The publication state of DS records for a `Registration`.
+   * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.DnsSettings.DsState} + */ + public enum DsState + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+     * DS state is unspecified.
+     * 
+ * + * DS_STATE_UNSPECIFIED = 0; + */ + DS_STATE_UNSPECIFIED(0), + /** + *
+     * DNSSEC is disabled for this domain. No DS records for this domain are
+     * published in the parent DNS zone.
+     * 
+ * + * DS_RECORDS_UNPUBLISHED = 1; + */ + DS_RECORDS_UNPUBLISHED(1), + /** + *
+     * DNSSEC is enabled for this domain. Appropriate DS records for this domain
+     * are published in the parent DNS zone. This option is valid only if the
+     * DNS zone referenced in the `Registration`'s `dns_provider` field is
+     * already DNSSEC-signed.
+     * 
+ * + * DS_RECORDS_PUBLISHED = 2; + */ + DS_RECORDS_PUBLISHED(2), + UNRECOGNIZED(-1), + ; + + /** + *
+     * DS state is unspecified.
+     * 
+ * + * DS_STATE_UNSPECIFIED = 0; + */ + public static final int DS_STATE_UNSPECIFIED_VALUE = 0; + /** + *
+     * DNSSEC is disabled for this domain. No DS records for this domain are
+     * published in the parent DNS zone.
+     * 
+ * + * DS_RECORDS_UNPUBLISHED = 1; + */ + public static final int DS_RECORDS_UNPUBLISHED_VALUE = 1; + /** + *
+     * DNSSEC is enabled for this domain. Appropriate DS records for this domain
+     * are published in the parent DNS zone. This option is valid only if the
+     * DNS zone referenced in the `Registration`'s `dns_provider` field is
+     * already DNSSEC-signed.
+     * 
+ * + * DS_RECORDS_PUBLISHED = 2; + */ + public static final int DS_RECORDS_PUBLISHED_VALUE = 2; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static DsState valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static DsState forNumber(int value) { + switch (value) { + case 0: return DS_STATE_UNSPECIFIED; + case 1: return DS_RECORDS_UNPUBLISHED; + case 2: return DS_RECORDS_PUBLISHED; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + DsState> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DsState findValueByNumber(int number) { + return DsState.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.DnsSettings.getDescriptor().getEnumTypes().get(0); + } + + private static final DsState[] VALUES = values(); + + public static DsState valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private DsState(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.DnsSettings.DsState) + } + + public interface CustomDnsOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.DnsSettings.CustomDns) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * Required. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return A list containing the nameServers. + */ + java.util.List + getNameServersList(); + /** + *
+     * Required. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The count of nameServers. + */ + int getNameServersCount(); + /** + *
+     * Required. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + java.lang.String getNameServers(int index); + /** + *
+     * Required. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + com.google.protobuf.ByteString + getNameServersBytes(int index); + + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + java.util.List + getDsRecordsList(); + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + com.google.cloud.domains.v1.DnsSettings.DsRecord getDsRecords(int index); + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + int getDsRecordsCount(); + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + java.util.List + getDsRecordsOrBuilderList(); + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( + int index); + } + /** + *
+   * Configuration for an arbitrary DNS provider.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings.CustomDns} + */ + public static final class CustomDns extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.DnsSettings.CustomDns) + CustomDnsOrBuilder { + private static final long serialVersionUID = 0L; + // Use CustomDns.newBuilder() to construct. + private CustomDns(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private CustomDns() { + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + dsRecords_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new CustomDns(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private CustomDns( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; + } + nameServers_.add(s); + break; + } + case 18: { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + dsRecords_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + dsRecords_.add( + input.readMessage(com.google.cloud.domains.v1.DnsSettings.DsRecord.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + dsRecords_ = java.util.Collections.unmodifiableList(dsRecords_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.CustomDns.class, com.google.cloud.domains.v1.DnsSettings.CustomDns.Builder.class); + } + + public static final int NAME_SERVERS_FIELD_NUMBER = 1; + private com.google.protobuf.LazyStringList nameServers_; + /** + *
+     * Required. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_; + } + /** + *
+     * Required. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+     * Required. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+     * Required. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + + public static final int DS_RECORDS_FIELD_NUMBER = 2; + private java.util.List dsRecords_; + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + @java.lang.Override + public java.util.List getDsRecordsList() { + return dsRecords_; + } + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + @java.lang.Override + public java.util.List + getDsRecordsOrBuilderList() { + return dsRecords_; + } + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + @java.lang.Override + public int getDsRecordsCount() { + return dsRecords_.size(); + } + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecord getDsRecords(int index) { + return dsRecords_.get(index); + } + /** + *
+     * The list of DS records for this domain, which are used to enable DNSSEC.
+     * The domain's DNS provider can provide the values to set here. If this
+     * field is empty, DNSSEC is disabled.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( + int index) { + return dsRecords_.get(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + for (int i = 0; i < nameServers_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, nameServers_.getRaw(i)); + } + for (int i = 0; i < dsRecords_.size(); i++) { + output.writeMessage(2, dsRecords_.get(i)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + { + int dataSize = 0; + for (int i = 0; i < nameServers_.size(); i++) { + dataSize += computeStringSizeNoTag(nameServers_.getRaw(i)); + } + size += dataSize; + size += 1 * getNameServersList().size(); + } + for (int i = 0; i < dsRecords_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, dsRecords_.get(i)); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.DnsSettings.CustomDns)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.DnsSettings.CustomDns other = (com.google.cloud.domains.v1.DnsSettings.CustomDns) obj; + + if (!getNameServersList() + .equals(other.getNameServersList())) return false; + if (!getDsRecordsList() + .equals(other.getDsRecordsList())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (getNameServersCount() > 0) { + hash = (37 * hash) + NAME_SERVERS_FIELD_NUMBER; + hash = (53 * hash) + getNameServersList().hashCode(); + } + if (getDsRecordsCount() > 0) { + hash = (37 * hash) + DS_RECORDS_FIELD_NUMBER; + hash = (53 * hash) + getDsRecordsList().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns 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.cloud.domains.v1.DnsSettings.CustomDns parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.CustomDns parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.DnsSettings.CustomDns prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Configuration for an arbitrary DNS provider.
+     * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings.CustomDns} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.DnsSettings.CustomDns) + com.google.cloud.domains.v1.DnsSettings.CustomDnsOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.CustomDns.class, com.google.cloud.domains.v1.DnsSettings.CustomDns.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.DnsSettings.CustomDns.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + getDsRecordsFieldBuilder(); + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + if (dsRecordsBuilder_ == null) { + dsRecords_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + } else { + dsRecordsBuilder_.clear(); + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.CustomDns getDefaultInstanceForType() { + return com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.CustomDns build() { + com.google.cloud.domains.v1.DnsSettings.CustomDns result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.CustomDns buildPartial() { + com.google.cloud.domains.v1.DnsSettings.CustomDns result = new com.google.cloud.domains.v1.DnsSettings.CustomDns(this); + int from_bitField0_ = bitField0_; + if (((bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.nameServers_ = nameServers_; + if (dsRecordsBuilder_ == null) { + if (((bitField0_ & 0x00000002) != 0)) { + dsRecords_ = java.util.Collections.unmodifiableList(dsRecords_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.dsRecords_ = dsRecords_; + } else { + result.dsRecords_ = dsRecordsBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.DnsSettings.CustomDns) { + return mergeFrom((com.google.cloud.domains.v1.DnsSettings.CustomDns)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.DnsSettings.CustomDns other) { + if (other == com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance()) return this; + if (!other.nameServers_.isEmpty()) { + if (nameServers_.isEmpty()) { + nameServers_ = other.nameServers_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureNameServersIsMutable(); + nameServers_.addAll(other.nameServers_); + } + onChanged(); + } + if (dsRecordsBuilder_ == null) { + if (!other.dsRecords_.isEmpty()) { + if (dsRecords_.isEmpty()) { + dsRecords_ = other.dsRecords_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureDsRecordsIsMutable(); + dsRecords_.addAll(other.dsRecords_); + } + onChanged(); + } + } else { + if (!other.dsRecords_.isEmpty()) { + if (dsRecordsBuilder_.isEmpty()) { + dsRecordsBuilder_.dispose(); + dsRecordsBuilder_ = null; + dsRecords_ = other.dsRecords_; + bitField0_ = (bitField0_ & ~0x00000002); + dsRecordsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getDsRecordsFieldBuilder() : null; + } else { + dsRecordsBuilder_.addAllMessages(other.dsRecords_); + } + } + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.DnsSettings.CustomDns parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.DnsSettings.CustomDns) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureNameServersIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_); + bitField0_ |= 0x00000001; + } + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_.getUnmodifiableView(); + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param index The index to set the value at. + * @param value The nameServers to set. + * @return This builder for chaining. + */ + public Builder setNameServers( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.set(index, value); + onChanged(); + return this; + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServers( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param values The nameServers to add. + * @return This builder for chaining. + */ + public Builder addAllNameServers( + java.lang.Iterable values) { + ensureNameServersIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); + onChanged(); + return this; + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearNameServers() { + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+       * Required. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes of the nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + + private java.util.List dsRecords_ = + java.util.Collections.emptyList(); + private void ensureDsRecordsIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + dsRecords_ = new java.util.ArrayList(dsRecords_); + bitField0_ |= 0x00000002; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.DsRecord, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder> dsRecordsBuilder_; + + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public java.util.List getDsRecordsList() { + if (dsRecordsBuilder_ == null) { + return java.util.Collections.unmodifiableList(dsRecords_); + } else { + return dsRecordsBuilder_.getMessageList(); + } + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public int getDsRecordsCount() { + if (dsRecordsBuilder_ == null) { + return dsRecords_.size(); + } else { + return dsRecordsBuilder_.getCount(); + } + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecord getDsRecords(int index) { + if (dsRecordsBuilder_ == null) { + return dsRecords_.get(index); + } else { + return dsRecordsBuilder_.getMessage(index); + } + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder setDsRecords( + int index, com.google.cloud.domains.v1.DnsSettings.DsRecord value) { + if (dsRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureDsRecordsIsMutable(); + dsRecords_.set(index, value); + onChanged(); + } else { + dsRecordsBuilder_.setMessage(index, value); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder setDsRecords( + int index, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder builderForValue) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + dsRecords_.set(index, builderForValue.build()); + onChanged(); + } else { + dsRecordsBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder addDsRecords(com.google.cloud.domains.v1.DnsSettings.DsRecord value) { + if (dsRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureDsRecordsIsMutable(); + dsRecords_.add(value); + onChanged(); + } else { + dsRecordsBuilder_.addMessage(value); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder addDsRecords( + int index, com.google.cloud.domains.v1.DnsSettings.DsRecord value) { + if (dsRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureDsRecordsIsMutable(); + dsRecords_.add(index, value); + onChanged(); + } else { + dsRecordsBuilder_.addMessage(index, value); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder addDsRecords( + com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder builderForValue) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + dsRecords_.add(builderForValue.build()); + onChanged(); + } else { + dsRecordsBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder addDsRecords( + int index, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder builderForValue) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + dsRecords_.add(index, builderForValue.build()); + onChanged(); + } else { + dsRecordsBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder addAllDsRecords( + java.lang.Iterable values) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, dsRecords_); + onChanged(); + } else { + dsRecordsBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder clearDsRecords() { + if (dsRecordsBuilder_ == null) { + dsRecords_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + } else { + dsRecordsBuilder_.clear(); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public Builder removeDsRecords(int index) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + dsRecords_.remove(index); + onChanged(); + } else { + dsRecordsBuilder_.remove(index); + } + return this; + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder getDsRecordsBuilder( + int index) { + return getDsRecordsFieldBuilder().getBuilder(index); + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( + int index) { + if (dsRecordsBuilder_ == null) { + return dsRecords_.get(index); } else { + return dsRecordsBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public java.util.List + getDsRecordsOrBuilderList() { + if (dsRecordsBuilder_ != null) { + return dsRecordsBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(dsRecords_); + } + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder addDsRecordsBuilder() { + return getDsRecordsFieldBuilder().addBuilder( + com.google.cloud.domains.v1.DnsSettings.DsRecord.getDefaultInstance()); + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder addDsRecordsBuilder( + int index) { + return getDsRecordsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1.DnsSettings.DsRecord.getDefaultInstance()); + } + /** + *
+       * The list of DS records for this domain, which are used to enable DNSSEC.
+       * The domain's DNS provider can provide the values to set here. If this
+       * field is empty, DNSSEC is disabled.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 2; + */ + public java.util.List + getDsRecordsBuilderList() { + return getDsRecordsFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.DsRecord, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder> + getDsRecordsFieldBuilder() { + if (dsRecordsBuilder_ == null) { + dsRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.DsRecord, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder>( + dsRecords_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); + dsRecords_ = null; + } + return dsRecordsBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.DnsSettings.CustomDns) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.DnsSettings.CustomDns) + private static final com.google.cloud.domains.v1.DnsSettings.CustomDns DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.DnsSettings.CustomDns(); + } + + public static com.google.cloud.domains.v1.DnsSettings.CustomDns getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CustomDns parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CustomDns(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.CustomDns getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GoogleDomainsDnsOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * Output only. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format. This field is automatically populated with the name
+     * servers assigned to the Google Domains DNS zone.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the nameServers. + */ + java.util.List + getNameServersList(); + /** + *
+     * Output only. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format. This field is automatically populated with the name
+     * servers assigned to the Google Domains DNS zone.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of nameServers. + */ + int getNameServersCount(); + /** + *
+     * Output only. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format. This field is automatically populated with the name
+     * servers assigned to the Google Domains DNS zone.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + java.lang.String getNameServers(int index); + /** + *
+     * Output only. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format. This field is automatically populated with the name
+     * servers assigned to the Google Domains DNS zone.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + com.google.protobuf.ByteString + getNameServersBytes(int index); + + /** + *
+     * Required. The state of DS records for this domain. Used to enable or disable
+     * automatic DNSSEC.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The enum numeric value on the wire for dsState. + */ + int getDsStateValue(); + /** + *
+     * Required. The state of DS records for this domain. Used to enable or disable
+     * automatic DNSSEC.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The dsState. + */ + com.google.cloud.domains.v1.DnsSettings.DsState getDsState(); + + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + java.util.List + getDsRecordsList(); + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + com.google.cloud.domains.v1.DnsSettings.DsRecord getDsRecords(int index); + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + int getDsRecordsCount(); + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + java.util.List + getDsRecordsOrBuilderList(); + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( + int index); + } + /** + *
+   * Configuration for using the free DNS zone provided by Google Domains as a
+   * `Registration`'s `dns_provider`. You cannot configure the DNS zone itself
+   * using the API. To configure the DNS zone, go to
+   * [Google Domains](https://domains.google/).
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings.GoogleDomainsDns} + */ + public static final class GoogleDomainsDns extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) + GoogleDomainsDnsOrBuilder { + private static final long serialVersionUID = 0L; + // Use GoogleDomainsDns.newBuilder() to construct. + private GoogleDomainsDns(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GoogleDomainsDns() { + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + dsState_ = 0; + dsRecords_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GoogleDomainsDns(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private GoogleDomainsDns( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; + } + nameServers_.add(s); + break; + } + case 16: { + int rawValue = input.readEnum(); + + dsState_ = rawValue; + break; + } + case 26: { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + dsRecords_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + dsRecords_.add( + input.readMessage(com.google.cloud.domains.v1.DnsSettings.DsRecord.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + dsRecords_ = java.util.Collections.unmodifiableList(dsRecords_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.class, com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.Builder.class); + } + + public static final int NAME_SERVERS_FIELD_NUMBER = 1; + private com.google.protobuf.LazyStringList nameServers_; + /** + *
+     * Output only. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format. This field is automatically populated with the name
+     * servers assigned to the Google Domains DNS zone.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_; + } + /** + *
+     * Output only. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format. This field is automatically populated with the name
+     * servers assigned to the Google Domains DNS zone.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+     * Output only. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format. This field is automatically populated with the name
+     * servers assigned to the Google Domains DNS zone.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+     * Output only. A list of name servers that store the DNS zone for this domain. Each name
+     * server is a domain name, with Unicode domain names expressed in
+     * Punycode format. This field is automatically populated with the name
+     * servers assigned to the Google Domains DNS zone.
+     * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + + public static final int DS_STATE_FIELD_NUMBER = 2; + private int dsState_; + /** + *
+     * Required. The state of DS records for this domain. Used to enable or disable
+     * automatic DNSSEC.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The enum numeric value on the wire for dsState. + */ + @java.lang.Override public int getDsStateValue() { + return dsState_; + } + /** + *
+     * Required. The state of DS records for this domain. Used to enable or disable
+     * automatic DNSSEC.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The dsState. + */ + @java.lang.Override public com.google.cloud.domains.v1.DnsSettings.DsState getDsState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.DnsSettings.DsState result = com.google.cloud.domains.v1.DnsSettings.DsState.valueOf(dsState_); + return result == null ? com.google.cloud.domains.v1.DnsSettings.DsState.UNRECOGNIZED : result; + } + + public static final int DS_RECORDS_FIELD_NUMBER = 3; + private java.util.List dsRecords_; + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + @java.lang.Override + public java.util.List getDsRecordsList() { + return dsRecords_; + } + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + @java.lang.Override + public java.util.List + getDsRecordsOrBuilderList() { + return dsRecords_; + } + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + @java.lang.Override + public int getDsRecordsCount() { + return dsRecords_.size(); + } + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecord getDsRecords(int index) { + return dsRecords_.get(index); + } + /** + *
+     * Output only. The list of DS records published for this domain. The list is
+     * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+     * otherwise it remains empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( + int index) { + return dsRecords_.get(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + for (int i = 0; i < nameServers_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, nameServers_.getRaw(i)); + } + if (dsState_ != com.google.cloud.domains.v1.DnsSettings.DsState.DS_STATE_UNSPECIFIED.getNumber()) { + output.writeEnum(2, dsState_); + } + for (int i = 0; i < dsRecords_.size(); i++) { + output.writeMessage(3, dsRecords_.get(i)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + { + int dataSize = 0; + for (int i = 0; i < nameServers_.size(); i++) { + dataSize += computeStringSizeNoTag(nameServers_.getRaw(i)); + } + size += dataSize; + size += 1 * getNameServersList().size(); + } + if (dsState_ != com.google.cloud.domains.v1.DnsSettings.DsState.DS_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, dsState_); + } + for (int i = 0; i < dsRecords_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, dsRecords_.get(i)); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns other = (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) obj; + + if (!getNameServersList() + .equals(other.getNameServersList())) return false; + if (dsState_ != other.dsState_) return false; + if (!getDsRecordsList() + .equals(other.getDsRecordsList())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (getNameServersCount() > 0) { + hash = (37 * hash) + NAME_SERVERS_FIELD_NUMBER; + hash = (53 * hash) + getNameServersList().hashCode(); + } + hash = (37 * hash) + DS_STATE_FIELD_NUMBER; + hash = (53 * hash) + dsState_; + if (getDsRecordsCount() > 0) { + hash = (37 * hash) + DS_RECORDS_FIELD_NUMBER; + hash = (53 * hash) + getDsRecordsList().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Configuration for using the free DNS zone provided by Google Domains as a
+     * `Registration`'s `dns_provider`. You cannot configure the DNS zone itself
+     * using the API. To configure the DNS zone, go to
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings.GoogleDomainsDns} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDnsOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.class, com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + getDsRecordsFieldBuilder(); + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + dsState_ = 0; + + if (dsRecordsBuilder_ == null) { + dsRecords_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + } else { + dsRecordsBuilder_.clear(); + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns getDefaultInstanceForType() { + return com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns build() { + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns buildPartial() { + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns result = new com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns(this); + int from_bitField0_ = bitField0_; + if (((bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.nameServers_ = nameServers_; + result.dsState_ = dsState_; + if (dsRecordsBuilder_ == null) { + if (((bitField0_ & 0x00000002) != 0)) { + dsRecords_ = java.util.Collections.unmodifiableList(dsRecords_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.dsRecords_ = dsRecords_; + } else { + result.dsRecords_ = dsRecordsBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.DnsSettings.GoogleDomainsDns) { + return mergeFrom((com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns other) { + if (other == com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance()) return this; + if (!other.nameServers_.isEmpty()) { + if (nameServers_.isEmpty()) { + nameServers_ = other.nameServers_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureNameServersIsMutable(); + nameServers_.addAll(other.nameServers_); + } + onChanged(); + } + if (other.dsState_ != 0) { + setDsStateValue(other.getDsStateValue()); + } + if (dsRecordsBuilder_ == null) { + if (!other.dsRecords_.isEmpty()) { + if (dsRecords_.isEmpty()) { + dsRecords_ = other.dsRecords_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureDsRecordsIsMutable(); + dsRecords_.addAll(other.dsRecords_); + } + onChanged(); + } + } else { + if (!other.dsRecords_.isEmpty()) { + if (dsRecordsBuilder_.isEmpty()) { + dsRecordsBuilder_.dispose(); + dsRecordsBuilder_ = null; + dsRecords_ = other.dsRecords_; + bitField0_ = (bitField0_ & ~0x00000002); + dsRecordsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getDsRecordsFieldBuilder() : null; + } else { + dsRecordsBuilder_.addAllMessages(other.dsRecords_); + } + } + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureNameServersIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_); + bitField0_ |= 0x00000001; + } + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_.getUnmodifiableView(); + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index to set the value at. + * @param value The nameServers to set. + * @return This builder for chaining. + */ + public Builder setNameServers( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.set(index, value); + onChanged(); + return this; + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServers( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param values The nameServers to add. + * @return This builder for chaining. + */ + public Builder addAllNameServers( + java.lang.Iterable values) { + ensureNameServersIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); + onChanged(); + return this; + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return This builder for chaining. + */ + public Builder clearNameServers() { + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+       * Output only. A list of name servers that store the DNS zone for this domain. Each name
+       * server is a domain name, with Unicode domain names expressed in
+       * Punycode format. This field is automatically populated with the name
+       * servers assigned to the Google Domains DNS zone.
+       * 
+ * + * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The bytes of the nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + + private int dsState_ = 0; + /** + *
+       * Required. The state of DS records for this domain. Used to enable or disable
+       * automatic DNSSEC.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The enum numeric value on the wire for dsState. + */ + @java.lang.Override public int getDsStateValue() { + return dsState_; + } + /** + *
+       * Required. The state of DS records for this domain. Used to enable or disable
+       * automatic DNSSEC.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @param value The enum numeric value on the wire for dsState to set. + * @return This builder for chaining. + */ + public Builder setDsStateValue(int value) { + + dsState_ = value; + onChanged(); + return this; + } + /** + *
+       * Required. The state of DS records for this domain. Used to enable or disable
+       * automatic DNSSEC.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The dsState. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsState getDsState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.DnsSettings.DsState result = com.google.cloud.domains.v1.DnsSettings.DsState.valueOf(dsState_); + return result == null ? com.google.cloud.domains.v1.DnsSettings.DsState.UNRECOGNIZED : result; + } + /** + *
+       * Required. The state of DS records for this domain. Used to enable or disable
+       * automatic DNSSEC.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @param value The dsState to set. + * @return This builder for chaining. + */ + public Builder setDsState(com.google.cloud.domains.v1.DnsSettings.DsState value) { + if (value == null) { + throw new NullPointerException(); + } + + dsState_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+       * Required. The state of DS records for this domain. Used to enable or disable
+       * automatic DNSSEC.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearDsState() { + + dsState_ = 0; + onChanged(); + return this; + } + + private java.util.List dsRecords_ = + java.util.Collections.emptyList(); + private void ensureDsRecordsIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + dsRecords_ = new java.util.ArrayList(dsRecords_); + bitField0_ |= 0x00000002; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.DsRecord, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder> dsRecordsBuilder_; + + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public java.util.List getDsRecordsList() { + if (dsRecordsBuilder_ == null) { + return java.util.Collections.unmodifiableList(dsRecords_); + } else { + return dsRecordsBuilder_.getMessageList(); + } + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public int getDsRecordsCount() { + if (dsRecordsBuilder_ == null) { + return dsRecords_.size(); + } else { + return dsRecordsBuilder_.getCount(); + } + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecord getDsRecords(int index) { + if (dsRecordsBuilder_ == null) { + return dsRecords_.get(index); + } else { + return dsRecordsBuilder_.getMessage(index); + } + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder setDsRecords( + int index, com.google.cloud.domains.v1.DnsSettings.DsRecord value) { + if (dsRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureDsRecordsIsMutable(); + dsRecords_.set(index, value); + onChanged(); + } else { + dsRecordsBuilder_.setMessage(index, value); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder setDsRecords( + int index, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder builderForValue) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + dsRecords_.set(index, builderForValue.build()); + onChanged(); + } else { + dsRecordsBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder addDsRecords(com.google.cloud.domains.v1.DnsSettings.DsRecord value) { + if (dsRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureDsRecordsIsMutable(); + dsRecords_.add(value); + onChanged(); + } else { + dsRecordsBuilder_.addMessage(value); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder addDsRecords( + int index, com.google.cloud.domains.v1.DnsSettings.DsRecord value) { + if (dsRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureDsRecordsIsMutable(); + dsRecords_.add(index, value); + onChanged(); + } else { + dsRecordsBuilder_.addMessage(index, value); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder addDsRecords( + com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder builderForValue) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + dsRecords_.add(builderForValue.build()); + onChanged(); + } else { + dsRecordsBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder addDsRecords( + int index, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder builderForValue) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + dsRecords_.add(index, builderForValue.build()); + onChanged(); + } else { + dsRecordsBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder addAllDsRecords( + java.lang.Iterable values) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, dsRecords_); + onChanged(); + } else { + dsRecordsBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder clearDsRecords() { + if (dsRecordsBuilder_ == null) { + dsRecords_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + } else { + dsRecordsBuilder_.clear(); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder removeDsRecords(int index) { + if (dsRecordsBuilder_ == null) { + ensureDsRecordsIsMutable(); + dsRecords_.remove(index); + onChanged(); + } else { + dsRecordsBuilder_.remove(index); + } + return this; + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder getDsRecordsBuilder( + int index) { + return getDsRecordsFieldBuilder().getBuilder(index); + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( + int index) { + if (dsRecordsBuilder_ == null) { + return dsRecords_.get(index); } else { + return dsRecordsBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public java.util.List + getDsRecordsOrBuilderList() { + if (dsRecordsBuilder_ != null) { + return dsRecordsBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(dsRecords_); + } + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder addDsRecordsBuilder() { + return getDsRecordsFieldBuilder().addBuilder( + com.google.cloud.domains.v1.DnsSettings.DsRecord.getDefaultInstance()); + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder addDsRecordsBuilder( + int index) { + return getDsRecordsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1.DnsSettings.DsRecord.getDefaultInstance()); + } + /** + *
+       * Output only. The list of DS records published for this domain. The list is
+       * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
+       * otherwise it remains empty.
+       * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public java.util.List + getDsRecordsBuilderList() { + return getDsRecordsFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.DsRecord, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder> + getDsRecordsFieldBuilder() { + if (dsRecordsBuilder_ == null) { + dsRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.DsRecord, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder>( + dsRecords_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); + dsRecords_ = null; + } + return dsRecordsBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) + private static final com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns(); + } + + public static com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GoogleDomainsDns parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GoogleDomainsDns(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface DsRecordOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.DnsSettings.DsRecord) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * The key tag of the record. Must be set in range 0 -- 65535.
+     * 
+ * + * int32 key_tag = 1; + * @return The keyTag. + */ + int getKeyTag(); + + /** + *
+     * The algorithm used to generate the referenced DNSKEY.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @return The enum numeric value on the wire for algorithm. + */ + int getAlgorithmValue(); + /** + *
+     * The algorithm used to generate the referenced DNSKEY.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @return The algorithm. + */ + com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm getAlgorithm(); + + /** + *
+     * The hash function used to generate the digest of the referenced DNSKEY.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @return The enum numeric value on the wire for digestType. + */ + int getDigestTypeValue(); + /** + *
+     * The hash function used to generate the digest of the referenced DNSKEY.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @return The digestType. + */ + com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType getDigestType(); + + /** + *
+     * The digest generated from the referenced DNSKEY.
+     * 
+ * + * string digest = 4; + * @return The digest. + */ + java.lang.String getDigest(); + /** + *
+     * The digest generated from the referenced DNSKEY.
+     * 
+ * + * string digest = 4; + * @return The bytes for digest. + */ + com.google.protobuf.ByteString + getDigestBytes(); + } + /** + *
+   * Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC
+   * for a domain. It contains a digest (hash) of a DNSKEY record that must be
+   * present in the domain's DNS zone.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings.DsRecord} + */ + public static final class DsRecord extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.DnsSettings.DsRecord) + DsRecordOrBuilder { + private static final long serialVersionUID = 0L; + // Use DsRecord.newBuilder() to construct. + private DsRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private DsRecord() { + algorithm_ = 0; + digestType_ = 0; + digest_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new DsRecord(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private DsRecord( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 8: { + + keyTag_ = input.readInt32(); + break; + } + case 16: { + int rawValue = input.readEnum(); + + algorithm_ = rawValue; + break; + } + case 24: { + int rawValue = input.readEnum(); + + digestType_ = rawValue; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + digest_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.DsRecord.class, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder.class); + } + + /** + *
+     * List of algorithms used to create a DNSKEY. Certain
+     * algorithms are not supported for particular domains.
+     * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm} + */ + public enum Algorithm + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+       * The algorithm is unspecified.
+       * 
+ * + * ALGORITHM_UNSPECIFIED = 0; + */ + ALGORITHM_UNSPECIFIED(0), + /** + *
+       * RSA/MD5. Cannot be used for new deployments.
+       * 
+ * + * RSAMD5 = 1; + */ + RSAMD5(1), + /** + *
+       * Diffie-Hellman. Cannot be used for new deployments.
+       * 
+ * + * DH = 2; + */ + DH(2), + /** + *
+       * DSA/SHA1. Not recommended for new deployments.
+       * 
+ * + * DSA = 3; + */ + DSA(3), + /** + *
+       * ECC. Not recommended for new deployments.
+       * 
+ * + * ECC = 4; + */ + ECC(4), + /** + *
+       * RSA/SHA-1. Not recommended for new deployments.
+       * 
+ * + * RSASHA1 = 5; + */ + RSASHA1(5), + /** + *
+       * DSA-NSEC3-SHA1. Not recommended for new deployments.
+       * 
+ * + * DSANSEC3SHA1 = 6; + */ + DSANSEC3SHA1(6), + /** + *
+       * RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.
+       * 
+ * + * RSASHA1NSEC3SHA1 = 7; + */ + RSASHA1NSEC3SHA1(7), + /** + *
+       * RSA/SHA-256.
+       * 
+ * + * RSASHA256 = 8; + */ + RSASHA256(8), + /** + *
+       * RSA/SHA-512.
+       * 
+ * + * RSASHA512 = 10; + */ + RSASHA512(10), + /** + *
+       * GOST R 34.10-2001.
+       * 
+ * + * ECCGOST = 12; + */ + ECCGOST(12), + /** + *
+       * ECDSA Curve P-256 with SHA-256.
+       * 
+ * + * ECDSAP256SHA256 = 13; + */ + ECDSAP256SHA256(13), + /** + *
+       * ECDSA Curve P-384 with SHA-384.
+       * 
+ * + * ECDSAP384SHA384 = 14; + */ + ECDSAP384SHA384(14), + /** + *
+       * Ed25519.
+       * 
+ * + * ED25519 = 15; + */ + ED25519(15), + /** + *
+       * Ed448.
+       * 
+ * + * ED448 = 16; + */ + ED448(16), + /** + *
+       * Reserved for Indirect Keys. Cannot be used for new deployments.
+       * 
+ * + * INDIRECT = 252; + */ + INDIRECT(252), + /** + *
+       * Private algorithm. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEDNS = 253; + */ + PRIVATEDNS(253), + /** + *
+       * Private algorithm OID. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEOID = 254; + */ + PRIVATEOID(254), + UNRECOGNIZED(-1), + ; + + /** + *
+       * The algorithm is unspecified.
+       * 
+ * + * ALGORITHM_UNSPECIFIED = 0; + */ + public static final int ALGORITHM_UNSPECIFIED_VALUE = 0; + /** + *
+       * RSA/MD5. Cannot be used for new deployments.
+       * 
+ * + * RSAMD5 = 1; + */ + public static final int RSAMD5_VALUE = 1; + /** + *
+       * Diffie-Hellman. Cannot be used for new deployments.
+       * 
+ * + * DH = 2; + */ + public static final int DH_VALUE = 2; + /** + *
+       * DSA/SHA1. Not recommended for new deployments.
+       * 
+ * + * DSA = 3; + */ + public static final int DSA_VALUE = 3; + /** + *
+       * ECC. Not recommended for new deployments.
+       * 
+ * + * ECC = 4; + */ + public static final int ECC_VALUE = 4; + /** + *
+       * RSA/SHA-1. Not recommended for new deployments.
+       * 
+ * + * RSASHA1 = 5; + */ + public static final int RSASHA1_VALUE = 5; + /** + *
+       * DSA-NSEC3-SHA1. Not recommended for new deployments.
+       * 
+ * + * DSANSEC3SHA1 = 6; + */ + public static final int DSANSEC3SHA1_VALUE = 6; + /** + *
+       * RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.
+       * 
+ * + * RSASHA1NSEC3SHA1 = 7; + */ + public static final int RSASHA1NSEC3SHA1_VALUE = 7; + /** + *
+       * RSA/SHA-256.
+       * 
+ * + * RSASHA256 = 8; + */ + public static final int RSASHA256_VALUE = 8; + /** + *
+       * RSA/SHA-512.
+       * 
+ * + * RSASHA512 = 10; + */ + public static final int RSASHA512_VALUE = 10; + /** + *
+       * GOST R 34.10-2001.
+       * 
+ * + * ECCGOST = 12; + */ + public static final int ECCGOST_VALUE = 12; + /** + *
+       * ECDSA Curve P-256 with SHA-256.
+       * 
+ * + * ECDSAP256SHA256 = 13; + */ + public static final int ECDSAP256SHA256_VALUE = 13; + /** + *
+       * ECDSA Curve P-384 with SHA-384.
+       * 
+ * + * ECDSAP384SHA384 = 14; + */ + public static final int ECDSAP384SHA384_VALUE = 14; + /** + *
+       * Ed25519.
+       * 
+ * + * ED25519 = 15; + */ + public static final int ED25519_VALUE = 15; + /** + *
+       * Ed448.
+       * 
+ * + * ED448 = 16; + */ + public static final int ED448_VALUE = 16; + /** + *
+       * Reserved for Indirect Keys. Cannot be used for new deployments.
+       * 
+ * + * INDIRECT = 252; + */ + public static final int INDIRECT_VALUE = 252; + /** + *
+       * Private algorithm. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEDNS = 253; + */ + public static final int PRIVATEDNS_VALUE = 253; + /** + *
+       * Private algorithm OID. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEOID = 254; + */ + public static final int PRIVATEOID_VALUE = 254; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static Algorithm valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static Algorithm forNumber(int value) { + switch (value) { + case 0: return ALGORITHM_UNSPECIFIED; + case 1: return RSAMD5; + case 2: return DH; + case 3: return DSA; + case 4: return ECC; + case 5: return RSASHA1; + case 6: return DSANSEC3SHA1; + case 7: return RSASHA1NSEC3SHA1; + case 8: return RSASHA256; + case 10: return RSASHA512; + case 12: return ECCGOST; + case 13: return ECDSAP256SHA256; + case 14: return ECDSAP384SHA384; + case 15: return ED25519; + case 16: return ED448; + case 252: return INDIRECT; + case 253: return PRIVATEDNS; + case 254: return PRIVATEOID; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + Algorithm> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Algorithm findValueByNumber(int number) { + return Algorithm.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.DnsSettings.DsRecord.getDescriptor().getEnumTypes().get(0); + } + + private static final Algorithm[] VALUES = values(); + + public static Algorithm valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private Algorithm(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm) + } + + /** + *
+     * List of hash functions that may have been used to generate a digest of a
+     * DNSKEY.
+     * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.DnsSettings.DsRecord.DigestType} + */ + public enum DigestType + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+       * The DigestType is unspecified.
+       * 
+ * + * DIGEST_TYPE_UNSPECIFIED = 0; + */ + DIGEST_TYPE_UNSPECIFIED(0), + /** + *
+       * SHA-1. Not recommended for new deployments.
+       * 
+ * + * SHA1 = 1; + */ + SHA1(1), + /** + *
+       * SHA-256.
+       * 
+ * + * SHA256 = 2; + */ + SHA256(2), + /** + *
+       * GOST R 34.11-94.
+       * 
+ * + * GOST3411 = 3; + */ + GOST3411(3), + /** + *
+       * SHA-384.
+       * 
+ * + * SHA384 = 4; + */ + SHA384(4), + UNRECOGNIZED(-1), + ; + + /** + *
+       * The DigestType is unspecified.
+       * 
+ * + * DIGEST_TYPE_UNSPECIFIED = 0; + */ + public static final int DIGEST_TYPE_UNSPECIFIED_VALUE = 0; + /** + *
+       * SHA-1. Not recommended for new deployments.
+       * 
+ * + * SHA1 = 1; + */ + public static final int SHA1_VALUE = 1; + /** + *
+       * SHA-256.
+       * 
+ * + * SHA256 = 2; + */ + public static final int SHA256_VALUE = 2; + /** + *
+       * GOST R 34.11-94.
+       * 
+ * + * GOST3411 = 3; + */ + public static final int GOST3411_VALUE = 3; + /** + *
+       * SHA-384.
+       * 
+ * + * SHA384 = 4; + */ + public static final int SHA384_VALUE = 4; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static DigestType valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static DigestType forNumber(int value) { + switch (value) { + case 0: return DIGEST_TYPE_UNSPECIFIED; + case 1: return SHA1; + case 2: return SHA256; + case 3: return GOST3411; + case 4: return SHA384; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + DigestType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DigestType findValueByNumber(int number) { + return DigestType.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.DnsSettings.DsRecord.getDescriptor().getEnumTypes().get(1); + } + + private static final DigestType[] VALUES = values(); + + public static DigestType valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private DigestType(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.DnsSettings.DsRecord.DigestType) + } + + public static final int KEY_TAG_FIELD_NUMBER = 1; + private int keyTag_; + /** + *
+     * The key tag of the record. Must be set in range 0 -- 65535.
+     * 
+ * + * int32 key_tag = 1; + * @return The keyTag. + */ + @java.lang.Override + public int getKeyTag() { + return keyTag_; + } + + public static final int ALGORITHM_FIELD_NUMBER = 2; + private int algorithm_; + /** + *
+     * The algorithm used to generate the referenced DNSKEY.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @return The enum numeric value on the wire for algorithm. + */ + @java.lang.Override public int getAlgorithmValue() { + return algorithm_; + } + /** + *
+     * The algorithm used to generate the referenced DNSKEY.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @return The algorithm. + */ + @java.lang.Override public com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm getAlgorithm() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm result = com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); + return result == null ? com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED : result; + } + + public static final int DIGEST_TYPE_FIELD_NUMBER = 3; + private int digestType_; + /** + *
+     * The hash function used to generate the digest of the referenced DNSKEY.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @return The enum numeric value on the wire for digestType. + */ + @java.lang.Override public int getDigestTypeValue() { + return digestType_; + } + /** + *
+     * The hash function used to generate the digest of the referenced DNSKEY.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @return The digestType. + */ + @java.lang.Override public com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType getDigestType() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType result = com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType.valueOf(digestType_); + return result == null ? com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType.UNRECOGNIZED : result; + } + + public static final int DIGEST_FIELD_NUMBER = 4; + private volatile java.lang.Object digest_; + /** + *
+     * The digest generated from the referenced DNSKEY.
+     * 
+ * + * string digest = 4; + * @return The digest. + */ + @java.lang.Override + public java.lang.String getDigest() { + java.lang.Object ref = digest_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + digest_ = s; + return s; + } + } + /** + *
+     * The digest generated from the referenced DNSKEY.
+     * 
+ * + * string digest = 4; + * @return The bytes for digest. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDigestBytes() { + java.lang.Object ref = digest_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + digest_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (keyTag_ != 0) { + output.writeInt32(1, keyTag_); + } + if (algorithm_ != com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED.getNumber()) { + output.writeEnum(2, algorithm_); + } + if (digestType_ != com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType.DIGEST_TYPE_UNSPECIFIED.getNumber()) { + output.writeEnum(3, digestType_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(digest_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, digest_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (keyTag_ != 0) { + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(1, keyTag_); + } + if (algorithm_ != com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, algorithm_); + } + if (digestType_ != com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType.DIGEST_TYPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, digestType_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(digest_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, digest_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.DnsSettings.DsRecord)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.DnsSettings.DsRecord other = (com.google.cloud.domains.v1.DnsSettings.DsRecord) obj; + + if (getKeyTag() + != other.getKeyTag()) return false; + if (algorithm_ != other.algorithm_) return false; + if (digestType_ != other.digestType_) return false; + if (!getDigest() + .equals(other.getDigest())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + KEY_TAG_FIELD_NUMBER; + hash = (53 * hash) + getKeyTag(); + hash = (37 * hash) + ALGORITHM_FIELD_NUMBER; + hash = (53 * hash) + algorithm_; + hash = (37 * hash) + DIGEST_TYPE_FIELD_NUMBER; + hash = (53 * hash) + digestType_; + hash = (37 * hash) + DIGEST_FIELD_NUMBER; + hash = (53 * hash) + getDigest().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord 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.cloud.domains.v1.DnsSettings.DsRecord parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.DsRecord parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.DnsSettings.DsRecord prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC
+     * for a domain. It contains a digest (hash) of a DNSKEY record that must be
+     * present in the domain's DNS zone.
+     * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings.DsRecord} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.DnsSettings.DsRecord) + com.google.cloud.domains.v1.DnsSettings.DsRecordOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.DsRecord.class, com.google.cloud.domains.v1.DnsSettings.DsRecord.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.DnsSettings.DsRecord.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + keyTag_ = 0; + + algorithm_ = 0; + + digestType_ = 0; + + digest_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecord getDefaultInstanceForType() { + return com.google.cloud.domains.v1.DnsSettings.DsRecord.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecord build() { + com.google.cloud.domains.v1.DnsSettings.DsRecord result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecord buildPartial() { + com.google.cloud.domains.v1.DnsSettings.DsRecord result = new com.google.cloud.domains.v1.DnsSettings.DsRecord(this); + result.keyTag_ = keyTag_; + result.algorithm_ = algorithm_; + result.digestType_ = digestType_; + result.digest_ = digest_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.DnsSettings.DsRecord) { + return mergeFrom((com.google.cloud.domains.v1.DnsSettings.DsRecord)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.DnsSettings.DsRecord other) { + if (other == com.google.cloud.domains.v1.DnsSettings.DsRecord.getDefaultInstance()) return this; + if (other.getKeyTag() != 0) { + setKeyTag(other.getKeyTag()); + } + if (other.algorithm_ != 0) { + setAlgorithmValue(other.getAlgorithmValue()); + } + if (other.digestType_ != 0) { + setDigestTypeValue(other.getDigestTypeValue()); + } + if (!other.getDigest().isEmpty()) { + digest_ = other.digest_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.DnsSettings.DsRecord parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.DnsSettings.DsRecord) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private int keyTag_ ; + /** + *
+       * The key tag of the record. Must be set in range 0 -- 65535.
+       * 
+ * + * int32 key_tag = 1; + * @return The keyTag. + */ + @java.lang.Override + public int getKeyTag() { + return keyTag_; + } + /** + *
+       * The key tag of the record. Must be set in range 0 -- 65535.
+       * 
+ * + * int32 key_tag = 1; + * @param value The keyTag to set. + * @return This builder for chaining. + */ + public Builder setKeyTag(int value) { + + keyTag_ = value; + onChanged(); + return this; + } + /** + *
+       * The key tag of the record. Must be set in range 0 -- 65535.
+       * 
+ * + * int32 key_tag = 1; + * @return This builder for chaining. + */ + public Builder clearKeyTag() { + + keyTag_ = 0; + onChanged(); + return this; + } + + private int algorithm_ = 0; + /** + *
+       * The algorithm used to generate the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @return The enum numeric value on the wire for algorithm. + */ + @java.lang.Override public int getAlgorithmValue() { + return algorithm_; + } + /** + *
+       * The algorithm used to generate the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @param value The enum numeric value on the wire for algorithm to set. + * @return This builder for chaining. + */ + public Builder setAlgorithmValue(int value) { + + algorithm_ = value; + onChanged(); + return this; + } + /** + *
+       * The algorithm used to generate the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @return The algorithm. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm getAlgorithm() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm result = com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); + return result == null ? com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED : result; + } + /** + *
+       * The algorithm used to generate the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @param value The algorithm to set. + * @return This builder for chaining. + */ + public Builder setAlgorithm(com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm value) { + if (value == null) { + throw new NullPointerException(); + } + + algorithm_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+       * The algorithm used to generate the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2; + * @return This builder for chaining. + */ + public Builder clearAlgorithm() { + + algorithm_ = 0; + onChanged(); + return this; + } + + private int digestType_ = 0; + /** + *
+       * The hash function used to generate the digest of the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @return The enum numeric value on the wire for digestType. + */ + @java.lang.Override public int getDigestTypeValue() { + return digestType_; + } + /** + *
+       * The hash function used to generate the digest of the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @param value The enum numeric value on the wire for digestType to set. + * @return This builder for chaining. + */ + public Builder setDigestTypeValue(int value) { + + digestType_ = value; + onChanged(); + return this; + } + /** + *
+       * The hash function used to generate the digest of the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @return The digestType. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType getDigestType() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType result = com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType.valueOf(digestType_); + return result == null ? com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType.UNRECOGNIZED : result; + } + /** + *
+       * The hash function used to generate the digest of the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @param value The digestType to set. + * @return This builder for chaining. + */ + public Builder setDigestType(com.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType value) { + if (value == null) { + throw new NullPointerException(); + } + + digestType_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+       * The hash function used to generate the digest of the referenced DNSKEY.
+       * 
+ * + * .google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3; + * @return This builder for chaining. + */ + public Builder clearDigestType() { + + digestType_ = 0; + onChanged(); + return this; + } + + private java.lang.Object digest_ = ""; + /** + *
+       * The digest generated from the referenced DNSKEY.
+       * 
+ * + * string digest = 4; + * @return The digest. + */ + public java.lang.String getDigest() { + java.lang.Object ref = digest_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + digest_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * The digest generated from the referenced DNSKEY.
+       * 
+ * + * string digest = 4; + * @return The bytes for digest. + */ + public com.google.protobuf.ByteString + getDigestBytes() { + java.lang.Object ref = digest_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + digest_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * The digest generated from the referenced DNSKEY.
+       * 
+ * + * string digest = 4; + * @param value The digest to set. + * @return This builder for chaining. + */ + public Builder setDigest( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + digest_ = value; + onChanged(); + return this; + } + /** + *
+       * The digest generated from the referenced DNSKEY.
+       * 
+ * + * string digest = 4; + * @return This builder for chaining. + */ + public Builder clearDigest() { + + digest_ = getDefaultInstance().getDigest(); + onChanged(); + return this; + } + /** + *
+       * The digest generated from the referenced DNSKEY.
+       * 
+ * + * string digest = 4; + * @param value The bytes for digest to set. + * @return This builder for chaining. + */ + public Builder setDigestBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + digest_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.DnsSettings.DsRecord) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.DnsSettings.DsRecord) + private static final com.google.cloud.domains.v1.DnsSettings.DsRecord DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.DnsSettings.DsRecord(); + } + + public static com.google.cloud.domains.v1.DnsSettings.DsRecord getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DsRecord parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DsRecord(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.DsRecord getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface GlueRecordOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.DnsSettings.GlueRecord) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * Required. Domain name of the host in Punycode format.
+     * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The hostName. + */ + java.lang.String getHostName(); + /** + *
+     * Required. Domain name of the host in Punycode format.
+     * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for hostName. + */ + com.google.protobuf.ByteString + getHostNameBytes(); + + /** + *
+     * List of IPv4 addresses corresponding to this host in the standard decimal
+     * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+     * `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv4_addresses = 2; + * @return A list containing the ipv4Addresses. + */ + java.util.List + getIpv4AddressesList(); + /** + *
+     * List of IPv4 addresses corresponding to this host in the standard decimal
+     * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+     * `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv4_addresses = 2; + * @return The count of ipv4Addresses. + */ + int getIpv4AddressesCount(); + /** + *
+     * List of IPv4 addresses corresponding to this host in the standard decimal
+     * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+     * `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv4_addresses = 2; + * @param index The index of the element to return. + * @return The ipv4Addresses at the given index. + */ + java.lang.String getIpv4Addresses(int index); + /** + *
+     * List of IPv4 addresses corresponding to this host in the standard decimal
+     * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+     * `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv4_addresses = 2; + * @param index The index of the value to return. + * @return The bytes of the ipv4Addresses at the given index. + */ + com.google.protobuf.ByteString + getIpv4AddressesBytes(int index); + + /** + *
+     * List of IPv6 addresses corresponding to this host in the standard
+     * hexadecimal format (e.g. `2001:db8::`). At least one of
+     * `ipv4_address` and `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv6_addresses = 3; + * @return A list containing the ipv6Addresses. + */ + java.util.List + getIpv6AddressesList(); + /** + *
+     * List of IPv6 addresses corresponding to this host in the standard
+     * hexadecimal format (e.g. `2001:db8::`). At least one of
+     * `ipv4_address` and `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv6_addresses = 3; + * @return The count of ipv6Addresses. + */ + int getIpv6AddressesCount(); + /** + *
+     * List of IPv6 addresses corresponding to this host in the standard
+     * hexadecimal format (e.g. `2001:db8::`). At least one of
+     * `ipv4_address` and `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv6_addresses = 3; + * @param index The index of the element to return. + * @return The ipv6Addresses at the given index. + */ + java.lang.String getIpv6Addresses(int index); + /** + *
+     * List of IPv6 addresses corresponding to this host in the standard
+     * hexadecimal format (e.g. `2001:db8::`). At least one of
+     * `ipv4_address` and `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv6_addresses = 3; + * @param index The index of the value to return. + * @return The bytes of the ipv6Addresses at the given index. + */ + com.google.protobuf.ByteString + getIpv6AddressesBytes(int index); + } + /** + *
+   * Defines a host on your domain that is a DNS name server for your domain
+   * and/or other domains. Glue records are a way of making the IP address of a
+   * name server known, even when it serves DNS queries for its parent domain.
+   * For example, when `ns.example.com` is a name server for `example.com`, the
+   * host `ns.example.com` must have a glue record to break the circular DNS
+   * reference.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings.GlueRecord} + */ + public static final class GlueRecord extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.DnsSettings.GlueRecord) + GlueRecordOrBuilder { + private static final long serialVersionUID = 0L; + // Use GlueRecord.newBuilder() to construct. + private GlueRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GlueRecord() { + hostName_ = ""; + ipv4Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + ipv6Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GlueRecord(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private GlueRecord( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + hostName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + ipv4Addresses_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; + } + ipv4Addresses_.add(s); + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + ipv6Addresses_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000002; + } + ipv6Addresses_.add(s); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + ipv4Addresses_ = ipv4Addresses_.getUnmodifiableView(); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + ipv6Addresses_ = ipv6Addresses_.getUnmodifiableView(); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.GlueRecord.class, com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder.class); + } + + public static final int HOST_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object hostName_; + /** + *
+     * Required. Domain name of the host in Punycode format.
+     * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The hostName. + */ + @java.lang.Override + public java.lang.String getHostName() { + java.lang.Object ref = hostName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + hostName_ = s; + return s; + } + } + /** + *
+     * Required. Domain name of the host in Punycode format.
+     * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for hostName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getHostNameBytes() { + java.lang.Object ref = hostName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + hostName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int IPV4_ADDRESSES_FIELD_NUMBER = 2; + private com.google.protobuf.LazyStringList ipv4Addresses_; + /** + *
+     * List of IPv4 addresses corresponding to this host in the standard decimal
+     * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+     * `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv4_addresses = 2; + * @return A list containing the ipv4Addresses. + */ + public com.google.protobuf.ProtocolStringList + getIpv4AddressesList() { + return ipv4Addresses_; + } + /** + *
+     * List of IPv4 addresses corresponding to this host in the standard decimal
+     * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+     * `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv4_addresses = 2; + * @return The count of ipv4Addresses. + */ + public int getIpv4AddressesCount() { + return ipv4Addresses_.size(); + } + /** + *
+     * List of IPv4 addresses corresponding to this host in the standard decimal
+     * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+     * `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv4_addresses = 2; + * @param index The index of the element to return. + * @return The ipv4Addresses at the given index. + */ + public java.lang.String getIpv4Addresses(int index) { + return ipv4Addresses_.get(index); + } + /** + *
+     * List of IPv4 addresses corresponding to this host in the standard decimal
+     * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+     * `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv4_addresses = 2; + * @param index The index of the value to return. + * @return The bytes of the ipv4Addresses at the given index. + */ + public com.google.protobuf.ByteString + getIpv4AddressesBytes(int index) { + return ipv4Addresses_.getByteString(index); + } + + public static final int IPV6_ADDRESSES_FIELD_NUMBER = 3; + private com.google.protobuf.LazyStringList ipv6Addresses_; + /** + *
+     * List of IPv6 addresses corresponding to this host in the standard
+     * hexadecimal format (e.g. `2001:db8::`). At least one of
+     * `ipv4_address` and `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv6_addresses = 3; + * @return A list containing the ipv6Addresses. + */ + public com.google.protobuf.ProtocolStringList + getIpv6AddressesList() { + return ipv6Addresses_; + } + /** + *
+     * List of IPv6 addresses corresponding to this host in the standard
+     * hexadecimal format (e.g. `2001:db8::`). At least one of
+     * `ipv4_address` and `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv6_addresses = 3; + * @return The count of ipv6Addresses. + */ + public int getIpv6AddressesCount() { + return ipv6Addresses_.size(); + } + /** + *
+     * List of IPv6 addresses corresponding to this host in the standard
+     * hexadecimal format (e.g. `2001:db8::`). At least one of
+     * `ipv4_address` and `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv6_addresses = 3; + * @param index The index of the element to return. + * @return The ipv6Addresses at the given index. + */ + public java.lang.String getIpv6Addresses(int index) { + return ipv6Addresses_.get(index); + } + /** + *
+     * List of IPv6 addresses corresponding to this host in the standard
+     * hexadecimal format (e.g. `2001:db8::`). At least one of
+     * `ipv4_address` and `ipv6_address` must be set.
+     * 
+ * + * repeated string ipv6_addresses = 3; + * @param index The index of the value to return. + * @return The bytes of the ipv6Addresses at the given index. + */ + public com.google.protobuf.ByteString + getIpv6AddressesBytes(int index) { + return ipv6Addresses_.getByteString(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(hostName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, hostName_); + } + for (int i = 0; i < ipv4Addresses_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, ipv4Addresses_.getRaw(i)); + } + for (int i = 0; i < ipv6Addresses_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, ipv6Addresses_.getRaw(i)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(hostName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, hostName_); + } + { + int dataSize = 0; + for (int i = 0; i < ipv4Addresses_.size(); i++) { + dataSize += computeStringSizeNoTag(ipv4Addresses_.getRaw(i)); + } + size += dataSize; + size += 1 * getIpv4AddressesList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < ipv6Addresses_.size(); i++) { + dataSize += computeStringSizeNoTag(ipv6Addresses_.getRaw(i)); + } + size += dataSize; + size += 1 * getIpv6AddressesList().size(); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.DnsSettings.GlueRecord)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.DnsSettings.GlueRecord other = (com.google.cloud.domains.v1.DnsSettings.GlueRecord) obj; + + if (!getHostName() + .equals(other.getHostName())) return false; + if (!getIpv4AddressesList() + .equals(other.getIpv4AddressesList())) return false; + if (!getIpv6AddressesList() + .equals(other.getIpv6AddressesList())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + HOST_NAME_FIELD_NUMBER; + hash = (53 * hash) + getHostName().hashCode(); + if (getIpv4AddressesCount() > 0) { + hash = (37 * hash) + IPV4_ADDRESSES_FIELD_NUMBER; + hash = (53 * hash) + getIpv4AddressesList().hashCode(); + } + if (getIpv6AddressesCount() > 0) { + hash = (37 * hash) + IPV6_ADDRESSES_FIELD_NUMBER; + hash = (53 * hash) + getIpv6AddressesList().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord 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.cloud.domains.v1.DnsSettings.GlueRecord parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.DnsSettings.GlueRecord prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Defines a host on your domain that is a DNS name server for your domain
+     * and/or other domains. Glue records are a way of making the IP address of a
+     * name server known, even when it serves DNS queries for its parent domain.
+     * For example, when `ns.example.com` is a name server for `example.com`, the
+     * host `ns.example.com` must have a glue record to break the circular DNS
+     * reference.
+     * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings.GlueRecord} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.DnsSettings.GlueRecord) + com.google.cloud.domains.v1.DnsSettings.GlueRecordOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.GlueRecord.class, com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.DnsSettings.GlueRecord.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + hostName_ = ""; + + ipv4Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + ipv6Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GlueRecord getDefaultInstanceForType() { + return com.google.cloud.domains.v1.DnsSettings.GlueRecord.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GlueRecord build() { + com.google.cloud.domains.v1.DnsSettings.GlueRecord result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GlueRecord buildPartial() { + com.google.cloud.domains.v1.DnsSettings.GlueRecord result = new com.google.cloud.domains.v1.DnsSettings.GlueRecord(this); + int from_bitField0_ = bitField0_; + result.hostName_ = hostName_; + if (((bitField0_ & 0x00000001) != 0)) { + ipv4Addresses_ = ipv4Addresses_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.ipv4Addresses_ = ipv4Addresses_; + if (((bitField0_ & 0x00000002) != 0)) { + ipv6Addresses_ = ipv6Addresses_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.ipv6Addresses_ = ipv6Addresses_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.DnsSettings.GlueRecord) { + return mergeFrom((com.google.cloud.domains.v1.DnsSettings.GlueRecord)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.DnsSettings.GlueRecord other) { + if (other == com.google.cloud.domains.v1.DnsSettings.GlueRecord.getDefaultInstance()) return this; + if (!other.getHostName().isEmpty()) { + hostName_ = other.hostName_; + onChanged(); + } + if (!other.ipv4Addresses_.isEmpty()) { + if (ipv4Addresses_.isEmpty()) { + ipv4Addresses_ = other.ipv4Addresses_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureIpv4AddressesIsMutable(); + ipv4Addresses_.addAll(other.ipv4Addresses_); + } + onChanged(); + } + if (!other.ipv6Addresses_.isEmpty()) { + if (ipv6Addresses_.isEmpty()) { + ipv6Addresses_ = other.ipv6Addresses_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureIpv6AddressesIsMutable(); + ipv6Addresses_.addAll(other.ipv6Addresses_); + } + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.DnsSettings.GlueRecord parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.DnsSettings.GlueRecord) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object hostName_ = ""; + /** + *
+       * Required. Domain name of the host in Punycode format.
+       * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The hostName. + */ + public java.lang.String getHostName() { + java.lang.Object ref = hostName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + hostName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Required. Domain name of the host in Punycode format.
+       * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for hostName. + */ + public com.google.protobuf.ByteString + getHostNameBytes() { + java.lang.Object ref = hostName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + hostName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Required. Domain name of the host in Punycode format.
+       * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The hostName to set. + * @return This builder for chaining. + */ + public Builder setHostName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + hostName_ = value; + onChanged(); + return this; + } + /** + *
+       * Required. Domain name of the host in Punycode format.
+       * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearHostName() { + + hostName_ = getDefaultInstance().getHostName(); + onChanged(); + return this; + } + /** + *
+       * Required. Domain name of the host in Punycode format.
+       * 
+ * + * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes for hostName to set. + * @return This builder for chaining. + */ + public Builder setHostNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + hostName_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList ipv4Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureIpv4AddressesIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + ipv4Addresses_ = new com.google.protobuf.LazyStringArrayList(ipv4Addresses_); + bitField0_ |= 0x00000001; + } + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @return A list containing the ipv4Addresses. + */ + public com.google.protobuf.ProtocolStringList + getIpv4AddressesList() { + return ipv4Addresses_.getUnmodifiableView(); + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @return The count of ipv4Addresses. + */ + public int getIpv4AddressesCount() { + return ipv4Addresses_.size(); + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @param index The index of the element to return. + * @return The ipv4Addresses at the given index. + */ + public java.lang.String getIpv4Addresses(int index) { + return ipv4Addresses_.get(index); + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @param index The index of the value to return. + * @return The bytes of the ipv4Addresses at the given index. + */ + public com.google.protobuf.ByteString + getIpv4AddressesBytes(int index) { + return ipv4Addresses_.getByteString(index); + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @param index The index to set the value at. + * @param value The ipv4Addresses to set. + * @return This builder for chaining. + */ + public Builder setIpv4Addresses( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureIpv4AddressesIsMutable(); + ipv4Addresses_.set(index, value); + onChanged(); + return this; + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @param value The ipv4Addresses to add. + * @return This builder for chaining. + */ + public Builder addIpv4Addresses( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureIpv4AddressesIsMutable(); + ipv4Addresses_.add(value); + onChanged(); + return this; + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @param values The ipv4Addresses to add. + * @return This builder for chaining. + */ + public Builder addAllIpv4Addresses( + java.lang.Iterable values) { + ensureIpv4AddressesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, ipv4Addresses_); + onChanged(); + return this; + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @return This builder for chaining. + */ + public Builder clearIpv4Addresses() { + ipv4Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+       * List of IPv4 addresses corresponding to this host in the standard decimal
+       * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
+       * `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv4_addresses = 2; + * @param value The bytes of the ipv4Addresses to add. + * @return This builder for chaining. + */ + public Builder addIpv4AddressesBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureIpv4AddressesIsMutable(); + ipv4Addresses_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList ipv6Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureIpv6AddressesIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + ipv6Addresses_ = new com.google.protobuf.LazyStringArrayList(ipv6Addresses_); + bitField0_ |= 0x00000002; + } + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @return A list containing the ipv6Addresses. + */ + public com.google.protobuf.ProtocolStringList + getIpv6AddressesList() { + return ipv6Addresses_.getUnmodifiableView(); + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @return The count of ipv6Addresses. + */ + public int getIpv6AddressesCount() { + return ipv6Addresses_.size(); + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @param index The index of the element to return. + * @return The ipv6Addresses at the given index. + */ + public java.lang.String getIpv6Addresses(int index) { + return ipv6Addresses_.get(index); + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @param index The index of the value to return. + * @return The bytes of the ipv6Addresses at the given index. + */ + public com.google.protobuf.ByteString + getIpv6AddressesBytes(int index) { + return ipv6Addresses_.getByteString(index); + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @param index The index to set the value at. + * @param value The ipv6Addresses to set. + * @return This builder for chaining. + */ + public Builder setIpv6Addresses( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureIpv6AddressesIsMutable(); + ipv6Addresses_.set(index, value); + onChanged(); + return this; + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @param value The ipv6Addresses to add. + * @return This builder for chaining. + */ + public Builder addIpv6Addresses( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureIpv6AddressesIsMutable(); + ipv6Addresses_.add(value); + onChanged(); + return this; + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @param values The ipv6Addresses to add. + * @return This builder for chaining. + */ + public Builder addAllIpv6Addresses( + java.lang.Iterable values) { + ensureIpv6AddressesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, ipv6Addresses_); + onChanged(); + return this; + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @return This builder for chaining. + */ + public Builder clearIpv6Addresses() { + ipv6Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+       * List of IPv6 addresses corresponding to this host in the standard
+       * hexadecimal format (e.g. `2001:db8::`). At least one of
+       * `ipv4_address` and `ipv6_address` must be set.
+       * 
+ * + * repeated string ipv6_addresses = 3; + * @param value The bytes of the ipv6Addresses to add. + * @return This builder for chaining. + */ + public Builder addIpv6AddressesBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureIpv6AddressesIsMutable(); + ipv6Addresses_.add(value); + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.DnsSettings.GlueRecord) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.DnsSettings.GlueRecord) + private static final com.google.cloud.domains.v1.DnsSettings.GlueRecord DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.DnsSettings.GlueRecord(); + } + + public static com.google.cloud.domains.v1.DnsSettings.GlueRecord getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GlueRecord parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GlueRecord(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GlueRecord getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + private int dnsProviderCase_ = 0; + private java.lang.Object dnsProvider_; + public enum DnsProviderCase + implements com.google.protobuf.Internal.EnumLite, + com.google.protobuf.AbstractMessage.InternalOneOfEnum { + CUSTOM_DNS(1), + GOOGLE_DOMAINS_DNS(2), + DNSPROVIDER_NOT_SET(0); + private final int value; + private DnsProviderCase(int value) { + this.value = value; + } + /** + * @param value The number of the enum to look for. + * @return The enum associated with the given number. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static DnsProviderCase valueOf(int value) { + return forNumber(value); + } + + public static DnsProviderCase forNumber(int value) { + switch (value) { + case 1: return CUSTOM_DNS; + case 2: return GOOGLE_DOMAINS_DNS; + case 0: return DNSPROVIDER_NOT_SET; + default: return null; + } + } + public int getNumber() { + return this.value; + } + }; + + public DnsProviderCase + getDnsProviderCase() { + return DnsProviderCase.forNumber( + dnsProviderCase_); + } + + public static final int CUSTOM_DNS_FIELD_NUMBER = 1; + /** + *
+   * An arbitrary DNS provider identified by its name servers.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + * @return Whether the customDns field is set. + */ + @java.lang.Override + public boolean hasCustomDns() { + return dnsProviderCase_ == 1; + } + /** + *
+   * An arbitrary DNS provider identified by its name servers.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + * @return The customDns. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.CustomDns getCustomDns() { + if (dnsProviderCase_ == 1) { + return (com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_; + } + return com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance(); + } + /** + *
+   * An arbitrary DNS provider identified by its name servers.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder() { + if (dnsProviderCase_ == 1) { + return (com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_; + } + return com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance(); + } + + public static final int GOOGLE_DOMAINS_DNS_FIELD_NUMBER = 2; + /** + *
+   * The free DNS zone provided by
+   * [Google Domains](https://domains.google/).
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + * @return Whether the googleDomainsDns field is set. + */ + @java.lang.Override + public boolean hasGoogleDomainsDns() { + return dnsProviderCase_ == 2; + } + /** + *
+   * The free DNS zone provided by
+   * [Google Domains](https://domains.google/).
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + * @return The googleDomainsDns. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns getGoogleDomainsDns() { + if (dnsProviderCase_ == 2) { + return (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_; + } + return com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } + /** + *
+   * The free DNS zone provided by
+   * [Google Domains](https://domains.google/).
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder() { + if (dnsProviderCase_ == 2) { + return (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_; + } + return com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } + + public static final int GLUE_RECORDS_FIELD_NUMBER = 4; + private java.util.List glueRecords_; + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + @java.lang.Override + public java.util.List getGlueRecordsList() { + return glueRecords_; + } + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + @java.lang.Override + public java.util.List + getGlueRecordsOrBuilderList() { + return glueRecords_; + } + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + @java.lang.Override + public int getGlueRecordsCount() { + return glueRecords_.size(); + } + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GlueRecord getGlueRecords(int index) { + return glueRecords_.get(index); + } + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GlueRecordOrBuilder getGlueRecordsOrBuilder( + int index) { + return glueRecords_.get(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (dnsProviderCase_ == 1) { + output.writeMessage(1, (com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_); + } + if (dnsProviderCase_ == 2) { + output.writeMessage(2, (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_); + } + for (int i = 0; i < glueRecords_.size(); i++) { + output.writeMessage(4, glueRecords_.get(i)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (dnsProviderCase_ == 1) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_); + } + if (dnsProviderCase_ == 2) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_); + } + for (int i = 0; i < glueRecords_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, glueRecords_.get(i)); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.DnsSettings)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.DnsSettings other = (com.google.cloud.domains.v1.DnsSettings) obj; + + if (!getGlueRecordsList() + .equals(other.getGlueRecordsList())) return false; + if (!getDnsProviderCase().equals(other.getDnsProviderCase())) return false; + switch (dnsProviderCase_) { + case 1: + if (!getCustomDns() + .equals(other.getCustomDns())) return false; + break; + case 2: + if (!getGoogleDomainsDns() + .equals(other.getGoogleDomainsDns())) return false; + break; + case 0: + default: + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (getGlueRecordsCount() > 0) { + hash = (37 * hash) + GLUE_RECORDS_FIELD_NUMBER; + hash = (53 * hash) + getGlueRecordsList().hashCode(); + } + switch (dnsProviderCase_) { + case 1: + hash = (37 * hash) + CUSTOM_DNS_FIELD_NUMBER; + hash = (53 * hash) + getCustomDns().hashCode(); + break; + case 2: + hash = (37 * hash) + GOOGLE_DOMAINS_DNS_FIELD_NUMBER; + hash = (53 * hash) + getGoogleDomainsDns().hashCode(); + break; + case 0: + default: + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.DnsSettings parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings 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.cloud.domains.v1.DnsSettings parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.DnsSettings parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.DnsSettings parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.DnsSettings parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.DnsSettings prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Defines the DNS configuration of a `Registration`, including name servers,
+   * DNSSEC, and glue records.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.DnsSettings} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.DnsSettings) + com.google.cloud.domains.v1.DnsSettingsOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.DnsSettings.class, com.google.cloud.domains.v1.DnsSettings.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.DnsSettings.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + getGlueRecordsFieldBuilder(); + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (glueRecordsBuilder_ == null) { + glueRecords_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + } else { + glueRecordsBuilder_.clear(); + } + dnsProviderCase_ = 0; + dnsProvider_ = null; + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_DnsSettings_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings getDefaultInstanceForType() { + return com.google.cloud.domains.v1.DnsSettings.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings build() { + com.google.cloud.domains.v1.DnsSettings result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings buildPartial() { + com.google.cloud.domains.v1.DnsSettings result = new com.google.cloud.domains.v1.DnsSettings(this); + int from_bitField0_ = bitField0_; + if (dnsProviderCase_ == 1) { + if (customDnsBuilder_ == null) { + result.dnsProvider_ = dnsProvider_; + } else { + result.dnsProvider_ = customDnsBuilder_.build(); + } + } + if (dnsProviderCase_ == 2) { + if (googleDomainsDnsBuilder_ == null) { + result.dnsProvider_ = dnsProvider_; + } else { + result.dnsProvider_ = googleDomainsDnsBuilder_.build(); + } + } + if (glueRecordsBuilder_ == null) { + if (((bitField0_ & 0x00000001) != 0)) { + glueRecords_ = java.util.Collections.unmodifiableList(glueRecords_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.glueRecords_ = glueRecords_; + } else { + result.glueRecords_ = glueRecordsBuilder_.build(); + } + result.dnsProviderCase_ = dnsProviderCase_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.DnsSettings) { + return mergeFrom((com.google.cloud.domains.v1.DnsSettings)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.DnsSettings other) { + if (other == com.google.cloud.domains.v1.DnsSettings.getDefaultInstance()) return this; + if (glueRecordsBuilder_ == null) { + if (!other.glueRecords_.isEmpty()) { + if (glueRecords_.isEmpty()) { + glueRecords_ = other.glueRecords_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureGlueRecordsIsMutable(); + glueRecords_.addAll(other.glueRecords_); + } + onChanged(); + } + } else { + if (!other.glueRecords_.isEmpty()) { + if (glueRecordsBuilder_.isEmpty()) { + glueRecordsBuilder_.dispose(); + glueRecordsBuilder_ = null; + glueRecords_ = other.glueRecords_; + bitField0_ = (bitField0_ & ~0x00000001); + glueRecordsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getGlueRecordsFieldBuilder() : null; + } else { + glueRecordsBuilder_.addAllMessages(other.glueRecords_); + } + } + } + switch (other.getDnsProviderCase()) { + case CUSTOM_DNS: { + mergeCustomDns(other.getCustomDns()); + break; + } + case GOOGLE_DOMAINS_DNS: { + mergeGoogleDomainsDns(other.getGoogleDomainsDns()); + break; + } + case DNSPROVIDER_NOT_SET: { + break; + } + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.DnsSettings parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.DnsSettings) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int dnsProviderCase_ = 0; + private java.lang.Object dnsProvider_; + public DnsProviderCase + getDnsProviderCase() { + return DnsProviderCase.forNumber( + dnsProviderCase_); + } + + public Builder clearDnsProvider() { + dnsProviderCase_ = 0; + dnsProvider_ = null; + onChanged(); + return this; + } + + private int bitField0_; + + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.CustomDns, com.google.cloud.domains.v1.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1.DnsSettings.CustomDnsOrBuilder> customDnsBuilder_; + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + * @return Whether the customDns field is set. + */ + @java.lang.Override + public boolean hasCustomDns() { + return dnsProviderCase_ == 1; + } + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + * @return The customDns. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.CustomDns getCustomDns() { + if (customDnsBuilder_ == null) { + if (dnsProviderCase_ == 1) { + return (com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_; + } + return com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance(); + } else { + if (dnsProviderCase_ == 1) { + return customDnsBuilder_.getMessage(); + } + return com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance(); + } + } + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + public Builder setCustomDns(com.google.cloud.domains.v1.DnsSettings.CustomDns value) { + if (customDnsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + dnsProvider_ = value; + onChanged(); + } else { + customDnsBuilder_.setMessage(value); + } + dnsProviderCase_ = 1; + return this; + } + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + public Builder setCustomDns( + com.google.cloud.domains.v1.DnsSettings.CustomDns.Builder builderForValue) { + if (customDnsBuilder_ == null) { + dnsProvider_ = builderForValue.build(); + onChanged(); + } else { + customDnsBuilder_.setMessage(builderForValue.build()); + } + dnsProviderCase_ = 1; + return this; + } + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + public Builder mergeCustomDns(com.google.cloud.domains.v1.DnsSettings.CustomDns value) { + if (customDnsBuilder_ == null) { + if (dnsProviderCase_ == 1 && + dnsProvider_ != com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance()) { + dnsProvider_ = com.google.cloud.domains.v1.DnsSettings.CustomDns.newBuilder((com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_) + .mergeFrom(value).buildPartial(); + } else { + dnsProvider_ = value; + } + onChanged(); + } else { + if (dnsProviderCase_ == 1) { + customDnsBuilder_.mergeFrom(value); + } + customDnsBuilder_.setMessage(value); + } + dnsProviderCase_ = 1; + return this; + } + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + public Builder clearCustomDns() { + if (customDnsBuilder_ == null) { + if (dnsProviderCase_ == 1) { + dnsProviderCase_ = 0; + dnsProvider_ = null; + onChanged(); + } + } else { + if (dnsProviderCase_ == 1) { + dnsProviderCase_ = 0; + dnsProvider_ = null; + } + customDnsBuilder_.clear(); + } + return this; + } + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + public com.google.cloud.domains.v1.DnsSettings.CustomDns.Builder getCustomDnsBuilder() { + return getCustomDnsFieldBuilder().getBuilder(); + } + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder() { + if ((dnsProviderCase_ == 1) && (customDnsBuilder_ != null)) { + return customDnsBuilder_.getMessageOrBuilder(); + } else { + if (dnsProviderCase_ == 1) { + return (com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_; + } + return com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance(); + } + } + /** + *
+     * An arbitrary DNS provider identified by its name servers.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.CustomDns, com.google.cloud.domains.v1.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1.DnsSettings.CustomDnsOrBuilder> + getCustomDnsFieldBuilder() { + if (customDnsBuilder_ == null) { + if (!(dnsProviderCase_ == 1)) { + dnsProvider_ = com.google.cloud.domains.v1.DnsSettings.CustomDns.getDefaultInstance(); + } + customDnsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.CustomDns, com.google.cloud.domains.v1.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1.DnsSettings.CustomDnsOrBuilder>( + (com.google.cloud.domains.v1.DnsSettings.CustomDns) dnsProvider_, + getParentForChildren(), + isClean()); + dnsProvider_ = null; + } + dnsProviderCase_ = 1; + onChanged();; + return customDnsBuilder_; + } + + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDnsOrBuilder> googleDomainsDnsBuilder_; + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + * @return Whether the googleDomainsDns field is set. + */ + @java.lang.Override + public boolean hasGoogleDomainsDns() { + return dnsProviderCase_ == 2; + } + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + * @return The googleDomainsDns. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns getGoogleDomainsDns() { + if (googleDomainsDnsBuilder_ == null) { + if (dnsProviderCase_ == 2) { + return (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_; + } + return com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } else { + if (dnsProviderCase_ == 2) { + return googleDomainsDnsBuilder_.getMessage(); + } + return com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } + } + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + public Builder setGoogleDomainsDns(com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns value) { + if (googleDomainsDnsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + dnsProvider_ = value; + onChanged(); + } else { + googleDomainsDnsBuilder_.setMessage(value); + } + dnsProviderCase_ = 2; + return this; + } + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + public Builder setGoogleDomainsDns( + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.Builder builderForValue) { + if (googleDomainsDnsBuilder_ == null) { + dnsProvider_ = builderForValue.build(); + onChanged(); + } else { + googleDomainsDnsBuilder_.setMessage(builderForValue.build()); + } + dnsProviderCase_ = 2; + return this; + } + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + public Builder mergeGoogleDomainsDns(com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns value) { + if (googleDomainsDnsBuilder_ == null) { + if (dnsProviderCase_ == 2 && + dnsProvider_ != com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance()) { + dnsProvider_ = com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.newBuilder((com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_) + .mergeFrom(value).buildPartial(); + } else { + dnsProvider_ = value; + } + onChanged(); + } else { + if (dnsProviderCase_ == 2) { + googleDomainsDnsBuilder_.mergeFrom(value); + } + googleDomainsDnsBuilder_.setMessage(value); + } + dnsProviderCase_ = 2; + return this; + } + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + public Builder clearGoogleDomainsDns() { + if (googleDomainsDnsBuilder_ == null) { + if (dnsProviderCase_ == 2) { + dnsProviderCase_ = 0; + dnsProvider_ = null; + onChanged(); + } + } else { + if (dnsProviderCase_ == 2) { + dnsProviderCase_ = 0; + dnsProvider_ = null; + } + googleDomainsDnsBuilder_.clear(); + } + return this; + } + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.Builder getGoogleDomainsDnsBuilder() { + return getGoogleDomainsDnsFieldBuilder().getBuilder(); + } + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder() { + if ((dnsProviderCase_ == 2) && (googleDomainsDnsBuilder_ != null)) { + return googleDomainsDnsBuilder_.getMessageOrBuilder(); + } else { + if (dnsProviderCase_ == 2) { + return (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_; + } + return com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } + } + /** + *
+     * The free DNS zone provided by
+     * [Google Domains](https://domains.google/).
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDnsOrBuilder> + getGoogleDomainsDnsFieldBuilder() { + if (googleDomainsDnsBuilder_ == null) { + if (!(dnsProviderCase_ == 2)) { + dnsProvider_ = com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } + googleDomainsDnsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDnsOrBuilder>( + (com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns) dnsProvider_, + getParentForChildren(), + isClean()); + dnsProvider_ = null; + } + dnsProviderCase_ = 2; + onChanged();; + return googleDomainsDnsBuilder_; + } + + private java.util.List glueRecords_ = + java.util.Collections.emptyList(); + private void ensureGlueRecordsIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + glueRecords_ = new java.util.ArrayList(glueRecords_); + bitField0_ |= 0x00000001; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.GlueRecord, com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1.DnsSettings.GlueRecordOrBuilder> glueRecordsBuilder_; + + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public java.util.List getGlueRecordsList() { + if (glueRecordsBuilder_ == null) { + return java.util.Collections.unmodifiableList(glueRecords_); + } else { + return glueRecordsBuilder_.getMessageList(); + } + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public int getGlueRecordsCount() { + if (glueRecordsBuilder_ == null) { + return glueRecords_.size(); + } else { + return glueRecordsBuilder_.getCount(); + } + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public com.google.cloud.domains.v1.DnsSettings.GlueRecord getGlueRecords(int index) { + if (glueRecordsBuilder_ == null) { + return glueRecords_.get(index); + } else { + return glueRecordsBuilder_.getMessage(index); + } + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder setGlueRecords( + int index, com.google.cloud.domains.v1.DnsSettings.GlueRecord value) { + if (glueRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureGlueRecordsIsMutable(); + glueRecords_.set(index, value); + onChanged(); + } else { + glueRecordsBuilder_.setMessage(index, value); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder setGlueRecords( + int index, com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder builderForValue) { + if (glueRecordsBuilder_ == null) { + ensureGlueRecordsIsMutable(); + glueRecords_.set(index, builderForValue.build()); + onChanged(); + } else { + glueRecordsBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder addGlueRecords(com.google.cloud.domains.v1.DnsSettings.GlueRecord value) { + if (glueRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureGlueRecordsIsMutable(); + glueRecords_.add(value); + onChanged(); + } else { + glueRecordsBuilder_.addMessage(value); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder addGlueRecords( + int index, com.google.cloud.domains.v1.DnsSettings.GlueRecord value) { + if (glueRecordsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureGlueRecordsIsMutable(); + glueRecords_.add(index, value); + onChanged(); + } else { + glueRecordsBuilder_.addMessage(index, value); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder addGlueRecords( + com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder builderForValue) { + if (glueRecordsBuilder_ == null) { + ensureGlueRecordsIsMutable(); + glueRecords_.add(builderForValue.build()); + onChanged(); + } else { + glueRecordsBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder addGlueRecords( + int index, com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder builderForValue) { + if (glueRecordsBuilder_ == null) { + ensureGlueRecordsIsMutable(); + glueRecords_.add(index, builderForValue.build()); + onChanged(); + } else { + glueRecordsBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder addAllGlueRecords( + java.lang.Iterable values) { + if (glueRecordsBuilder_ == null) { + ensureGlueRecordsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, glueRecords_); + onChanged(); + } else { + glueRecordsBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder clearGlueRecords() { + if (glueRecordsBuilder_ == null) { + glueRecords_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + } else { + glueRecordsBuilder_.clear(); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public Builder removeGlueRecords(int index) { + if (glueRecordsBuilder_ == null) { + ensureGlueRecordsIsMutable(); + glueRecords_.remove(index); + onChanged(); + } else { + glueRecordsBuilder_.remove(index); + } + return this; + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder getGlueRecordsBuilder( + int index) { + return getGlueRecordsFieldBuilder().getBuilder(index); + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public com.google.cloud.domains.v1.DnsSettings.GlueRecordOrBuilder getGlueRecordsOrBuilder( + int index) { + if (glueRecordsBuilder_ == null) { + return glueRecords_.get(index); } else { + return glueRecordsBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public java.util.List + getGlueRecordsOrBuilderList() { + if (glueRecordsBuilder_ != null) { + return glueRecordsBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(glueRecords_); + } + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder addGlueRecordsBuilder() { + return getGlueRecordsFieldBuilder().addBuilder( + com.google.cloud.domains.v1.DnsSettings.GlueRecord.getDefaultInstance()); + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder addGlueRecordsBuilder( + int index) { + return getGlueRecordsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1.DnsSettings.GlueRecord.getDefaultInstance()); + } + /** + *
+     * The list of glue records for this `Registration`. Commonly empty.
+     * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + public java.util.List + getGlueRecordsBuilderList() { + return getGlueRecordsFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.GlueRecord, com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1.DnsSettings.GlueRecordOrBuilder> + getGlueRecordsFieldBuilder() { + if (glueRecordsBuilder_ == null) { + glueRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings.GlueRecord, com.google.cloud.domains.v1.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1.DnsSettings.GlueRecordOrBuilder>( + glueRecords_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); + glueRecords_ = null; + } + return glueRecordsBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.DnsSettings) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.DnsSettings) + private static final com.google.cloud.domains.v1.DnsSettings DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.DnsSettings(); + } + + public static com.google.cloud.domains.v1.DnsSettings getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DnsSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DnsSettings(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DnsSettingsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DnsSettingsOrBuilder.java new file mode 100644 index 00000000..d647582e --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DnsSettingsOrBuilder.java @@ -0,0 +1,112 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface DnsSettingsOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.DnsSettings) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * An arbitrary DNS provider identified by its name servers.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + * @return Whether the customDns field is set. + */ + boolean hasCustomDns(); + /** + *
+   * An arbitrary DNS provider identified by its name servers.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + * @return The customDns. + */ + com.google.cloud.domains.v1.DnsSettings.CustomDns getCustomDns(); + /** + *
+   * An arbitrary DNS provider identified by its name servers.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.CustomDns custom_dns = 1; + */ + com.google.cloud.domains.v1.DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder(); + + /** + *
+   * The free DNS zone provided by
+   * [Google Domains](https://domains.google/).
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + * @return Whether the googleDomainsDns field is set. + */ + boolean hasGoogleDomainsDns(); + /** + *
+   * The free DNS zone provided by
+   * [Google Domains](https://domains.google/).
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + * @return The googleDomainsDns. + */ + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDns getGoogleDomainsDns(); + /** + *
+   * The free DNS zone provided by
+   * [Google Domains](https://domains.google/).
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; + */ + com.google.cloud.domains.v1.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder(); + + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + java.util.List + getGlueRecordsList(); + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + com.google.cloud.domains.v1.DnsSettings.GlueRecord getGlueRecords(int index); + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + int getGlueRecordsCount(); + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + java.util.List + getGlueRecordsOrBuilderList(); + /** + *
+   * The list of glue records for this `Registration`. Commonly empty.
+   * 
+ * + * repeated .google.cloud.domains.v1.DnsSettings.GlueRecord glue_records = 4; + */ + com.google.cloud.domains.v1.DnsSettings.GlueRecordOrBuilder getGlueRecordsOrBuilder( + int index); + + public com.google.cloud.domains.v1.DnsSettings.DnsProviderCase getDnsProviderCase(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainNotice.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainNotice.java new file mode 100644 index 00000000..99617a47 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainNotice.java @@ -0,0 +1,141 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Notices about special properties of certain domains.
+ * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.DomainNotice} + */ +public enum DomainNotice + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+   * The notice is undefined.
+   * 
+ * + * DOMAIN_NOTICE_UNSPECIFIED = 0; + */ + DOMAIN_NOTICE_UNSPECIFIED(0), + /** + *
+   * Indicates that the domain is preloaded on the HTTP Strict Transport
+   * Security list in browsers. Serving a website on such domain requires
+   * an SSL certificate. For details, see
+   * [how to get an SSL
+   * certificate](https://support.google.com/domains/answer/7638036).
+   * 
+ * + * HSTS_PRELOADED = 1; + */ + HSTS_PRELOADED(1), + UNRECOGNIZED(-1), + ; + + /** + *
+   * The notice is undefined.
+   * 
+ * + * DOMAIN_NOTICE_UNSPECIFIED = 0; + */ + public static final int DOMAIN_NOTICE_UNSPECIFIED_VALUE = 0; + /** + *
+   * Indicates that the domain is preloaded on the HTTP Strict Transport
+   * Security list in browsers. Serving a website on such domain requires
+   * an SSL certificate. For details, see
+   * [how to get an SSL
+   * certificate](https://support.google.com/domains/answer/7638036).
+   * 
+ * + * HSTS_PRELOADED = 1; + */ + public static final int HSTS_PRELOADED_VALUE = 1; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static DomainNotice valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static DomainNotice forNumber(int value) { + switch (value) { + case 0: return DOMAIN_NOTICE_UNSPECIFIED; + case 1: return HSTS_PRELOADED; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + DomainNotice> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DomainNotice findValueByNumber(int number) { + return DomainNotice.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.getDescriptor().getEnumTypes().get(1); + } + + private static final DomainNotice[] VALUES = values(); + + public static DomainNotice valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private DomainNotice(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.DomainNotice) +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainsProto.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainsProto.java new file mode 100644 index 00000000..b530855e --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/DomainsProto.java @@ -0,0 +1,720 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public final class DomainsProto { + private DomainsProto() {} + 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_domains_v1_Registration_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_Registration_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_Registration_LabelsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_Registration_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ManagementSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ManagementSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_DnsSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_DnsSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ContactSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ContactSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ContactSettings_Contact_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ContactSettings_Contact_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_SearchDomainsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_SearchDomainsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_SearchDomainsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_SearchDomainsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_RegisterDomainRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_RegisterDomainRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_TransferDomainRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_TransferDomainRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ListRegistrationsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ListRegistrationsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ListRegistrationsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ListRegistrationsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_GetRegistrationRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_GetRegistrationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ExportRegistrationRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ExportRegistrationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_RegisterParameters_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_RegisterParameters_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_TransferParameters_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_TransferParameters_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_AuthorizationCode_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_AuthorizationCode_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_domains_v1_OperationMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_domains_v1_OperationMetadata_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/domains/v1/domains.proto\022" + + "\027google.cloud.domains.v1\032\034google/api/ann" + + "otations.proto\032\027google/api/client.proto\032" + + "\037google/api/field_behavior.proto\032\031google" + + "/api/resource.proto\032#google/longrunning/" + + "operations.proto\032 google/protobuf/field_" + + "mask.proto\032\037google/protobuf/timestamp.pr" + + "oto\032\027google/type/money.proto\032 google/typ" + + "e/postal_address.proto\"\353\010\n\014Registration\022" + + "\021\n\004name\030\001 \001(\tB\003\340A\003\022\033\n\013domain_name\030\002 \001(\tB" + + "\006\340A\002\340A\005\0224\n\013create_time\030\003 \001(\0132\032.google.pr" + + "otobuf.TimestampB\003\340A\003\0224\n\013expire_time\030\006 \001" + + "(\0132\032.google.protobuf.TimestampB\003\340A\003\022?\n\005s" + + "tate\030\007 \001(\0162+.google.cloud.domains.v1.Reg" + + "istration.StateB\003\340A\003\022@\n\006issues\030\010 \003(\0162+.g" + + "oogle.cloud.domains.v1.Registration.Issu" + + "eB\003\340A\003\022A\n\006labels\030\t \003(\01321.google.cloud.do" + + "mains.v1.Registration.LabelsEntry\022H\n\023man" + + "agement_settings\030\n \001(\0132+.google.cloud.do" + + "mains.v1.ManagementSettings\022:\n\014dns_setti" + + "ngs\030\013 \001(\0132$.google.cloud.domains.v1.DnsS" + + "ettings\022G\n\020contact_settings\030\014 \001(\0132(.goog" + + "le.cloud.domains.v1.ContactSettingsB\003\340A\002" + + "\022O\n\030pending_contact_settings\030\r \001(\0132(.goo" + + "gle.cloud.domains.v1.ContactSettingsB\003\340A" + + "\003\022G\n\021supported_privacy\030\016 \003(\0162\'.google.cl" + + "oud.domains.v1.ContactPrivacyB\003\340A\003\032-\n\013La" + + "belsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028" + + "\001\"\245\001\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\030\n\024RE" + + "GISTRATION_PENDING\020\001\022\027\n\023REGISTRATION_FAI" + + "LED\020\002\022\024\n\020TRANSFER_PENDING\020\003\022\023\n\017TRANSFER_" + + "FAILED\020\004\022\n\n\006ACTIVE\020\006\022\r\n\tSUSPENDED\020\007\022\014\n\010E" + + "XPORTED\020\010\"I\n\005Issue\022\025\n\021ISSUE_UNSPECIFIED\020" + + "\000\022\023\n\017CONTACT_SUPPORT\020\001\022\024\n\020UNVERIFIED_EMA" + + "IL\020\002:n\352Ak\n#domains.googleapis.com/Regist" + + "ration\022Dprojects/{project}/locations/{lo" + + "cation}/registrations/{registration}\"\221\002\n" + + "\022ManagementSettings\022V\n\016renewal_method\030\003 " + + "\001(\01629.google.cloud.domains.v1.Management" + + "Settings.RenewalMethodB\003\340A\003\022G\n\023transfer_" + + "lock_state\030\004 \001(\0162*.google.cloud.domains." + + "v1.TransferLockState\"Z\n\rRenewalMethod\022\036\n" + + "\032RENEWAL_METHOD_UNSPECIFIED\020\000\022\025\n\021AUTOMAT" + + "IC_RENEWAL\020\001\022\022\n\016MANUAL_RENEWAL\020\002\"\236\n\n\013Dns" + + "Settings\022D\n\ncustom_dns\030\001 \001(\0132..google.cl" + + "oud.domains.v1.DnsSettings.CustomDnsH\000\022S" + + "\n\022google_domains_dns\030\002 \001(\01325.google.clou" + + "d.domains.v1.DnsSettings.GoogleDomainsDn" + + "sH\000\022E\n\014glue_records\030\004 \003(\0132/.google.cloud" + + ".domains.v1.DnsSettings.GlueRecord\032i\n\tCu" + + "stomDns\022\031\n\014name_servers\030\001 \003(\tB\003\340A\002\022A\n\nds" + + "_records\030\002 \003(\0132-.google.cloud.domains.v1" + + ".DnsSettings.DsRecord\032\272\001\n\020GoogleDomainsD" + + "ns\022\031\n\014name_servers\030\001 \003(\tB\003\340A\003\022C\n\010ds_stat" + + "e\030\002 \001(\0162,.google.cloud.domains.v1.DnsSet" + + "tings.DsStateB\003\340A\002\022F\n\nds_records\030\003 \003(\0132-" + + ".google.cloud.domains.v1.DnsSettings.DsR" + + "ecordB\003\340A\003\032\303\004\n\010DsRecord\022\017\n\007key_tag\030\001 \001(\005" + + "\022J\n\talgorithm\030\002 \001(\01627.google.cloud.domai" + + "ns.v1.DnsSettings.DsRecord.Algorithm\022M\n\013" + + "digest_type\030\003 \001(\01628.google.cloud.domains" + + ".v1.DnsSettings.DsRecord.DigestType\022\016\n\006d" + + "igest\030\004 \001(\t\"\237\002\n\tAlgorithm\022\031\n\025ALGORITHM_U" + + "NSPECIFIED\020\000\022\n\n\006RSAMD5\020\001\022\006\n\002DH\020\002\022\007\n\003DSA\020" + + "\003\022\007\n\003ECC\020\004\022\013\n\007RSASHA1\020\005\022\020\n\014DSANSEC3SHA1\020" + + "\006\022\024\n\020RSASHA1NSEC3SHA1\020\007\022\r\n\tRSASHA256\020\010\022\r" + + "\n\tRSASHA512\020\n\022\013\n\007ECCGOST\020\014\022\023\n\017ECDSAP256S" + + "HA256\020\r\022\023\n\017ECDSAP384SHA384\020\016\022\013\n\007ED25519\020" + + "\017\022\t\n\005ED448\020\020\022\r\n\010INDIRECT\020\374\001\022\017\n\nPRIVATEDN" + + "S\020\375\001\022\017\n\nPRIVATEOID\020\376\001\"Y\n\nDigestType\022\033\n\027D" + + "IGEST_TYPE_UNSPECIFIED\020\000\022\010\n\004SHA1\020\001\022\n\n\006SH" + + "A256\020\002\022\014\n\010GOST3411\020\003\022\n\n\006SHA384\020\004\032T\n\nGlue" + + "Record\022\026\n\thost_name\030\001 \001(\tB\003\340A\002\022\026\n\016ipv4_a" + + "ddresses\030\002 \003(\t\022\026\n\016ipv6_addresses\030\003 \003(\t\"Y" + + "\n\007DsState\022\030\n\024DS_STATE_UNSPECIFIED\020\000\022\032\n\026D" + + "S_RECORDS_UNPUBLISHED\020\001\022\030\n\024DS_RECORDS_PU" + + "BLISHED\020\002B\016\n\014dns_provider\"\313\003\n\017ContactSet" + + "tings\022=\n\007privacy\030\001 \001(\0162\'.google.cloud.do" + + "mains.v1.ContactPrivacyB\003\340A\002\022Q\n\022registra" + + "nt_contact\030\002 \001(\01320.google.cloud.domains." + + "v1.ContactSettings.ContactB\003\340A\002\022L\n\radmin" + + "_contact\030\003 \001(\01320.google.cloud.domains.v1" + + ".ContactSettings.ContactB\003\340A\002\022P\n\021technic" + + "al_contact\030\004 \001(\01320.google.cloud.domains." + + "v1.ContactSettings.ContactB\003\340A\002\032\205\001\n\007Cont" + + "act\0227\n\016postal_address\030\001 \001(\0132\032.google.typ" + + "e.PostalAddressB\003\340A\002\022\022\n\005email\030\002 \001(\tB\003\340A\002" + + "\022\031\n\014phone_number\030\003 \001(\tB\003\340A\002\022\022\n\nfax_numbe" + + "r\030\004 \001(\t\"g\n\024SearchDomainsRequest\022\022\n\005query" + + "\030\001 \001(\tB\003\340A\002\022;\n\010location\030\002 \001(\tB)\340A\002\372A#\n!l" + + "ocations.googleapis.com/Location\"a\n\025Sear" + + "chDomainsResponse\022H\n\023register_parameters" + + "\030\001 \003(\0132+.google.cloud.domains.v1.Registe" + + "rParameters\"z\n!RetrieveRegisterParameter" + + "sRequest\022\030\n\013domain_name\030\001 \001(\tB\003\340A\002\022;\n\010lo" + + "cation\030\002 \001(\tB)\340A\002\372A#\n!locations.googleap" + + "is.com/Location\"n\n\"RetrieveRegisterParam" + + "etersResponse\022H\n\023register_parameters\030\001 \001" + + "(\0132+.google.cloud.domains.v1.RegisterPar" + + "ameters\"\332\002\n\025RegisterDomainRequest\0229\n\006par" + + "ent\030\001 \001(\tB)\340A\002\372A#\n!locations.googleapis." + + "com/Location\022@\n\014registration\030\002 \001(\0132%.goo" + + "gle.cloud.domains.v1.RegistrationB\003\340A\002\022=" + + "\n\016domain_notices\030\003 \003(\0162%.google.cloud.do" + + "mains.v1.DomainNotice\022?\n\017contact_notices" + + "\030\004 \003(\0162&.google.cloud.domains.v1.Contact" + + "Notice\022-\n\014yearly_price\030\005 \001(\0132\022.google.ty" + + "pe.MoneyB\003\340A\002\022\025\n\rvalidate_only\030\006 \001(\010\"z\n!" + + "RetrieveTransferParametersRequest\022\030\n\013dom" + + "ain_name\030\001 \001(\tB\003\340A\002\022;\n\010location\030\002 \001(\tB)\340" + + "A\002\372A#\n!locations.googleapis.com/Location" + + "\"n\n\"RetrieveTransferParametersResponse\022H" + + "\n\023transfer_parameters\030\001 \001(\0132+.google.clo" + + "ud.domains.v1.TransferParameters\"\343\002\n\025Tra" + + "nsferDomainRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372" + + "A#\n!locations.googleapis.com/Location\022@\n" + + "\014registration\030\002 \001(\0132%.google.cloud.domai" + + "ns.v1.RegistrationB\003\340A\002\022?\n\017contact_notic" + + "es\030\003 \003(\0162&.google.cloud.domains.v1.Conta" + + "ctNotice\022-\n\014yearly_price\030\004 \001(\0132\022.google." + + "type.MoneyB\003\340A\002\022F\n\022authorization_code\030\005 " + + "\001(\0132*.google.cloud.domains.v1.Authorizat" + + "ionCode\022\025\n\rvalidate_only\030\006 \001(\010\"\214\001\n\030ListR" + + "egistrationsRequest\0229\n\006parent\030\001 \001(\tB)\340A\002" + + "\372A#\n!locations.googleapis.com/Location\022\021" + + "\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n" + + "\006filter\030\004 \001(\t\"r\n\031ListRegistrationsRespon" + + "se\022<\n\rregistrations\030\001 \003(\0132%.google.cloud" + + ".domains.v1.Registration\022\027\n\017next_page_to" + + "ken\030\002 \001(\t\"S\n\026GetRegistrationRequest\0229\n\004n" + + "ame\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapis.co" + + "m/Registration\"\216\001\n\031UpdateRegistrationReq" + + "uest\022;\n\014registration\030\001 \001(\0132%.google.clou" + + "d.domains.v1.Registration\0224\n\013update_mask" + + "\030\002 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002\"" + + "\347\001\n\"ConfigureManagementSettingsRequest\022A" + + "\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#domains.go" + + "ogleapis.com/Registration\022H\n\023management_" + + "settings\030\002 \001(\0132+.google.cloud.domains.v1" + + ".ManagementSettings\0224\n\013update_mask\030\003 \001(\013" + + "2\032.google.protobuf.FieldMaskB\003\340A\002\"\351\001\n\033Co" + + "nfigureDnsSettingsRequest\022A\n\014registratio" + + "n\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapis.com/" + + "Registration\022:\n\014dns_settings\030\002 \001(\0132$.goo" + + "gle.cloud.domains.v1.DnsSettings\0224\n\013upda" + + "te_mask\030\003 \001(\0132\032.google.protobuf.FieldMas" + + "kB\003\340A\002\022\025\n\rvalidate_only\030\004 \001(\010\"\266\002\n\037Config" + + "ureContactSettingsRequest\022A\n\014registratio" + + "n\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapis.com/" + + "Registration\022B\n\020contact_settings\030\002 \001(\0132(" + + ".google.cloud.domains.v1.ContactSettings" + + "\0224\n\013update_mask\030\003 \001(\0132\032.google.protobuf." + + "FieldMaskB\003\340A\002\022?\n\017contact_notices\030\004 \003(\0162" + + "&.google.cloud.domains.v1.ContactNotice\022" + + "\025\n\rvalidate_only\030\005 \001(\010\"V\n\031ExportRegistra" + + "tionRequest\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domai" + + "ns.googleapis.com/Registration\"V\n\031Delete" + + "RegistrationRequest\0229\n\004name\030\001 \001(\tB+\340A\002\372A" + + "%\n#domains.googleapis.com/Registration\"e" + + "\n RetrieveAuthorizationCodeRequest\022A\n\014re" + + "gistration\030\001 \001(\tB+\340A\002\372A%\n#domains.google" + + "apis.com/Registration\"b\n\035ResetAuthorizat" + + "ionCodeRequest\022A\n\014registration\030\001 \001(\tB+\340A" + + "\002\372A%\n#domains.googleapis.com/Registratio" + + "n\"\222\003\n\022RegisterParameters\022\023\n\013domain_name\030" + + "\001 \001(\t\022N\n\014availability\030\002 \001(\01628.google.clo" + + "ud.domains.v1.RegisterParameters.Availab" + + "ility\022B\n\021supported_privacy\030\003 \003(\0162\'.googl" + + "e.cloud.domains.v1.ContactPrivacy\022=\n\016dom" + + "ain_notices\030\004 \003(\0162%.google.cloud.domains" + + ".v1.DomainNotice\022(\n\014yearly_price\030\005 \001(\0132\022" + + ".google.type.Money\"j\n\014Availability\022\034\n\030AV" + + "AILABILITY_UNSPECIFIED\020\000\022\r\n\tAVAILABLE\020\001\022" + + "\017\n\013UNAVAILABLE\020\002\022\017\n\013UNSUPPORTED\020\003\022\013\n\007UNK" + + "NOWN\020\004\"\221\002\n\022TransferParameters\022\023\n\013domain_" + + "name\030\001 \001(\t\022\031\n\021current_registrar\030\002 \001(\t\022\024\n" + + "\014name_servers\030\003 \003(\t\022G\n\023transfer_lock_sta" + + "te\030\004 \001(\0162*.google.cloud.domains.v1.Trans" + + "ferLockState\022B\n\021supported_privacy\030\005 \003(\0162" + + "\'.google.cloud.domains.v1.ContactPrivacy" + + "\022(\n\014yearly_price\030\006 \001(\0132\022.google.type.Mon" + + "ey\"!\n\021AuthorizationCode\022\014\n\004code\030\001 \001(\t\"\274\001" + + "\n\021OperationMetadata\022/\n\013create_time\030\001 \001(\013" + + "2\032.google.protobuf.Timestamp\022,\n\010end_time" + + "\030\002 \001(\0132\032.google.protobuf.Timestamp\022\016\n\006ta" + + "rget\030\003 \001(\t\022\014\n\004verb\030\004 \001(\t\022\025\n\rstatus_detai" + + "l\030\005 \001(\t\022\023\n\013api_version\030\006 \001(\t*\177\n\016ContactP" + + "rivacy\022\037\n\033CONTACT_PRIVACY_UNSPECIFIED\020\000\022" + + "\027\n\023PUBLIC_CONTACT_DATA\020\001\022\030\n\024PRIVATE_CONT" + + "ACT_DATA\020\002\022\031\n\025REDACTED_CONTACT_DATA\020\003*A\n" + + "\014DomainNotice\022\035\n\031DOMAIN_NOTICE_UNSPECIFI" + + "ED\020\000\022\022\n\016HSTS_PRELOADED\020\001*X\n\rContactNotic" + + "e\022\036\n\032CONTACT_NOTICE_UNSPECIFIED\020\000\022\'\n#PUB" + + "LIC_CONTACT_DATA_ACKNOWLEDGEMENT\020\001*R\n\021Tr" + + "ansferLockState\022#\n\037TRANSFER_LOCK_STATE_U" + + "NSPECIFIED\020\000\022\014\n\010UNLOCKED\020\001\022\n\n\006LOCKED\020\0022\221" + + "\035\n\007Domains\022\312\001\n\rSearchDomains\022-.google.cl" + + "oud.domains.v1.SearchDomainsRequest\032..go" + + "ogle.cloud.domains.v1.SearchDomainsRespo" + + "nse\"Z\202\323\344\223\002C\022A/v1/{location=projects/*/lo" + + "cations/*}/registrations:searchDomains\332A" + + "\016location,query\022\204\002\n\032RetrieveRegisterPara" + + "meters\022:.google.cloud.domains.v1.Retriev" + + "eRegisterParametersRequest\032;.google.clou" + + "d.domains.v1.RetrieveRegisterParametersR" + + "esponse\"m\202\323\344\223\002P\022N/v1/{location=projects/" + + "*/locations/*}/registrations:retrieveReg" + + "isterParameters\332A\024location,domain_name\022\356" + + "\001\n\016RegisterDomain\022..google.cloud.domains" + + ".v1.RegisterDomainRequest\032\035.google.longr" + + "unning.Operation\"\214\001\202\323\344\223\002?\":/v1/{parent=p" + + "rojects/*/locations/*}/registrations:reg" + + "ister:\001*\332A parent,registration,yearly_pr" + + "ice\312A!\n\014Registration\022\021OperationMetadata\022" + + "\204\002\n\032RetrieveTransferParameters\022:.google." + + "cloud.domains.v1.RetrieveTransferParamet" + + "ersRequest\032;.google.cloud.domains.v1.Ret" + + "rieveTransferParametersResponse\"m\202\323\344\223\002P\022" + + "N/v1/{location=projects/*/locations/*}/r" + + "egistrations:retrieveTransferParameters\332" + + "A\024location,domain_name\022\201\002\n\016TransferDomai" + + "n\022..google.cloud.domains.v1.TransferDoma" + + "inRequest\032\035.google.longrunning.Operation" + + "\"\237\001\202\323\344\223\002?\":/v1/{parent=projects/*/locati" + + "ons/*}/registrations:transfer:\001*\332A3paren" + + "t,registration,yearly_price,authorizatio" + + "n_code\312A!\n\014Registration\022\021OperationMetada" + + "ta\022\276\001\n\021ListRegistrations\0221.google.cloud." + + "domains.v1.ListRegistrationsRequest\0322.go" + + "ogle.cloud.domains.v1.ListRegistrationsR" + + "esponse\"B\202\323\344\223\0023\0221/v1/{parent=projects/*/" + + "locations/*}/registrations\332A\006parent\022\253\001\n\017" + + "GetRegistration\022/.google.cloud.domains.v" + + "1.GetRegistrationRequest\032%.google.cloud." + + "domains.v1.Registration\"@\202\323\344\223\0023\0221/v1/{na" + + "me=projects/*/locations/*/registrations/" + + "*}\332A\004name\022\375\001\n\022UpdateRegistration\0222.googl" + + "e.cloud.domains.v1.UpdateRegistrationReq" + + "uest\032\035.google.longrunning.Operation\"\223\001\202\323" + + "\344\223\002N2>/v1/{registration.name=projects/*/" + + "locations/*/registrations/*}:\014registrati" + + "on\332A\030registration,update_mask\312A!\n\014Regist" + + "ration\022\021OperationMetadata\022\257\002\n\033ConfigureM" + + "anagementSettings\022;.google.cloud.domains" + + ".v1.ConfigureManagementSettingsRequest\032\035" + + ".google.longrunning.Operation\"\263\001\202\323\344\223\002Z\"U" + + "/v1/{registration=projects/*/locations/*" + + "/registrations/*}:configureManagementSet" + + "tings:\001*\332A,registration,management_setti" + + "ngs,update_mask\312A!\n\014Registration\022\021Operat" + + "ionMetadata\022\223\002\n\024ConfigureDnsSettings\0224.g" + + "oogle.cloud.domains.v1.ConfigureDnsSetti" + + "ngsRequest\032\035.google.longrunning.Operatio" + + "n\"\245\001\202\323\344\223\002S\"N/v1/{registration=projects/*" + + "/locations/*/registrations/*}:configureD" + + "nsSettings:\001*\332A%registration,dns_setting" + + "s,update_mask\312A!\n\014Registration\022\021Operatio" + + "nMetadata\022\243\002\n\030ConfigureContactSettings\0228" + + ".google.cloud.domains.v1.ConfigureContac" + + "tSettingsRequest\032\035.google.longrunning.Op" + + "eration\"\255\001\202\323\344\223\002W\"R/v1/{registration=proj" + + "ects/*/locations/*/registrations/*}:conf" + + "igureContactSettings:\001*\332A)registration,c" + + "ontact_settings,update_mask\312A!\n\014Registra" + + "tion\022\021OperationMetadata\022\327\001\n\022ExportRegist" + + "ration\0222.google.cloud.domains.v1.ExportR" + + "egistrationRequest\032\035.google.longrunning." + + "Operation\"n\202\323\344\223\002=\"8/v1/{name=projects/*/" + + "locations/*/registrations/*}:export:\001*\332A" + + "\004name\312A!\n\014Registration\022\021OperationMetadat" + + "a\022\326\001\n\022DeleteRegistration\0222.google.cloud." + + "domains.v1.DeleteRegistrationRequest\032\035.g" + + "oogle.longrunning.Operation\"m\202\323\344\223\0023*1/v1" + + "/{name=projects/*/locations/*/registrati" + + "ons/*}\332A\004name\312A*\n\025google.protobuf.Empty\022" + + "\021OperationMetadata\022\356\001\n\031RetrieveAuthoriza" + + "tionCode\0229.google.cloud.domains.v1.Retri" + + "eveAuthorizationCodeRequest\032*.google.clo" + + "ud.domains.v1.AuthorizationCode\"j\202\323\344\223\002U\022" + + "S/v1/{registration=projects/*/locations/" + + "*/registrations/*}:retrieveAuthorization" + + "Code\332A\014registration\022\350\001\n\026ResetAuthorizati" + + "onCode\0226.google.cloud.domains.v1.ResetAu" + + "thorizationCodeRequest\032*.google.cloud.do" + + "mains.v1.AuthorizationCode\"j\202\323\344\223\002U\"P/v1/" + + "{registration=projects/*/locations/*/reg" + + "istrations/*}:resetAuthorizationCode:\001*\332" + + "A\014registration\032J\312A\026domains.googleapis.co" + + "m\322A.https://www.googleapis.com/auth/clou" + + "d-platformBm\n\033com.google.cloud.domains.v" + + "1B\014DomainsProtoP\001Z>google.golang.org/gen" + + "proto/googleapis/cloud/domains/v1;domain" + + "sb\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.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.FieldMaskProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + com.google.type.MoneyProto.getDescriptor(), + com.google.type.PostalAddressProto.getDescriptor(), + }); + internal_static_google_cloud_domains_v1_Registration_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_domains_v1_Registration_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_Registration_descriptor, + new java.lang.String[] { "Name", "DomainName", "CreateTime", "ExpireTime", "State", "Issues", "Labels", "ManagementSettings", "DnsSettings", "ContactSettings", "PendingContactSettings", "SupportedPrivacy", }); + internal_static_google_cloud_domains_v1_Registration_LabelsEntry_descriptor = + internal_static_google_cloud_domains_v1_Registration_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_domains_v1_Registration_LabelsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_Registration_LabelsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_cloud_domains_v1_ManagementSettings_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_domains_v1_ManagementSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ManagementSettings_descriptor, + new java.lang.String[] { "RenewalMethod", "TransferLockState", }); + internal_static_google_cloud_domains_v1_DnsSettings_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_domains_v1_DnsSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_DnsSettings_descriptor, + new java.lang.String[] { "CustomDns", "GoogleDomainsDns", "GlueRecords", "DnsProvider", }); + internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_descriptor = + internal_static_google_cloud_domains_v1_DnsSettings_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_DnsSettings_CustomDns_descriptor, + new java.lang.String[] { "NameServers", "DsRecords", }); + internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_descriptor = + internal_static_google_cloud_domains_v1_DnsSettings_descriptor.getNestedTypes().get(1); + internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_DnsSettings_GoogleDomainsDns_descriptor, + new java.lang.String[] { "NameServers", "DsState", "DsRecords", }); + internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_descriptor = + internal_static_google_cloud_domains_v1_DnsSettings_descriptor.getNestedTypes().get(2); + internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_DnsSettings_DsRecord_descriptor, + new java.lang.String[] { "KeyTag", "Algorithm", "DigestType", "Digest", }); + internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_descriptor = + internal_static_google_cloud_domains_v1_DnsSettings_descriptor.getNestedTypes().get(3); + internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_DnsSettings_GlueRecord_descriptor, + new java.lang.String[] { "HostName", "Ipv4Addresses", "Ipv6Addresses", }); + internal_static_google_cloud_domains_v1_ContactSettings_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_domains_v1_ContactSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ContactSettings_descriptor, + new java.lang.String[] { "Privacy", "RegistrantContact", "AdminContact", "TechnicalContact", }); + internal_static_google_cloud_domains_v1_ContactSettings_Contact_descriptor = + internal_static_google_cloud_domains_v1_ContactSettings_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_domains_v1_ContactSettings_Contact_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ContactSettings_Contact_descriptor, + new java.lang.String[] { "PostalAddress", "Email", "PhoneNumber", "FaxNumber", }); + internal_static_google_cloud_domains_v1_SearchDomainsRequest_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_domains_v1_SearchDomainsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_SearchDomainsRequest_descriptor, + new java.lang.String[] { "Query", "Location", }); + internal_static_google_cloud_domains_v1_SearchDomainsResponse_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_domains_v1_SearchDomainsResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_SearchDomainsResponse_descriptor, + new java.lang.String[] { "RegisterParameters", }); + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_descriptor, + new java.lang.String[] { "DomainName", "Location", }); + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_descriptor, + new java.lang.String[] { "RegisterParameters", }); + internal_static_google_cloud_domains_v1_RegisterDomainRequest_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_cloud_domains_v1_RegisterDomainRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_RegisterDomainRequest_descriptor, + new java.lang.String[] { "Parent", "Registration", "DomainNotices", "ContactNotices", "YearlyPrice", "ValidateOnly", }); + internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_descriptor, + new java.lang.String[] { "DomainName", "Location", }); + internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_descriptor, + new java.lang.String[] { "TransferParameters", }); + internal_static_google_cloud_domains_v1_TransferDomainRequest_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_cloud_domains_v1_TransferDomainRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_TransferDomainRequest_descriptor, + new java.lang.String[] { "Parent", "Registration", "ContactNotices", "YearlyPrice", "AuthorizationCode", "ValidateOnly", }); + internal_static_google_cloud_domains_v1_ListRegistrationsRequest_descriptor = + getDescriptor().getMessageTypes().get(12); + internal_static_google_cloud_domains_v1_ListRegistrationsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ListRegistrationsRequest_descriptor, + new java.lang.String[] { "Parent", "PageSize", "PageToken", "Filter", }); + internal_static_google_cloud_domains_v1_ListRegistrationsResponse_descriptor = + getDescriptor().getMessageTypes().get(13); + internal_static_google_cloud_domains_v1_ListRegistrationsResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ListRegistrationsResponse_descriptor, + new java.lang.String[] { "Registrations", "NextPageToken", }); + internal_static_google_cloud_domains_v1_GetRegistrationRequest_descriptor = + getDescriptor().getMessageTypes().get(14); + internal_static_google_cloud_domains_v1_GetRegistrationRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_GetRegistrationRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_descriptor = + getDescriptor().getMessageTypes().get(15); + internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_descriptor, + new java.lang.String[] { "Registration", "UpdateMask", }); + internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_descriptor = + getDescriptor().getMessageTypes().get(16); + internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ConfigureManagementSettingsRequest_descriptor, + new java.lang.String[] { "Registration", "ManagementSettings", "UpdateMask", }); + internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_descriptor = + getDescriptor().getMessageTypes().get(17); + internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ConfigureDnsSettingsRequest_descriptor, + new java.lang.String[] { "Registration", "DnsSettings", "UpdateMask", "ValidateOnly", }); + internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_descriptor = + getDescriptor().getMessageTypes().get(18); + internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ConfigureContactSettingsRequest_descriptor, + new java.lang.String[] { "Registration", "ContactSettings", "UpdateMask", "ContactNotices", "ValidateOnly", }); + internal_static_google_cloud_domains_v1_ExportRegistrationRequest_descriptor = + getDescriptor().getMessageTypes().get(19); + internal_static_google_cloud_domains_v1_ExportRegistrationRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ExportRegistrationRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_descriptor = + getDescriptor().getMessageTypes().get(20); + internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_DeleteRegistrationRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_descriptor = + getDescriptor().getMessageTypes().get(21); + internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_descriptor, + new java.lang.String[] { "Registration", }); + internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_descriptor = + getDescriptor().getMessageTypes().get(22); + internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_descriptor, + new java.lang.String[] { "Registration", }); + internal_static_google_cloud_domains_v1_RegisterParameters_descriptor = + getDescriptor().getMessageTypes().get(23); + internal_static_google_cloud_domains_v1_RegisterParameters_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_RegisterParameters_descriptor, + new java.lang.String[] { "DomainName", "Availability", "SupportedPrivacy", "DomainNotices", "YearlyPrice", }); + internal_static_google_cloud_domains_v1_TransferParameters_descriptor = + getDescriptor().getMessageTypes().get(24); + internal_static_google_cloud_domains_v1_TransferParameters_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_TransferParameters_descriptor, + new java.lang.String[] { "DomainName", "CurrentRegistrar", "NameServers", "TransferLockState", "SupportedPrivacy", "YearlyPrice", }); + internal_static_google_cloud_domains_v1_AuthorizationCode_descriptor = + getDescriptor().getMessageTypes().get(25); + internal_static_google_cloud_domains_v1_AuthorizationCode_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_AuthorizationCode_descriptor, + new java.lang.String[] { "Code", }); + internal_static_google_cloud_domains_v1_OperationMetadata_descriptor = + getDescriptor().getMessageTypes().get(26); + internal_static_google_cloud_domains_v1_OperationMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_domains_v1_OperationMetadata_descriptor, + new java.lang.String[] { "CreateTime", "EndTime", "Target", "Verb", "StatusDetail", "ApiVersion", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resource); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.longrunning.OperationsProto.operationInfo); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.FieldMaskProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + com.google.type.MoneyProto.getDescriptor(); + com.google.type.PostalAddressProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ExportRegistrationRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ExportRegistrationRequest.java new file mode 100644 index 00000000..3f615155 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ExportRegistrationRequest.java @@ -0,0 +1,600 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `ExportRegistration` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ExportRegistrationRequest} + */ +public final class ExportRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ExportRegistrationRequest) + ExportRegistrationRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use ExportRegistrationRequest.newBuilder() to construct. + private ExportRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ExportRegistrationRequest() { + name_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ExportRegistrationRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ExportRegistrationRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ExportRegistrationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ExportRegistrationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ExportRegistrationRequest.class, com.google.cloud.domains.v1.ExportRegistrationRequest.Builder.class); + } + + public static final int NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object name_; + /** + *
+   * Required. The name of the `Registration` to export,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + @java.lang.Override + public java.lang.String getName() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } + } + /** + *
+   * Required. The name of the `Registration` to export,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + @java.lang.Override + 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); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + 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_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ExportRegistrationRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ExportRegistrationRequest other = (com.google.cloud.domains.v1.ExportRegistrationRequest) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + NAME_FIELD_NUMBER; + hash = (53 * hash) + getName().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest 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.cloud.domains.v1.ExportRegistrationRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ExportRegistrationRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ExportRegistrationRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `ExportRegistration` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ExportRegistrationRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ExportRegistrationRequest) + com.google.cloud.domains.v1.ExportRegistrationRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ExportRegistrationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ExportRegistrationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ExportRegistrationRequest.class, com.google.cloud.domains.v1.ExportRegistrationRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ExportRegistrationRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + name_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ExportRegistrationRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ExportRegistrationRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ExportRegistrationRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ExportRegistrationRequest build() { + com.google.cloud.domains.v1.ExportRegistrationRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ExportRegistrationRequest buildPartial() { + com.google.cloud.domains.v1.ExportRegistrationRequest result = new com.google.cloud.domains.v1.ExportRegistrationRequest(this); + result.name_ = name_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ExportRegistrationRequest) { + return mergeFrom((com.google.cloud.domains.v1.ExportRegistrationRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ExportRegistrationRequest other) { + if (other == com.google.cloud.domains.v1.ExportRegistrationRequest.getDefaultInstance()) return this; + if (!other.getName().isEmpty()) { + name_ = other.name_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ExportRegistrationRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ExportRegistrationRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object name_ = ""; + /** + *
+     * Required. The name of the `Registration` to export,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @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; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The name of the `Registration` to export,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + 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); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The name of the `Registration` to export,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The name to set. + * @return This builder for chaining. + */ + public Builder setName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + name_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` to export,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearName() { + + name_ = getDefaultInstance().getName(); + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` to export,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for name to set. + * @return This builder for chaining. + */ + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + name_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ExportRegistrationRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ExportRegistrationRequest) + private static final com.google.cloud.domains.v1.ExportRegistrationRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ExportRegistrationRequest(); + } + + public static com.google.cloud.domains.v1.ExportRegistrationRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExportRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ExportRegistrationRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ExportRegistrationRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ExportRegistrationRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ExportRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..66accc9b --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ExportRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ExportRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ExportRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to export,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to export,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/GetRegistrationRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/GetRegistrationRequest.java new file mode 100644 index 00000000..b55437bd --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/GetRegistrationRequest.java @@ -0,0 +1,600 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `GetRegistration` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.GetRegistrationRequest} + */ +public final class GetRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.GetRegistrationRequest) + GetRegistrationRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use GetRegistrationRequest.newBuilder() to construct. + private GetRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private GetRegistrationRequest() { + name_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new GetRegistrationRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private GetRegistrationRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_GetRegistrationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_GetRegistrationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.GetRegistrationRequest.class, com.google.cloud.domains.v1.GetRegistrationRequest.Builder.class); + } + + public static final int NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object name_; + /** + *
+   * Required. The name of the `Registration` to get, in the format
+   * `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + @java.lang.Override + public java.lang.String getName() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } + } + /** + *
+   * Required. The name of the `Registration` to get, in the format
+   * `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + @java.lang.Override + 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); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + 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_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.GetRegistrationRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.GetRegistrationRequest other = (com.google.cloud.domains.v1.GetRegistrationRequest) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + NAME_FIELD_NUMBER; + hash = (53 * hash) + getName().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.GetRegistrationRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest 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.cloud.domains.v1.GetRegistrationRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.GetRegistrationRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.GetRegistrationRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `GetRegistration` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.GetRegistrationRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.GetRegistrationRequest) + com.google.cloud.domains.v1.GetRegistrationRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_GetRegistrationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_GetRegistrationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.GetRegistrationRequest.class, com.google.cloud.domains.v1.GetRegistrationRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.GetRegistrationRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + name_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_GetRegistrationRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.GetRegistrationRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.GetRegistrationRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.GetRegistrationRequest build() { + com.google.cloud.domains.v1.GetRegistrationRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.GetRegistrationRequest buildPartial() { + com.google.cloud.domains.v1.GetRegistrationRequest result = new com.google.cloud.domains.v1.GetRegistrationRequest(this); + result.name_ = name_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.GetRegistrationRequest) { + return mergeFrom((com.google.cloud.domains.v1.GetRegistrationRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.GetRegistrationRequest other) { + if (other == com.google.cloud.domains.v1.GetRegistrationRequest.getDefaultInstance()) return this; + if (!other.getName().isEmpty()) { + name_ = other.name_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.GetRegistrationRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.GetRegistrationRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object name_ = ""; + /** + *
+     * Required. The name of the `Registration` to get, in the format
+     * `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @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; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The name of the `Registration` to get, in the format
+     * `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + 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); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The name of the `Registration` to get, in the format
+     * `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The name to set. + * @return This builder for chaining. + */ + public Builder setName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + name_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` to get, in the format
+     * `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearName() { + + name_ = getDefaultInstance().getName(); + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` to get, in the format
+     * `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for name to set. + * @return This builder for chaining. + */ + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + name_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.GetRegistrationRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.GetRegistrationRequest) + private static final com.google.cloud.domains.v1.GetRegistrationRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.GetRegistrationRequest(); + } + + public static com.google.cloud.domains.v1.GetRegistrationRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetRegistrationRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.GetRegistrationRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/GetRegistrationRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/GetRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..5ab3859a --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/GetRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface GetRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.GetRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to get, in the format
+   * `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to get, in the format
+   * `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsRequest.java new file mode 100644 index 00000000..d9012da0 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsRequest.java @@ -0,0 +1,1103 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `ListRegistrations` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ListRegistrationsRequest} + */ +public final class ListRegistrationsRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ListRegistrationsRequest) + ListRegistrationsRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use ListRegistrationsRequest.newBuilder() to construct. + private ListRegistrationsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ListRegistrationsRequest() { + parent_ = ""; + pageToken_ = ""; + filter_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ListRegistrationsRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ListRegistrationsRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + parent_ = s; + break; + } + case 16: { + + pageSize_ = input.readInt32(); + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + + pageToken_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + filter_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ListRegistrationsRequest.class, com.google.cloud.domains.v1.ListRegistrationsRequest.Builder.class); + } + + public static final int PARENT_FIELD_NUMBER = 1; + private volatile java.lang.Object parent_; + /** + *
+   * Required. The project and location from which to list `Registration`s, specified in
+   * the format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + @java.lang.Override + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } + } + /** + *
+   * Required. The project and location from which to list `Registration`s, specified in
+   * the format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int PAGE_SIZE_FIELD_NUMBER = 2; + private int pageSize_; + /** + *
+   * Maximum number of results to return.
+   * 
+ * + * int32 page_size = 2; + * @return The pageSize. + */ + @java.lang.Override + public int getPageSize() { + return pageSize_; + } + + public static final int PAGE_TOKEN_FIELD_NUMBER = 3; + private volatile java.lang.Object pageToken_; + /** + *
+   * When set to the `next_page_token` from a prior response, provides the next
+   * page of results.
+   * 
+ * + * string page_token = 3; + * @return The pageToken. + */ + @java.lang.Override + public java.lang.String getPageToken() { + java.lang.Object ref = pageToken_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + pageToken_ = s; + return s; + } + } + /** + *
+   * When set to the `next_page_token` from a prior response, provides the next
+   * page of results.
+   * 
+ * + * string page_token = 3; + * @return The bytes for pageToken. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getPageTokenBytes() { + java.lang.Object ref = pageToken_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + pageToken_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int FILTER_FIELD_NUMBER = 4; + private volatile java.lang.Object filter_; + /** + *
+   * Filter expression to restrict the `Registration`s returned.
+   * The expression must specify the field name, a comparison operator, and the
+   * value that you want to use for filtering. The value must be a string, a
+   * number, a boolean, or an enum value. The comparison operator should be one
+   * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+   * For example, to filter to a specific domain name, use an expression like
+   * `domainName="example.com"`. You can also check for the existence of a
+   * field; for example, to find domains using custom DNS settings, use an
+   * expression like `dnsSettings.customDns:*`.
+   * You can also create compound filters by combining expressions with the
+   * `AND` and `OR` operators. For example, to find domains that are suspended
+   * or have specific issues flagged, use an expression like
+   * `(state=SUSPENDED) OR (issue:*)`.
+   * 
+ * + * string filter = 4; + * @return The filter. + */ + @java.lang.Override + public java.lang.String getFilter() { + java.lang.Object ref = filter_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + filter_ = s; + return s; + } + } + /** + *
+   * Filter expression to restrict the `Registration`s returned.
+   * The expression must specify the field name, a comparison operator, and the
+   * value that you want to use for filtering. The value must be a string, a
+   * number, a boolean, or an enum value. The comparison operator should be one
+   * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+   * For example, to filter to a specific domain name, use an expression like
+   * `domainName="example.com"`. You can also check for the existence of a
+   * field; for example, to find domains using custom DNS settings, use an
+   * expression like `dnsSettings.customDns:*`.
+   * You can also create compound filters by combining expressions with the
+   * `AND` and `OR` operators. For example, to find domains that are suspended
+   * or have specific issues flagged, use an expression like
+   * `(state=SUSPENDED) OR (issue:*)`.
+   * 
+ * + * string filter = 4; + * @return The bytes for filter. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getFilterBytes() { + java.lang.Object ref = filter_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + filter_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); + } + if (pageSize_ != 0) { + output.writeInt32(2, pageSize_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filter_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, filter_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); + } + if (pageSize_ != 0) { + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(2, pageSize_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filter_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, filter_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ListRegistrationsRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ListRegistrationsRequest other = (com.google.cloud.domains.v1.ListRegistrationsRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; + if (!getFilter() + .equals(other.getFilter())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + PARENT_FIELD_NUMBER; + hash = (53 * hash) + getParent().hashCode(); + hash = (37 * hash) + PAGE_SIZE_FIELD_NUMBER; + hash = (53 * hash) + getPageSize(); + hash = (37 * hash) + PAGE_TOKEN_FIELD_NUMBER; + hash = (53 * hash) + getPageToken().hashCode(); + hash = (37 * hash) + FILTER_FIELD_NUMBER; + hash = (53 * hash) + getFilter().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest 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.cloud.domains.v1.ListRegistrationsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ListRegistrationsRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ListRegistrationsRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `ListRegistrations` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ListRegistrationsRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ListRegistrationsRequest) + com.google.cloud.domains.v1.ListRegistrationsRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ListRegistrationsRequest.class, com.google.cloud.domains.v1.ListRegistrationsRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ListRegistrationsRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + parent_ = ""; + + pageSize_ = 0; + + pageToken_ = ""; + + filter_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ListRegistrationsRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ListRegistrationsRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ListRegistrationsRequest build() { + com.google.cloud.domains.v1.ListRegistrationsRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ListRegistrationsRequest buildPartial() { + com.google.cloud.domains.v1.ListRegistrationsRequest result = new com.google.cloud.domains.v1.ListRegistrationsRequest(this); + result.parent_ = parent_; + result.pageSize_ = pageSize_; + result.pageToken_ = pageToken_; + result.filter_ = filter_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ListRegistrationsRequest) { + return mergeFrom((com.google.cloud.domains.v1.ListRegistrationsRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ListRegistrationsRequest other) { + if (other == com.google.cloud.domains.v1.ListRegistrationsRequest.getDefaultInstance()) return this; + if (!other.getParent().isEmpty()) { + parent_ = other.parent_; + onChanged(); + } + if (other.getPageSize() != 0) { + setPageSize(other.getPageSize()); + } + if (!other.getPageToken().isEmpty()) { + pageToken_ = other.pageToken_; + onChanged(); + } + if (!other.getFilter().isEmpty()) { + filter_ = other.filter_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ListRegistrationsRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ListRegistrationsRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object parent_ = ""; + /** + *
+     * Required. The project and location from which to list `Registration`s, specified in
+     * the format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The project and location from which to list `Registration`s, specified in
+     * the format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The project and location from which to list `Registration`s, specified in
+     * the format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The parent to set. + * @return This builder for chaining. + */ + public Builder setParent( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + parent_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The project and location from which to list `Registration`s, specified in
+     * the format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearParent() { + + parent_ = getDefaultInstance().getParent(); + onChanged(); + return this; + } + /** + *
+     * Required. The project and location from which to list `Registration`s, specified in
+     * the format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for parent to set. + * @return This builder for chaining. + */ + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + parent_ = value; + onChanged(); + return this; + } + + private int pageSize_ ; + /** + *
+     * Maximum number of results to return.
+     * 
+ * + * int32 page_size = 2; + * @return The pageSize. + */ + @java.lang.Override + public int getPageSize() { + return pageSize_; + } + /** + *
+     * Maximum number of results to return.
+     * 
+ * + * int32 page_size = 2; + * @param value The pageSize to set. + * @return This builder for chaining. + */ + public Builder setPageSize(int value) { + + pageSize_ = value; + onChanged(); + return this; + } + /** + *
+     * Maximum number of results to return.
+     * 
+ * + * int32 page_size = 2; + * @return This builder for chaining. + */ + public Builder clearPageSize() { + + pageSize_ = 0; + onChanged(); + return this; + } + + private java.lang.Object pageToken_ = ""; + /** + *
+     * When set to the `next_page_token` from a prior response, provides the next
+     * page of results.
+     * 
+ * + * string page_token = 3; + * @return The pageToken. + */ + public java.lang.String getPageToken() { + java.lang.Object ref = pageToken_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + pageToken_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * When set to the `next_page_token` from a prior response, provides the next
+     * page of results.
+     * 
+ * + * string page_token = 3; + * @return The bytes for pageToken. + */ + public com.google.protobuf.ByteString + getPageTokenBytes() { + java.lang.Object ref = pageToken_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + pageToken_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * When set to the `next_page_token` from a prior response, provides the next
+     * page of results.
+     * 
+ * + * string page_token = 3; + * @param value The pageToken to set. + * @return This builder for chaining. + */ + public Builder setPageToken( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + pageToken_ = value; + onChanged(); + return this; + } + /** + *
+     * When set to the `next_page_token` from a prior response, provides the next
+     * page of results.
+     * 
+ * + * string page_token = 3; + * @return This builder for chaining. + */ + public Builder clearPageToken() { + + pageToken_ = getDefaultInstance().getPageToken(); + onChanged(); + return this; + } + /** + *
+     * When set to the `next_page_token` from a prior response, provides the next
+     * page of results.
+     * 
+ * + * string page_token = 3; + * @param value The bytes for pageToken to set. + * @return This builder for chaining. + */ + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + pageToken_ = value; + onChanged(); + return this; + } + + private java.lang.Object filter_ = ""; + /** + *
+     * Filter expression to restrict the `Registration`s returned.
+     * The expression must specify the field name, a comparison operator, and the
+     * value that you want to use for filtering. The value must be a string, a
+     * number, a boolean, or an enum value. The comparison operator should be one
+     * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+     * For example, to filter to a specific domain name, use an expression like
+     * `domainName="example.com"`. You can also check for the existence of a
+     * field; for example, to find domains using custom DNS settings, use an
+     * expression like `dnsSettings.customDns:*`.
+     * You can also create compound filters by combining expressions with the
+     * `AND` and `OR` operators. For example, to find domains that are suspended
+     * or have specific issues flagged, use an expression like
+     * `(state=SUSPENDED) OR (issue:*)`.
+     * 
+ * + * string filter = 4; + * @return The filter. + */ + public java.lang.String getFilter() { + java.lang.Object ref = filter_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + filter_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Filter expression to restrict the `Registration`s returned.
+     * The expression must specify the field name, a comparison operator, and the
+     * value that you want to use for filtering. The value must be a string, a
+     * number, a boolean, or an enum value. The comparison operator should be one
+     * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+     * For example, to filter to a specific domain name, use an expression like
+     * `domainName="example.com"`. You can also check for the existence of a
+     * field; for example, to find domains using custom DNS settings, use an
+     * expression like `dnsSettings.customDns:*`.
+     * You can also create compound filters by combining expressions with the
+     * `AND` and `OR` operators. For example, to find domains that are suspended
+     * or have specific issues flagged, use an expression like
+     * `(state=SUSPENDED) OR (issue:*)`.
+     * 
+ * + * string filter = 4; + * @return The bytes for filter. + */ + public com.google.protobuf.ByteString + getFilterBytes() { + java.lang.Object ref = filter_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + filter_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Filter expression to restrict the `Registration`s returned.
+     * The expression must specify the field name, a comparison operator, and the
+     * value that you want to use for filtering. The value must be a string, a
+     * number, a boolean, or an enum value. The comparison operator should be one
+     * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+     * For example, to filter to a specific domain name, use an expression like
+     * `domainName="example.com"`. You can also check for the existence of a
+     * field; for example, to find domains using custom DNS settings, use an
+     * expression like `dnsSettings.customDns:*`.
+     * You can also create compound filters by combining expressions with the
+     * `AND` and `OR` operators. For example, to find domains that are suspended
+     * or have specific issues flagged, use an expression like
+     * `(state=SUSPENDED) OR (issue:*)`.
+     * 
+ * + * string filter = 4; + * @param value The filter to set. + * @return This builder for chaining. + */ + public Builder setFilter( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + filter_ = value; + onChanged(); + return this; + } + /** + *
+     * Filter expression to restrict the `Registration`s returned.
+     * The expression must specify the field name, a comparison operator, and the
+     * value that you want to use for filtering. The value must be a string, a
+     * number, a boolean, or an enum value. The comparison operator should be one
+     * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+     * For example, to filter to a specific domain name, use an expression like
+     * `domainName="example.com"`. You can also check for the existence of a
+     * field; for example, to find domains using custom DNS settings, use an
+     * expression like `dnsSettings.customDns:*`.
+     * You can also create compound filters by combining expressions with the
+     * `AND` and `OR` operators. For example, to find domains that are suspended
+     * or have specific issues flagged, use an expression like
+     * `(state=SUSPENDED) OR (issue:*)`.
+     * 
+ * + * string filter = 4; + * @return This builder for chaining. + */ + public Builder clearFilter() { + + filter_ = getDefaultInstance().getFilter(); + onChanged(); + return this; + } + /** + *
+     * Filter expression to restrict the `Registration`s returned.
+     * The expression must specify the field name, a comparison operator, and the
+     * value that you want to use for filtering. The value must be a string, a
+     * number, a boolean, or an enum value. The comparison operator should be one
+     * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+     * For example, to filter to a specific domain name, use an expression like
+     * `domainName="example.com"`. You can also check for the existence of a
+     * field; for example, to find domains using custom DNS settings, use an
+     * expression like `dnsSettings.customDns:*`.
+     * You can also create compound filters by combining expressions with the
+     * `AND` and `OR` operators. For example, to find domains that are suspended
+     * or have specific issues flagged, use an expression like
+     * `(state=SUSPENDED) OR (issue:*)`.
+     * 
+ * + * string filter = 4; + * @param value The bytes for filter to set. + * @return This builder for chaining. + */ + public Builder setFilterBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + filter_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ListRegistrationsRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ListRegistrationsRequest) + private static final com.google.cloud.domains.v1.ListRegistrationsRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ListRegistrationsRequest(); + } + + public static com.google.cloud.domains.v1.ListRegistrationsRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListRegistrationsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ListRegistrationsRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ListRegistrationsRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsRequestOrBuilder.java new file mode 100644 index 00000000..e17ba7c0 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsRequestOrBuilder.java @@ -0,0 +1,107 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ListRegistrationsRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ListRegistrationsRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The project and location from which to list `Registration`s, specified in
+   * the format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. The project and location from which to list `Registration`s, specified in
+   * the format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); + + /** + *
+   * Maximum number of results to return.
+   * 
+ * + * int32 page_size = 2; + * @return The pageSize. + */ + int getPageSize(); + + /** + *
+   * When set to the `next_page_token` from a prior response, provides the next
+   * page of results.
+   * 
+ * + * string page_token = 3; + * @return The pageToken. + */ + java.lang.String getPageToken(); + /** + *
+   * When set to the `next_page_token` from a prior response, provides the next
+   * page of results.
+   * 
+ * + * string page_token = 3; + * @return The bytes for pageToken. + */ + com.google.protobuf.ByteString + getPageTokenBytes(); + + /** + *
+   * Filter expression to restrict the `Registration`s returned.
+   * The expression must specify the field name, a comparison operator, and the
+   * value that you want to use for filtering. The value must be a string, a
+   * number, a boolean, or an enum value. The comparison operator should be one
+   * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+   * For example, to filter to a specific domain name, use an expression like
+   * `domainName="example.com"`. You can also check for the existence of a
+   * field; for example, to find domains using custom DNS settings, use an
+   * expression like `dnsSettings.customDns:*`.
+   * You can also create compound filters by combining expressions with the
+   * `AND` and `OR` operators. For example, to find domains that are suspended
+   * or have specific issues flagged, use an expression like
+   * `(state=SUSPENDED) OR (issue:*)`.
+   * 
+ * + * string filter = 4; + * @return The filter. + */ + java.lang.String getFilter(); + /** + *
+   * Filter expression to restrict the `Registration`s returned.
+   * The expression must specify the field name, a comparison operator, and the
+   * value that you want to use for filtering. The value must be a string, a
+   * number, a boolean, or an enum value. The comparison operator should be one
+   * of =, !=, >, <, >=, <=, or : for prefix or wildcard matches.
+   * For example, to filter to a specific domain name, use an expression like
+   * `domainName="example.com"`. You can also check for the existence of a
+   * field; for example, to find domains using custom DNS settings, use an
+   * expression like `dnsSettings.customDns:*`.
+   * You can also create compound filters by combining expressions with the
+   * `AND` and `OR` operators. For example, to find domains that are suspended
+   * or have specific issues flagged, use an expression like
+   * `(state=SUSPENDED) OR (issue:*)`.
+   * 
+ * + * string filter = 4; + * @return The bytes for filter. + */ + com.google.protobuf.ByteString + getFilterBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsResponse.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsResponse.java new file mode 100644 index 00000000..aa4e2331 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsResponse.java @@ -0,0 +1,1043 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Response for the `ListRegistrations` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ListRegistrationsResponse} + */ +public final class ListRegistrationsResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ListRegistrationsResponse) + ListRegistrationsResponseOrBuilder { +private static final long serialVersionUID = 0L; + // Use ListRegistrationsResponse.newBuilder() to construct. + private ListRegistrationsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ListRegistrationsResponse() { + registrations_ = java.util.Collections.emptyList(); + nextPageToken_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ListRegistrationsResponse(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ListRegistrationsResponse( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + registrations_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + registrations_.add( + input.readMessage(com.google.cloud.domains.v1.Registration.parser(), extensionRegistry)); + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + nextPageToken_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + registrations_ = java.util.Collections.unmodifiableList(registrations_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ListRegistrationsResponse.class, com.google.cloud.domains.v1.ListRegistrationsResponse.Builder.class); + } + + public static final int REGISTRATIONS_FIELD_NUMBER = 1; + private java.util.List registrations_; + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + @java.lang.Override + public java.util.List getRegistrationsList() { + return registrations_; + } + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + @java.lang.Override + public java.util.List + getRegistrationsOrBuilderList() { + return registrations_; + } + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + @java.lang.Override + public int getRegistrationsCount() { + return registrations_.size(); + } + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.Registration getRegistrations(int index) { + return registrations_.get(index); + } + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationsOrBuilder( + int index) { + return registrations_.get(index); + } + + public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; + private volatile java.lang.Object nextPageToken_; + /** + *
+   * When present, there are more results to retrieve. Set `page_token` to this
+   * value on a subsequent call to get the next page of results.
+   * 
+ * + * string next_page_token = 2; + * @return The nextPageToken. + */ + @java.lang.Override + public java.lang.String getNextPageToken() { + java.lang.Object ref = nextPageToken_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + nextPageToken_ = s; + return s; + } + } + /** + *
+   * When present, there are more results to retrieve. Set `page_token` to this
+   * value on a subsequent call to get the next page of results.
+   * 
+ * + * string next_page_token = 2; + * @return The bytes for nextPageToken. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getNextPageTokenBytes() { + java.lang.Object ref = nextPageToken_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + nextPageToken_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + for (int i = 0; i < registrations_.size(); i++) { + output.writeMessage(1, registrations_.get(i)); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + for (int i = 0; i < registrations_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, registrations_.get(i)); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ListRegistrationsResponse)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ListRegistrationsResponse other = (com.google.cloud.domains.v1.ListRegistrationsResponse) obj; + + if (!getRegistrationsList() + .equals(other.getRegistrationsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (getRegistrationsCount() > 0) { + hash = (37 * hash) + REGISTRATIONS_FIELD_NUMBER; + hash = (53 * hash) + getRegistrationsList().hashCode(); + } + hash = (37 * hash) + NEXT_PAGE_TOKEN_FIELD_NUMBER; + hash = (53 * hash) + getNextPageToken().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse 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.cloud.domains.v1.ListRegistrationsResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ListRegistrationsResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ListRegistrationsResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Response for the `ListRegistrations` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ListRegistrationsResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ListRegistrationsResponse) + com.google.cloud.domains.v1.ListRegistrationsResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ListRegistrationsResponse.class, com.google.cloud.domains.v1.ListRegistrationsResponse.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ListRegistrationsResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + getRegistrationsFieldBuilder(); + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (registrationsBuilder_ == null) { + registrations_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + } else { + registrationsBuilder_.clear(); + } + nextPageToken_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ListRegistrationsResponse_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ListRegistrationsResponse getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ListRegistrationsResponse.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ListRegistrationsResponse build() { + com.google.cloud.domains.v1.ListRegistrationsResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ListRegistrationsResponse buildPartial() { + com.google.cloud.domains.v1.ListRegistrationsResponse result = new com.google.cloud.domains.v1.ListRegistrationsResponse(this); + int from_bitField0_ = bitField0_; + if (registrationsBuilder_ == null) { + if (((bitField0_ & 0x00000001) != 0)) { + registrations_ = java.util.Collections.unmodifiableList(registrations_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.registrations_ = registrations_; + } else { + result.registrations_ = registrationsBuilder_.build(); + } + result.nextPageToken_ = nextPageToken_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ListRegistrationsResponse) { + return mergeFrom((com.google.cloud.domains.v1.ListRegistrationsResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ListRegistrationsResponse other) { + if (other == com.google.cloud.domains.v1.ListRegistrationsResponse.getDefaultInstance()) return this; + if (registrationsBuilder_ == null) { + if (!other.registrations_.isEmpty()) { + if (registrations_.isEmpty()) { + registrations_ = other.registrations_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureRegistrationsIsMutable(); + registrations_.addAll(other.registrations_); + } + onChanged(); + } + } else { + if (!other.registrations_.isEmpty()) { + if (registrationsBuilder_.isEmpty()) { + registrationsBuilder_.dispose(); + registrationsBuilder_ = null; + registrations_ = other.registrations_; + bitField0_ = (bitField0_ & ~0x00000001); + registrationsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getRegistrationsFieldBuilder() : null; + } else { + registrationsBuilder_.addAllMessages(other.registrations_); + } + } + } + if (!other.getNextPageToken().isEmpty()) { + nextPageToken_ = other.nextPageToken_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ListRegistrationsResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ListRegistrationsResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.util.List registrations_ = + java.util.Collections.emptyList(); + private void ensureRegistrationsIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + registrations_ = new java.util.ArrayList(registrations_); + bitField0_ |= 0x00000001; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder> registrationsBuilder_; + + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public java.util.List getRegistrationsList() { + if (registrationsBuilder_ == null) { + return java.util.Collections.unmodifiableList(registrations_); + } else { + return registrationsBuilder_.getMessageList(); + } + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public int getRegistrationsCount() { + if (registrationsBuilder_ == null) { + return registrations_.size(); + } else { + return registrationsBuilder_.getCount(); + } + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public com.google.cloud.domains.v1.Registration getRegistrations(int index) { + if (registrationsBuilder_ == null) { + return registrations_.get(index); + } else { + return registrationsBuilder_.getMessage(index); + } + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder setRegistrations( + int index, com.google.cloud.domains.v1.Registration value) { + if (registrationsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureRegistrationsIsMutable(); + registrations_.set(index, value); + onChanged(); + } else { + registrationsBuilder_.setMessage(index, value); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder setRegistrations( + int index, com.google.cloud.domains.v1.Registration.Builder builderForValue) { + if (registrationsBuilder_ == null) { + ensureRegistrationsIsMutable(); + registrations_.set(index, builderForValue.build()); + onChanged(); + } else { + registrationsBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder addRegistrations(com.google.cloud.domains.v1.Registration value) { + if (registrationsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureRegistrationsIsMutable(); + registrations_.add(value); + onChanged(); + } else { + registrationsBuilder_.addMessage(value); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder addRegistrations( + int index, com.google.cloud.domains.v1.Registration value) { + if (registrationsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureRegistrationsIsMutable(); + registrations_.add(index, value); + onChanged(); + } else { + registrationsBuilder_.addMessage(index, value); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder addRegistrations( + com.google.cloud.domains.v1.Registration.Builder builderForValue) { + if (registrationsBuilder_ == null) { + ensureRegistrationsIsMutable(); + registrations_.add(builderForValue.build()); + onChanged(); + } else { + registrationsBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder addRegistrations( + int index, com.google.cloud.domains.v1.Registration.Builder builderForValue) { + if (registrationsBuilder_ == null) { + ensureRegistrationsIsMutable(); + registrations_.add(index, builderForValue.build()); + onChanged(); + } else { + registrationsBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder addAllRegistrations( + java.lang.Iterable values) { + if (registrationsBuilder_ == null) { + ensureRegistrationsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, registrations_); + onChanged(); + } else { + registrationsBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder clearRegistrations() { + if (registrationsBuilder_ == null) { + registrations_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + } else { + registrationsBuilder_.clear(); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public Builder removeRegistrations(int index) { + if (registrationsBuilder_ == null) { + ensureRegistrationsIsMutable(); + registrations_.remove(index); + onChanged(); + } else { + registrationsBuilder_.remove(index); + } + return this; + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public com.google.cloud.domains.v1.Registration.Builder getRegistrationsBuilder( + int index) { + return getRegistrationsFieldBuilder().getBuilder(index); + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationsOrBuilder( + int index) { + if (registrationsBuilder_ == null) { + return registrations_.get(index); } else { + return registrationsBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public java.util.List + getRegistrationsOrBuilderList() { + if (registrationsBuilder_ != null) { + return registrationsBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(registrations_); + } + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public com.google.cloud.domains.v1.Registration.Builder addRegistrationsBuilder() { + return getRegistrationsFieldBuilder().addBuilder( + com.google.cloud.domains.v1.Registration.getDefaultInstance()); + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public com.google.cloud.domains.v1.Registration.Builder addRegistrationsBuilder( + int index) { + return getRegistrationsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1.Registration.getDefaultInstance()); + } + /** + *
+     * A list of `Registration`s.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + public java.util.List + getRegistrationsBuilderList() { + return getRegistrationsFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder> + getRegistrationsFieldBuilder() { + if (registrationsBuilder_ == null) { + registrationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder>( + registrations_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); + registrations_ = null; + } + return registrationsBuilder_; + } + + private java.lang.Object nextPageToken_ = ""; + /** + *
+     * When present, there are more results to retrieve. Set `page_token` to this
+     * value on a subsequent call to get the next page of results.
+     * 
+ * + * string next_page_token = 2; + * @return The nextPageToken. + */ + public java.lang.String getNextPageToken() { + java.lang.Object ref = nextPageToken_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + nextPageToken_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * When present, there are more results to retrieve. Set `page_token` to this
+     * value on a subsequent call to get the next page of results.
+     * 
+ * + * string next_page_token = 2; + * @return The bytes for nextPageToken. + */ + public com.google.protobuf.ByteString + getNextPageTokenBytes() { + java.lang.Object ref = nextPageToken_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + nextPageToken_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * When present, there are more results to retrieve. Set `page_token` to this
+     * value on a subsequent call to get the next page of results.
+     * 
+ * + * string next_page_token = 2; + * @param value The nextPageToken to set. + * @return This builder for chaining. + */ + public Builder setNextPageToken( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + nextPageToken_ = value; + onChanged(); + return this; + } + /** + *
+     * When present, there are more results to retrieve. Set `page_token` to this
+     * value on a subsequent call to get the next page of results.
+     * 
+ * + * string next_page_token = 2; + * @return This builder for chaining. + */ + public Builder clearNextPageToken() { + + nextPageToken_ = getDefaultInstance().getNextPageToken(); + onChanged(); + return this; + } + /** + *
+     * When present, there are more results to retrieve. Set `page_token` to this
+     * value on a subsequent call to get the next page of results.
+     * 
+ * + * string next_page_token = 2; + * @param value The bytes for nextPageToken to set. + * @return This builder for chaining. + */ + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + nextPageToken_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ListRegistrationsResponse) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ListRegistrationsResponse) + private static final com.google.cloud.domains.v1.ListRegistrationsResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ListRegistrationsResponse(); + } + + public static com.google.cloud.domains.v1.ListRegistrationsResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListRegistrationsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ListRegistrationsResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ListRegistrationsResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsResponseOrBuilder.java new file mode 100644 index 00000000..da74868d --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ListRegistrationsResponseOrBuilder.java @@ -0,0 +1,75 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ListRegistrationsResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ListRegistrationsResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + java.util.List + getRegistrationsList(); + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + com.google.cloud.domains.v1.Registration getRegistrations(int index); + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + int getRegistrationsCount(); + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + java.util.List + getRegistrationsOrBuilderList(); + /** + *
+   * A list of `Registration`s.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration registrations = 1; + */ + com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationsOrBuilder( + int index); + + /** + *
+   * When present, there are more results to retrieve. Set `page_token` to this
+   * value on a subsequent call to get the next page of results.
+   * 
+ * + * string next_page_token = 2; + * @return The nextPageToken. + */ + java.lang.String getNextPageToken(); + /** + *
+   * When present, there are more results to retrieve. Set `page_token` to this
+   * value on a subsequent call to get the next page of results.
+   * 
+ * + * string next_page_token = 2; + * @return The bytes for nextPageToken. + */ + com.google.protobuf.ByteString + getNextPageTokenBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/LocationName.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/LocationName.java new file mode 100644 index 00000000..57186634 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/LocationName.java @@ -0,0 +1,192 @@ +/* + * Copyright 2021 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.domains.v1; + +import com.google.api.pathtemplate.PathTemplate; +import com.google.api.resourcenames.ResourceName; +import com.google.common.base.Preconditions; +import com.google.common.collect.ImmutableMap; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +@Generated("by gapic-generator-java") +public class LocationName implements ResourceName { + private static final PathTemplate PROJECT_LOCATION = + PathTemplate.createWithoutUrlEncoding("projects/{project}/locations/{location}"); + private volatile Map fieldValuesMap; + private final String project; + private final String location; + + @Deprecated + protected LocationName() { + project = null; + location = null; + } + + private LocationName(Builder builder) { + project = Preconditions.checkNotNull(builder.getProject()); + location = Preconditions.checkNotNull(builder.getLocation()); + } + + public String getProject() { + return project; + } + + public String getLocation() { + return location; + } + + public static Builder newBuilder() { + return new Builder(); + } + + public Builder toBuilder() { + return new Builder(this); + } + + public static LocationName of(String project, String location) { + return newBuilder().setProject(project).setLocation(location).build(); + } + + public static String format(String project, String location) { + return newBuilder().setProject(project).setLocation(location).build().toString(); + } + + public static LocationName parse(String formattedString) { + if (formattedString.isEmpty()) { + return null; + } + Map matchMap = + PROJECT_LOCATION.validatedMatch( + formattedString, "LocationName.parse: formattedString not in valid format"); + return of(matchMap.get("project"), matchMap.get("location")); + } + + public static List parseList(List formattedStrings) { + List list = new ArrayList<>(formattedStrings.size()); + for (String formattedString : formattedStrings) { + list.add(parse(formattedString)); + } + return list; + } + + public static List toStringList(List values) { + List list = new ArrayList<>(values.size()); + for (LocationName value : values) { + if (value == null) { + list.add(""); + } else { + list.add(value.toString()); + } + } + return list; + } + + public static boolean isParsableFrom(String formattedString) { + return PROJECT_LOCATION.matches(formattedString); + } + + @Override + public Map getFieldValuesMap() { + if (fieldValuesMap == null) { + synchronized (this) { + if (fieldValuesMap == null) { + ImmutableMap.Builder fieldMapBuilder = ImmutableMap.builder(); + if (project != null) { + fieldMapBuilder.put("project", project); + } + if (location != null) { + fieldMapBuilder.put("location", location); + } + fieldValuesMap = fieldMapBuilder.build(); + } + } + } + return fieldValuesMap; + } + + public String getFieldValue(String fieldName) { + return getFieldValuesMap().get(fieldName); + } + + @Override + public String toString() { + return PROJECT_LOCATION.instantiate("project", project, "location", location); + } + + @Override + public boolean equals(Object o) { + if (o == this) { + return true; + } + if (o != null || getClass() == o.getClass()) { + LocationName that = ((LocationName) o); + return Objects.equals(this.project, that.project) + && Objects.equals(this.location, that.location); + } + return false; + } + + @Override + public int hashCode() { + int h = 1; + h *= 1000003; + h ^= Objects.hashCode(project); + h *= 1000003; + h ^= Objects.hashCode(location); + return h; + } + + /** Builder for projects/{project}/locations/{location}. */ + public static class Builder { + private String project; + private String location; + + protected Builder() {} + + public String getProject() { + return project; + } + + public String getLocation() { + return location; + } + + public Builder setProject(String project) { + this.project = project; + return this; + } + + public Builder setLocation(String location) { + this.location = location; + return this; + } + + private Builder(LocationName locationName) { + this.project = locationName.project; + this.location = locationName.location; + } + + public LocationName build() { + return new LocationName(this); + } + } +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ManagementSettings.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ManagementSettings.java new file mode 100644 index 00000000..12ca4211 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ManagementSettings.java @@ -0,0 +1,832 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Defines renewal, billing, and transfer settings for a `Registration`.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ManagementSettings} + */ +public final class ManagementSettings extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ManagementSettings) + ManagementSettingsOrBuilder { +private static final long serialVersionUID = 0L; + // Use ManagementSettings.newBuilder() to construct. + private ManagementSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ManagementSettings() { + renewalMethod_ = 0; + transferLockState_ = 0; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ManagementSettings(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ManagementSettings( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 24: { + int rawValue = input.readEnum(); + + renewalMethod_ = rawValue; + break; + } + case 32: { + int rawValue = input.readEnum(); + + transferLockState_ = rawValue; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ManagementSettings_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ManagementSettings_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ManagementSettings.class, com.google.cloud.domains.v1.ManagementSettings.Builder.class); + } + + /** + *
+   * Defines how the `Registration` is renewed.
+   * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.ManagementSettings.RenewalMethod} + */ + public enum RenewalMethod + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+     * The renewal method is undefined.
+     * 
+ * + * RENEWAL_METHOD_UNSPECIFIED = 0; + */ + RENEWAL_METHOD_UNSPECIFIED(0), + /** + *
+     * The domain is automatically renewed each year .
+     * To disable automatic renewals, delete the resource by calling
+     * `DeleteRegistration` or export it by calling `ExportRegistration`.
+     * 
+ * + * AUTOMATIC_RENEWAL = 1; + */ + AUTOMATIC_RENEWAL(1), + /** + *
+     * The domain must be explicitly renewed each year before its
+     * `expire_time`. This option is only available when the `Registration`
+     * is in state `EXPORTED`.
+     * To manage the domain's current billing and
+     * renewal settings, go to [Google Domains](https://domains.google/).
+     * 
+ * + * MANUAL_RENEWAL = 2; + */ + MANUAL_RENEWAL(2), + UNRECOGNIZED(-1), + ; + + /** + *
+     * The renewal method is undefined.
+     * 
+ * + * RENEWAL_METHOD_UNSPECIFIED = 0; + */ + public static final int RENEWAL_METHOD_UNSPECIFIED_VALUE = 0; + /** + *
+     * The domain is automatically renewed each year .
+     * To disable automatic renewals, delete the resource by calling
+     * `DeleteRegistration` or export it by calling `ExportRegistration`.
+     * 
+ * + * AUTOMATIC_RENEWAL = 1; + */ + public static final int AUTOMATIC_RENEWAL_VALUE = 1; + /** + *
+     * The domain must be explicitly renewed each year before its
+     * `expire_time`. This option is only available when the `Registration`
+     * is in state `EXPORTED`.
+     * To manage the domain's current billing and
+     * renewal settings, go to [Google Domains](https://domains.google/).
+     * 
+ * + * MANUAL_RENEWAL = 2; + */ + public static final int MANUAL_RENEWAL_VALUE = 2; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static RenewalMethod valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static RenewalMethod forNumber(int value) { + switch (value) { + case 0: return RENEWAL_METHOD_UNSPECIFIED; + case 1: return AUTOMATIC_RENEWAL; + case 2: return MANUAL_RENEWAL; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + RenewalMethod> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public RenewalMethod findValueByNumber(int number) { + return RenewalMethod.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.ManagementSettings.getDescriptor().getEnumTypes().get(0); + } + + private static final RenewalMethod[] VALUES = values(); + + public static RenewalMethod valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private RenewalMethod(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.ManagementSettings.RenewalMethod) + } + + public static final int RENEWAL_METHOD_FIELD_NUMBER = 3; + private int renewalMethod_; + /** + *
+   * Output only. The renewal method for this `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The enum numeric value on the wire for renewalMethod. + */ + @java.lang.Override public int getRenewalMethodValue() { + return renewalMethod_; + } + /** + *
+   * Output only. The renewal method for this `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The renewalMethod. + */ + @java.lang.Override public com.google.cloud.domains.v1.ManagementSettings.RenewalMethod getRenewalMethod() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ManagementSettings.RenewalMethod result = com.google.cloud.domains.v1.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); + return result == null ? com.google.cloud.domains.v1.ManagementSettings.RenewalMethod.UNRECOGNIZED : result; + } + + public static final int TRANSFER_LOCK_STATE_FIELD_NUMBER = 4; + private int transferLockState_; + /** + *
+   * Controls whether the domain can be transferred to another registrar.
+   * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + @java.lang.Override public int getTransferLockStateValue() { + return transferLockState_; + } + /** + *
+   * Controls whether the domain can be transferred to another registrar.
+   * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + @java.lang.Override public com.google.cloud.domains.v1.TransferLockState getTransferLockState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.TransferLockState result = com.google.cloud.domains.v1.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1.TransferLockState.UNRECOGNIZED : result; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (renewalMethod_ != com.google.cloud.domains.v1.ManagementSettings.RenewalMethod.RENEWAL_METHOD_UNSPECIFIED.getNumber()) { + output.writeEnum(3, renewalMethod_); + } + if (transferLockState_ != com.google.cloud.domains.v1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + output.writeEnum(4, transferLockState_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (renewalMethod_ != com.google.cloud.domains.v1.ManagementSettings.RenewalMethod.RENEWAL_METHOD_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, renewalMethod_); + } + if (transferLockState_ != com.google.cloud.domains.v1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, transferLockState_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ManagementSettings)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ManagementSettings other = (com.google.cloud.domains.v1.ManagementSettings) obj; + + if (renewalMethod_ != other.renewalMethod_) return false; + if (transferLockState_ != other.transferLockState_) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + RENEWAL_METHOD_FIELD_NUMBER; + hash = (53 * hash) + renewalMethod_; + hash = (37 * hash) + TRANSFER_LOCK_STATE_FIELD_NUMBER; + hash = (53 * hash) + transferLockState_; + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ManagementSettings parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ManagementSettings parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ManagementSettings parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ManagementSettings 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.cloud.domains.v1.ManagementSettings parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ManagementSettings parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ManagementSettings parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ManagementSettings parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ManagementSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ManagementSettings parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ManagementSettings parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ManagementSettings parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ManagementSettings prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Defines renewal, billing, and transfer settings for a `Registration`.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ManagementSettings} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ManagementSettings) + com.google.cloud.domains.v1.ManagementSettingsOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ManagementSettings_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ManagementSettings_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ManagementSettings.class, com.google.cloud.domains.v1.ManagementSettings.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ManagementSettings.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + renewalMethod_ = 0; + + transferLockState_ = 0; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ManagementSettings_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettings getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ManagementSettings.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettings build() { + com.google.cloud.domains.v1.ManagementSettings result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettings buildPartial() { + com.google.cloud.domains.v1.ManagementSettings result = new com.google.cloud.domains.v1.ManagementSettings(this); + result.renewalMethod_ = renewalMethod_; + result.transferLockState_ = transferLockState_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ManagementSettings) { + return mergeFrom((com.google.cloud.domains.v1.ManagementSettings)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ManagementSettings other) { + if (other == com.google.cloud.domains.v1.ManagementSettings.getDefaultInstance()) return this; + if (other.renewalMethod_ != 0) { + setRenewalMethodValue(other.getRenewalMethodValue()); + } + if (other.transferLockState_ != 0) { + setTransferLockStateValue(other.getTransferLockStateValue()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ManagementSettings parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ManagementSettings) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private int renewalMethod_ = 0; + /** + *
+     * Output only. The renewal method for this `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The enum numeric value on the wire for renewalMethod. + */ + @java.lang.Override public int getRenewalMethodValue() { + return renewalMethod_; + } + /** + *
+     * Output only. The renewal method for this `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The enum numeric value on the wire for renewalMethod to set. + * @return This builder for chaining. + */ + public Builder setRenewalMethodValue(int value) { + + renewalMethod_ = value; + onChanged(); + return this; + } + /** + *
+     * Output only. The renewal method for this `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The renewalMethod. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettings.RenewalMethod getRenewalMethod() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ManagementSettings.RenewalMethod result = com.google.cloud.domains.v1.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); + return result == null ? com.google.cloud.domains.v1.ManagementSettings.RenewalMethod.UNRECOGNIZED : result; + } + /** + *
+     * Output only. The renewal method for this `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The renewalMethod to set. + * @return This builder for chaining. + */ + public Builder setRenewalMethod(com.google.cloud.domains.v1.ManagementSettings.RenewalMethod value) { + if (value == null) { + throw new NullPointerException(); + } + + renewalMethod_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * Output only. The renewal method for this `Registration`.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return This builder for chaining. + */ + public Builder clearRenewalMethod() { + + renewalMethod_ = 0; + onChanged(); + return this; + } + + private int transferLockState_ = 0; + /** + *
+     * Controls whether the domain can be transferred to another registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + @java.lang.Override public int getTransferLockStateValue() { + return transferLockState_; + } + /** + *
+     * Controls whether the domain can be transferred to another registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @param value The enum numeric value on the wire for transferLockState to set. + * @return This builder for chaining. + */ + public Builder setTransferLockStateValue(int value) { + + transferLockState_ = value; + onChanged(); + return this; + } + /** + *
+     * Controls whether the domain can be transferred to another registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + @java.lang.Override + public com.google.cloud.domains.v1.TransferLockState getTransferLockState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.TransferLockState result = com.google.cloud.domains.v1.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1.TransferLockState.UNRECOGNIZED : result; + } + /** + *
+     * Controls whether the domain can be transferred to another registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @param value The transferLockState to set. + * @return This builder for chaining. + */ + public Builder setTransferLockState(com.google.cloud.domains.v1.TransferLockState value) { + if (value == null) { + throw new NullPointerException(); + } + + transferLockState_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * Controls whether the domain can be transferred to another registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return This builder for chaining. + */ + public Builder clearTransferLockState() { + + transferLockState_ = 0; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ManagementSettings) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ManagementSettings) + private static final com.google.cloud.domains.v1.ManagementSettings DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ManagementSettings(); + } + + public static com.google.cloud.domains.v1.ManagementSettings getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ManagementSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ManagementSettings(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettings getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ManagementSettingsOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ManagementSettingsOrBuilder.java new file mode 100644 index 00000000..4c53fba9 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ManagementSettingsOrBuilder.java @@ -0,0 +1,47 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ManagementSettingsOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ManagementSettings) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Output only. The renewal method for this `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The enum numeric value on the wire for renewalMethod. + */ + int getRenewalMethodValue(); + /** + *
+   * Output only. The renewal method for this `Registration`.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The renewalMethod. + */ + com.google.cloud.domains.v1.ManagementSettings.RenewalMethod getRenewalMethod(); + + /** + *
+   * Controls whether the domain can be transferred to another registrar.
+   * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + int getTransferLockStateValue(); + /** + *
+   * Controls whether the domain can be transferred to another registrar.
+   * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + com.google.cloud.domains.v1.TransferLockState getTransferLockState(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/OperationMetadata.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/OperationMetadata.java new file mode 100644 index 00000000..ec012c32 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/OperationMetadata.java @@ -0,0 +1,1563 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Represents the metadata of the long-running operation. Output only.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.OperationMetadata} + */ +public final class OperationMetadata extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.OperationMetadata) + OperationMetadataOrBuilder { +private static final long serialVersionUID = 0L; + // Use OperationMetadata.newBuilder() to construct. + private OperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private OperationMetadata() { + target_ = ""; + verb_ = ""; + statusDetail_ = ""; + apiVersion_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new OperationMetadata(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private OperationMetadata( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (createTime_ != null) { + subBuilder = createTime_.toBuilder(); + } + createTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(createTime_); + createTime_ = subBuilder.buildPartial(); + } + + break; + } + case 18: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (endTime_ != null) { + subBuilder = endTime_.toBuilder(); + } + endTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(endTime_); + endTime_ = subBuilder.buildPartial(); + } + + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + + target_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + verb_ = s; + break; + } + case 42: { + java.lang.String s = input.readStringRequireUtf8(); + + statusDetail_ = s; + break; + } + case 50: { + java.lang.String s = input.readStringRequireUtf8(); + + apiVersion_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_OperationMetadata_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_OperationMetadata_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.OperationMetadata.class, com.google.cloud.domains.v1.OperationMetadata.Builder.class); + } + + public static final int CREATE_TIME_FIELD_NUMBER = 1; + private com.google.protobuf.Timestamp createTime_; + /** + *
+   * The time the operation was created.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 1; + * @return Whether the createTime field is set. + */ + @java.lang.Override + public boolean hasCreateTime() { + return createTime_ != null; + } + /** + *
+   * The time the operation was created.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 1; + * @return The createTime. + */ + @java.lang.Override + public com.google.protobuf.Timestamp getCreateTime() { + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + } + /** + *
+   * The time the operation was created.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + @java.lang.Override + public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { + return getCreateTime(); + } + + public static final int END_TIME_FIELD_NUMBER = 2; + private com.google.protobuf.Timestamp endTime_; + /** + *
+   * The time the operation finished running.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return Whether the endTime field is set. + */ + @java.lang.Override + public boolean hasEndTime() { + return endTime_ != null; + } + /** + *
+   * The time the operation finished running.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return The endTime. + */ + @java.lang.Override + public com.google.protobuf.Timestamp getEndTime() { + return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } + /** + *
+   * The time the operation finished running.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + @java.lang.Override + public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { + return getEndTime(); + } + + public static final int TARGET_FIELD_NUMBER = 3; + private volatile java.lang.Object target_; + /** + *
+   * Server-defined resource path for the target of the operation.
+   * 
+ * + * string target = 3; + * @return The target. + */ + @java.lang.Override + public java.lang.String getTarget() { + java.lang.Object ref = target_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + target_ = s; + return s; + } + } + /** + *
+   * Server-defined resource path for the target of the operation.
+   * 
+ * + * string target = 3; + * @return The bytes for target. + */ + @java.lang.Override + 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); + target_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int VERB_FIELD_NUMBER = 4; + private volatile java.lang.Object verb_; + /** + *
+   * Name of the verb executed by the operation.
+   * 
+ * + * string verb = 4; + * @return The verb. + */ + @java.lang.Override + public java.lang.String getVerb() { + java.lang.Object ref = verb_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + verb_ = s; + return s; + } + } + /** + *
+   * Name of the verb executed by the operation.
+   * 
+ * + * string verb = 4; + * @return The bytes for verb. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getVerbBytes() { + java.lang.Object ref = verb_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + verb_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int STATUS_DETAIL_FIELD_NUMBER = 5; + private volatile java.lang.Object statusDetail_; + /** + *
+   * Human-readable status of the operation, if any.
+   * 
+ * + * string status_detail = 5; + * @return The statusDetail. + */ + @java.lang.Override + public java.lang.String getStatusDetail() { + java.lang.Object ref = statusDetail_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + statusDetail_ = s; + return s; + } + } + /** + *
+   * Human-readable status of the operation, if any.
+   * 
+ * + * string status_detail = 5; + * @return The bytes for statusDetail. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getStatusDetailBytes() { + java.lang.Object ref = statusDetail_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + statusDetail_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int API_VERSION_FIELD_NUMBER = 6; + private volatile java.lang.Object apiVersion_; + /** + *
+   * API version used to start the operation.
+   * 
+ * + * string api_version = 6; + * @return The apiVersion. + */ + @java.lang.Override + public java.lang.String getApiVersion() { + java.lang.Object ref = apiVersion_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + apiVersion_ = s; + return s; + } + } + /** + *
+   * API version used to start the operation.
+   * 
+ * + * string api_version = 6; + * @return The bytes for apiVersion. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getApiVersionBytes() { + java.lang.Object ref = apiVersion_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + apiVersion_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (createTime_ != null) { + output.writeMessage(1, getCreateTime()); + } + if (endTime_ != null) { + output.writeMessage(2, getEndTime()); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(target_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, target_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verb_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, verb_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusDetail_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 5, statusDetail_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(apiVersion_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 6, apiVersion_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (createTime_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCreateTime()); + } + if (endTime_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(target_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, target_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verb_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, verb_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusDetail_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, statusDetail_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(apiVersion_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, apiVersion_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.OperationMetadata)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.OperationMetadata other = (com.google.cloud.domains.v1.OperationMetadata) obj; + + if (hasCreateTime() != other.hasCreateTime()) return false; + if (hasCreateTime()) { + if (!getCreateTime() + .equals(other.getCreateTime())) return false; + } + if (hasEndTime() != other.hasEndTime()) return false; + if (hasEndTime()) { + if (!getEndTime() + .equals(other.getEndTime())) return false; + } + if (!getTarget() + .equals(other.getTarget())) return false; + if (!getVerb() + .equals(other.getVerb())) return false; + if (!getStatusDetail() + .equals(other.getStatusDetail())) return false; + if (!getApiVersion() + .equals(other.getApiVersion())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasCreateTime()) { + hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER; + hash = (53 * hash) + getCreateTime().hashCode(); + } + if (hasEndTime()) { + hash = (37 * hash) + END_TIME_FIELD_NUMBER; + hash = (53 * hash) + getEndTime().hashCode(); + } + hash = (37 * hash) + TARGET_FIELD_NUMBER; + hash = (53 * hash) + getTarget().hashCode(); + hash = (37 * hash) + VERB_FIELD_NUMBER; + hash = (53 * hash) + getVerb().hashCode(); + hash = (37 * hash) + STATUS_DETAIL_FIELD_NUMBER; + hash = (53 * hash) + getStatusDetail().hashCode(); + hash = (37 * hash) + API_VERSION_FIELD_NUMBER; + hash = (53 * hash) + getApiVersion().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.OperationMetadata parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.OperationMetadata parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.OperationMetadata parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.OperationMetadata 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.cloud.domains.v1.OperationMetadata parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.OperationMetadata parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.OperationMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.OperationMetadata parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.OperationMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.OperationMetadata parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.OperationMetadata parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.OperationMetadata parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.OperationMetadata prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Represents the metadata of the long-running operation. Output only.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.OperationMetadata} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.OperationMetadata) + com.google.cloud.domains.v1.OperationMetadataOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_OperationMetadata_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_OperationMetadata_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.OperationMetadata.class, com.google.cloud.domains.v1.OperationMetadata.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.OperationMetadata.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (createTimeBuilder_ == null) { + createTime_ = null; + } else { + createTime_ = null; + createTimeBuilder_ = null; + } + if (endTimeBuilder_ == null) { + endTime_ = null; + } else { + endTime_ = null; + endTimeBuilder_ = null; + } + target_ = ""; + + verb_ = ""; + + statusDetail_ = ""; + + apiVersion_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_OperationMetadata_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.OperationMetadata getDefaultInstanceForType() { + return com.google.cloud.domains.v1.OperationMetadata.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.OperationMetadata build() { + com.google.cloud.domains.v1.OperationMetadata result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.OperationMetadata buildPartial() { + com.google.cloud.domains.v1.OperationMetadata result = new com.google.cloud.domains.v1.OperationMetadata(this); + if (createTimeBuilder_ == null) { + result.createTime_ = createTime_; + } else { + result.createTime_ = createTimeBuilder_.build(); + } + if (endTimeBuilder_ == null) { + result.endTime_ = endTime_; + } else { + result.endTime_ = endTimeBuilder_.build(); + } + result.target_ = target_; + result.verb_ = verb_; + result.statusDetail_ = statusDetail_; + result.apiVersion_ = apiVersion_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.OperationMetadata) { + return mergeFrom((com.google.cloud.domains.v1.OperationMetadata)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.OperationMetadata other) { + if (other == com.google.cloud.domains.v1.OperationMetadata.getDefaultInstance()) return this; + if (other.hasCreateTime()) { + mergeCreateTime(other.getCreateTime()); + } + if (other.hasEndTime()) { + mergeEndTime(other.getEndTime()); + } + if (!other.getTarget().isEmpty()) { + target_ = other.target_; + onChanged(); + } + if (!other.getVerb().isEmpty()) { + verb_ = other.verb_; + onChanged(); + } + if (!other.getStatusDetail().isEmpty()) { + statusDetail_ = other.statusDetail_; + onChanged(); + } + if (!other.getApiVersion().isEmpty()) { + apiVersion_ = other.apiVersion_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.OperationMetadata parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.OperationMetadata) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.protobuf.Timestamp createTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + * @return Whether the createTime field is set. + */ + public boolean hasCreateTime() { + return createTimeBuilder_ != null || createTime_ != null; + } + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + * @return The createTime. + */ + public com.google.protobuf.Timestamp getCreateTime() { + if (createTimeBuilder_ == null) { + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + } else { + return createTimeBuilder_.getMessage(); + } + } + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + public Builder setCreateTime(com.google.protobuf.Timestamp value) { + if (createTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + createTime_ = value; + onChanged(); + } else { + createTimeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (createTimeBuilder_ == null) { + createTime_ = builderForValue.build(); + onChanged(); + } else { + createTimeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { + if (createTimeBuilder_ == null) { + if (createTime_ != null) { + createTime_ = + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + } else { + createTime_ = value; + } + onChanged(); + } else { + createTimeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + public Builder clearCreateTime() { + if (createTimeBuilder_ == null) { + createTime_ = null; + onChanged(); + } else { + createTime_ = null; + createTimeBuilder_ = null; + } + + return this; + } + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { + + onChanged(); + return getCreateTimeFieldBuilder().getBuilder(); + } + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { + if (createTimeBuilder_ != null) { + return createTimeBuilder_.getMessageOrBuilder(); + } else { + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + } + } + /** + *
+     * The time the operation was created.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getCreateTimeFieldBuilder() { + if (createTimeBuilder_ == null) { + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); + createTime_ = null; + } + return createTimeBuilder_; + } + + private com.google.protobuf.Timestamp endTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return Whether the endTime field is set. + */ + public boolean hasEndTime() { + return endTimeBuilder_ != null || endTime_ != null; + } + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return The endTime. + */ + public com.google.protobuf.Timestamp getEndTime() { + if (endTimeBuilder_ == null) { + return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } else { + return endTimeBuilder_.getMessage(); + } + } + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public Builder setEndTime(com.google.protobuf.Timestamp value) { + if (endTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + endTime_ = value; + onChanged(); + } else { + endTimeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public Builder setEndTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (endTimeBuilder_ == null) { + endTime_ = builderForValue.build(); + onChanged(); + } else { + endTimeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public Builder mergeEndTime(com.google.protobuf.Timestamp value) { + if (endTimeBuilder_ == null) { + if (endTime_ != null) { + endTime_ = + com.google.protobuf.Timestamp.newBuilder(endTime_).mergeFrom(value).buildPartial(); + } else { + endTime_ = value; + } + onChanged(); + } else { + endTimeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public Builder clearEndTime() { + if (endTimeBuilder_ == null) { + endTime_ = null; + onChanged(); + } else { + endTime_ = null; + endTimeBuilder_ = null; + } + + return this; + } + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { + + onChanged(); + return getEndTimeFieldBuilder().getBuilder(); + } + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { + if (endTimeBuilder_ != null) { + return endTimeBuilder_.getMessageOrBuilder(); + } else { + return endTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + } + } + /** + *
+     * The time the operation finished running.
+     * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getEndTimeFieldBuilder() { + if (endTimeBuilder_ == null) { + endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getEndTime(), + getParentForChildren(), + isClean()); + endTime_ = null; + } + return endTimeBuilder_; + } + + private java.lang.Object target_ = ""; + /** + *
+     * Server-defined resource path for the target of the operation.
+     * 
+ * + * string target = 3; + * @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; + java.lang.String s = bs.toStringUtf8(); + target_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Server-defined resource path for the target of the operation.
+     * 
+ * + * string target = 3; + * @return The bytes for target. + */ + 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); + target_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Server-defined resource path for the target of the operation.
+     * 
+ * + * string target = 3; + * @param value The target to set. + * @return This builder for chaining. + */ + public Builder setTarget( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + target_ = value; + onChanged(); + return this; + } + /** + *
+     * Server-defined resource path for the target of the operation.
+     * 
+ * + * string target = 3; + * @return This builder for chaining. + */ + public Builder clearTarget() { + + target_ = getDefaultInstance().getTarget(); + onChanged(); + return this; + } + /** + *
+     * Server-defined resource path for the target of the operation.
+     * 
+ * + * string target = 3; + * @param value The bytes for target to set. + * @return This builder for chaining. + */ + public Builder setTargetBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + target_ = value; + onChanged(); + return this; + } + + private java.lang.Object verb_ = ""; + /** + *
+     * Name of the verb executed by the operation.
+     * 
+ * + * string verb = 4; + * @return The verb. + */ + public java.lang.String getVerb() { + java.lang.Object ref = verb_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + verb_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Name of the verb executed by the operation.
+     * 
+ * + * string verb = 4; + * @return The bytes for verb. + */ + public com.google.protobuf.ByteString + getVerbBytes() { + java.lang.Object ref = verb_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + verb_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Name of the verb executed by the operation.
+     * 
+ * + * string verb = 4; + * @param value The verb to set. + * @return This builder for chaining. + */ + public Builder setVerb( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + verb_ = value; + onChanged(); + return this; + } + /** + *
+     * Name of the verb executed by the operation.
+     * 
+ * + * string verb = 4; + * @return This builder for chaining. + */ + public Builder clearVerb() { + + verb_ = getDefaultInstance().getVerb(); + onChanged(); + return this; + } + /** + *
+     * Name of the verb executed by the operation.
+     * 
+ * + * string verb = 4; + * @param value The bytes for verb to set. + * @return This builder for chaining. + */ + public Builder setVerbBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + verb_ = value; + onChanged(); + return this; + } + + private java.lang.Object statusDetail_ = ""; + /** + *
+     * Human-readable status of the operation, if any.
+     * 
+ * + * string status_detail = 5; + * @return The statusDetail. + */ + public java.lang.String getStatusDetail() { + java.lang.Object ref = statusDetail_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + statusDetail_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Human-readable status of the operation, if any.
+     * 
+ * + * string status_detail = 5; + * @return The bytes for statusDetail. + */ + public com.google.protobuf.ByteString + getStatusDetailBytes() { + java.lang.Object ref = statusDetail_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + statusDetail_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Human-readable status of the operation, if any.
+     * 
+ * + * string status_detail = 5; + * @param value The statusDetail to set. + * @return This builder for chaining. + */ + public Builder setStatusDetail( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + statusDetail_ = value; + onChanged(); + return this; + } + /** + *
+     * Human-readable status of the operation, if any.
+     * 
+ * + * string status_detail = 5; + * @return This builder for chaining. + */ + public Builder clearStatusDetail() { + + statusDetail_ = getDefaultInstance().getStatusDetail(); + onChanged(); + return this; + } + /** + *
+     * Human-readable status of the operation, if any.
+     * 
+ * + * string status_detail = 5; + * @param value The bytes for statusDetail to set. + * @return This builder for chaining. + */ + public Builder setStatusDetailBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + statusDetail_ = value; + onChanged(); + return this; + } + + private java.lang.Object apiVersion_ = ""; + /** + *
+     * API version used to start the operation.
+     * 
+ * + * string api_version = 6; + * @return The apiVersion. + */ + public java.lang.String getApiVersion() { + java.lang.Object ref = apiVersion_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + apiVersion_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * API version used to start the operation.
+     * 
+ * + * string api_version = 6; + * @return The bytes for apiVersion. + */ + public com.google.protobuf.ByteString + getApiVersionBytes() { + java.lang.Object ref = apiVersion_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + apiVersion_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * API version used to start the operation.
+     * 
+ * + * string api_version = 6; + * @param value The apiVersion to set. + * @return This builder for chaining. + */ + public Builder setApiVersion( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + apiVersion_ = value; + onChanged(); + return this; + } + /** + *
+     * API version used to start the operation.
+     * 
+ * + * string api_version = 6; + * @return This builder for chaining. + */ + public Builder clearApiVersion() { + + apiVersion_ = getDefaultInstance().getApiVersion(); + onChanged(); + return this; + } + /** + *
+     * API version used to start the operation.
+     * 
+ * + * string api_version = 6; + * @param value The bytes for apiVersion to set. + * @return This builder for chaining. + */ + public Builder setApiVersionBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + apiVersion_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.OperationMetadata) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.OperationMetadata) + private static final com.google.cloud.domains.v1.OperationMetadata DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.OperationMetadata(); + } + + public static com.google.cloud.domains.v1.OperationMetadata getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public OperationMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new OperationMetadata(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.OperationMetadata getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/OperationMetadataOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/OperationMetadataOrBuilder.java new file mode 100644 index 00000000..7e5fc940 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/OperationMetadataOrBuilder.java @@ -0,0 +1,143 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface OperationMetadataOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.OperationMetadata) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The time the operation was created.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 1; + * @return Whether the createTime field is set. + */ + boolean hasCreateTime(); + /** + *
+   * The time the operation was created.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 1; + * @return The createTime. + */ + com.google.protobuf.Timestamp getCreateTime(); + /** + *
+   * The time the operation was created.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 1; + */ + com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); + + /** + *
+   * The time the operation finished running.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return Whether the endTime field is set. + */ + boolean hasEndTime(); + /** + *
+   * The time the operation finished running.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + * @return The endTime. + */ + com.google.protobuf.Timestamp getEndTime(); + /** + *
+   * The time the operation finished running.
+   * 
+ * + * .google.protobuf.Timestamp end_time = 2; + */ + com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); + + /** + *
+   * Server-defined resource path for the target of the operation.
+   * 
+ * + * string target = 3; + * @return The target. + */ + java.lang.String getTarget(); + /** + *
+   * Server-defined resource path for the target of the operation.
+   * 
+ * + * string target = 3; + * @return The bytes for target. + */ + com.google.protobuf.ByteString + getTargetBytes(); + + /** + *
+   * Name of the verb executed by the operation.
+   * 
+ * + * string verb = 4; + * @return The verb. + */ + java.lang.String getVerb(); + /** + *
+   * Name of the verb executed by the operation.
+   * 
+ * + * string verb = 4; + * @return The bytes for verb. + */ + com.google.protobuf.ByteString + getVerbBytes(); + + /** + *
+   * Human-readable status of the operation, if any.
+   * 
+ * + * string status_detail = 5; + * @return The statusDetail. + */ + java.lang.String getStatusDetail(); + /** + *
+   * Human-readable status of the operation, if any.
+   * 
+ * + * string status_detail = 5; + * @return The bytes for statusDetail. + */ + com.google.protobuf.ByteString + getStatusDetailBytes(); + + /** + *
+   * API version used to start the operation.
+   * 
+ * + * string api_version = 6; + * @return The apiVersion. + */ + java.lang.String getApiVersion(); + /** + *
+   * API version used to start the operation.
+   * 
+ * + * string api_version = 6; + * @return The bytes for apiVersion. + */ + com.google.protobuf.ByteString + getApiVersionBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequest.java new file mode 100644 index 00000000..ecbc0d02 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequest.java @@ -0,0 +1,1908 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `RegisterDomain` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RegisterDomainRequest} + */ +public final class RegisterDomainRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.RegisterDomainRequest) + RegisterDomainRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use RegisterDomainRequest.newBuilder() to construct. + private RegisterDomainRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RegisterDomainRequest() { + parent_ = ""; + domainNotices_ = java.util.Collections.emptyList(); + contactNotices_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RegisterDomainRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RegisterDomainRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + parent_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); + } + + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + domainNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + domainNotices_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + domainNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + domainNotices_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + contactNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + contactNotices_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 42: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); + } + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); + } + + break; + } + case 48: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + domainNotices_ = java.util.Collections.unmodifiableList(domainNotices_); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterDomainRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterDomainRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RegisterDomainRequest.class, com.google.cloud.domains.v1.RegisterDomainRequest.Builder.class); + } + + public static final int PARENT_FIELD_NUMBER = 1; + private volatile java.lang.Object parent_; + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + @java.lang.Override + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } + } + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int REGISTRATION_FIELD_NUMBER = 2; + private com.google.cloud.domains.v1.Registration registration_; + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + @java.lang.Override + public boolean hasRegistration() { + return registration_ != null; + } + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + @java.lang.Override + public com.google.cloud.domains.v1.Registration getRegistration() { + return registration_ == null ? com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder() { + return getRegistration(); + } + + public static final int DOMAIN_NOTICES_FIELD_NUMBER = 3; + private java.util.List domainNotices_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.DomainNotice> domainNotices_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.DomainNotice>() { + public com.google.cloud.domains.v1.DomainNotice convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.DomainNotice result = com.google.cloud.domains.v1.DomainNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1.DomainNotice.UNRECOGNIZED : result; + } + }; + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return A list containing the domainNotices. + */ + @java.lang.Override + public java.util.List getDomainNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.DomainNotice>(domainNotices_, domainNotices_converter_); + } + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return The count of domainNotices. + */ + @java.lang.Override + public int getDomainNoticesCount() { + return domainNotices_.size(); + } + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param index The index of the element to return. + * @return The domainNotices at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DomainNotice getDomainNotices(int index) { + return domainNotices_converter_.convert(domainNotices_.get(index)); + } + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return A list containing the enum numeric values on the wire for domainNotices. + */ + @java.lang.Override + public java.util.List + getDomainNoticesValueList() { + return domainNotices_; + } + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of domainNotices at the given index. + */ + @java.lang.Override + public int getDomainNoticesValue(int index) { + return domainNotices_.get(index); + } + private int domainNoticesMemoizedSerializedSize; + + public static final int CONTACT_NOTICES_FIELD_NUMBER = 4; + private java.util.List contactNotices_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice> contactNotices_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>() { + public com.google.cloud.domains.v1.ContactNotice convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ContactNotice result = com.google.cloud.domains.v1.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1.ContactNotice.UNRECOGNIZED : result; + } + }; + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the contactNotices. + */ + @java.lang.Override + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return The count of contactNotices. + */ + @java.lang.Override + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + @java.lang.Override + public java.util.List + getContactNoticesValueList() { + return contactNotices_; + } + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + @java.lang.Override + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + private int contactNoticesMemoizedSerializedSize; + + public static final int YEARLY_PRICE_FIELD_NUMBER = 5; + private com.google.type.Money yearlyPrice_; + /** + *
+   * Required. Yearly price to register or renew the domain.
+   * The value that should be put here can be obtained from
+   * RetrieveRegisterParameters or SearchDomains calls.
+   * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + @java.lang.Override + public boolean hasYearlyPrice() { + return yearlyPrice_ != null; + } + /** + *
+   * Required. Yearly price to register or renew the domain.
+   * The value that should be put here can be obtained from
+   * RetrieveRegisterParameters or SearchDomains calls.
+   * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + @java.lang.Override + public com.google.type.Money getYearlyPrice() { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + /** + *
+   * Required. Yearly price to register or renew the domain.
+   * The value that should be put here can be obtained from
+   * RetrieveRegisterParameters or SearchDomains calls.
+   * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + return getYearlyPrice(); + } + + public static final int VALIDATE_ONLY_FIELD_NUMBER = 6; + private boolean validateOnly_; + /** + *
+   * When true, only validation is performed, without actually registering
+   * the domain. Follows:
+   * https://cloud.google.com/apis/design/design_patterns#request_validation
+   * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); + } + if (registration_ != null) { + output.writeMessage(2, getRegistration()); + } + if (getDomainNoticesList().size() > 0) { + output.writeUInt32NoTag(26); + output.writeUInt32NoTag(domainNoticesMemoizedSerializedSize); + } + for (int i = 0; i < domainNotices_.size(); i++) { + output.writeEnumNoTag(domainNotices_.get(i)); + } + if (getContactNoticesList().size() > 0) { + output.writeUInt32NoTag(34); + output.writeUInt32NoTag(contactNoticesMemoizedSerializedSize); + } + for (int i = 0; i < contactNotices_.size(); i++) { + output.writeEnumNoTag(contactNotices_.get(i)); + } + if (yearlyPrice_ != null) { + output.writeMessage(5, getYearlyPrice()); + } + if (validateOnly_ != false) { + output.writeBool(6, validateOnly_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); + } + if (registration_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistration()); + } + { + int dataSize = 0; + for (int i = 0; i < domainNotices_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(domainNotices_.get(i)); + } + size += dataSize; + if (!getDomainNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }domainNoticesMemoizedSerializedSize = dataSize; + } + { + int dataSize = 0; + for (int i = 0; i < contactNotices_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); + } + size += dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; + } + if (yearlyPrice_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getYearlyPrice()); + } + if (validateOnly_ != false) { + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(6, validateOnly_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.RegisterDomainRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.RegisterDomainRequest other = (com.google.cloud.domains.v1.RegisterDomainRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (hasRegistration() != other.hasRegistration()) return false; + if (hasRegistration()) { + if (!getRegistration() + .equals(other.getRegistration())) return false; + } + if (!domainNotices_.equals(other.domainNotices_)) return false; + if (!contactNotices_.equals(other.contactNotices_)) return false; + if (hasYearlyPrice() != other.hasYearlyPrice()) return false; + if (hasYearlyPrice()) { + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; + } + if (getValidateOnly() + != other.getValidateOnly()) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + PARENT_FIELD_NUMBER; + hash = (53 * hash) + getParent().hashCode(); + if (hasRegistration()) { + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + } + if (getDomainNoticesCount() > 0) { + hash = (37 * hash) + DOMAIN_NOTICES_FIELD_NUMBER; + hash = (53 * hash) + domainNotices_.hashCode(); + } + if (getContactNoticesCount() > 0) { + hash = (37 * hash) + CONTACT_NOTICES_FIELD_NUMBER; + hash = (53 * hash) + contactNotices_.hashCode(); + } + if (hasYearlyPrice()) { + hash = (37 * hash) + YEARLY_PRICE_FIELD_NUMBER; + hash = (53 * hash) + getYearlyPrice().hashCode(); + } + hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.RegisterDomainRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest 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.cloud.domains.v1.RegisterDomainRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RegisterDomainRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.RegisterDomainRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `RegisterDomain` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RegisterDomainRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.RegisterDomainRequest) + com.google.cloud.domains.v1.RegisterDomainRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterDomainRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterDomainRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RegisterDomainRequest.class, com.google.cloud.domains.v1.RegisterDomainRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.RegisterDomainRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + parent_ = ""; + + if (registrationBuilder_ == null) { + registration_ = null; + } else { + registration_ = null; + registrationBuilder_ = null; + } + domainNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + validateOnly_ = false; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterDomainRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RegisterDomainRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.RegisterDomainRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.RegisterDomainRequest build() { + com.google.cloud.domains.v1.RegisterDomainRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RegisterDomainRequest buildPartial() { + com.google.cloud.domains.v1.RegisterDomainRequest result = new com.google.cloud.domains.v1.RegisterDomainRequest(this); + int from_bitField0_ = bitField0_; + result.parent_ = parent_; + if (registrationBuilder_ == null) { + result.registration_ = registration_; + } else { + result.registration_ = registrationBuilder_.build(); + } + if (((bitField0_ & 0x00000001) != 0)) { + domainNotices_ = java.util.Collections.unmodifiableList(domainNotices_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.domainNotices_ = domainNotices_; + if (((bitField0_ & 0x00000002) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.contactNotices_ = contactNotices_; + if (yearlyPriceBuilder_ == null) { + result.yearlyPrice_ = yearlyPrice_; + } else { + result.yearlyPrice_ = yearlyPriceBuilder_.build(); + } + result.validateOnly_ = validateOnly_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.RegisterDomainRequest) { + return mergeFrom((com.google.cloud.domains.v1.RegisterDomainRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.RegisterDomainRequest other) { + if (other == com.google.cloud.domains.v1.RegisterDomainRequest.getDefaultInstance()) return this; + if (!other.getParent().isEmpty()) { + parent_ = other.parent_; + onChanged(); + } + if (other.hasRegistration()) { + mergeRegistration(other.getRegistration()); + } + if (!other.domainNotices_.isEmpty()) { + if (domainNotices_.isEmpty()) { + domainNotices_ = other.domainNotices_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureDomainNoticesIsMutable(); + domainNotices_.addAll(other.domainNotices_); + } + onChanged(); + } + if (!other.contactNotices_.isEmpty()) { + if (contactNotices_.isEmpty()) { + contactNotices_ = other.contactNotices_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureContactNoticesIsMutable(); + contactNotices_.addAll(other.contactNotices_); + } + onChanged(); + } + if (other.hasYearlyPrice()) { + mergeYearlyPrice(other.getYearlyPrice()); + } + if (other.getValidateOnly() != false) { + setValidateOnly(other.getValidateOnly()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.RegisterDomainRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.RegisterDomainRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object parent_ = ""; + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The parent to set. + * @return This builder for chaining. + */ + public Builder setParent( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + parent_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearParent() { + + parent_ = getDefaultInstance().getParent(); + onChanged(); + return this; + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for parent to set. + * @return This builder for chaining. + */ + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + parent_ = value; + onChanged(); + return this; + } + + private com.google.cloud.domains.v1.Registration registration_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder> registrationBuilder_; + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + public boolean hasRegistration() { + return registrationBuilder_ != null || registration_ != null; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + public com.google.cloud.domains.v1.Registration getRegistration() { + if (registrationBuilder_ == null) { + return registration_ == null ? com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } else { + return registrationBuilder_.getMessage(); + } + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistration(com.google.cloud.domains.v1.Registration value) { + if (registrationBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + registration_ = value; + onChanged(); + } else { + registrationBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistration( + com.google.cloud.domains.v1.Registration.Builder builderForValue) { + if (registrationBuilder_ == null) { + registration_ = builderForValue.build(); + onChanged(); + } else { + registrationBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeRegistration(com.google.cloud.domains.v1.Registration value) { + if (registrationBuilder_ == null) { + if (registration_ != null) { + registration_ = + com.google.cloud.domains.v1.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); + } else { + registration_ = value; + } + onChanged(); + } else { + registrationBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearRegistration() { + if (registrationBuilder_ == null) { + registration_ = null; + onChanged(); + } else { + registration_ = null; + registrationBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.Registration.Builder getRegistrationBuilder() { + + onChanged(); + return getRegistrationFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder() { + if (registrationBuilder_ != null) { + return registrationBuilder_.getMessageOrBuilder(); + } else { + return registration_ == null ? + com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder> + getRegistrationFieldBuilder() { + if (registrationBuilder_ == null) { + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); + registration_ = null; + } + return registrationBuilder_; + } + + private java.util.List domainNotices_ = + java.util.Collections.emptyList(); + private void ensureDomainNoticesIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + domainNotices_ = new java.util.ArrayList(domainNotices_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return A list containing the domainNotices. + */ + public java.util.List getDomainNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.DomainNotice>(domainNotices_, domainNotices_converter_); + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return The count of domainNotices. + */ + public int getDomainNoticesCount() { + return domainNotices_.size(); + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param index The index of the element to return. + * @return The domainNotices at the given index. + */ + public com.google.cloud.domains.v1.DomainNotice getDomainNotices(int index) { + return domainNotices_converter_.convert(domainNotices_.get(index)); + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param index The index to set the value at. + * @param value The domainNotices to set. + * @return This builder for chaining. + */ + public Builder setDomainNotices( + int index, com.google.cloud.domains.v1.DomainNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureDomainNoticesIsMutable(); + domainNotices_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param value The domainNotices to add. + * @return This builder for chaining. + */ + public Builder addDomainNotices(com.google.cloud.domains.v1.DomainNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureDomainNoticesIsMutable(); + domainNotices_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param values The domainNotices to add. + * @return This builder for chaining. + */ + public Builder addAllDomainNotices( + java.lang.Iterable values) { + ensureDomainNoticesIsMutable(); + for (com.google.cloud.domains.v1.DomainNotice value : values) { + domainNotices_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return This builder for chaining. + */ + public Builder clearDomainNotices() { + domainNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return A list containing the enum numeric values on the wire for domainNotices. + */ + public java.util.List + getDomainNoticesValueList() { + return java.util.Collections.unmodifiableList(domainNotices_); + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of domainNotices at the given index. + */ + public int getDomainNoticesValue(int index) { + return domainNotices_.get(index); + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of domainNotices at the given index. + * @return This builder for chaining. + */ + public Builder setDomainNoticesValue( + int index, int value) { + ensureDomainNoticesIsMutable(); + domainNotices_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param value The enum numeric value on the wire for domainNotices to add. + * @return This builder for chaining. + */ + public Builder addDomainNoticesValue(int value) { + ensureDomainNoticesIsMutable(); + domainNotices_.add(value); + onChanged(); + return this; + } + /** + *
+     * The list of domain notices that you acknowledge. Call
+     * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param values The enum numeric values on the wire for domainNotices to add. + * @return This builder for chaining. + */ + public Builder addAllDomainNoticesValue( + java.lang.Iterable values) { + ensureDomainNoticesIsMutable(); + for (int value : values) { + domainNotices_.add(value); + } + onChanged(); + return this; + } + + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); + private void ensureContactNoticesIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + contactNotices_ = new java.util.ArrayList(contactNotices_); + bitField0_ |= 0x00000002; + } + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the contactNotices. + */ + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return The count of contactNotices. + */ + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + public com.google.cloud.domains.v1.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index to set the value at. + * @param value The contactNotices to set. + * @return This builder for chaining. + */ + public Builder setContactNotices( + int index, com.google.cloud.domains.v1.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param value The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNotices(com.google.cloud.domains.v1.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param values The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNotices( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (com.google.cloud.domains.v1.ContactNotice value : values) { + contactNotices_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return This builder for chaining. + */ + public Builder clearContactNotices() { + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + public java.util.List + getContactNoticesValueList() { + return java.util.Collections.unmodifiableList(contactNotices_); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + * @return This builder for chaining. + */ + public Builder setContactNoticesValue( + int index, int value) { + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param value The enum numeric value on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNoticesValue(int value) { + ensureContactNoticesIsMutable(); + contactNotices_.add(value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that the caller acknowledges. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param values The enum numeric values on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (int value : values) { + contactNotices_.add(value); + } + onChanged(); + return this; + } + + private com.google.type.Money yearlyPrice_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + public boolean hasYearlyPrice() { + return yearlyPriceBuilder_ != null || yearlyPrice_ != null; + } + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + public com.google.type.Money getYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } else { + return yearlyPriceBuilder_.getMessage(); + } + } + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + yearlyPrice_ = value; + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = builderForValue.build(); + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (yearlyPrice_ != null) { + yearlyPrice_ = + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + } else { + yearlyPrice_ = value; + } + onChanged(); + } else { + yearlyPriceBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + onChanged(); + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.Money.Builder getYearlyPriceBuilder() { + + onChanged(); + return getYearlyPriceFieldBuilder().getBuilder(); + } + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + if (yearlyPriceBuilder_ != null) { + return yearlyPriceBuilder_.getMessageOrBuilder(); + } else { + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + } + /** + *
+     * Required. Yearly price to register or renew the domain.
+     * The value that should be put here can be obtained from
+     * RetrieveRegisterParameters or SearchDomains calls.
+     * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + getYearlyPriceFieldBuilder() { + if (yearlyPriceBuilder_ == null) { + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); + yearlyPrice_ = null; + } + return yearlyPriceBuilder_; + } + + private boolean validateOnly_ ; + /** + *
+     * When true, only validation is performed, without actually registering
+     * the domain. Follows:
+     * https://cloud.google.com/apis/design/design_patterns#request_validation
+     * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + /** + *
+     * When true, only validation is performed, without actually registering
+     * the domain. Follows:
+     * https://cloud.google.com/apis/design/design_patterns#request_validation
+     * 
+ * + * bool validate_only = 6; + * @param value The validateOnly to set. + * @return This builder for chaining. + */ + public Builder setValidateOnly(boolean value) { + + validateOnly_ = value; + onChanged(); + return this; + } + /** + *
+     * When true, only validation is performed, without actually registering
+     * the domain. Follows:
+     * https://cloud.google.com/apis/design/design_patterns#request_validation
+     * 
+ * + * bool validate_only = 6; + * @return This builder for chaining. + */ + public Builder clearValidateOnly() { + + validateOnly_ = false; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.RegisterDomainRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.RegisterDomainRequest) + private static final com.google.cloud.domains.v1.RegisterDomainRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.RegisterDomainRequest(); + } + + public static com.google.cloud.domains.v1.RegisterDomainRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RegisterDomainRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RegisterDomainRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RegisterDomainRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequestOrBuilder.java new file mode 100644 index 00000000..555b369a --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterDomainRequestOrBuilder.java @@ -0,0 +1,216 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface RegisterDomainRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.RegisterDomainRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); + + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + boolean hasRegistration(); + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + com.google.cloud.domains.v1.Registration getRegistration(); + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder(); + + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return A list containing the domainNotices. + */ + java.util.List getDomainNoticesList(); + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return The count of domainNotices. + */ + int getDomainNoticesCount(); + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param index The index of the element to return. + * @return The domainNotices at the given index. + */ + com.google.cloud.domains.v1.DomainNotice getDomainNotices(int index); + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @return A list containing the enum numeric values on the wire for domainNotices. + */ + java.util.List + getDomainNoticesValueList(); + /** + *
+   * The list of domain notices that you acknowledge. Call
+   * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of domainNotices at the given index. + */ + int getDomainNoticesValue(int index); + + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the contactNotices. + */ + java.util.List getContactNoticesList(); + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return The count of contactNotices. + */ + int getContactNoticesCount(); + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + com.google.cloud.domains.v1.ContactNotice getContactNotices(int index); + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + java.util.List + getContactNoticesValueList(); + /** + *
+   * The list of contact notices that the caller acknowledges. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + int getContactNoticesValue(int index); + + /** + *
+   * Required. Yearly price to register or renew the domain.
+   * The value that should be put here can be obtained from
+   * RetrieveRegisterParameters or SearchDomains calls.
+   * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + boolean hasYearlyPrice(); + /** + *
+   * Required. Yearly price to register or renew the domain.
+   * The value that should be put here can be obtained from
+   * RetrieveRegisterParameters or SearchDomains calls.
+   * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + com.google.type.Money getYearlyPrice(); + /** + *
+   * Required. Yearly price to register or renew the domain.
+   * The value that should be put here can be obtained from
+   * RetrieveRegisterParameters or SearchDomains calls.
+   * 
+ * + * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder(); + + /** + *
+   * When true, only validation is performed, without actually registering
+   * the domain. Follows:
+   * https://cloud.google.com/apis/design/design_patterns#request_validation
+   * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + boolean getValidateOnly(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParameters.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParameters.java new file mode 100644 index 00000000..0f960046 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParameters.java @@ -0,0 +1,1824 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Parameters required to register a new domain.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RegisterParameters} + */ +public final class RegisterParameters extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.RegisterParameters) + RegisterParametersOrBuilder { +private static final long serialVersionUID = 0L; + // Use RegisterParameters.newBuilder() to construct. + private RegisterParameters(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RegisterParameters() { + domainName_ = ""; + availability_ = 0; + supportedPrivacy_ = java.util.Collections.emptyList(); + domainNotices_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RegisterParameters(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RegisterParameters( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 16: { + int rawValue = input.readEnum(); + + availability_ = rawValue; + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + supportedPrivacy_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + supportedPrivacy_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + domainNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + domainNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + domainNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + domainNotices_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 42: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); + } + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + domainNotices_ = java.util.Collections.unmodifiableList(domainNotices_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterParameters_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterParameters_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RegisterParameters.class, com.google.cloud.domains.v1.RegisterParameters.Builder.class); + } + + /** + *
+   * Possible availability states of a domain name.
+   * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.RegisterParameters.Availability} + */ + public enum Availability + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+     * The availability is unspecified.
+     * 
+ * + * AVAILABILITY_UNSPECIFIED = 0; + */ + AVAILABILITY_UNSPECIFIED(0), + /** + *
+     * The domain is available for registration.
+     * 
+ * + * AVAILABLE = 1; + */ + AVAILABLE(1), + /** + *
+     * The domain is not available for registration. Generally this means it is
+     * already registered to another party.
+     * 
+ * + * UNAVAILABLE = 2; + */ + UNAVAILABLE(2), + /** + *
+     * The domain is not currently supported by Cloud Domains, but may
+     * be available elsewhere.
+     * 
+ * + * UNSUPPORTED = 3; + */ + UNSUPPORTED(3), + /** + *
+     * Cloud Domains is unable to determine domain availability, generally
+     * due to system maintenance at the domain name registry.
+     * 
+ * + * UNKNOWN = 4; + */ + UNKNOWN(4), + UNRECOGNIZED(-1), + ; + + /** + *
+     * The availability is unspecified.
+     * 
+ * + * AVAILABILITY_UNSPECIFIED = 0; + */ + public static final int AVAILABILITY_UNSPECIFIED_VALUE = 0; + /** + *
+     * The domain is available for registration.
+     * 
+ * + * AVAILABLE = 1; + */ + public static final int AVAILABLE_VALUE = 1; + /** + *
+     * The domain is not available for registration. Generally this means it is
+     * already registered to another party.
+     * 
+ * + * UNAVAILABLE = 2; + */ + public static final int UNAVAILABLE_VALUE = 2; + /** + *
+     * The domain is not currently supported by Cloud Domains, but may
+     * be available elsewhere.
+     * 
+ * + * UNSUPPORTED = 3; + */ + public static final int UNSUPPORTED_VALUE = 3; + /** + *
+     * Cloud Domains is unable to determine domain availability, generally
+     * due to system maintenance at the domain name registry.
+     * 
+ * + * UNKNOWN = 4; + */ + public static final int UNKNOWN_VALUE = 4; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static Availability valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static Availability forNumber(int value) { + switch (value) { + case 0: return AVAILABILITY_UNSPECIFIED; + case 1: return AVAILABLE; + case 2: return UNAVAILABLE; + case 3: return UNSUPPORTED; + case 4: return UNKNOWN; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + Availability> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Availability findValueByNumber(int number) { + return Availability.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.RegisterParameters.getDescriptor().getEnumTypes().get(0); + } + + private static final Availability[] VALUES = values(); + + public static Availability valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private Availability(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.RegisterParameters.Availability) + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object domainName_; + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int AVAILABILITY_FIELD_NUMBER = 2; + private int availability_; + /** + *
+   * Indicates whether the domain is available for registration. This value is
+   * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+   * approximate when obtained by calling `SearchDomains`.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @return The enum numeric value on the wire for availability. + */ + @java.lang.Override public int getAvailabilityValue() { + return availability_; + } + /** + *
+   * Indicates whether the domain is available for registration. This value is
+   * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+   * approximate when obtained by calling `SearchDomains`.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @return The availability. + */ + @java.lang.Override public com.google.cloud.domains.v1.RegisterParameters.Availability getAvailability() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.RegisterParameters.Availability result = com.google.cloud.domains.v1.RegisterParameters.Availability.valueOf(availability_); + return result == null ? com.google.cloud.domains.v1.RegisterParameters.Availability.UNRECOGNIZED : result; + } + + public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 3; + private java.util.List supportedPrivacy_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy> supportedPrivacy_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>() { + public com.google.cloud.domains.v1.ContactPrivacy convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ContactPrivacy result = com.google.cloud.domains.v1.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1.ContactPrivacy.UNRECOGNIZED : result; + } + }; + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return A list containing the supportedPrivacy. + */ + @java.lang.Override + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return The count of supportedPrivacy. + */ + @java.lang.Override + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + @java.lang.Override + public java.util.List + getSupportedPrivacyValueList() { + return supportedPrivacy_; + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + @java.lang.Override + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + private int supportedPrivacyMemoizedSerializedSize; + + public static final int DOMAIN_NOTICES_FIELD_NUMBER = 4; + private java.util.List domainNotices_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.DomainNotice> domainNotices_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.DomainNotice>() { + public com.google.cloud.domains.v1.DomainNotice convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.DomainNotice result = com.google.cloud.domains.v1.DomainNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1.DomainNotice.UNRECOGNIZED : result; + } + }; + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return A list containing the domainNotices. + */ + @java.lang.Override + public java.util.List getDomainNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.DomainNotice>(domainNotices_, domainNotices_converter_); + } + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return The count of domainNotices. + */ + @java.lang.Override + public int getDomainNoticesCount() { + return domainNotices_.size(); + } + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param index The index of the element to return. + * @return The domainNotices at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DomainNotice getDomainNotices(int index) { + return domainNotices_converter_.convert(domainNotices_.get(index)); + } + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return A list containing the enum numeric values on the wire for domainNotices. + */ + @java.lang.Override + public java.util.List + getDomainNoticesValueList() { + return domainNotices_; + } + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of domainNotices at the given index. + */ + @java.lang.Override + public int getDomainNoticesValue(int index) { + return domainNotices_.get(index); + } + private int domainNoticesMemoizedSerializedSize; + + public static final int YEARLY_PRICE_FIELD_NUMBER = 5; + private com.google.type.Money yearlyPrice_; + /** + *
+   * Price to register or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 5; + * @return Whether the yearlyPrice field is set. + */ + @java.lang.Override + public boolean hasYearlyPrice() { + return yearlyPrice_ != null; + } + /** + *
+   * Price to register or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 5; + * @return The yearlyPrice. + */ + @java.lang.Override + public com.google.type.Money getYearlyPrice() { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + /** + *
+   * Price to register or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 5; + */ + @java.lang.Override + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + return getYearlyPrice(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); + } + if (availability_ != com.google.cloud.domains.v1.RegisterParameters.Availability.AVAILABILITY_UNSPECIFIED.getNumber()) { + output.writeEnum(2, availability_); + } + if (getSupportedPrivacyList().size() > 0) { + output.writeUInt32NoTag(26); + output.writeUInt32NoTag(supportedPrivacyMemoizedSerializedSize); + } + for (int i = 0; i < supportedPrivacy_.size(); i++) { + output.writeEnumNoTag(supportedPrivacy_.get(i)); + } + if (getDomainNoticesList().size() > 0) { + output.writeUInt32NoTag(34); + output.writeUInt32NoTag(domainNoticesMemoizedSerializedSize); + } + for (int i = 0; i < domainNotices_.size(); i++) { + output.writeEnumNoTag(domainNotices_.get(i)); + } + if (yearlyPrice_ != null) { + output.writeMessage(5, getYearlyPrice()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); + } + if (availability_ != com.google.cloud.domains.v1.RegisterParameters.Availability.AVAILABILITY_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, availability_); + } + { + int dataSize = 0; + for (int i = 0; i < supportedPrivacy_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); + } + size += dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; + } + { + int dataSize = 0; + for (int i = 0; i < domainNotices_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(domainNotices_.get(i)); + } + size += dataSize; + if (!getDomainNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }domainNoticesMemoizedSerializedSize = dataSize; + } + if (yearlyPrice_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getYearlyPrice()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.RegisterParameters)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.RegisterParameters other = (com.google.cloud.domains.v1.RegisterParameters) obj; + + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (availability_ != other.availability_) return false; + if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; + if (!domainNotices_.equals(other.domainNotices_)) return false; + if (hasYearlyPrice() != other.hasYearlyPrice()) return false; + if (hasYearlyPrice()) { + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + hash = (37 * hash) + AVAILABILITY_FIELD_NUMBER; + hash = (53 * hash) + availability_; + if (getSupportedPrivacyCount() > 0) { + hash = (37 * hash) + SUPPORTED_PRIVACY_FIELD_NUMBER; + hash = (53 * hash) + supportedPrivacy_.hashCode(); + } + if (getDomainNoticesCount() > 0) { + hash = (37 * hash) + DOMAIN_NOTICES_FIELD_NUMBER; + hash = (53 * hash) + domainNotices_.hashCode(); + } + if (hasYearlyPrice()) { + hash = (37 * hash) + YEARLY_PRICE_FIELD_NUMBER; + hash = (53 * hash) + getYearlyPrice().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.RegisterParameters parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RegisterParameters parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RegisterParameters parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RegisterParameters 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.cloud.domains.v1.RegisterParameters parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RegisterParameters parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RegisterParameters parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RegisterParameters parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RegisterParameters parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RegisterParameters parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RegisterParameters parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RegisterParameters parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.RegisterParameters prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Parameters required to register a new domain.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RegisterParameters} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.RegisterParameters) + com.google.cloud.domains.v1.RegisterParametersOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterParameters_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterParameters_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RegisterParameters.class, com.google.cloud.domains.v1.RegisterParameters.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.RegisterParameters.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + domainName_ = ""; + + availability_ = 0; + + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + domainNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RegisterParameters_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParameters getDefaultInstanceForType() { + return com.google.cloud.domains.v1.RegisterParameters.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParameters build() { + com.google.cloud.domains.v1.RegisterParameters result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParameters buildPartial() { + com.google.cloud.domains.v1.RegisterParameters result = new com.google.cloud.domains.v1.RegisterParameters(this); + int from_bitField0_ = bitField0_; + result.domainName_ = domainName_; + result.availability_ = availability_; + if (((bitField0_ & 0x00000001) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.supportedPrivacy_ = supportedPrivacy_; + if (((bitField0_ & 0x00000002) != 0)) { + domainNotices_ = java.util.Collections.unmodifiableList(domainNotices_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.domainNotices_ = domainNotices_; + if (yearlyPriceBuilder_ == null) { + result.yearlyPrice_ = yearlyPrice_; + } else { + result.yearlyPrice_ = yearlyPriceBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.RegisterParameters) { + return mergeFrom((com.google.cloud.domains.v1.RegisterParameters)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.RegisterParameters other) { + if (other == com.google.cloud.domains.v1.RegisterParameters.getDefaultInstance()) return this; + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (other.availability_ != 0) { + setAvailabilityValue(other.getAvailabilityValue()); + } + if (!other.supportedPrivacy_.isEmpty()) { + if (supportedPrivacy_.isEmpty()) { + supportedPrivacy_ = other.supportedPrivacy_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.addAll(other.supportedPrivacy_); + } + onChanged(); + } + if (!other.domainNotices_.isEmpty()) { + if (domainNotices_.isEmpty()) { + domainNotices_ = other.domainNotices_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureDomainNoticesIsMutable(); + domainNotices_.addAll(other.domainNotices_); + } + onChanged(); + } + if (other.hasYearlyPrice()) { + mergeYearlyPrice(other.getYearlyPrice()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.RegisterParameters parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.RegisterParameters) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object domainName_ = ""; + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private int availability_ = 0; + /** + *
+     * Indicates whether the domain is available for registration. This value is
+     * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+     * approximate when obtained by calling `SearchDomains`.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @return The enum numeric value on the wire for availability. + */ + @java.lang.Override public int getAvailabilityValue() { + return availability_; + } + /** + *
+     * Indicates whether the domain is available for registration. This value is
+     * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+     * approximate when obtained by calling `SearchDomains`.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @param value The enum numeric value on the wire for availability to set. + * @return This builder for chaining. + */ + public Builder setAvailabilityValue(int value) { + + availability_ = value; + onChanged(); + return this; + } + /** + *
+     * Indicates whether the domain is available for registration. This value is
+     * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+     * approximate when obtained by calling `SearchDomains`.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @return The availability. + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParameters.Availability getAvailability() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.RegisterParameters.Availability result = com.google.cloud.domains.v1.RegisterParameters.Availability.valueOf(availability_); + return result == null ? com.google.cloud.domains.v1.RegisterParameters.Availability.UNRECOGNIZED : result; + } + /** + *
+     * Indicates whether the domain is available for registration. This value is
+     * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+     * approximate when obtained by calling `SearchDomains`.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @param value The availability to set. + * @return This builder for chaining. + */ + public Builder setAvailability(com.google.cloud.domains.v1.RegisterParameters.Availability value) { + if (value == null) { + throw new NullPointerException(); + } + + availability_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * Indicates whether the domain is available for registration. This value is
+     * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+     * approximate when obtained by calling `SearchDomains`.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @return This builder for chaining. + */ + public Builder clearAvailability() { + + availability_ = 0; + onChanged(); + return this; + } + + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); + private void ensureSupportedPrivacyIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return A list containing the supportedPrivacy. + */ + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return The count of supportedPrivacy. + */ + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + public com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param index The index to set the value at. + * @param value The supportedPrivacy to set. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacy( + int index, com.google.cloud.domains.v1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param value The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacy(com.google.cloud.domains.v1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param values The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacy( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (com.google.cloud.domains.v1.ContactPrivacy value : values) { + supportedPrivacy_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return This builder for chaining. + */ + public Builder clearSupportedPrivacy() { + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + public java.util.List + getSupportedPrivacyValueList() { + return java.util.Collections.unmodifiableList(supportedPrivacy_); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacyValue( + int index, int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param value The enum numeric value on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacyValue(int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param values The enum numeric values on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (int value : values) { + supportedPrivacy_.add(value); + } + onChanged(); + return this; + } + + private java.util.List domainNotices_ = + java.util.Collections.emptyList(); + private void ensureDomainNoticesIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + domainNotices_ = new java.util.ArrayList(domainNotices_); + bitField0_ |= 0x00000002; + } + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return A list containing the domainNotices. + */ + public java.util.List getDomainNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.DomainNotice>(domainNotices_, domainNotices_converter_); + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return The count of domainNotices. + */ + public int getDomainNoticesCount() { + return domainNotices_.size(); + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param index The index of the element to return. + * @return The domainNotices at the given index. + */ + public com.google.cloud.domains.v1.DomainNotice getDomainNotices(int index) { + return domainNotices_converter_.convert(domainNotices_.get(index)); + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param index The index to set the value at. + * @param value The domainNotices to set. + * @return This builder for chaining. + */ + public Builder setDomainNotices( + int index, com.google.cloud.domains.v1.DomainNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureDomainNoticesIsMutable(); + domainNotices_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param value The domainNotices to add. + * @return This builder for chaining. + */ + public Builder addDomainNotices(com.google.cloud.domains.v1.DomainNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureDomainNoticesIsMutable(); + domainNotices_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param values The domainNotices to add. + * @return This builder for chaining. + */ + public Builder addAllDomainNotices( + java.lang.Iterable values) { + ensureDomainNoticesIsMutable(); + for (com.google.cloud.domains.v1.DomainNotice value : values) { + domainNotices_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return This builder for chaining. + */ + public Builder clearDomainNotices() { + domainNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return A list containing the enum numeric values on the wire for domainNotices. + */ + public java.util.List + getDomainNoticesValueList() { + return java.util.Collections.unmodifiableList(domainNotices_); + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of domainNotices at the given index. + */ + public int getDomainNoticesValue(int index) { + return domainNotices_.get(index); + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of domainNotices at the given index. + * @return This builder for chaining. + */ + public Builder setDomainNoticesValue( + int index, int value) { + ensureDomainNoticesIsMutable(); + domainNotices_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param value The enum numeric value on the wire for domainNotices to add. + * @return This builder for chaining. + */ + public Builder addDomainNoticesValue(int value) { + ensureDomainNoticesIsMutable(); + domainNotices_.add(value); + onChanged(); + return this; + } + /** + *
+     * Notices about special properties of the domain.
+     * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param values The enum numeric values on the wire for domainNotices to add. + * @return This builder for chaining. + */ + public Builder addAllDomainNoticesValue( + java.lang.Iterable values) { + ensureDomainNoticesIsMutable(); + for (int value : values) { + domainNotices_.add(value); + } + onChanged(); + return this; + } + + private com.google.type.Money yearlyPrice_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + * @return Whether the yearlyPrice field is set. + */ + public boolean hasYearlyPrice() { + return yearlyPriceBuilder_ != null || yearlyPrice_ != null; + } + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + * @return The yearlyPrice. + */ + public com.google.type.Money getYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } else { + return yearlyPriceBuilder_.getMessage(); + } + } + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + */ + public Builder setYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + yearlyPrice_ = value; + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + */ + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = builderForValue.build(); + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + */ + public Builder mergeYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (yearlyPrice_ != null) { + yearlyPrice_ = + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + } else { + yearlyPrice_ = value; + } + onChanged(); + } else { + yearlyPriceBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + */ + public Builder clearYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + onChanged(); + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + + return this; + } + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + */ + public com.google.type.Money.Builder getYearlyPriceBuilder() { + + onChanged(); + return getYearlyPriceFieldBuilder().getBuilder(); + } + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + */ + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + if (yearlyPriceBuilder_ != null) { + return yearlyPriceBuilder_.getMessageOrBuilder(); + } else { + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + } + /** + *
+     * Price to register or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 5; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + getYearlyPriceFieldBuilder() { + if (yearlyPriceBuilder_ == null) { + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); + yearlyPrice_ = null; + } + return yearlyPriceBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.RegisterParameters) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.RegisterParameters) + private static final com.google.cloud.domains.v1.RegisterParameters DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.RegisterParameters(); + } + + public static com.google.cloud.domains.v1.RegisterParameters getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RegisterParameters parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RegisterParameters(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParameters getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParametersOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParametersOrBuilder.java new file mode 100644 index 00000000..445dc0a7 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegisterParametersOrBuilder.java @@ -0,0 +1,177 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface RegisterParametersOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.RegisterParameters) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * Indicates whether the domain is available for registration. This value is
+   * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+   * approximate when obtained by calling `SearchDomains`.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @return The enum numeric value on the wire for availability. + */ + int getAvailabilityValue(); + /** + *
+   * Indicates whether the domain is available for registration. This value is
+   * accurate when obtained by calling `RetrieveRegisterParameters`, but is
+   * approximate when obtained by calling `SearchDomains`.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters.Availability availability = 2; + * @return The availability. + */ + com.google.cloud.domains.v1.RegisterParameters.Availability getAvailability(); + + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return A list containing the supportedPrivacy. + */ + java.util.List getSupportedPrivacyList(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return The count of supportedPrivacy. + */ + int getSupportedPrivacyCount(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + java.util.List + getSupportedPrivacyValueList(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + int getSupportedPrivacyValue(int index); + + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return A list containing the domainNotices. + */ + java.util.List getDomainNoticesList(); + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return The count of domainNotices. + */ + int getDomainNoticesCount(); + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param index The index of the element to return. + * @return The domainNotices at the given index. + */ + com.google.cloud.domains.v1.DomainNotice getDomainNotices(int index); + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @return A list containing the enum numeric values on the wire for domainNotices. + */ + java.util.List + getDomainNoticesValueList(); + /** + *
+   * Notices about special properties of the domain.
+   * 
+ * + * repeated .google.cloud.domains.v1.DomainNotice domain_notices = 4; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of domainNotices at the given index. + */ + int getDomainNoticesValue(int index); + + /** + *
+   * Price to register or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 5; + * @return Whether the yearlyPrice field is set. + */ + boolean hasYearlyPrice(); + /** + *
+   * Price to register or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 5; + * @return The yearlyPrice. + */ + com.google.type.Money getYearlyPrice(); + /** + *
+   * Price to register or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 5; + */ + com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/Registration.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/Registration.java new file mode 100644 index 00000000..0b3b85be --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/Registration.java @@ -0,0 +1,3909 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * The `Registration` resource facilitates managing and configuring domain name
+ * registrations.
+ * There are several ways to create a new `Registration` resource:
+ * To create a new `Registration` resource, find a suitable domain name by
+ * calling the `SearchDomains` method with a query to see available domain name
+ * options. After choosing a name, call `RetrieveRegisterParameters` to
+ * ensure availability and obtain information like pricing, which is needed to
+ * build a call to `RegisterDomain`.
+ * Another way to create a new `Registration` is to transfer an existing
+ * domain from another registrar. First, go to the current registrar to unlock
+ * the domain for transfer and retrieve the domain's transfer authorization
+ * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+ * unlocked and to get values needed to build a call to `TransferDomain`.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.Registration} + */ +public final class Registration extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.Registration) + RegistrationOrBuilder { +private static final long serialVersionUID = 0L; + // Use Registration.newBuilder() to construct. + private Registration(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private Registration() { + name_ = ""; + domainName_ = ""; + state_ = 0; + issues_ = java.util.Collections.emptyList(); + supportedPrivacy_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new Registration(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private Registration( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + name_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 26: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (createTime_ != null) { + subBuilder = createTime_.toBuilder(); + } + createTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(createTime_); + createTime_ = subBuilder.buildPartial(); + } + + break; + } + case 50: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (expireTime_ != null) { + subBuilder = expireTime_.toBuilder(); + } + expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(expireTime_); + expireTime_ = subBuilder.buildPartial(); + } + + break; + } + case 56: { + int rawValue = input.readEnum(); + + state_ = rawValue; + break; + } + case 64: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + issues_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + issues_.add(rawValue); + break; + } + case 66: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + issues_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + issues_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 74: { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); + mutable_bitField0_ |= 0x00000002; + } + com.google.protobuf.MapEntry + labels__ = input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + labels_.getMutableMap().put( + labels__.getKey(), labels__.getValue()); + break; + } + case 82: { + com.google.cloud.domains.v1.ManagementSettings.Builder subBuilder = null; + if (managementSettings_ != null) { + subBuilder = managementSettings_.toBuilder(); + } + managementSettings_ = input.readMessage(com.google.cloud.domains.v1.ManagementSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(managementSettings_); + managementSettings_ = subBuilder.buildPartial(); + } + + break; + } + case 90: { + com.google.cloud.domains.v1.DnsSettings.Builder subBuilder = null; + if (dnsSettings_ != null) { + subBuilder = dnsSettings_.toBuilder(); + } + dnsSettings_ = input.readMessage(com.google.cloud.domains.v1.DnsSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(dnsSettings_); + dnsSettings_ = subBuilder.buildPartial(); + } + + break; + } + case 98: { + com.google.cloud.domains.v1.ContactSettings.Builder subBuilder = null; + if (contactSettings_ != null) { + subBuilder = contactSettings_.toBuilder(); + } + contactSettings_ = input.readMessage(com.google.cloud.domains.v1.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(contactSettings_); + contactSettings_ = subBuilder.buildPartial(); + } + + break; + } + case 106: { + com.google.cloud.domains.v1.ContactSettings.Builder subBuilder = null; + if (pendingContactSettings_ != null) { + subBuilder = pendingContactSettings_.toBuilder(); + } + pendingContactSettings_ = input.readMessage(com.google.cloud.domains.v1.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(pendingContactSettings_); + pendingContactSettings_ = subBuilder.buildPartial(); + } + + break; + } + case 112: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000004) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000004; + } + supportedPrivacy_.add(rawValue); + break; + } + case 114: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000004) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000004; + } + supportedPrivacy_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + issues_ = java.util.Collections.unmodifiableList(issues_); + } + if (((mutable_bitField0_ & 0x00000004) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_Registration_descriptor; + } + + @SuppressWarnings({"rawtypes"}) + @java.lang.Override + protected com.google.protobuf.MapField internalGetMapField( + int number) { + switch (number) { + case 9: + return internalGetLabels(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_Registration_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.Registration.class, com.google.cloud.domains.v1.Registration.Builder.class); + } + + /** + *
+   * Possible states of a `Registration`.
+   * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.Registration.State} + */ + public enum State + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+     * The state is undefined.
+     * 
+ * + * STATE_UNSPECIFIED = 0; + */ + STATE_UNSPECIFIED(0), + /** + *
+     * The domain is being registered.
+     * 
+ * + * REGISTRATION_PENDING = 1; + */ + REGISTRATION_PENDING(1), + /** + *
+     * The domain registration failed. You can delete resources in this state
+     * to allow registration to be retried.
+     * 
+ * + * REGISTRATION_FAILED = 2; + */ + REGISTRATION_FAILED(2), + /** + *
+     * The domain is being transferred from another registrar to Cloud Domains.
+     * 
+ * + * TRANSFER_PENDING = 3; + */ + TRANSFER_PENDING(3), + /** + *
+     * The attempt to transfer the domain from another registrar to
+     * Cloud Domains failed. You can delete resources in this state and retry
+     * the transfer.
+     * 
+ * + * TRANSFER_FAILED = 4; + */ + TRANSFER_FAILED(4), + /** + *
+     * The domain is registered and operational. The domain renews automatically
+     * as long as it remains in this state.
+     * 
+ * + * ACTIVE = 6; + */ + ACTIVE(6), + /** + *
+     * The domain is suspended and inoperative. For more details, see the
+     * `issues` field.
+     * 
+ * + * SUSPENDED = 7; + */ + SUSPENDED(7), + /** + *
+     * The domain is no longer managed with Cloud Domains. It may have been
+     * transferred to another registrar or exported for management in
+     * [Google Domains](https://domains.google/). You can no longer update it
+     * with this API, and information shown about it may be stale. Domains in
+     * this state are not automatically renewed by Cloud Domains.
+     * 
+ * + * EXPORTED = 8; + */ + EXPORTED(8), + UNRECOGNIZED(-1), + ; + + /** + *
+     * The state is undefined.
+     * 
+ * + * STATE_UNSPECIFIED = 0; + */ + public static final int STATE_UNSPECIFIED_VALUE = 0; + /** + *
+     * The domain is being registered.
+     * 
+ * + * REGISTRATION_PENDING = 1; + */ + public static final int REGISTRATION_PENDING_VALUE = 1; + /** + *
+     * The domain registration failed. You can delete resources in this state
+     * to allow registration to be retried.
+     * 
+ * + * REGISTRATION_FAILED = 2; + */ + public static final int REGISTRATION_FAILED_VALUE = 2; + /** + *
+     * The domain is being transferred from another registrar to Cloud Domains.
+     * 
+ * + * TRANSFER_PENDING = 3; + */ + public static final int TRANSFER_PENDING_VALUE = 3; + /** + *
+     * The attempt to transfer the domain from another registrar to
+     * Cloud Domains failed. You can delete resources in this state and retry
+     * the transfer.
+     * 
+ * + * TRANSFER_FAILED = 4; + */ + public static final int TRANSFER_FAILED_VALUE = 4; + /** + *
+     * The domain is registered and operational. The domain renews automatically
+     * as long as it remains in this state.
+     * 
+ * + * ACTIVE = 6; + */ + public static final int ACTIVE_VALUE = 6; + /** + *
+     * The domain is suspended and inoperative. For more details, see the
+     * `issues` field.
+     * 
+ * + * SUSPENDED = 7; + */ + public static final int SUSPENDED_VALUE = 7; + /** + *
+     * The domain is no longer managed with Cloud Domains. It may have been
+     * transferred to another registrar or exported for management in
+     * [Google Domains](https://domains.google/). You can no longer update it
+     * with this API, and information shown about it may be stale. Domains in
+     * this state are not automatically renewed by Cloud Domains.
+     * 
+ * + * EXPORTED = 8; + */ + public static final int EXPORTED_VALUE = 8; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static State valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static State forNumber(int value) { + switch (value) { + case 0: return STATE_UNSPECIFIED; + case 1: return REGISTRATION_PENDING; + case 2: return REGISTRATION_FAILED; + case 3: return TRANSFER_PENDING; + case 4: return TRANSFER_FAILED; + case 6: return ACTIVE; + case 7: return SUSPENDED; + case 8: return EXPORTED; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + State> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.Registration.getDescriptor().getEnumTypes().get(0); + } + + private static final State[] VALUES = values(); + + public static State valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private State(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.Registration.State) + } + + /** + *
+   * Possible issues with a `Registration` that require attention.
+   * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.Registration.Issue} + */ + public enum Issue + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+     * The issue is undefined.
+     * 
+ * + * ISSUE_UNSPECIFIED = 0; + */ + ISSUE_UNSPECIFIED(0), + /** + *
+     * Contact the Cloud Support team to resolve a problem with this domain.
+     * 
+ * + * CONTACT_SUPPORT = 1; + */ + CONTACT_SUPPORT(1), + /** + *
+     * [ICANN](https://icann.org/) requires verification of the email address
+     * in the `Registration`'s `contact_settings.registrant_contact` field. To
+     * verify the email address, follow the
+     * instructions in the email the `registrant_contact` receives following
+     * registration. If you do not complete email verification within
+     * 15 days of registration, the domain is suspended. To resend the
+     * verification email, call ConfigureContactSettings and provide the current
+     * `registrant_contact.email`.
+     * 
+ * + * UNVERIFIED_EMAIL = 2; + */ + UNVERIFIED_EMAIL(2), + UNRECOGNIZED(-1), + ; + + /** + *
+     * The issue is undefined.
+     * 
+ * + * ISSUE_UNSPECIFIED = 0; + */ + public static final int ISSUE_UNSPECIFIED_VALUE = 0; + /** + *
+     * Contact the Cloud Support team to resolve a problem with this domain.
+     * 
+ * + * CONTACT_SUPPORT = 1; + */ + public static final int CONTACT_SUPPORT_VALUE = 1; + /** + *
+     * [ICANN](https://icann.org/) requires verification of the email address
+     * in the `Registration`'s `contact_settings.registrant_contact` field. To
+     * verify the email address, follow the
+     * instructions in the email the `registrant_contact` receives following
+     * registration. If you do not complete email verification within
+     * 15 days of registration, the domain is suspended. To resend the
+     * verification email, call ConfigureContactSettings and provide the current
+     * `registrant_contact.email`.
+     * 
+ * + * UNVERIFIED_EMAIL = 2; + */ + public static final int UNVERIFIED_EMAIL_VALUE = 2; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static Issue valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static Issue forNumber(int value) { + switch (value) { + case 0: return ISSUE_UNSPECIFIED; + case 1: return CONTACT_SUPPORT; + case 2: return UNVERIFIED_EMAIL; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + Issue> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Issue findValueByNumber(int number) { + return Issue.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.Registration.getDescriptor().getEnumTypes().get(1); + } + + private static final Issue[] VALUES = values(); + + public static Issue valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private Issue(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.Registration.Issue) + } + + public static final int NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object name_; + /** + *
+   * Output only. Name of the `Registration` resource, in the format
+   * `projects/*/locations/*/registrations/<domain_name>`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The name. + */ + @java.lang.Override + public java.lang.String getName() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } + } + /** + *
+   * Output only. Name of the `Registration` resource, in the format
+   * `projects/*/locations/*/registrations/<domain_name>`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The bytes for name. + */ + @java.lang.Override + 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); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 2; + private volatile java.lang.Object domainName_; + /** + *
+   * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int CREATE_TIME_FIELD_NUMBER = 3; + private com.google.protobuf.Timestamp createTime_; + /** + *
+   * Output only. The creation timestamp of the `Registration` resource.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the createTime field is set. + */ + @java.lang.Override + public boolean hasCreateTime() { + return createTime_ != null; + } + /** + *
+   * Output only. The creation timestamp of the `Registration` resource.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The createTime. + */ + @java.lang.Override + public com.google.protobuf.Timestamp getCreateTime() { + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + } + /** + *
+   * Output only. The creation timestamp of the `Registration` resource.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + @java.lang.Override + public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { + return getCreateTime(); + } + + public static final int EXPIRE_TIME_FIELD_NUMBER = 6; + private com.google.protobuf.Timestamp expireTime_; + /** + *
+   * Output only. The expiration timestamp of the `Registration`.
+   * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the expireTime field is set. + */ + @java.lang.Override + public boolean hasExpireTime() { + return expireTime_ != null; + } + /** + *
+   * Output only. The expiration timestamp of the `Registration`.
+   * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The expireTime. + */ + @java.lang.Override + public com.google.protobuf.Timestamp getExpireTime() { + return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; + } + /** + *
+   * Output only. The expiration timestamp of the `Registration`.
+   * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + @java.lang.Override + public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { + return getExpireTime(); + } + + public static final int STATE_FIELD_NUMBER = 7; + private int state_; + /** + *
+   * Output only. The state of the `Registration`
+   * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The enum numeric value on the wire for state. + */ + @java.lang.Override public int getStateValue() { + return state_; + } + /** + *
+   * Output only. The state of the `Registration`
+   * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The state. + */ + @java.lang.Override public com.google.cloud.domains.v1.Registration.State getState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.Registration.State result = com.google.cloud.domains.v1.Registration.State.valueOf(state_); + return result == null ? com.google.cloud.domains.v1.Registration.State.UNRECOGNIZED : result; + } + + public static final int ISSUES_FIELD_NUMBER = 8; + private java.util.List issues_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.Registration.Issue> issues_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.Registration.Issue>() { + public com.google.cloud.domains.v1.Registration.Issue convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.Registration.Issue result = com.google.cloud.domains.v1.Registration.Issue.valueOf(from); + return result == null ? com.google.cloud.domains.v1.Registration.Issue.UNRECOGNIZED : result; + } + }; + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the issues. + */ + @java.lang.Override + public java.util.List getIssuesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.Registration.Issue>(issues_, issues_converter_); + } + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of issues. + */ + @java.lang.Override + public int getIssuesCount() { + return issues_.size(); + } + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The issues at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.Registration.Issue getIssues(int index) { + return issues_converter_.convert(issues_.get(index)); + } + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the enum numeric values on the wire for issues. + */ + @java.lang.Override + public java.util.List + getIssuesValueList() { + return issues_; + } + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of issues at the given index. + */ + @java.lang.Override + public int getIssuesValue(int index) { + return issues_.get(index); + } + private int issuesMemoizedSerializedSize; + + public static final int LABELS_FIELD_NUMBER = 9; + private static final class LabelsDefaultEntryHolder { + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_Registration_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 labels_; + } + + public int getLabelsCount() { + return internalGetLabels().getMap().size(); + } + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + + @java.lang.Override + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetLabels().getMap().containsKey(key); + } + /** + * Use {@link #getLabelsMap()} instead. + */ + @java.lang.Override + @java.lang.Deprecated + public java.util.Map getLabels() { + return getLabelsMap(); + } + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + @java.lang.Override + + public java.util.Map getLabelsMap() { + return internalGetLabels().getMap(); + } + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + @java.lang.Override + + public java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + @java.lang.Override + + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + + public static final int MANAGEMENT_SETTINGS_FIELD_NUMBER = 10; + private com.google.cloud.domains.v1.ManagementSettings managementSettings_; + /** + *
+   * Settings for management of the `Registration`, including renewal, billing,
+   * and transfer. You cannot update these with the `UpdateRegistration`
+   * method. To update these settings, use the `ConfigureManagementSettings`
+   * method.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + * @return Whether the managementSettings field is set. + */ + @java.lang.Override + public boolean hasManagementSettings() { + return managementSettings_ != null; + } + /** + *
+   * Settings for management of the `Registration`, including renewal, billing,
+   * and transfer. You cannot update these with the `UpdateRegistration`
+   * method. To update these settings, use the `ConfigureManagementSettings`
+   * method.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + * @return The managementSettings. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettings getManagementSettings() { + return managementSettings_ == null ? com.google.cloud.domains.v1.ManagementSettings.getDefaultInstance() : managementSettings_; + } + /** + *
+   * Settings for management of the `Registration`, including renewal, billing,
+   * and transfer. You cannot update these with the `UpdateRegistration`
+   * method. To update these settings, use the `ConfigureManagementSettings`
+   * method.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + @java.lang.Override + public com.google.cloud.domains.v1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() { + return getManagementSettings(); + } + + public static final int DNS_SETTINGS_FIELD_NUMBER = 11; + private com.google.cloud.domains.v1.DnsSettings dnsSettings_; + /** + *
+   * Settings controlling the DNS configuration of the `Registration`. You
+   * cannot update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureDnsSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + * @return Whether the dnsSettings field is set. + */ + @java.lang.Override + public boolean hasDnsSettings() { + return dnsSettings_ != null; + } + /** + *
+   * Settings controlling the DNS configuration of the `Registration`. You
+   * cannot update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureDnsSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + * @return The dnsSettings. + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettings getDnsSettings() { + return dnsSettings_ == null ? com.google.cloud.domains.v1.DnsSettings.getDefaultInstance() : dnsSettings_; + } + /** + *
+   * Settings controlling the DNS configuration of the `Registration`. You
+   * cannot update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureDnsSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + @java.lang.Override + public com.google.cloud.domains.v1.DnsSettingsOrBuilder getDnsSettingsOrBuilder() { + return getDnsSettings(); + } + + public static final int CONTACT_SETTINGS_FIELD_NUMBER = 12; + private com.google.cloud.domains.v1.ContactSettings contactSettings_; + /** + *
+   * Required. Settings for contact information linked to the `Registration`. You cannot
+   * update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureContactSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the contactSettings field is set. + */ + @java.lang.Override + public boolean hasContactSettings() { + return contactSettings_ != null; + } + /** + *
+   * Required. Settings for contact information linked to the `Registration`. You cannot
+   * update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureContactSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + * @return The contactSettings. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings getContactSettings() { + return contactSettings_ == null ? com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : contactSettings_; + } + /** + *
+   * Required. Settings for contact information linked to the `Registration`. You cannot
+   * update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureContactSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettingsOrBuilder getContactSettingsOrBuilder() { + return getContactSettings(); + } + + public static final int PENDING_CONTACT_SETTINGS_FIELD_NUMBER = 13; + private com.google.cloud.domains.v1.ContactSettings pendingContactSettings_; + /** + *
+   * Output only. Pending contact settings for the `Registration`. Updates to the
+   * `contact_settings` field that change its `registrant_contact` or `privacy`
+   * fields require email confirmation by the `registrant_contact`
+   * before taking effect. This field is set only if there are pending updates
+   * to the `contact_settings` that have not been confirmed. To confirm the
+   * changes, the `registrant_contact` must follow the instructions in the
+   * email they receive.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the pendingContactSettings field is set. + */ + @java.lang.Override + public boolean hasPendingContactSettings() { + return pendingContactSettings_ != null; + } + /** + *
+   * Output only. Pending contact settings for the `Registration`. Updates to the
+   * `contact_settings` field that change its `registrant_contact` or `privacy`
+   * fields require email confirmation by the `registrant_contact`
+   * before taking effect. This field is set only if there are pending updates
+   * to the `contact_settings` that have not been confirmed. To confirm the
+   * changes, the `registrant_contact` must follow the instructions in the
+   * email they receive.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The pendingContactSettings. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettings getPendingContactSettings() { + return pendingContactSettings_ == null ? com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : pendingContactSettings_; + } + /** + *
+   * Output only. Pending contact settings for the `Registration`. Updates to the
+   * `contact_settings` field that change its `registrant_contact` or `privacy`
+   * fields require email confirmation by the `registrant_contact`
+   * before taking effect. This field is set only if there are pending updates
+   * to the `contact_settings` that have not been confirmed. To confirm the
+   * changes, the `registrant_contact` must follow the instructions in the
+   * email they receive.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder() { + return getPendingContactSettings(); + } + + public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 14; + private java.util.List supportedPrivacy_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy> supportedPrivacy_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>() { + public com.google.cloud.domains.v1.ContactPrivacy convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ContactPrivacy result = com.google.cloud.domains.v1.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1.ContactPrivacy.UNRECOGNIZED : result; + } + }; + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the supportedPrivacy. + */ + @java.lang.Override + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of supportedPrivacy. + */ + @java.lang.Override + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + @java.lang.Override + public java.util.List + getSupportedPrivacyValueList() { + return supportedPrivacy_; + } + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + @java.lang.Override + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + private int supportedPrivacyMemoizedSerializedSize; + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, domainName_); + } + if (createTime_ != null) { + output.writeMessage(3, getCreateTime()); + } + if (expireTime_ != null) { + output.writeMessage(6, getExpireTime()); + } + if (state_ != com.google.cloud.domains.v1.Registration.State.STATE_UNSPECIFIED.getNumber()) { + output.writeEnum(7, state_); + } + if (getIssuesList().size() > 0) { + output.writeUInt32NoTag(66); + output.writeUInt32NoTag(issuesMemoizedSerializedSize); + } + for (int i = 0; i < issues_.size(); i++) { + output.writeEnumNoTag(issues_.get(i)); + } + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 9); + if (managementSettings_ != null) { + output.writeMessage(10, getManagementSettings()); + } + if (dnsSettings_ != null) { + output.writeMessage(11, getDnsSettings()); + } + if (contactSettings_ != null) { + output.writeMessage(12, getContactSettings()); + } + if (pendingContactSettings_ != null) { + output.writeMessage(13, getPendingContactSettings()); + } + if (getSupportedPrivacyList().size() > 0) { + output.writeUInt32NoTag(114); + output.writeUInt32NoTag(supportedPrivacyMemoizedSerializedSize); + } + for (int i = 0; i < supportedPrivacy_.size(); i++) { + output.writeEnumNoTag(supportedPrivacy_.get(i)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, domainName_); + } + if (createTime_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getCreateTime()); + } + if (expireTime_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getExpireTime()); + } + if (state_ != com.google.cloud.domains.v1.Registration.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(7, state_); + } + { + int dataSize = 0; + for (int i = 0; i < issues_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(issues_.get(i)); + } + size += dataSize; + if (!getIssuesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }issuesMemoizedSerializedSize = dataSize; + } + 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(9, labels__); + } + if (managementSettings_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getManagementSettings()); + } + if (dnsSettings_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(11, getDnsSettings()); + } + if (contactSettings_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(12, getContactSettings()); + } + if (pendingContactSettings_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(13, getPendingContactSettings()); + } + { + int dataSize = 0; + for (int i = 0; i < supportedPrivacy_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); + } + size += dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.Registration)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.Registration other = (com.google.cloud.domains.v1.Registration) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (hasCreateTime() != other.hasCreateTime()) return false; + if (hasCreateTime()) { + if (!getCreateTime() + .equals(other.getCreateTime())) return false; + } + if (hasExpireTime() != other.hasExpireTime()) return false; + if (hasExpireTime()) { + if (!getExpireTime() + .equals(other.getExpireTime())) return false; + } + if (state_ != other.state_) return false; + if (!issues_.equals(other.issues_)) return false; + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; + if (hasManagementSettings() != other.hasManagementSettings()) return false; + if (hasManagementSettings()) { + if (!getManagementSettings() + .equals(other.getManagementSettings())) return false; + } + if (hasDnsSettings() != other.hasDnsSettings()) return false; + if (hasDnsSettings()) { + if (!getDnsSettings() + .equals(other.getDnsSettings())) return false; + } + if (hasContactSettings() != other.hasContactSettings()) return false; + if (hasContactSettings()) { + if (!getContactSettings() + .equals(other.getContactSettings())) return false; + } + if (hasPendingContactSettings() != other.hasPendingContactSettings()) return false; + if (hasPendingContactSettings()) { + if (!getPendingContactSettings() + .equals(other.getPendingContactSettings())) return false; + } + if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + NAME_FIELD_NUMBER; + hash = (53 * hash) + getName().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + if (hasCreateTime()) { + hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER; + hash = (53 * hash) + getCreateTime().hashCode(); + } + if (hasExpireTime()) { + hash = (37 * hash) + EXPIRE_TIME_FIELD_NUMBER; + hash = (53 * hash) + getExpireTime().hashCode(); + } + hash = (37 * hash) + STATE_FIELD_NUMBER; + hash = (53 * hash) + state_; + if (getIssuesCount() > 0) { + hash = (37 * hash) + ISSUES_FIELD_NUMBER; + hash = (53 * hash) + issues_.hashCode(); + } + if (!internalGetLabels().getMap().isEmpty()) { + hash = (37 * hash) + LABELS_FIELD_NUMBER; + hash = (53 * hash) + internalGetLabels().hashCode(); + } + if (hasManagementSettings()) { + hash = (37 * hash) + MANAGEMENT_SETTINGS_FIELD_NUMBER; + hash = (53 * hash) + getManagementSettings().hashCode(); + } + if (hasDnsSettings()) { + hash = (37 * hash) + DNS_SETTINGS_FIELD_NUMBER; + hash = (53 * hash) + getDnsSettings().hashCode(); + } + if (hasContactSettings()) { + hash = (37 * hash) + CONTACT_SETTINGS_FIELD_NUMBER; + hash = (53 * hash) + getContactSettings().hashCode(); + } + if (hasPendingContactSettings()) { + hash = (37 * hash) + PENDING_CONTACT_SETTINGS_FIELD_NUMBER; + hash = (53 * hash) + getPendingContactSettings().hashCode(); + } + if (getSupportedPrivacyCount() > 0) { + hash = (37 * hash) + SUPPORTED_PRIVACY_FIELD_NUMBER; + hash = (53 * hash) + supportedPrivacy_.hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.Registration parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.Registration parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.Registration parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.Registration 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.cloud.domains.v1.Registration parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.Registration parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.Registration parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.Registration parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.Registration parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.Registration parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.Registration parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.Registration parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.Registration prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * The `Registration` resource facilitates managing and configuring domain name
+   * registrations.
+   * There are several ways to create a new `Registration` resource:
+   * To create a new `Registration` resource, find a suitable domain name by
+   * calling the `SearchDomains` method with a query to see available domain name
+   * options. After choosing a name, call `RetrieveRegisterParameters` to
+   * ensure availability and obtain information like pricing, which is needed to
+   * build a call to `RegisterDomain`.
+   * Another way to create a new `Registration` is to transfer an existing
+   * domain from another registrar. First, go to the current registrar to unlock
+   * the domain for transfer and retrieve the domain's transfer authorization
+   * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+   * unlocked and to get values needed to build a call to `TransferDomain`.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.Registration} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.Registration) + com.google.cloud.domains.v1.RegistrationOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_Registration_descriptor; + } + + @SuppressWarnings({"rawtypes"}) + protected com.google.protobuf.MapField internalGetMapField( + int number) { + switch (number) { + case 9: + return internalGetLabels(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @SuppressWarnings({"rawtypes"}) + protected com.google.protobuf.MapField internalGetMutableMapField( + int number) { + switch (number) { + case 9: + return internalGetMutableLabels(); + default: + throw new RuntimeException( + "Invalid map field number: " + number); + } + } + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_Registration_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.Registration.class, com.google.cloud.domains.v1.Registration.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.Registration.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + name_ = ""; + + domainName_ = ""; + + if (createTimeBuilder_ == null) { + createTime_ = null; + } else { + createTime_ = null; + createTimeBuilder_ = null; + } + if (expireTimeBuilder_ == null) { + expireTime_ = null; + } else { + expireTime_ = null; + expireTimeBuilder_ = null; + } + state_ = 0; + + issues_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + internalGetMutableLabels().clear(); + if (managementSettingsBuilder_ == null) { + managementSettings_ = null; + } else { + managementSettings_ = null; + managementSettingsBuilder_ = null; + } + if (dnsSettingsBuilder_ == null) { + dnsSettings_ = null; + } else { + dnsSettings_ = null; + dnsSettingsBuilder_ = null; + } + if (contactSettingsBuilder_ == null) { + contactSettings_ = null; + } else { + contactSettings_ = null; + contactSettingsBuilder_ = null; + } + if (pendingContactSettingsBuilder_ == null) { + pendingContactSettings_ = null; + } else { + pendingContactSettings_ = null; + pendingContactSettingsBuilder_ = null; + } + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_Registration_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.Registration getDefaultInstanceForType() { + return com.google.cloud.domains.v1.Registration.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.Registration build() { + com.google.cloud.domains.v1.Registration result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.Registration buildPartial() { + com.google.cloud.domains.v1.Registration result = new com.google.cloud.domains.v1.Registration(this); + int from_bitField0_ = bitField0_; + result.name_ = name_; + result.domainName_ = domainName_; + if (createTimeBuilder_ == null) { + result.createTime_ = createTime_; + } else { + result.createTime_ = createTimeBuilder_.build(); + } + if (expireTimeBuilder_ == null) { + result.expireTime_ = expireTime_; + } else { + result.expireTime_ = expireTimeBuilder_.build(); + } + result.state_ = state_; + if (((bitField0_ & 0x00000001) != 0)) { + issues_ = java.util.Collections.unmodifiableList(issues_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.issues_ = issues_; + result.labels_ = internalGetLabels(); + result.labels_.makeImmutable(); + if (managementSettingsBuilder_ == null) { + result.managementSettings_ = managementSettings_; + } else { + result.managementSettings_ = managementSettingsBuilder_.build(); + } + if (dnsSettingsBuilder_ == null) { + result.dnsSettings_ = dnsSettings_; + } else { + result.dnsSettings_ = dnsSettingsBuilder_.build(); + } + if (contactSettingsBuilder_ == null) { + result.contactSettings_ = contactSettings_; + } else { + result.contactSettings_ = contactSettingsBuilder_.build(); + } + if (pendingContactSettingsBuilder_ == null) { + result.pendingContactSettings_ = pendingContactSettings_; + } else { + result.pendingContactSettings_ = pendingContactSettingsBuilder_.build(); + } + if (((bitField0_ & 0x00000004) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + bitField0_ = (bitField0_ & ~0x00000004); + } + result.supportedPrivacy_ = supportedPrivacy_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.Registration) { + return mergeFrom((com.google.cloud.domains.v1.Registration)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.Registration other) { + if (other == com.google.cloud.domains.v1.Registration.getDefaultInstance()) return this; + if (!other.getName().isEmpty()) { + name_ = other.name_; + onChanged(); + } + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (other.hasCreateTime()) { + mergeCreateTime(other.getCreateTime()); + } + if (other.hasExpireTime()) { + mergeExpireTime(other.getExpireTime()); + } + if (other.state_ != 0) { + setStateValue(other.getStateValue()); + } + if (!other.issues_.isEmpty()) { + if (issues_.isEmpty()) { + issues_ = other.issues_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureIssuesIsMutable(); + issues_.addAll(other.issues_); + } + onChanged(); + } + internalGetMutableLabels().mergeFrom( + other.internalGetLabels()); + if (other.hasManagementSettings()) { + mergeManagementSettings(other.getManagementSettings()); + } + if (other.hasDnsSettings()) { + mergeDnsSettings(other.getDnsSettings()); + } + if (other.hasContactSettings()) { + mergeContactSettings(other.getContactSettings()); + } + if (other.hasPendingContactSettings()) { + mergePendingContactSettings(other.getPendingContactSettings()); + } + if (!other.supportedPrivacy_.isEmpty()) { + if (supportedPrivacy_.isEmpty()) { + supportedPrivacy_ = other.supportedPrivacy_; + bitField0_ = (bitField0_ & ~0x00000004); + } else { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.addAll(other.supportedPrivacy_); + } + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.Registration parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.Registration) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object name_ = ""; + /** + *
+     * Output only. Name of the `Registration` resource, in the format
+     * `projects/*/locations/*/registrations/<domain_name>`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @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; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Output only. Name of the `Registration` resource, in the format
+     * `projects/*/locations/*/registrations/<domain_name>`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The bytes for name. + */ + 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); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Output only. Name of the `Registration` resource, in the format
+     * `projects/*/locations/*/registrations/<domain_name>`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The name to set. + * @return This builder for chaining. + */ + public Builder setName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + name_ = value; + onChanged(); + return this; + } + /** + *
+     * Output only. Name of the `Registration` resource, in the format
+     * `projects/*/locations/*/registrations/<domain_name>`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return This builder for chaining. + */ + public Builder clearName() { + + name_ = getDefaultInstance().getName(); + onChanged(); + return this; + } + /** + *
+     * Output only. Name of the `Registration` resource, in the format
+     * `projects/*/locations/*/registrations/<domain_name>`.
+     * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The bytes for name to set. + * @return This builder for chaining. + */ + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + name_ = value; + onChanged(); + return this; + } + + private java.lang.Object domainName_ = ""; + /** + *
+     * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.Timestamp createTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the createTime field is set. + */ + public boolean hasCreateTime() { + return createTimeBuilder_ != null || createTime_ != null; + } + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The createTime. + */ + public com.google.protobuf.Timestamp getCreateTime() { + if (createTimeBuilder_ == null) { + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + } else { + return createTimeBuilder_.getMessage(); + } + } + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder setCreateTime(com.google.protobuf.Timestamp value) { + if (createTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + createTime_ = value; + onChanged(); + } else { + createTimeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (createTimeBuilder_ == null) { + createTime_ = builderForValue.build(); + onChanged(); + } else { + createTimeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { + if (createTimeBuilder_ == null) { + if (createTime_ != null) { + createTime_ = + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + } else { + createTime_ = value; + } + onChanged(); + } else { + createTimeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder clearCreateTime() { + if (createTimeBuilder_ == null) { + createTime_ = null; + onChanged(); + } else { + createTime_ = null; + createTimeBuilder_ = null; + } + + return this; + } + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { + + onChanged(); + return getCreateTimeFieldBuilder().getBuilder(); + } + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { + if (createTimeBuilder_ != null) { + return createTimeBuilder_.getMessageOrBuilder(); + } else { + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; + } + } + /** + *
+     * Output only. The creation timestamp of the `Registration` resource.
+     * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getCreateTimeFieldBuilder() { + if (createTimeBuilder_ == null) { + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); + createTime_ = null; + } + return createTimeBuilder_; + } + + private com.google.protobuf.Timestamp expireTime_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the expireTime field is set. + */ + public boolean hasExpireTime() { + return expireTimeBuilder_ != null || expireTime_ != null; + } + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The expireTime. + */ + public com.google.protobuf.Timestamp getExpireTime() { + if (expireTimeBuilder_ == null) { + return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; + } else { + return expireTimeBuilder_.getMessage(); + } + } + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder setExpireTime(com.google.protobuf.Timestamp value) { + if (expireTimeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + expireTime_ = value; + onChanged(); + } else { + expireTimeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder setExpireTime( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (expireTimeBuilder_ == null) { + expireTime_ = builderForValue.build(); + onChanged(); + } else { + expireTimeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { + if (expireTimeBuilder_ == null) { + if (expireTime_ != null) { + expireTime_ = + com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial(); + } else { + expireTime_ = value; + } + onChanged(); + } else { + expireTimeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder clearExpireTime() { + if (expireTimeBuilder_ == null) { + expireTime_ = null; + onChanged(); + } else { + expireTime_ = null; + expireTimeBuilder_ = null; + } + + return this; + } + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { + + onChanged(); + return getExpireTimeFieldBuilder().getBuilder(); + } + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { + if (expireTimeBuilder_ != null) { + return expireTimeBuilder_.getMessageOrBuilder(); + } else { + return expireTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; + } + } + /** + *
+     * Output only. The expiration timestamp of the `Registration`.
+     * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getExpireTimeFieldBuilder() { + if (expireTimeBuilder_ == null) { + expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getExpireTime(), + getParentForChildren(), + isClean()); + expireTime_ = null; + } + return expireTimeBuilder_; + } + + private int state_ = 0; + /** + *
+     * Output only. The state of the `Registration`
+     * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The enum numeric value on the wire for state. + */ + @java.lang.Override public int getStateValue() { + return state_; + } + /** + *
+     * Output only. The state of the `Registration`
+     * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The enum numeric value on the wire for state to set. + * @return This builder for chaining. + */ + public Builder setStateValue(int value) { + + state_ = value; + onChanged(); + return this; + } + /** + *
+     * Output only. The state of the `Registration`
+     * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The state. + */ + @java.lang.Override + public com.google.cloud.domains.v1.Registration.State getState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.Registration.State result = com.google.cloud.domains.v1.Registration.State.valueOf(state_); + return result == null ? com.google.cloud.domains.v1.Registration.State.UNRECOGNIZED : result; + } + /** + *
+     * Output only. The state of the `Registration`
+     * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The state to set. + * @return This builder for chaining. + */ + public Builder setState(com.google.cloud.domains.v1.Registration.State value) { + if (value == null) { + throw new NullPointerException(); + } + + state_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * Output only. The state of the `Registration`
+     * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return This builder for chaining. + */ + public Builder clearState() { + + state_ = 0; + onChanged(); + return this; + } + + private java.util.List issues_ = + java.util.Collections.emptyList(); + private void ensureIssuesIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + issues_ = new java.util.ArrayList(issues_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the issues. + */ + public java.util.List getIssuesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.Registration.Issue>(issues_, issues_converter_); + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of issues. + */ + public int getIssuesCount() { + return issues_.size(); + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The issues at the given index. + */ + public com.google.cloud.domains.v1.Registration.Issue getIssues(int index) { + return issues_converter_.convert(issues_.get(index)); + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index to set the value at. + * @param value The issues to set. + * @return This builder for chaining. + */ + public Builder setIssues( + int index, com.google.cloud.domains.v1.Registration.Issue value) { + if (value == null) { + throw new NullPointerException(); + } + ensureIssuesIsMutable(); + issues_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The issues to add. + * @return This builder for chaining. + */ + public Builder addIssues(com.google.cloud.domains.v1.Registration.Issue value) { + if (value == null) { + throw new NullPointerException(); + } + ensureIssuesIsMutable(); + issues_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param values The issues to add. + * @return This builder for chaining. + */ + public Builder addAllIssues( + java.lang.Iterable values) { + ensureIssuesIsMutable(); + for (com.google.cloud.domains.v1.Registration.Issue value : values) { + issues_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return This builder for chaining. + */ + public Builder clearIssues() { + issues_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the enum numeric values on the wire for issues. + */ + public java.util.List + getIssuesValueList() { + return java.util.Collections.unmodifiableList(issues_); + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of issues at the given index. + */ + public int getIssuesValue(int index) { + return issues_.get(index); + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of issues at the given index. + * @return This builder for chaining. + */ + public Builder setIssuesValue( + int index, int value) { + ensureIssuesIsMutable(); + issues_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The enum numeric value on the wire for issues to add. + * @return This builder for chaining. + */ + public Builder addIssuesValue(int value) { + ensureIssuesIsMutable(); + issues_.add(value); + onChanged(); + return this; + } + /** + *
+     * Output only. The set of issues with the `Registration` that require attention.
+     * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param values The enum numeric values on the wire for issues to add. + * @return This builder for chaining. + */ + public Builder addAllIssuesValue( + java.lang.Iterable values) { + ensureIssuesIsMutable(); + for (int value : values) { + issues_.add(value); + } + onChanged(); + return this; + } + + 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 labels_; + } + private com.google.protobuf.MapField + internalGetMutableLabels() { + onChanged();; + if (labels_ == null) { + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); + } + if (!labels_.isMutable()) { + labels_ = labels_.copy(); + } + return labels_; + } + + public int getLabelsCount() { + return internalGetLabels().getMap().size(); + } + /** + *
+     * Set of labels associated with the `Registration`.
+     * 
+ * + * map<string, string> labels = 9; + */ + + @java.lang.Override + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetLabels().getMap().containsKey(key); + } + /** + * Use {@link #getLabelsMap()} instead. + */ + @java.lang.Override + @java.lang.Deprecated + public java.util.Map getLabels() { + return getLabelsMap(); + } + /** + *
+     * Set of labels associated with the `Registration`.
+     * 
+ * + * map<string, string> labels = 9; + */ + @java.lang.Override + + public java.util.Map getLabelsMap() { + return internalGetLabels().getMap(); + } + /** + *
+     * Set of labels associated with the `Registration`.
+     * 
+ * + * map<string, string> labels = 9; + */ + @java.lang.Override + + public java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); + return map.containsKey(key) ? map.get(key) : defaultValue; + } + /** + *
+     * Set of labels associated with the `Registration`.
+     * 
+ * + * map<string, string> labels = 9; + */ + @java.lang.Override + + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); + if (!map.containsKey(key)) { + throw new java.lang.IllegalArgumentException(); + } + return map.get(key); + } + + public Builder clearLabels() { + internalGetMutableLabels().getMutableMap() + .clear(); + return this; + } + /** + *
+     * Set of labels associated with the `Registration`.
+     * 
+ * + * map<string, string> labels = 9; + */ + + public Builder removeLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + internalGetMutableLabels().getMutableMap() + .remove(key); + return this; + } + /** + * Use alternate mutation accessors instead. + */ + @java.lang.Deprecated + public java.util.Map + getMutableLabels() { + return internalGetMutableLabels().getMutableMap(); + } + /** + *
+     * Set of labels associated with the `Registration`.
+     * 
+ * + * map<string, string> labels = 9; + */ + public Builder putLabels( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new java.lang.NullPointerException(); } + if (value == null) { throw new java.lang.NullPointerException(); } + internalGetMutableLabels().getMutableMap() + .put(key, value); + return this; + } + /** + *
+     * Set of labels associated with the `Registration`.
+     * 
+ * + * map<string, string> labels = 9; + */ + + public Builder putAllLabels( + java.util.Map values) { + internalGetMutableLabels().getMutableMap() + .putAll(values); + return this; + } + + private com.google.cloud.domains.v1.ManagementSettings managementSettings_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ManagementSettings, com.google.cloud.domains.v1.ManagementSettings.Builder, com.google.cloud.domains.v1.ManagementSettingsOrBuilder> managementSettingsBuilder_; + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + * @return Whether the managementSettings field is set. + */ + public boolean hasManagementSettings() { + return managementSettingsBuilder_ != null || managementSettings_ != null; + } + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + * @return The managementSettings. + */ + public com.google.cloud.domains.v1.ManagementSettings getManagementSettings() { + if (managementSettingsBuilder_ == null) { + return managementSettings_ == null ? com.google.cloud.domains.v1.ManagementSettings.getDefaultInstance() : managementSettings_; + } else { + return managementSettingsBuilder_.getMessage(); + } + } + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + public Builder setManagementSettings(com.google.cloud.domains.v1.ManagementSettings value) { + if (managementSettingsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + managementSettings_ = value; + onChanged(); + } else { + managementSettingsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + public Builder setManagementSettings( + com.google.cloud.domains.v1.ManagementSettings.Builder builderForValue) { + if (managementSettingsBuilder_ == null) { + managementSettings_ = builderForValue.build(); + onChanged(); + } else { + managementSettingsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + public Builder mergeManagementSettings(com.google.cloud.domains.v1.ManagementSettings value) { + if (managementSettingsBuilder_ == null) { + if (managementSettings_ != null) { + managementSettings_ = + com.google.cloud.domains.v1.ManagementSettings.newBuilder(managementSettings_).mergeFrom(value).buildPartial(); + } else { + managementSettings_ = value; + } + onChanged(); + } else { + managementSettingsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + public Builder clearManagementSettings() { + if (managementSettingsBuilder_ == null) { + managementSettings_ = null; + onChanged(); + } else { + managementSettings_ = null; + managementSettingsBuilder_ = null; + } + + return this; + } + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + public com.google.cloud.domains.v1.ManagementSettings.Builder getManagementSettingsBuilder() { + + onChanged(); + return getManagementSettingsFieldBuilder().getBuilder(); + } + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + public com.google.cloud.domains.v1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() { + if (managementSettingsBuilder_ != null) { + return managementSettingsBuilder_.getMessageOrBuilder(); + } else { + return managementSettings_ == null ? + com.google.cloud.domains.v1.ManagementSettings.getDefaultInstance() : managementSettings_; + } + } + /** + *
+     * Settings for management of the `Registration`, including renewal, billing,
+     * and transfer. You cannot update these with the `UpdateRegistration`
+     * method. To update these settings, use the `ConfigureManagementSettings`
+     * method.
+     * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ManagementSettings, com.google.cloud.domains.v1.ManagementSettings.Builder, com.google.cloud.domains.v1.ManagementSettingsOrBuilder> + getManagementSettingsFieldBuilder() { + if (managementSettingsBuilder_ == null) { + managementSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ManagementSettings, com.google.cloud.domains.v1.ManagementSettings.Builder, com.google.cloud.domains.v1.ManagementSettingsOrBuilder>( + getManagementSettings(), + getParentForChildren(), + isClean()); + managementSettings_ = null; + } + return managementSettingsBuilder_; + } + + private com.google.cloud.domains.v1.DnsSettings dnsSettings_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings, com.google.cloud.domains.v1.DnsSettings.Builder, com.google.cloud.domains.v1.DnsSettingsOrBuilder> dnsSettingsBuilder_; + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + * @return Whether the dnsSettings field is set. + */ + public boolean hasDnsSettings() { + return dnsSettingsBuilder_ != null || dnsSettings_ != null; + } + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + * @return The dnsSettings. + */ + public com.google.cloud.domains.v1.DnsSettings getDnsSettings() { + if (dnsSettingsBuilder_ == null) { + return dnsSettings_ == null ? com.google.cloud.domains.v1.DnsSettings.getDefaultInstance() : dnsSettings_; + } else { + return dnsSettingsBuilder_.getMessage(); + } + } + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + public Builder setDnsSettings(com.google.cloud.domains.v1.DnsSettings value) { + if (dnsSettingsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + dnsSettings_ = value; + onChanged(); + } else { + dnsSettingsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + public Builder setDnsSettings( + com.google.cloud.domains.v1.DnsSettings.Builder builderForValue) { + if (dnsSettingsBuilder_ == null) { + dnsSettings_ = builderForValue.build(); + onChanged(); + } else { + dnsSettingsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + public Builder mergeDnsSettings(com.google.cloud.domains.v1.DnsSettings value) { + if (dnsSettingsBuilder_ == null) { + if (dnsSettings_ != null) { + dnsSettings_ = + com.google.cloud.domains.v1.DnsSettings.newBuilder(dnsSettings_).mergeFrom(value).buildPartial(); + } else { + dnsSettings_ = value; + } + onChanged(); + } else { + dnsSettingsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + public Builder clearDnsSettings() { + if (dnsSettingsBuilder_ == null) { + dnsSettings_ = null; + onChanged(); + } else { + dnsSettings_ = null; + dnsSettingsBuilder_ = null; + } + + return this; + } + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + public com.google.cloud.domains.v1.DnsSettings.Builder getDnsSettingsBuilder() { + + onChanged(); + return getDnsSettingsFieldBuilder().getBuilder(); + } + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + public com.google.cloud.domains.v1.DnsSettingsOrBuilder getDnsSettingsOrBuilder() { + if (dnsSettingsBuilder_ != null) { + return dnsSettingsBuilder_.getMessageOrBuilder(); + } else { + return dnsSettings_ == null ? + com.google.cloud.domains.v1.DnsSettings.getDefaultInstance() : dnsSettings_; + } + } + /** + *
+     * Settings controlling the DNS configuration of the `Registration`. You
+     * cannot update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureDnsSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings, com.google.cloud.domains.v1.DnsSettings.Builder, com.google.cloud.domains.v1.DnsSettingsOrBuilder> + getDnsSettingsFieldBuilder() { + if (dnsSettingsBuilder_ == null) { + dnsSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.DnsSettings, com.google.cloud.domains.v1.DnsSettings.Builder, com.google.cloud.domains.v1.DnsSettingsOrBuilder>( + getDnsSettings(), + getParentForChildren(), + isClean()); + dnsSettings_ = null; + } + return dnsSettingsBuilder_; + } + + private com.google.cloud.domains.v1.ContactSettings contactSettings_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder> contactSettingsBuilder_; + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the contactSettings field is set. + */ + public boolean hasContactSettings() { + return contactSettingsBuilder_ != null || contactSettings_ != null; + } + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + * @return The contactSettings. + */ + public com.google.cloud.domains.v1.ContactSettings getContactSettings() { + if (contactSettingsBuilder_ == null) { + return contactSettings_ == null ? com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : contactSettings_; + } else { + return contactSettingsBuilder_.getMessage(); + } + } + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setContactSettings(com.google.cloud.domains.v1.ContactSettings value) { + if (contactSettingsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + contactSettings_ = value; + onChanged(); + } else { + contactSettingsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setContactSettings( + com.google.cloud.domains.v1.ContactSettings.Builder builderForValue) { + if (contactSettingsBuilder_ == null) { + contactSettings_ = builderForValue.build(); + onChanged(); + } else { + contactSettingsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeContactSettings(com.google.cloud.domains.v1.ContactSettings value) { + if (contactSettingsBuilder_ == null) { + if (contactSettings_ != null) { + contactSettings_ = + com.google.cloud.domains.v1.ContactSettings.newBuilder(contactSettings_).mergeFrom(value).buildPartial(); + } else { + contactSettings_ = value; + } + onChanged(); + } else { + contactSettingsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearContactSettings() { + if (contactSettingsBuilder_ == null) { + contactSettings_ = null; + onChanged(); + } else { + contactSettings_ = null; + contactSettingsBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.ContactSettings.Builder getContactSettingsBuilder() { + + onChanged(); + return getContactSettingsFieldBuilder().getBuilder(); + } + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.ContactSettingsOrBuilder getContactSettingsOrBuilder() { + if (contactSettingsBuilder_ != null) { + return contactSettingsBuilder_.getMessageOrBuilder(); + } else { + return contactSettings_ == null ? + com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : contactSettings_; + } + } + /** + *
+     * Required. Settings for contact information linked to the `Registration`. You cannot
+     * update these with the `UpdateRegistration` method. To update these
+     * settings, use the `ConfigureContactSettings` method.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder> + getContactSettingsFieldBuilder() { + if (contactSettingsBuilder_ == null) { + contactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder>( + getContactSettings(), + getParentForChildren(), + isClean()); + contactSettings_ = null; + } + return contactSettingsBuilder_; + } + + private com.google.cloud.domains.v1.ContactSettings pendingContactSettings_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder> pendingContactSettingsBuilder_; + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the pendingContactSettings field is set. + */ + public boolean hasPendingContactSettings() { + return pendingContactSettingsBuilder_ != null || pendingContactSettings_ != null; + } + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The pendingContactSettings. + */ + public com.google.cloud.domains.v1.ContactSettings getPendingContactSettings() { + if (pendingContactSettingsBuilder_ == null) { + return pendingContactSettings_ == null ? com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : pendingContactSettings_; + } else { + return pendingContactSettingsBuilder_.getMessage(); + } + } + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder setPendingContactSettings(com.google.cloud.domains.v1.ContactSettings value) { + if (pendingContactSettingsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + pendingContactSettings_ = value; + onChanged(); + } else { + pendingContactSettingsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder setPendingContactSettings( + com.google.cloud.domains.v1.ContactSettings.Builder builderForValue) { + if (pendingContactSettingsBuilder_ == null) { + pendingContactSettings_ = builderForValue.build(); + onChanged(); + } else { + pendingContactSettingsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder mergePendingContactSettings(com.google.cloud.domains.v1.ContactSettings value) { + if (pendingContactSettingsBuilder_ == null) { + if (pendingContactSettings_ != null) { + pendingContactSettings_ = + com.google.cloud.domains.v1.ContactSettings.newBuilder(pendingContactSettings_).mergeFrom(value).buildPartial(); + } else { + pendingContactSettings_ = value; + } + onChanged(); + } else { + pendingContactSettingsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public Builder clearPendingContactSettings() { + if (pendingContactSettingsBuilder_ == null) { + pendingContactSettings_ = null; + onChanged(); + } else { + pendingContactSettings_ = null; + pendingContactSettingsBuilder_ = null; + } + + return this; + } + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.cloud.domains.v1.ContactSettings.Builder getPendingContactSettingsBuilder() { + + onChanged(); + return getPendingContactSettingsFieldBuilder().getBuilder(); + } + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + public com.google.cloud.domains.v1.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder() { + if (pendingContactSettingsBuilder_ != null) { + return pendingContactSettingsBuilder_.getMessageOrBuilder(); + } else { + return pendingContactSettings_ == null ? + com.google.cloud.domains.v1.ContactSettings.getDefaultInstance() : pendingContactSettings_; + } + } + /** + *
+     * Output only. Pending contact settings for the `Registration`. Updates to the
+     * `contact_settings` field that change its `registrant_contact` or `privacy`
+     * fields require email confirmation by the `registrant_contact`
+     * before taking effect. This field is set only if there are pending updates
+     * to the `contact_settings` that have not been confirmed. To confirm the
+     * changes, the `registrant_contact` must follow the instructions in the
+     * email they receive.
+     * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder> + getPendingContactSettingsFieldBuilder() { + if (pendingContactSettingsBuilder_ == null) { + pendingContactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.ContactSettings, com.google.cloud.domains.v1.ContactSettings.Builder, com.google.cloud.domains.v1.ContactSettingsOrBuilder>( + getPendingContactSettings(), + getParentForChildren(), + isClean()); + pendingContactSettings_ = null; + } + return pendingContactSettingsBuilder_; + } + + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); + private void ensureSupportedPrivacyIsMutable() { + if (!((bitField0_ & 0x00000004) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); + bitField0_ |= 0x00000004; + } + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the supportedPrivacy. + */ + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of supportedPrivacy. + */ + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + public com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index to set the value at. + * @param value The supportedPrivacy to set. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacy( + int index, com.google.cloud.domains.v1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacy(com.google.cloud.domains.v1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param values The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacy( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (com.google.cloud.domains.v1.ContactPrivacy value : values) { + supportedPrivacy_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return This builder for chaining. + */ + public Builder clearSupportedPrivacy() { + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); + onChanged(); + return this; + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + public java.util.List + getSupportedPrivacyValueList() { + return java.util.Collections.unmodifiableList(supportedPrivacy_); + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacyValue( + int index, int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param value The enum numeric value on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacyValue(int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value); + onChanged(); + return this; + } + /** + *
+     * Output only. Set of options for the `contact_settings.privacy` field that this
+     * `Registration` supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param values The enum numeric values on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (int value : values) { + supportedPrivacy_.add(value); + } + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.Registration) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.Registration) + private static final com.google.cloud.domains.v1.Registration DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.Registration(); + } + + public static com.google.cloud.domains.v1.Registration getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Registration parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Registration(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.Registration getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationName.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationName.java new file mode 100644 index 00000000..9ee2d1cf --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationName.java @@ -0,0 +1,227 @@ +/* + * Copyright 2021 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.domains.v1; + +import com.google.api.pathtemplate.PathTemplate; +import com.google.api.resourcenames.ResourceName; +import com.google.common.base.Preconditions; +import com.google.common.collect.ImmutableMap; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import javax.annotation.Generated; + +// AUTO-GENERATED DOCUMENTATION AND CLASS. +@Generated("by gapic-generator-java") +public class RegistrationName implements ResourceName { + private static final PathTemplate PROJECT_LOCATION_REGISTRATION = + PathTemplate.createWithoutUrlEncoding( + "projects/{project}/locations/{location}/registrations/{registration}"); + private volatile Map fieldValuesMap; + private final String project; + private final String location; + private final String registration; + + @Deprecated + protected RegistrationName() { + project = null; + location = null; + registration = null; + } + + private RegistrationName(Builder builder) { + project = Preconditions.checkNotNull(builder.getProject()); + location = Preconditions.checkNotNull(builder.getLocation()); + registration = Preconditions.checkNotNull(builder.getRegistration()); + } + + public String getProject() { + return project; + } + + public String getLocation() { + return location; + } + + public String getRegistration() { + return registration; + } + + public static Builder newBuilder() { + return new Builder(); + } + + public Builder toBuilder() { + return new Builder(this); + } + + public static RegistrationName of(String project, String location, String registration) { + return newBuilder() + .setProject(project) + .setLocation(location) + .setRegistration(registration) + .build(); + } + + public static String format(String project, String location, String registration) { + return newBuilder() + .setProject(project) + .setLocation(location) + .setRegistration(registration) + .build() + .toString(); + } + + public static RegistrationName parse(String formattedString) { + if (formattedString.isEmpty()) { + return null; + } + Map matchMap = + PROJECT_LOCATION_REGISTRATION.validatedMatch( + formattedString, "RegistrationName.parse: formattedString not in valid format"); + return of(matchMap.get("project"), matchMap.get("location"), matchMap.get("registration")); + } + + public static List parseList(List formattedStrings) { + List list = new ArrayList<>(formattedStrings.size()); + for (String formattedString : formattedStrings) { + list.add(parse(formattedString)); + } + return list; + } + + public static List toStringList(List values) { + List list = new ArrayList<>(values.size()); + for (RegistrationName value : values) { + if (value == null) { + list.add(""); + } else { + list.add(value.toString()); + } + } + return list; + } + + public static boolean isParsableFrom(String formattedString) { + return PROJECT_LOCATION_REGISTRATION.matches(formattedString); + } + + @Override + public Map getFieldValuesMap() { + if (fieldValuesMap == null) { + synchronized (this) { + if (fieldValuesMap == null) { + ImmutableMap.Builder fieldMapBuilder = ImmutableMap.builder(); + if (project != null) { + fieldMapBuilder.put("project", project); + } + if (location != null) { + fieldMapBuilder.put("location", location); + } + if (registration != null) { + fieldMapBuilder.put("registration", registration); + } + fieldValuesMap = fieldMapBuilder.build(); + } + } + } + return fieldValuesMap; + } + + public String getFieldValue(String fieldName) { + return getFieldValuesMap().get(fieldName); + } + + @Override + public String toString() { + return PROJECT_LOCATION_REGISTRATION.instantiate( + "project", project, "location", location, "registration", registration); + } + + @Override + public boolean equals(Object o) { + if (o == this) { + return true; + } + if (o != null || getClass() == o.getClass()) { + RegistrationName that = ((RegistrationName) o); + return Objects.equals(this.project, that.project) + && Objects.equals(this.location, that.location) + && Objects.equals(this.registration, that.registration); + } + return false; + } + + @Override + public int hashCode() { + int h = 1; + h *= 1000003; + h ^= Objects.hashCode(project); + h *= 1000003; + h ^= Objects.hashCode(location); + h *= 1000003; + h ^= Objects.hashCode(registration); + return h; + } + + /** Builder for projects/{project}/locations/{location}/registrations/{registration}. */ + public static class Builder { + private String project; + private String location; + private String registration; + + protected Builder() {} + + public String getProject() { + return project; + } + + public String getLocation() { + return location; + } + + public String getRegistration() { + return registration; + } + + public Builder setProject(String project) { + this.project = project; + return this; + } + + public Builder setLocation(String location) { + this.location = location; + return this; + } + + public Builder setRegistration(String registration) { + this.registration = registration; + return this; + } + + private Builder(RegistrationName registrationName) { + this.project = registrationName.project; + this.location = registrationName.location; + this.registration = registrationName.registration; + } + + public RegistrationName build() { + return new RegistrationName(this); + } + } +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationOrBuilder.java new file mode 100644 index 00000000..b30e3aa4 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RegistrationOrBuilder.java @@ -0,0 +1,428 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface RegistrationOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.Registration) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Output only. Name of the `Registration` resource, in the format
+   * `projects/*/locations/*/registrations/<domain_name>`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Output only. Name of the `Registration` resource, in the format
+   * `projects/*/locations/*/registrations/<domain_name>`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); + + /** + *
+   * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * Output only. The creation timestamp of the `Registration` resource.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the createTime field is set. + */ + boolean hasCreateTime(); + /** + *
+   * Output only. The creation timestamp of the `Registration` resource.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The createTime. + */ + com.google.protobuf.Timestamp getCreateTime(); + /** + *
+   * Output only. The creation timestamp of the `Registration` resource.
+   * 
+ * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); + + /** + *
+   * Output only. The expiration timestamp of the `Registration`.
+   * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the expireTime field is set. + */ + boolean hasExpireTime(); + /** + *
+   * Output only. The expiration timestamp of the `Registration`.
+   * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The expireTime. + */ + com.google.protobuf.Timestamp getExpireTime(); + /** + *
+   * Output only. The expiration timestamp of the `Registration`.
+   * 
+ * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder(); + + /** + *
+   * Output only. The state of the `Registration`
+   * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The enum numeric value on the wire for state. + */ + int getStateValue(); + /** + *
+   * Output only. The state of the `Registration`
+   * 
+ * + * .google.cloud.domains.v1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The state. + */ + com.google.cloud.domains.v1.Registration.State getState(); + + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the issues. + */ + java.util.List getIssuesList(); + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of issues. + */ + int getIssuesCount(); + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The issues at the given index. + */ + com.google.cloud.domains.v1.Registration.Issue getIssues(int index); + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the enum numeric values on the wire for issues. + */ + java.util.List + getIssuesValueList(); + /** + *
+   * Output only. The set of issues with the `Registration` that require attention.
+   * 
+ * + * repeated .google.cloud.domains.v1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of issues at the given index. + */ + int getIssuesValue(int index); + + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + int getLabelsCount(); + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + boolean containsLabels( + java.lang.String key); + /** + * Use {@link #getLabelsMap()} instead. + */ + @java.lang.Deprecated + java.util.Map + getLabels(); + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + java.util.Map + getLabelsMap(); + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + + java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue); + /** + *
+   * Set of labels associated with the `Registration`.
+   * 
+ * + * map<string, string> labels = 9; + */ + + java.lang.String getLabelsOrThrow( + java.lang.String key); + + /** + *
+   * Settings for management of the `Registration`, including renewal, billing,
+   * and transfer. You cannot update these with the `UpdateRegistration`
+   * method. To update these settings, use the `ConfigureManagementSettings`
+   * method.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + * @return Whether the managementSettings field is set. + */ + boolean hasManagementSettings(); + /** + *
+   * Settings for management of the `Registration`, including renewal, billing,
+   * and transfer. You cannot update these with the `UpdateRegistration`
+   * method. To update these settings, use the `ConfigureManagementSettings`
+   * method.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + * @return The managementSettings. + */ + com.google.cloud.domains.v1.ManagementSettings getManagementSettings(); + /** + *
+   * Settings for management of the `Registration`, including renewal, billing,
+   * and transfer. You cannot update these with the `UpdateRegistration`
+   * method. To update these settings, use the `ConfigureManagementSettings`
+   * method.
+   * 
+ * + * .google.cloud.domains.v1.ManagementSettings management_settings = 10; + */ + com.google.cloud.domains.v1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder(); + + /** + *
+   * Settings controlling the DNS configuration of the `Registration`. You
+   * cannot update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureDnsSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + * @return Whether the dnsSettings field is set. + */ + boolean hasDnsSettings(); + /** + *
+   * Settings controlling the DNS configuration of the `Registration`. You
+   * cannot update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureDnsSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + * @return The dnsSettings. + */ + com.google.cloud.domains.v1.DnsSettings getDnsSettings(); + /** + *
+   * Settings controlling the DNS configuration of the `Registration`. You
+   * cannot update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureDnsSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.DnsSettings dns_settings = 11; + */ + com.google.cloud.domains.v1.DnsSettingsOrBuilder getDnsSettingsOrBuilder(); + + /** + *
+   * Required. Settings for contact information linked to the `Registration`. You cannot
+   * update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureContactSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the contactSettings field is set. + */ + boolean hasContactSettings(); + /** + *
+   * Required. Settings for contact information linked to the `Registration`. You cannot
+   * update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureContactSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + * @return The contactSettings. + */ + com.google.cloud.domains.v1.ContactSettings getContactSettings(); + /** + *
+   * Required. Settings for contact information linked to the `Registration`. You cannot
+   * update these with the `UpdateRegistration` method. To update these
+   * settings, use the `ConfigureContactSettings` method.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.cloud.domains.v1.ContactSettingsOrBuilder getContactSettingsOrBuilder(); + + /** + *
+   * Output only. Pending contact settings for the `Registration`. Updates to the
+   * `contact_settings` field that change its `registrant_contact` or `privacy`
+   * fields require email confirmation by the `registrant_contact`
+   * before taking effect. This field is set only if there are pending updates
+   * to the `contact_settings` that have not been confirmed. To confirm the
+   * changes, the `registrant_contact` must follow the instructions in the
+   * email they receive.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return Whether the pendingContactSettings field is set. + */ + boolean hasPendingContactSettings(); + /** + *
+   * Output only. Pending contact settings for the `Registration`. Updates to the
+   * `contact_settings` field that change its `registrant_contact` or `privacy`
+   * fields require email confirmation by the `registrant_contact`
+   * before taking effect. This field is set only if there are pending updates
+   * to the `contact_settings` that have not been confirmed. To confirm the
+   * changes, the `registrant_contact` must follow the instructions in the
+   * email they receive.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The pendingContactSettings. + */ + com.google.cloud.domains.v1.ContactSettings getPendingContactSettings(); + /** + *
+   * Output only. Pending contact settings for the `Registration`. Updates to the
+   * `contact_settings` field that change its `registrant_contact` or `privacy`
+   * fields require email confirmation by the `registrant_contact`
+   * before taking effect. This field is set only if there are pending updates
+   * to the `contact_settings` that have not been confirmed. To confirm the
+   * changes, the `registrant_contact` must follow the instructions in the
+   * email they receive.
+   * 
+ * + * .google.cloud.domains.v1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; + */ + com.google.cloud.domains.v1.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder(); + + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the supportedPrivacy. + */ + java.util.List getSupportedPrivacyList(); + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return The count of supportedPrivacy. + */ + int getSupportedPrivacyCount(); + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index); + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + java.util.List + getSupportedPrivacyValueList(); + /** + *
+   * Output only. Set of options for the `contact_settings.privacy` field that this
+   * `Registration` supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + int getSupportedPrivacyValue(int index); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ResetAuthorizationCodeRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ResetAuthorizationCodeRequest.java new file mode 100644 index 00000000..378d7180 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ResetAuthorizationCodeRequest.java @@ -0,0 +1,600 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `ResetAuthorizationCode` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ResetAuthorizationCodeRequest} + */ +public final class ResetAuthorizationCodeRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.ResetAuthorizationCodeRequest) + ResetAuthorizationCodeRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use ResetAuthorizationCodeRequest.newBuilder() to construct. + private ResetAuthorizationCodeRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ResetAuthorizationCodeRequest() { + registration_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new ResetAuthorizationCodeRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ResetAuthorizationCodeRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + registration_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.class, com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.Builder.class); + } + + public static final int REGISTRATION_FIELD_NUMBER = 1; + private volatile java.lang.Object registration_; + /** + *
+   * Required. The name of the `Registration` whose authorization code is being reset,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + @java.lang.Override + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } + } + /** + *
+   * Required. The name of the `Registration` whose authorization code is being reset,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.ResetAuthorizationCodeRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest other = (com.google.cloud.domains.v1.ResetAuthorizationCodeRequest) obj; + + if (!getRegistration() + .equals(other.getRegistration())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest 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.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.ResetAuthorizationCodeRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `ResetAuthorizationCode` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.ResetAuthorizationCodeRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.ResetAuthorizationCodeRequest) + com.google.cloud.domains.v1.ResetAuthorizationCodeRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.class, com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + registration_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_ResetAuthorizationCodeRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ResetAuthorizationCodeRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.ResetAuthorizationCodeRequest build() { + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ResetAuthorizationCodeRequest buildPartial() { + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest result = new com.google.cloud.domains.v1.ResetAuthorizationCodeRequest(this); + result.registration_ = registration_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.ResetAuthorizationCodeRequest) { + return mergeFrom((com.google.cloud.domains.v1.ResetAuthorizationCodeRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.ResetAuthorizationCodeRequest other) { + if (other == com.google.cloud.domains.v1.ResetAuthorizationCodeRequest.getDefaultInstance()) return this; + if (!other.getRegistration().isEmpty()) { + registration_ = other.registration_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.ResetAuthorizationCodeRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.ResetAuthorizationCodeRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object registration_ = ""; + /** + *
+     * Required. The name of the `Registration` whose authorization code is being reset,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose authorization code is being reset,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose authorization code is being reset,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The registration to set. + * @return This builder for chaining. + */ + public Builder setRegistration( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + registration_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose authorization code is being reset,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearRegistration() { + + registration_ = getDefaultInstance().getRegistration(); + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose authorization code is being reset,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for registration to set. + * @return This builder for chaining. + */ + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + registration_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.ResetAuthorizationCodeRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.ResetAuthorizationCodeRequest) + private static final com.google.cloud.domains.v1.ResetAuthorizationCodeRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.ResetAuthorizationCodeRequest(); + } + + public static com.google.cloud.domains.v1.ResetAuthorizationCodeRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ResetAuthorizationCodeRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ResetAuthorizationCodeRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.ResetAuthorizationCodeRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ResetAuthorizationCodeRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ResetAuthorizationCodeRequestOrBuilder.java new file mode 100644 index 00000000..f0305f7d --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/ResetAuthorizationCodeRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface ResetAuthorizationCodeRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.ResetAuthorizationCodeRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose authorization code is being reset,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose authorization code is being reset,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveAuthorizationCodeRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveAuthorizationCodeRequest.java new file mode 100644 index 00000000..dc9d6f9f --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveAuthorizationCodeRequest.java @@ -0,0 +1,600 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `RetrieveAuthorizationCode` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveAuthorizationCodeRequest} + */ +public final class RetrieveAuthorizationCodeRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.RetrieveAuthorizationCodeRequest) + RetrieveAuthorizationCodeRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveAuthorizationCodeRequest.newBuilder() to construct. + private RetrieveAuthorizationCodeRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveAuthorizationCodeRequest() { + registration_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveAuthorizationCodeRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveAuthorizationCodeRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + registration_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.class, com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.Builder.class); + } + + public static final int REGISTRATION_FIELD_NUMBER = 1; + private volatile java.lang.Object registration_; + /** + *
+   * Required. The name of the `Registration` whose authorization code is being retrieved,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + @java.lang.Override + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } + } + /** + *
+   * Required. The name of the `Registration` whose authorization code is being retrieved,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest other = (com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest) obj; + + if (!getRegistration() + .equals(other.getRegistration())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `RetrieveAuthorizationCode` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveAuthorizationCodeRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.RetrieveAuthorizationCodeRequest) + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.class, com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + registration_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveAuthorizationCodeRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest build() { + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest buildPartial() { + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest result = new com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest(this); + result.registration_ = registration_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.RetrieveAuthorizationCodeRequest) { + return mergeFrom((com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest other) { + if (other == com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest.getDefaultInstance()) return this; + if (!other.getRegistration().isEmpty()) { + registration_ = other.registration_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object registration_ = ""; + /** + *
+     * Required. The name of the `Registration` whose authorization code is being retrieved,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + public java.lang.String getRegistration() { + java.lang.Object ref = registration_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + registration_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose authorization code is being retrieved,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + public com.google.protobuf.ByteString + getRegistrationBytes() { + java.lang.Object ref = registration_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + registration_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The name of the `Registration` whose authorization code is being retrieved,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The registration to set. + * @return This builder for chaining. + */ + public Builder setRegistration( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + registration_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose authorization code is being retrieved,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearRegistration() { + + registration_ = getDefaultInstance().getRegistration(); + onChanged(); + return this; + } + /** + *
+     * Required. The name of the `Registration` whose authorization code is being retrieved,
+     * in the format `projects/*/locations/*/registrations/*`.
+     * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for registration to set. + * @return This builder for chaining. + */ + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + registration_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.RetrieveAuthorizationCodeRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.RetrieveAuthorizationCodeRequest) + private static final com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest(); + } + + public static com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveAuthorizationCodeRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveAuthorizationCodeRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveAuthorizationCodeRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveAuthorizationCodeRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveAuthorizationCodeRequestOrBuilder.java new file mode 100644 index 00000000..9ade7d1d --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveAuthorizationCodeRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface RetrieveAuthorizationCodeRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.RetrieveAuthorizationCodeRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose authorization code is being retrieved,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose authorization code is being retrieved,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersRequest.java new file mode 100644 index 00000000..8e7e02f5 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersRequest.java @@ -0,0 +1,759 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `RetrieveRegisterParameters` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveRegisterParametersRequest} + */ +public final class RetrieveRegisterParametersRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.RetrieveRegisterParametersRequest) + RetrieveRegisterParametersRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveRegisterParametersRequest.newBuilder() to construct. + private RetrieveRegisterParametersRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveRegisterParametersRequest() { + domainName_ = ""; + location_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveRegisterParametersRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveRegisterParametersRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.class, com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.Builder.class); + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object domainName_; + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int LOCATION_FIELD_NUMBER = 2; + private volatile java.lang.Object location_; + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + @java.lang.Override + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } + } + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.RetrieveRegisterParametersRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest other = (com.google.cloud.domains.v1.RetrieveRegisterParametersRequest) obj; + + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + hash = (37 * hash) + LOCATION_FIELD_NUMBER; + hash = (53 * hash) + getLocation().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest 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.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.RetrieveRegisterParametersRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `RetrieveRegisterParameters` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveRegisterParametersRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.RetrieveRegisterParametersRequest) + com.google.cloud.domains.v1.RetrieveRegisterParametersRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.class, com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + domainName_ = ""; + + location_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveRegisterParametersRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveRegisterParametersRequest build() { + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveRegisterParametersRequest buildPartial() { + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest result = new com.google.cloud.domains.v1.RetrieveRegisterParametersRequest(this); + result.domainName_ = domainName_; + result.location_ = location_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.RetrieveRegisterParametersRequest) { + return mergeFrom((com.google.cloud.domains.v1.RetrieveRegisterParametersRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.RetrieveRegisterParametersRequest other) { + if (other == com.google.cloud.domains.v1.RetrieveRegisterParametersRequest.getDefaultInstance()) return this; + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (!other.getLocation().isEmpty()) { + location_ = other.location_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.RetrieveRegisterParametersRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.RetrieveRegisterParametersRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object domainName_ = ""; + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private java.lang.Object location_ = ""; + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The location to set. + * @return This builder for chaining. + */ + public Builder setLocation( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + location_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearLocation() { + + location_ = getDefaultInstance().getLocation(); + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for location to set. + * @return This builder for chaining. + */ + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + location_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.RetrieveRegisterParametersRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.RetrieveRegisterParametersRequest) + private static final com.google.cloud.domains.v1.RetrieveRegisterParametersRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.RetrieveRegisterParametersRequest(); + } + + public static com.google.cloud.domains.v1.RetrieveRegisterParametersRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveRegisterParametersRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveRegisterParametersRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveRegisterParametersRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersRequestOrBuilder.java new file mode 100644 index 00000000..6b1a0796 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersRequestOrBuilder.java @@ -0,0 +1,49 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface RetrieveRegisterParametersRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.RetrieveRegisterParametersRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + java.lang.String getLocation(); + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + com.google.protobuf.ByteString + getLocationBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersResponse.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersResponse.java new file mode 100644 index 00000000..be409128 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersResponse.java @@ -0,0 +1,663 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Response for the `RetrieveRegisterParameters` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveRegisterParametersResponse} + */ +public final class RetrieveRegisterParametersResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.RetrieveRegisterParametersResponse) + RetrieveRegisterParametersResponseOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveRegisterParametersResponse.newBuilder() to construct. + private RetrieveRegisterParametersResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveRegisterParametersResponse() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveRegisterParametersResponse(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveRegisterParametersResponse( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.cloud.domains.v1.RegisterParameters.Builder subBuilder = null; + if (registerParameters_ != null) { + subBuilder = registerParameters_.toBuilder(); + } + registerParameters_ = input.readMessage(com.google.cloud.domains.v1.RegisterParameters.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registerParameters_); + registerParameters_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.class, com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.Builder.class); + } + + public static final int REGISTER_PARAMETERS_FIELD_NUMBER = 1; + private com.google.cloud.domains.v1.RegisterParameters registerParameters_; + /** + *
+   * Parameters to use when calling the `RegisterDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + * @return Whether the registerParameters field is set. + */ + @java.lang.Override + public boolean hasRegisterParameters() { + return registerParameters_ != null; + } + /** + *
+   * Parameters to use when calling the `RegisterDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + * @return The registerParameters. + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParameters getRegisterParameters() { + return registerParameters_ == null ? com.google.cloud.domains.v1.RegisterParameters.getDefaultInstance() : registerParameters_; + } + /** + *
+   * Parameters to use when calling the `RegisterDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParametersOrBuilder getRegisterParametersOrBuilder() { + return getRegisterParameters(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (registerParameters_ != null) { + output.writeMessage(1, getRegisterParameters()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (registerParameters_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getRegisterParameters()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.RetrieveRegisterParametersResponse)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.RetrieveRegisterParametersResponse other = (com.google.cloud.domains.v1.RetrieveRegisterParametersResponse) obj; + + if (hasRegisterParameters() != other.hasRegisterParameters()) return false; + if (hasRegisterParameters()) { + if (!getRegisterParameters() + .equals(other.getRegisterParameters())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasRegisterParameters()) { + hash = (37 * hash) + REGISTER_PARAMETERS_FIELD_NUMBER; + hash = (53 * hash) + getRegisterParameters().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse 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.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.RetrieveRegisterParametersResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Response for the `RetrieveRegisterParameters` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveRegisterParametersResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.RetrieveRegisterParametersResponse) + com.google.cloud.domains.v1.RetrieveRegisterParametersResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.class, com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (registerParametersBuilder_ == null) { + registerParameters_ = null; + } else { + registerParameters_ = null; + registerParametersBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveRegisterParametersResponse_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveRegisterParametersResponse getDefaultInstanceForType() { + return com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveRegisterParametersResponse build() { + com.google.cloud.domains.v1.RetrieveRegisterParametersResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveRegisterParametersResponse buildPartial() { + com.google.cloud.domains.v1.RetrieveRegisterParametersResponse result = new com.google.cloud.domains.v1.RetrieveRegisterParametersResponse(this); + if (registerParametersBuilder_ == null) { + result.registerParameters_ = registerParameters_; + } else { + result.registerParameters_ = registerParametersBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.RetrieveRegisterParametersResponse) { + return mergeFrom((com.google.cloud.domains.v1.RetrieveRegisterParametersResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.RetrieveRegisterParametersResponse other) { + if (other == com.google.cloud.domains.v1.RetrieveRegisterParametersResponse.getDefaultInstance()) return this; + if (other.hasRegisterParameters()) { + mergeRegisterParameters(other.getRegisterParameters()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.RetrieveRegisterParametersResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.RetrieveRegisterParametersResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.cloud.domains.v1.RegisterParameters registerParameters_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.RegisterParameters, com.google.cloud.domains.v1.RegisterParameters.Builder, com.google.cloud.domains.v1.RegisterParametersOrBuilder> registerParametersBuilder_; + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + * @return Whether the registerParameters field is set. + */ + public boolean hasRegisterParameters() { + return registerParametersBuilder_ != null || registerParameters_ != null; + } + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + * @return The registerParameters. + */ + public com.google.cloud.domains.v1.RegisterParameters getRegisterParameters() { + if (registerParametersBuilder_ == null) { + return registerParameters_ == null ? com.google.cloud.domains.v1.RegisterParameters.getDefaultInstance() : registerParameters_; + } else { + return registerParametersBuilder_.getMessage(); + } + } + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder setRegisterParameters(com.google.cloud.domains.v1.RegisterParameters value) { + if (registerParametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + registerParameters_ = value; + onChanged(); + } else { + registerParametersBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder setRegisterParameters( + com.google.cloud.domains.v1.RegisterParameters.Builder builderForValue) { + if (registerParametersBuilder_ == null) { + registerParameters_ = builderForValue.build(); + onChanged(); + } else { + registerParametersBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder mergeRegisterParameters(com.google.cloud.domains.v1.RegisterParameters value) { + if (registerParametersBuilder_ == null) { + if (registerParameters_ != null) { + registerParameters_ = + com.google.cloud.domains.v1.RegisterParameters.newBuilder(registerParameters_).mergeFrom(value).buildPartial(); + } else { + registerParameters_ = value; + } + onChanged(); + } else { + registerParametersBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder clearRegisterParameters() { + if (registerParametersBuilder_ == null) { + registerParameters_ = null; + onChanged(); + } else { + registerParameters_ = null; + registerParametersBuilder_ = null; + } + + return this; + } + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public com.google.cloud.domains.v1.RegisterParameters.Builder getRegisterParametersBuilder() { + + onChanged(); + return getRegisterParametersFieldBuilder().getBuilder(); + } + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public com.google.cloud.domains.v1.RegisterParametersOrBuilder getRegisterParametersOrBuilder() { + if (registerParametersBuilder_ != null) { + return registerParametersBuilder_.getMessageOrBuilder(); + } else { + return registerParameters_ == null ? + com.google.cloud.domains.v1.RegisterParameters.getDefaultInstance() : registerParameters_; + } + } + /** + *
+     * Parameters to use when calling the `RegisterDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.RegisterParameters, com.google.cloud.domains.v1.RegisterParameters.Builder, com.google.cloud.domains.v1.RegisterParametersOrBuilder> + getRegisterParametersFieldBuilder() { + if (registerParametersBuilder_ == null) { + registerParametersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.RegisterParameters, com.google.cloud.domains.v1.RegisterParameters.Builder, com.google.cloud.domains.v1.RegisterParametersOrBuilder>( + getRegisterParameters(), + getParentForChildren(), + isClean()); + registerParameters_ = null; + } + return registerParametersBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.RetrieveRegisterParametersResponse) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.RetrieveRegisterParametersResponse) + private static final com.google.cloud.domains.v1.RetrieveRegisterParametersResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.RetrieveRegisterParametersResponse(); + } + + public static com.google.cloud.domains.v1.RetrieveRegisterParametersResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveRegisterParametersResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveRegisterParametersResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveRegisterParametersResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersResponseOrBuilder.java new file mode 100644 index 00000000..40019149 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveRegisterParametersResponseOrBuilder.java @@ -0,0 +1,36 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface RetrieveRegisterParametersResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.RetrieveRegisterParametersResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Parameters to use when calling the `RegisterDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + * @return Whether the registerParameters field is set. + */ + boolean hasRegisterParameters(); + /** + *
+   * Parameters to use when calling the `RegisterDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + * @return The registerParameters. + */ + com.google.cloud.domains.v1.RegisterParameters getRegisterParameters(); + /** + *
+   * Parameters to use when calling the `RegisterDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + com.google.cloud.domains.v1.RegisterParametersOrBuilder getRegisterParametersOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersRequest.java new file mode 100644 index 00000000..76714765 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersRequest.java @@ -0,0 +1,759 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `RetrieveTransferParameters` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveTransferParametersRequest} + */ +public final class RetrieveTransferParametersRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.RetrieveTransferParametersRequest) + RetrieveTransferParametersRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveTransferParametersRequest.newBuilder() to construct. + private RetrieveTransferParametersRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveTransferParametersRequest() { + domainName_ = ""; + location_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveTransferParametersRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveTransferParametersRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveTransferParametersRequest.class, com.google.cloud.domains.v1.RetrieveTransferParametersRequest.Builder.class); + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object domainName_; + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int LOCATION_FIELD_NUMBER = 2; + private volatile java.lang.Object location_; + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + @java.lang.Override + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } + } + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.RetrieveTransferParametersRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.RetrieveTransferParametersRequest other = (com.google.cloud.domains.v1.RetrieveTransferParametersRequest) obj; + + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + hash = (37 * hash) + LOCATION_FIELD_NUMBER; + hash = (53 * hash) + getLocation().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest 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.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.RetrieveTransferParametersRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `RetrieveTransferParameters` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveTransferParametersRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.RetrieveTransferParametersRequest) + com.google.cloud.domains.v1.RetrieveTransferParametersRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveTransferParametersRequest.class, com.google.cloud.domains.v1.RetrieveTransferParametersRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.RetrieveTransferParametersRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + domainName_ = ""; + + location_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveTransferParametersRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.RetrieveTransferParametersRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveTransferParametersRequest build() { + com.google.cloud.domains.v1.RetrieveTransferParametersRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveTransferParametersRequest buildPartial() { + com.google.cloud.domains.v1.RetrieveTransferParametersRequest result = new com.google.cloud.domains.v1.RetrieveTransferParametersRequest(this); + result.domainName_ = domainName_; + result.location_ = location_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.RetrieveTransferParametersRequest) { + return mergeFrom((com.google.cloud.domains.v1.RetrieveTransferParametersRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.RetrieveTransferParametersRequest other) { + if (other == com.google.cloud.domains.v1.RetrieveTransferParametersRequest.getDefaultInstance()) return this; + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (!other.getLocation().isEmpty()) { + location_ = other.location_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.RetrieveTransferParametersRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.RetrieveTransferParametersRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object domainName_ = ""; + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private java.lang.Object location_ = ""; + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The location to set. + * @return This builder for chaining. + */ + public Builder setLocation( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + location_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearLocation() { + + location_ = getDefaultInstance().getLocation(); + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for location to set. + * @return This builder for chaining. + */ + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + location_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.RetrieveTransferParametersRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.RetrieveTransferParametersRequest) + private static final com.google.cloud.domains.v1.RetrieveTransferParametersRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.RetrieveTransferParametersRequest(); + } + + public static com.google.cloud.domains.v1.RetrieveTransferParametersRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveTransferParametersRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveTransferParametersRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveTransferParametersRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersRequestOrBuilder.java new file mode 100644 index 00000000..28744587 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersRequestOrBuilder.java @@ -0,0 +1,49 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface RetrieveTransferParametersRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.RetrieveTransferParametersRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + java.lang.String getLocation(); + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + com.google.protobuf.ByteString + getLocationBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersResponse.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersResponse.java new file mode 100644 index 00000000..a3f72721 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersResponse.java @@ -0,0 +1,663 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Response for the `RetrieveTransferParameters` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveTransferParametersResponse} + */ +public final class RetrieveTransferParametersResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.RetrieveTransferParametersResponse) + RetrieveTransferParametersResponseOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveTransferParametersResponse.newBuilder() to construct. + private RetrieveTransferParametersResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveTransferParametersResponse() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveTransferParametersResponse(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveTransferParametersResponse( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.cloud.domains.v1.TransferParameters.Builder subBuilder = null; + if (transferParameters_ != null) { + subBuilder = transferParameters_.toBuilder(); + } + transferParameters_ = input.readMessage(com.google.cloud.domains.v1.TransferParameters.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(transferParameters_); + transferParameters_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveTransferParametersResponse.class, com.google.cloud.domains.v1.RetrieveTransferParametersResponse.Builder.class); + } + + public static final int TRANSFER_PARAMETERS_FIELD_NUMBER = 1; + private com.google.cloud.domains.v1.TransferParameters transferParameters_; + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + @java.lang.Override + public boolean hasTransferParameters() { + return transferParameters_ != null; + } + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + @java.lang.Override + public com.google.cloud.domains.v1.TransferParameters getTransferParameters() { + return transferParameters_ == null ? com.google.cloud.domains.v1.TransferParameters.getDefaultInstance() : transferParameters_; + } + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.TransferParametersOrBuilder getTransferParametersOrBuilder() { + return getTransferParameters(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (transferParameters_ != null) { + output.writeMessage(1, getTransferParameters()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (transferParameters_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getTransferParameters()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.RetrieveTransferParametersResponse)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.RetrieveTransferParametersResponse other = (com.google.cloud.domains.v1.RetrieveTransferParametersResponse) obj; + + if (hasTransferParameters() != other.hasTransferParameters()) return false; + if (hasTransferParameters()) { + if (!getTransferParameters() + .equals(other.getTransferParameters())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasTransferParameters()) { + hash = (37 * hash) + TRANSFER_PARAMETERS_FIELD_NUMBER; + hash = (53 * hash) + getTransferParameters().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse 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.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.RetrieveTransferParametersResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Response for the `RetrieveTransferParameters` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.RetrieveTransferParametersResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.RetrieveTransferParametersResponse) + com.google.cloud.domains.v1.RetrieveTransferParametersResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.RetrieveTransferParametersResponse.class, com.google.cloud.domains.v1.RetrieveTransferParametersResponse.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.RetrieveTransferParametersResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (transferParametersBuilder_ == null) { + transferParameters_ = null; + } else { + transferParameters_ = null; + transferParametersBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveTransferParametersResponse getDefaultInstanceForType() { + return com.google.cloud.domains.v1.RetrieveTransferParametersResponse.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveTransferParametersResponse build() { + com.google.cloud.domains.v1.RetrieveTransferParametersResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveTransferParametersResponse buildPartial() { + com.google.cloud.domains.v1.RetrieveTransferParametersResponse result = new com.google.cloud.domains.v1.RetrieveTransferParametersResponse(this); + if (transferParametersBuilder_ == null) { + result.transferParameters_ = transferParameters_; + } else { + result.transferParameters_ = transferParametersBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.RetrieveTransferParametersResponse) { + return mergeFrom((com.google.cloud.domains.v1.RetrieveTransferParametersResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.RetrieveTransferParametersResponse other) { + if (other == com.google.cloud.domains.v1.RetrieveTransferParametersResponse.getDefaultInstance()) return this; + if (other.hasTransferParameters()) { + mergeTransferParameters(other.getTransferParameters()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.RetrieveTransferParametersResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.RetrieveTransferParametersResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.cloud.domains.v1.TransferParameters transferParameters_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.TransferParameters, com.google.cloud.domains.v1.TransferParameters.Builder, com.google.cloud.domains.v1.TransferParametersOrBuilder> transferParametersBuilder_; + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + public boolean hasTransferParameters() { + return transferParametersBuilder_ != null || transferParameters_ != null; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + public com.google.cloud.domains.v1.TransferParameters getTransferParameters() { + if (transferParametersBuilder_ == null) { + return transferParameters_ == null ? com.google.cloud.domains.v1.TransferParameters.getDefaultInstance() : transferParameters_; + } else { + return transferParametersBuilder_.getMessage(); + } + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + public Builder setTransferParameters(com.google.cloud.domains.v1.TransferParameters value) { + if (transferParametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + transferParameters_ = value; + onChanged(); + } else { + transferParametersBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + public Builder setTransferParameters( + com.google.cloud.domains.v1.TransferParameters.Builder builderForValue) { + if (transferParametersBuilder_ == null) { + transferParameters_ = builderForValue.build(); + onChanged(); + } else { + transferParametersBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + public Builder mergeTransferParameters(com.google.cloud.domains.v1.TransferParameters value) { + if (transferParametersBuilder_ == null) { + if (transferParameters_ != null) { + transferParameters_ = + com.google.cloud.domains.v1.TransferParameters.newBuilder(transferParameters_).mergeFrom(value).buildPartial(); + } else { + transferParameters_ = value; + } + onChanged(); + } else { + transferParametersBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + public Builder clearTransferParameters() { + if (transferParametersBuilder_ == null) { + transferParameters_ = null; + onChanged(); + } else { + transferParameters_ = null; + transferParametersBuilder_ = null; + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + public com.google.cloud.domains.v1.TransferParameters.Builder getTransferParametersBuilder() { + + onChanged(); + return getTransferParametersFieldBuilder().getBuilder(); + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + public com.google.cloud.domains.v1.TransferParametersOrBuilder getTransferParametersOrBuilder() { + if (transferParametersBuilder_ != null) { + return transferParametersBuilder_.getMessageOrBuilder(); + } else { + return transferParameters_ == null ? + com.google.cloud.domains.v1.TransferParameters.getDefaultInstance() : transferParameters_; + } + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.TransferParameters, com.google.cloud.domains.v1.TransferParameters.Builder, com.google.cloud.domains.v1.TransferParametersOrBuilder> + getTransferParametersFieldBuilder() { + if (transferParametersBuilder_ == null) { + transferParametersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.TransferParameters, com.google.cloud.domains.v1.TransferParameters.Builder, com.google.cloud.domains.v1.TransferParametersOrBuilder>( + getTransferParameters(), + getParentForChildren(), + isClean()); + transferParameters_ = null; + } + return transferParametersBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.RetrieveTransferParametersResponse) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.RetrieveTransferParametersResponse) + private static final com.google.cloud.domains.v1.RetrieveTransferParametersResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.RetrieveTransferParametersResponse(); + } + + public static com.google.cloud.domains.v1.RetrieveTransferParametersResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveTransferParametersResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveTransferParametersResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.RetrieveTransferParametersResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersResponseOrBuilder.java new file mode 100644 index 00000000..f8b7028f --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/RetrieveTransferParametersResponseOrBuilder.java @@ -0,0 +1,36 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface RetrieveTransferParametersResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.RetrieveTransferParametersResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + boolean hasTransferParameters(); + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + com.google.cloud.domains.v1.TransferParameters getTransferParameters(); + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1.TransferParameters transfer_parameters = 1; + */ + com.google.cloud.domains.v1.TransferParametersOrBuilder getTransferParametersOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsRequest.java new file mode 100644 index 00000000..fbf4a357 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsRequest.java @@ -0,0 +1,759 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `SearchDomains` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.SearchDomainsRequest} + */ +public final class SearchDomainsRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.SearchDomainsRequest) + SearchDomainsRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use SearchDomainsRequest.newBuilder() to construct. + private SearchDomainsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private SearchDomainsRequest() { + query_ = ""; + location_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new SearchDomainsRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private SearchDomainsRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + query_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.SearchDomainsRequest.class, com.google.cloud.domains.v1.SearchDomainsRequest.Builder.class); + } + + public static final int QUERY_FIELD_NUMBER = 1; + private volatile java.lang.Object query_; + /** + *
+   * Required. String used to search for available domain names.
+   * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The query. + */ + @java.lang.Override + public java.lang.String getQuery() { + java.lang.Object ref = query_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + query_ = s; + return s; + } + } + /** + *
+   * Required. String used to search for available domain names.
+   * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for query. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getQueryBytes() { + java.lang.Object ref = query_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + query_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int LOCATION_FIELD_NUMBER = 2; + private volatile java.lang.Object location_; + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + @java.lang.Override + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } + } + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(query_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, query_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(query_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, query_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.SearchDomainsRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.SearchDomainsRequest other = (com.google.cloud.domains.v1.SearchDomainsRequest) obj; + + if (!getQuery() + .equals(other.getQuery())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + QUERY_FIELD_NUMBER; + hash = (53 * hash) + getQuery().hashCode(); + hash = (37 * hash) + LOCATION_FIELD_NUMBER; + hash = (53 * hash) + getLocation().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.SearchDomainsRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest 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.cloud.domains.v1.SearchDomainsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.SearchDomainsRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.SearchDomainsRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `SearchDomains` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.SearchDomainsRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.SearchDomainsRequest) + com.google.cloud.domains.v1.SearchDomainsRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.SearchDomainsRequest.class, com.google.cloud.domains.v1.SearchDomainsRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.SearchDomainsRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + query_ = ""; + + location_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.SearchDomainsRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.SearchDomainsRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.SearchDomainsRequest build() { + com.google.cloud.domains.v1.SearchDomainsRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.SearchDomainsRequest buildPartial() { + com.google.cloud.domains.v1.SearchDomainsRequest result = new com.google.cloud.domains.v1.SearchDomainsRequest(this); + result.query_ = query_; + result.location_ = location_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.SearchDomainsRequest) { + return mergeFrom((com.google.cloud.domains.v1.SearchDomainsRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.SearchDomainsRequest other) { + if (other == com.google.cloud.domains.v1.SearchDomainsRequest.getDefaultInstance()) return this; + if (!other.getQuery().isEmpty()) { + query_ = other.query_; + onChanged(); + } + if (!other.getLocation().isEmpty()) { + location_ = other.location_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.SearchDomainsRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.SearchDomainsRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object query_ = ""; + /** + *
+     * Required. String used to search for available domain names.
+     * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The query. + */ + public java.lang.String getQuery() { + java.lang.Object ref = query_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + query_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. String used to search for available domain names.
+     * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for query. + */ + public com.google.protobuf.ByteString + getQueryBytes() { + java.lang.Object ref = query_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + query_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. String used to search for available domain names.
+     * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The query to set. + * @return This builder for chaining. + */ + public Builder setQuery( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + query_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. String used to search for available domain names.
+     * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearQuery() { + + query_ = getDefaultInstance().getQuery(); + onChanged(); + return this; + } + /** + *
+     * Required. String used to search for available domain names.
+     * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes for query to set. + * @return This builder for chaining. + */ + public Builder setQueryBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + query_ = value; + onChanged(); + return this; + } + + private java.lang.Object location_ = ""; + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The location to set. + * @return This builder for chaining. + */ + public Builder setLocation( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + location_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearLocation() { + + location_ = getDefaultInstance().getLocation(); + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for location to set. + * @return This builder for chaining. + */ + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + location_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.SearchDomainsRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.SearchDomainsRequest) + private static final com.google.cloud.domains.v1.SearchDomainsRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.SearchDomainsRequest(); + } + + public static com.google.cloud.domains.v1.SearchDomainsRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public SearchDomainsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new SearchDomainsRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.SearchDomainsRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsRequestOrBuilder.java new file mode 100644 index 00000000..5db049cd --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsRequestOrBuilder.java @@ -0,0 +1,49 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface SearchDomainsRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.SearchDomainsRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. String used to search for available domain names.
+   * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The query. + */ + java.lang.String getQuery(); + /** + *
+   * Required. String used to search for available domain names.
+   * 
+ * + * string query = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for query. + */ + com.google.protobuf.ByteString + getQueryBytes(); + + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + java.lang.String getLocation(); + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + com.google.protobuf.ByteString + getLocationBytes(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsResponse.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsResponse.java new file mode 100644 index 00000000..d7d9f3d9 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsResponse.java @@ -0,0 +1,870 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Response for the `SearchDomains` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.SearchDomainsResponse} + */ +public final class SearchDomainsResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.SearchDomainsResponse) + SearchDomainsResponseOrBuilder { +private static final long serialVersionUID = 0L; + // Use SearchDomainsResponse.newBuilder() to construct. + private SearchDomainsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private SearchDomainsResponse() { + registerParameters_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new SearchDomainsResponse(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private SearchDomainsResponse( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + registerParameters_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + registerParameters_.add( + input.readMessage(com.google.cloud.domains.v1.RegisterParameters.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + registerParameters_ = java.util.Collections.unmodifiableList(registerParameters_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.SearchDomainsResponse.class, com.google.cloud.domains.v1.SearchDomainsResponse.Builder.class); + } + + public static final int REGISTER_PARAMETERS_FIELD_NUMBER = 1; + private java.util.List registerParameters_; + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + @java.lang.Override + public java.util.List getRegisterParametersList() { + return registerParameters_; + } + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + @java.lang.Override + public java.util.List + getRegisterParametersOrBuilderList() { + return registerParameters_; + } + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + @java.lang.Override + public int getRegisterParametersCount() { + return registerParameters_.size(); + } + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParameters getRegisterParameters(int index) { + return registerParameters_.get(index); + } + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegisterParametersOrBuilder getRegisterParametersOrBuilder( + int index) { + return registerParameters_.get(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + for (int i = 0; i < registerParameters_.size(); i++) { + output.writeMessage(1, registerParameters_.get(i)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + for (int i = 0; i < registerParameters_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, registerParameters_.get(i)); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.SearchDomainsResponse)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.SearchDomainsResponse other = (com.google.cloud.domains.v1.SearchDomainsResponse) obj; + + if (!getRegisterParametersList() + .equals(other.getRegisterParametersList())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (getRegisterParametersCount() > 0) { + hash = (37 * hash) + REGISTER_PARAMETERS_FIELD_NUMBER; + hash = (53 * hash) + getRegisterParametersList().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.SearchDomainsResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse 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.cloud.domains.v1.SearchDomainsResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.SearchDomainsResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.SearchDomainsResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Response for the `SearchDomains` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.SearchDomainsResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.SearchDomainsResponse) + com.google.cloud.domains.v1.SearchDomainsResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.SearchDomainsResponse.class, com.google.cloud.domains.v1.SearchDomainsResponse.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.SearchDomainsResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + getRegisterParametersFieldBuilder(); + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (registerParametersBuilder_ == null) { + registerParameters_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + } else { + registerParametersBuilder_.clear(); + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_SearchDomainsResponse_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.SearchDomainsResponse getDefaultInstanceForType() { + return com.google.cloud.domains.v1.SearchDomainsResponse.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.SearchDomainsResponse build() { + com.google.cloud.domains.v1.SearchDomainsResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.SearchDomainsResponse buildPartial() { + com.google.cloud.domains.v1.SearchDomainsResponse result = new com.google.cloud.domains.v1.SearchDomainsResponse(this); + int from_bitField0_ = bitField0_; + if (registerParametersBuilder_ == null) { + if (((bitField0_ & 0x00000001) != 0)) { + registerParameters_ = java.util.Collections.unmodifiableList(registerParameters_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.registerParameters_ = registerParameters_; + } else { + result.registerParameters_ = registerParametersBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.SearchDomainsResponse) { + return mergeFrom((com.google.cloud.domains.v1.SearchDomainsResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.SearchDomainsResponse other) { + if (other == com.google.cloud.domains.v1.SearchDomainsResponse.getDefaultInstance()) return this; + if (registerParametersBuilder_ == null) { + if (!other.registerParameters_.isEmpty()) { + if (registerParameters_.isEmpty()) { + registerParameters_ = other.registerParameters_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureRegisterParametersIsMutable(); + registerParameters_.addAll(other.registerParameters_); + } + onChanged(); + } + } else { + if (!other.registerParameters_.isEmpty()) { + if (registerParametersBuilder_.isEmpty()) { + registerParametersBuilder_.dispose(); + registerParametersBuilder_ = null; + registerParameters_ = other.registerParameters_; + bitField0_ = (bitField0_ & ~0x00000001); + registerParametersBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getRegisterParametersFieldBuilder() : null; + } else { + registerParametersBuilder_.addAllMessages(other.registerParameters_); + } + } + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.SearchDomainsResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.SearchDomainsResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.util.List registerParameters_ = + java.util.Collections.emptyList(); + private void ensureRegisterParametersIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + registerParameters_ = new java.util.ArrayList(registerParameters_); + bitField0_ |= 0x00000001; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.RegisterParameters, com.google.cloud.domains.v1.RegisterParameters.Builder, com.google.cloud.domains.v1.RegisterParametersOrBuilder> registerParametersBuilder_; + + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public java.util.List getRegisterParametersList() { + if (registerParametersBuilder_ == null) { + return java.util.Collections.unmodifiableList(registerParameters_); + } else { + return registerParametersBuilder_.getMessageList(); + } + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public int getRegisterParametersCount() { + if (registerParametersBuilder_ == null) { + return registerParameters_.size(); + } else { + return registerParametersBuilder_.getCount(); + } + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public com.google.cloud.domains.v1.RegisterParameters getRegisterParameters(int index) { + if (registerParametersBuilder_ == null) { + return registerParameters_.get(index); + } else { + return registerParametersBuilder_.getMessage(index); + } + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder setRegisterParameters( + int index, com.google.cloud.domains.v1.RegisterParameters value) { + if (registerParametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureRegisterParametersIsMutable(); + registerParameters_.set(index, value); + onChanged(); + } else { + registerParametersBuilder_.setMessage(index, value); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder setRegisterParameters( + int index, com.google.cloud.domains.v1.RegisterParameters.Builder builderForValue) { + if (registerParametersBuilder_ == null) { + ensureRegisterParametersIsMutable(); + registerParameters_.set(index, builderForValue.build()); + onChanged(); + } else { + registerParametersBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder addRegisterParameters(com.google.cloud.domains.v1.RegisterParameters value) { + if (registerParametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureRegisterParametersIsMutable(); + registerParameters_.add(value); + onChanged(); + } else { + registerParametersBuilder_.addMessage(value); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder addRegisterParameters( + int index, com.google.cloud.domains.v1.RegisterParameters value) { + if (registerParametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureRegisterParametersIsMutable(); + registerParameters_.add(index, value); + onChanged(); + } else { + registerParametersBuilder_.addMessage(index, value); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder addRegisterParameters( + com.google.cloud.domains.v1.RegisterParameters.Builder builderForValue) { + if (registerParametersBuilder_ == null) { + ensureRegisterParametersIsMutable(); + registerParameters_.add(builderForValue.build()); + onChanged(); + } else { + registerParametersBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder addRegisterParameters( + int index, com.google.cloud.domains.v1.RegisterParameters.Builder builderForValue) { + if (registerParametersBuilder_ == null) { + ensureRegisterParametersIsMutable(); + registerParameters_.add(index, builderForValue.build()); + onChanged(); + } else { + registerParametersBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder addAllRegisterParameters( + java.lang.Iterable values) { + if (registerParametersBuilder_ == null) { + ensureRegisterParametersIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, registerParameters_); + onChanged(); + } else { + registerParametersBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder clearRegisterParameters() { + if (registerParametersBuilder_ == null) { + registerParameters_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + } else { + registerParametersBuilder_.clear(); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public Builder removeRegisterParameters(int index) { + if (registerParametersBuilder_ == null) { + ensureRegisterParametersIsMutable(); + registerParameters_.remove(index); + onChanged(); + } else { + registerParametersBuilder_.remove(index); + } + return this; + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public com.google.cloud.domains.v1.RegisterParameters.Builder getRegisterParametersBuilder( + int index) { + return getRegisterParametersFieldBuilder().getBuilder(index); + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public com.google.cloud.domains.v1.RegisterParametersOrBuilder getRegisterParametersOrBuilder( + int index) { + if (registerParametersBuilder_ == null) { + return registerParameters_.get(index); } else { + return registerParametersBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public java.util.List + getRegisterParametersOrBuilderList() { + if (registerParametersBuilder_ != null) { + return registerParametersBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(registerParameters_); + } + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public com.google.cloud.domains.v1.RegisterParameters.Builder addRegisterParametersBuilder() { + return getRegisterParametersFieldBuilder().addBuilder( + com.google.cloud.domains.v1.RegisterParameters.getDefaultInstance()); + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public com.google.cloud.domains.v1.RegisterParameters.Builder addRegisterParametersBuilder( + int index) { + return getRegisterParametersFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1.RegisterParameters.getDefaultInstance()); + } + /** + *
+     * Results of the domain name search.
+     * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + public java.util.List + getRegisterParametersBuilderList() { + return getRegisterParametersFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.RegisterParameters, com.google.cloud.domains.v1.RegisterParameters.Builder, com.google.cloud.domains.v1.RegisterParametersOrBuilder> + getRegisterParametersFieldBuilder() { + if (registerParametersBuilder_ == null) { + registerParametersBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1.RegisterParameters, com.google.cloud.domains.v1.RegisterParameters.Builder, com.google.cloud.domains.v1.RegisterParametersOrBuilder>( + registerParameters_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); + registerParameters_ = null; + } + return registerParametersBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.SearchDomainsResponse) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.SearchDomainsResponse) + private static final com.google.cloud.domains.v1.SearchDomainsResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.SearchDomainsResponse(); + } + + public static com.google.cloud.domains.v1.SearchDomainsResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public SearchDomainsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new SearchDomainsResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.SearchDomainsResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsResponseOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsResponseOrBuilder.java new file mode 100644 index 00000000..a5eec484 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/SearchDomainsResponseOrBuilder.java @@ -0,0 +1,53 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface SearchDomainsResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.SearchDomainsResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + java.util.List + getRegisterParametersList(); + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + com.google.cloud.domains.v1.RegisterParameters getRegisterParameters(int index); + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + int getRegisterParametersCount(); + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + java.util.List + getRegisterParametersOrBuilderList(); + /** + *
+   * Results of the domain name search.
+   * 
+ * + * repeated .google.cloud.domains.v1.RegisterParameters register_parameters = 1; + */ + com.google.cloud.domains.v1.RegisterParametersOrBuilder getRegisterParametersOrBuilder( + int index); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequest.java new file mode 100644 index 00000000..3d211b7e --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequest.java @@ -0,0 +1,1857 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `TransferDomain` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.TransferDomainRequest} + */ +public final class TransferDomainRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.TransferDomainRequest) + TransferDomainRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use TransferDomainRequest.newBuilder() to construct. + private TransferDomainRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TransferDomainRequest() { + parent_ = ""; + contactNotices_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new TransferDomainRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TransferDomainRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + parent_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); + } + + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + contactNotices_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + contactNotices_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 34: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); + } + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); + } + + break; + } + case 42: { + com.google.cloud.domains.v1.AuthorizationCode.Builder subBuilder = null; + if (authorizationCode_ != null) { + subBuilder = authorizationCode_.toBuilder(); + } + authorizationCode_ = input.readMessage(com.google.cloud.domains.v1.AuthorizationCode.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(authorizationCode_); + authorizationCode_ = subBuilder.buildPartial(); + } + + break; + } + case 48: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferDomainRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferDomainRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.TransferDomainRequest.class, com.google.cloud.domains.v1.TransferDomainRequest.Builder.class); + } + + public static final int PARENT_FIELD_NUMBER = 1; + private volatile java.lang.Object parent_; + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + @java.lang.Override + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } + } + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int REGISTRATION_FIELD_NUMBER = 2; + private com.google.cloud.domains.v1.Registration registration_; + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + @java.lang.Override + public boolean hasRegistration() { + return registration_ != null; + } + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + @java.lang.Override + public com.google.cloud.domains.v1.Registration getRegistration() { + return registration_ == null ? com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder() { + return getRegistration(); + } + + public static final int CONTACT_NOTICES_FIELD_NUMBER = 3; + private java.util.List contactNotices_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice> contactNotices_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>() { + public com.google.cloud.domains.v1.ContactNotice convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ContactNotice result = com.google.cloud.domains.v1.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1.ContactNotice.UNRECOGNIZED : result; + } + }; + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + @java.lang.Override + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + @java.lang.Override + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + @java.lang.Override + public java.util.List + getContactNoticesValueList() { + return contactNotices_; + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + @java.lang.Override + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + private int contactNoticesMemoizedSerializedSize; + + public static final int YEARLY_PRICE_FIELD_NUMBER = 4; + private com.google.type.Money yearlyPrice_; + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + @java.lang.Override + public boolean hasYearlyPrice() { + return yearlyPrice_ != null; + } + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + @java.lang.Override + public com.google.type.Money getYearlyPrice() { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + return getYearlyPrice(); + } + + public static final int AUTHORIZATION_CODE_FIELD_NUMBER = 5; + private com.google.cloud.domains.v1.AuthorizationCode authorizationCode_; + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + @java.lang.Override + public boolean hasAuthorizationCode() { + return authorizationCode_ != null; + } + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + @java.lang.Override + public com.google.cloud.domains.v1.AuthorizationCode getAuthorizationCode() { + return authorizationCode_ == null ? com.google.cloud.domains.v1.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + @java.lang.Override + public com.google.cloud.domains.v1.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder() { + return getAuthorizationCode(); + } + + public static final int VALIDATE_ONLY_FIELD_NUMBER = 6; + private boolean validateOnly_; + /** + *
+   * Validate the request without actually transferring the domain.
+   * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); + } + if (registration_ != null) { + output.writeMessage(2, getRegistration()); + } + if (getContactNoticesList().size() > 0) { + output.writeUInt32NoTag(26); + output.writeUInt32NoTag(contactNoticesMemoizedSerializedSize); + } + for (int i = 0; i < contactNotices_.size(); i++) { + output.writeEnumNoTag(contactNotices_.get(i)); + } + if (yearlyPrice_ != null) { + output.writeMessage(4, getYearlyPrice()); + } + if (authorizationCode_ != null) { + output.writeMessage(5, getAuthorizationCode()); + } + if (validateOnly_ != false) { + output.writeBool(6, validateOnly_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); + } + if (registration_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistration()); + } + { + int dataSize = 0; + for (int i = 0; i < contactNotices_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); + } + size += dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; + } + if (yearlyPrice_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getYearlyPrice()); + } + if (authorizationCode_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getAuthorizationCode()); + } + if (validateOnly_ != false) { + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(6, validateOnly_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.TransferDomainRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.TransferDomainRequest other = (com.google.cloud.domains.v1.TransferDomainRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (hasRegistration() != other.hasRegistration()) return false; + if (hasRegistration()) { + if (!getRegistration() + .equals(other.getRegistration())) return false; + } + if (!contactNotices_.equals(other.contactNotices_)) return false; + if (hasYearlyPrice() != other.hasYearlyPrice()) return false; + if (hasYearlyPrice()) { + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; + } + if (hasAuthorizationCode() != other.hasAuthorizationCode()) return false; + if (hasAuthorizationCode()) { + if (!getAuthorizationCode() + .equals(other.getAuthorizationCode())) return false; + } + if (getValidateOnly() + != other.getValidateOnly()) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + PARENT_FIELD_NUMBER; + hash = (53 * hash) + getParent().hashCode(); + if (hasRegistration()) { + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + } + if (getContactNoticesCount() > 0) { + hash = (37 * hash) + CONTACT_NOTICES_FIELD_NUMBER; + hash = (53 * hash) + contactNotices_.hashCode(); + } + if (hasYearlyPrice()) { + hash = (37 * hash) + YEARLY_PRICE_FIELD_NUMBER; + hash = (53 * hash) + getYearlyPrice().hashCode(); + } + if (hasAuthorizationCode()) { + hash = (37 * hash) + AUTHORIZATION_CODE_FIELD_NUMBER; + hash = (53 * hash) + getAuthorizationCode().hashCode(); + } + hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.TransferDomainRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.TransferDomainRequest 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.cloud.domains.v1.TransferDomainRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.TransferDomainRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.TransferDomainRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `TransferDomain` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.TransferDomainRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.TransferDomainRequest) + com.google.cloud.domains.v1.TransferDomainRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferDomainRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferDomainRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.TransferDomainRequest.class, com.google.cloud.domains.v1.TransferDomainRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.TransferDomainRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + parent_ = ""; + + if (registrationBuilder_ == null) { + registration_ = null; + } else { + registration_ = null; + registrationBuilder_ = null; + } + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = null; + } else { + authorizationCode_ = null; + authorizationCodeBuilder_ = null; + } + validateOnly_ = false; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferDomainRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.TransferDomainRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.TransferDomainRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.TransferDomainRequest build() { + com.google.cloud.domains.v1.TransferDomainRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.TransferDomainRequest buildPartial() { + com.google.cloud.domains.v1.TransferDomainRequest result = new com.google.cloud.domains.v1.TransferDomainRequest(this); + int from_bitField0_ = bitField0_; + result.parent_ = parent_; + if (registrationBuilder_ == null) { + result.registration_ = registration_; + } else { + result.registration_ = registrationBuilder_.build(); + } + if (((bitField0_ & 0x00000001) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.contactNotices_ = contactNotices_; + if (yearlyPriceBuilder_ == null) { + result.yearlyPrice_ = yearlyPrice_; + } else { + result.yearlyPrice_ = yearlyPriceBuilder_.build(); + } + if (authorizationCodeBuilder_ == null) { + result.authorizationCode_ = authorizationCode_; + } else { + result.authorizationCode_ = authorizationCodeBuilder_.build(); + } + result.validateOnly_ = validateOnly_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.TransferDomainRequest) { + return mergeFrom((com.google.cloud.domains.v1.TransferDomainRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.TransferDomainRequest other) { + if (other == com.google.cloud.domains.v1.TransferDomainRequest.getDefaultInstance()) return this; + if (!other.getParent().isEmpty()) { + parent_ = other.parent_; + onChanged(); + } + if (other.hasRegistration()) { + mergeRegistration(other.getRegistration()); + } + if (!other.contactNotices_.isEmpty()) { + if (contactNotices_.isEmpty()) { + contactNotices_ = other.contactNotices_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureContactNoticesIsMutable(); + contactNotices_.addAll(other.contactNotices_); + } + onChanged(); + } + if (other.hasYearlyPrice()) { + mergeYearlyPrice(other.getYearlyPrice()); + } + if (other.hasAuthorizationCode()) { + mergeAuthorizationCode(other.getAuthorizationCode()); + } + if (other.getValidateOnly() != false) { + setValidateOnly(other.getValidateOnly()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.TransferDomainRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.TransferDomainRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object parent_ = ""; + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The parent to set. + * @return This builder for chaining. + */ + public Builder setParent( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + parent_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearParent() { + + parent_ = getDefaultInstance().getParent(); + onChanged(); + return this; + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for parent to set. + * @return This builder for chaining. + */ + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + parent_ = value; + onChanged(); + return this; + } + + private com.google.cloud.domains.v1.Registration registration_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder> registrationBuilder_; + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + public boolean hasRegistration() { + return registrationBuilder_ != null || registration_ != null; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + public com.google.cloud.domains.v1.Registration getRegistration() { + if (registrationBuilder_ == null) { + return registration_ == null ? com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } else { + return registrationBuilder_.getMessage(); + } + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistration(com.google.cloud.domains.v1.Registration value) { + if (registrationBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + registration_ = value; + onChanged(); + } else { + registrationBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistration( + com.google.cloud.domains.v1.Registration.Builder builderForValue) { + if (registrationBuilder_ == null) { + registration_ = builderForValue.build(); + onChanged(); + } else { + registrationBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeRegistration(com.google.cloud.domains.v1.Registration value) { + if (registrationBuilder_ == null) { + if (registration_ != null) { + registration_ = + com.google.cloud.domains.v1.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); + } else { + registration_ = value; + } + onChanged(); + } else { + registrationBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearRegistration() { + if (registrationBuilder_ == null) { + registration_ = null; + onChanged(); + } else { + registration_ = null; + registrationBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.Registration.Builder getRegistrationBuilder() { + + onChanged(); + return getRegistrationFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder() { + if (registrationBuilder_ != null) { + return registrationBuilder_.getMessageOrBuilder(); + } else { + return registration_ == null ? + com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder> + getRegistrationFieldBuilder() { + if (registrationBuilder_ == null) { + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); + registration_ = null; + } + return registrationBuilder_; + } + + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); + private void ensureContactNoticesIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(contactNotices_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + public com.google.cloud.domains.v1.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param index The index to set the value at. + * @param value The contactNotices to set. + * @return This builder for chaining. + */ + public Builder setContactNotices( + int index, com.google.cloud.domains.v1.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param value The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNotices(com.google.cloud.domains.v1.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param values The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNotices( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (com.google.cloud.domains.v1.ContactNotice value : values) { + contactNotices_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return This builder for chaining. + */ + public Builder clearContactNotices() { + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + public java.util.List + getContactNoticesValueList() { + return java.util.Collections.unmodifiableList(contactNotices_); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + * @return This builder for chaining. + */ + public Builder setContactNoticesValue( + int index, int value) { + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param value The enum numeric value on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNoticesValue(int value) { + ensureContactNoticesIsMutable(); + contactNotices_.add(value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param values The enum numeric values on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (int value : values) { + contactNotices_.add(value); + } + onChanged(); + return this; + } + + private com.google.type.Money yearlyPrice_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + public boolean hasYearlyPrice() { + return yearlyPriceBuilder_ != null || yearlyPrice_ != null; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + public com.google.type.Money getYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } else { + return yearlyPriceBuilder_.getMessage(); + } + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + yearlyPrice_ = value; + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = builderForValue.build(); + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (yearlyPrice_ != null) { + yearlyPrice_ = + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + } else { + yearlyPrice_ = value; + } + onChanged(); + } else { + yearlyPriceBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + onChanged(); + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.Money.Builder getYearlyPriceBuilder() { + + onChanged(); + return getYearlyPriceFieldBuilder().getBuilder(); + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + if (yearlyPriceBuilder_ != null) { + return yearlyPriceBuilder_.getMessageOrBuilder(); + } else { + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + getYearlyPriceFieldBuilder() { + if (yearlyPriceBuilder_ == null) { + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); + yearlyPrice_ = null; + } + return yearlyPriceBuilder_; + } + + private com.google.cloud.domains.v1.AuthorizationCode authorizationCode_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.AuthorizationCode, com.google.cloud.domains.v1.AuthorizationCode.Builder, com.google.cloud.domains.v1.AuthorizationCodeOrBuilder> authorizationCodeBuilder_; + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + public boolean hasAuthorizationCode() { + return authorizationCodeBuilder_ != null || authorizationCode_ != null; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + public com.google.cloud.domains.v1.AuthorizationCode getAuthorizationCode() { + if (authorizationCodeBuilder_ == null) { + return authorizationCode_ == null ? com.google.cloud.domains.v1.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } else { + return authorizationCodeBuilder_.getMessage(); + } + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + public Builder setAuthorizationCode(com.google.cloud.domains.v1.AuthorizationCode value) { + if (authorizationCodeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + authorizationCode_ = value; + onChanged(); + } else { + authorizationCodeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + public Builder setAuthorizationCode( + com.google.cloud.domains.v1.AuthorizationCode.Builder builderForValue) { + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = builderForValue.build(); + onChanged(); + } else { + authorizationCodeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + public Builder mergeAuthorizationCode(com.google.cloud.domains.v1.AuthorizationCode value) { + if (authorizationCodeBuilder_ == null) { + if (authorizationCode_ != null) { + authorizationCode_ = + com.google.cloud.domains.v1.AuthorizationCode.newBuilder(authorizationCode_).mergeFrom(value).buildPartial(); + } else { + authorizationCode_ = value; + } + onChanged(); + } else { + authorizationCodeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + public Builder clearAuthorizationCode() { + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = null; + onChanged(); + } else { + authorizationCode_ = null; + authorizationCodeBuilder_ = null; + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + public com.google.cloud.domains.v1.AuthorizationCode.Builder getAuthorizationCodeBuilder() { + + onChanged(); + return getAuthorizationCodeFieldBuilder().getBuilder(); + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + public com.google.cloud.domains.v1.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder() { + if (authorizationCodeBuilder_ != null) { + return authorizationCodeBuilder_.getMessageOrBuilder(); + } else { + return authorizationCode_ == null ? + com.google.cloud.domains.v1.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.AuthorizationCode, com.google.cloud.domains.v1.AuthorizationCode.Builder, com.google.cloud.domains.v1.AuthorizationCodeOrBuilder> + getAuthorizationCodeFieldBuilder() { + if (authorizationCodeBuilder_ == null) { + authorizationCodeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.AuthorizationCode, com.google.cloud.domains.v1.AuthorizationCode.Builder, com.google.cloud.domains.v1.AuthorizationCodeOrBuilder>( + getAuthorizationCode(), + getParentForChildren(), + isClean()); + authorizationCode_ = null; + } + return authorizationCodeBuilder_; + } + + private boolean validateOnly_ ; + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @param value The validateOnly to set. + * @return This builder for chaining. + */ + public Builder setValidateOnly(boolean value) { + + validateOnly_ = value; + onChanged(); + return this; + } + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @return This builder for chaining. + */ + public Builder clearValidateOnly() { + + validateOnly_ = false; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.TransferDomainRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.TransferDomainRequest) + private static final com.google.cloud.domains.v1.TransferDomainRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.TransferDomainRequest(); + } + + public static com.google.cloud.domains.v1.TransferDomainRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TransferDomainRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TransferDomainRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.TransferDomainRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequestOrBuilder.java new file mode 100644 index 00000000..4c7ba6c5 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferDomainRequestOrBuilder.java @@ -0,0 +1,205 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface TransferDomainRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.TransferDomainRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); + + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + boolean hasRegistration(); + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + com.google.cloud.domains.v1.Registration getRegistration(); + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder(); + + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + java.util.List getContactNoticesList(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + int getContactNoticesCount(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + com.google.cloud.domains.v1.ContactNotice getContactNotices(int index); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + java.util.List + getContactNoticesValueList(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + int getContactNoticesValue(int index); + + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + boolean hasYearlyPrice(); + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + com.google.type.Money getYearlyPrice(); + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder(); + + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + boolean hasAuthorizationCode(); + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + com.google.cloud.domains.v1.AuthorizationCode getAuthorizationCode(); + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1.AuthorizationCode authorization_code = 5; + */ + com.google.cloud.domains.v1.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder(); + + /** + *
+   * Validate the request without actually transferring the domain.
+   * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + boolean getValidateOnly(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferLockState.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferLockState.java new file mode 100644 index 00000000..1d7b81dc --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferLockState.java @@ -0,0 +1,150 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Possible states of a `Registration`'s transfer lock.
+ * 
+ * + * Protobuf enum {@code google.cloud.domains.v1.TransferLockState} + */ +public enum TransferLockState + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+   * The state is unspecified.
+   * 
+ * + * TRANSFER_LOCK_STATE_UNSPECIFIED = 0; + */ + TRANSFER_LOCK_STATE_UNSPECIFIED(0), + /** + *
+   * The domain is unlocked and can be transferred to another registrar.
+   * 
+ * + * UNLOCKED = 1; + */ + UNLOCKED(1), + /** + *
+   * The domain is locked and cannot be transferred to another registrar.
+   * 
+ * + * LOCKED = 2; + */ + LOCKED(2), + UNRECOGNIZED(-1), + ; + + /** + *
+   * The state is unspecified.
+   * 
+ * + * TRANSFER_LOCK_STATE_UNSPECIFIED = 0; + */ + public static final int TRANSFER_LOCK_STATE_UNSPECIFIED_VALUE = 0; + /** + *
+   * The domain is unlocked and can be transferred to another registrar.
+   * 
+ * + * UNLOCKED = 1; + */ + public static final int UNLOCKED_VALUE = 1; + /** + *
+   * The domain is locked and cannot be transferred to another registrar.
+   * 
+ * + * LOCKED = 2; + */ + public static final int LOCKED_VALUE = 2; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static TransferLockState valueOf(int value) { + return forNumber(value); + } + + /** + * @param value The numeric wire value of the corresponding enum entry. + * @return The enum associated with the given numeric wire value. + */ + public static TransferLockState forNumber(int value) { + switch (value) { + case 0: return TRANSFER_LOCK_STATE_UNSPECIFIED; + case 1: return UNLOCKED; + case 2: return LOCKED; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + TransferLockState> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public TransferLockState findValueByNumber(int number) { + return TransferLockState.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() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.getDescriptor().getEnumTypes().get(3); + } + + private static final TransferLockState[] VALUES = values(); + + public static TransferLockState valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private TransferLockState(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1.TransferLockState) +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParameters.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParameters.java new file mode 100644 index 00000000..59c962a2 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParameters.java @@ -0,0 +1,1715 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Parameters required to transfer a domain from another registrar.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.TransferParameters} + */ +public final class TransferParameters extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.TransferParameters) + TransferParametersOrBuilder { +private static final long serialVersionUID = 0L; + // Use TransferParameters.newBuilder() to construct. + private TransferParameters(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TransferParameters() { + domainName_ = ""; + currentRegistrar_ = ""; + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + transferLockState_ = 0; + supportedPrivacy_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new TransferParameters(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TransferParameters( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + currentRegistrar_ = s; + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; + } + nameServers_.add(s); + break; + } + case 32: { + int rawValue = input.readEnum(); + + transferLockState_ = rawValue; + break; + } + case 40: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + supportedPrivacy_.add(rawValue); + break; + } + case 42: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + supportedPrivacy_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 50: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); + } + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferParameters_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferParameters_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.TransferParameters.class, com.google.cloud.domains.v1.TransferParameters.Builder.class); + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object domainName_; + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int CURRENT_REGISTRAR_FIELD_NUMBER = 2; + private volatile java.lang.Object currentRegistrar_; + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + @java.lang.Override + public java.lang.String getCurrentRegistrar() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + currentRegistrar_ = s; + return s; + } + } + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getCurrentRegistrarBytes() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + currentRegistrar_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int NAME_SERVERS_FIELD_NUMBER = 3; + private com.google.protobuf.LazyStringList nameServers_; + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_; + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + + public static final int TRANSFER_LOCK_STATE_FIELD_NUMBER = 4; + private int transferLockState_; + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + @java.lang.Override public int getTransferLockStateValue() { + return transferLockState_; + } + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + @java.lang.Override public com.google.cloud.domains.v1.TransferLockState getTransferLockState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.TransferLockState result = com.google.cloud.domains.v1.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1.TransferLockState.UNRECOGNIZED : result; + } + + public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 5; + private java.util.List supportedPrivacy_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy> supportedPrivacy_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>() { + public com.google.cloud.domains.v1.ContactPrivacy convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.ContactPrivacy result = com.google.cloud.domains.v1.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1.ContactPrivacy.UNRECOGNIZED : result; + } + }; + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + @java.lang.Override + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + @java.lang.Override + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + @java.lang.Override + public java.util.List + getSupportedPrivacyValueList() { + return supportedPrivacy_; + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + @java.lang.Override + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + private int supportedPrivacyMemoizedSerializedSize; + + public static final int YEARLY_PRICE_FIELD_NUMBER = 6; + private com.google.type.Money yearlyPrice_; + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + @java.lang.Override + public boolean hasYearlyPrice() { + return yearlyPrice_ != null; + } + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + @java.lang.Override + public com.google.type.Money getYearlyPrice() { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + */ + @java.lang.Override + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + return getYearlyPrice(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currentRegistrar_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, currentRegistrar_); + } + for (int i = 0; i < nameServers_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, nameServers_.getRaw(i)); + } + if (transferLockState_ != com.google.cloud.domains.v1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + output.writeEnum(4, transferLockState_); + } + if (getSupportedPrivacyList().size() > 0) { + output.writeUInt32NoTag(42); + output.writeUInt32NoTag(supportedPrivacyMemoizedSerializedSize); + } + for (int i = 0; i < supportedPrivacy_.size(); i++) { + output.writeEnumNoTag(supportedPrivacy_.get(i)); + } + if (yearlyPrice_ != null) { + output.writeMessage(6, getYearlyPrice()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currentRegistrar_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, currentRegistrar_); + } + { + int dataSize = 0; + for (int i = 0; i < nameServers_.size(); i++) { + dataSize += computeStringSizeNoTag(nameServers_.getRaw(i)); + } + size += dataSize; + size += 1 * getNameServersList().size(); + } + if (transferLockState_ != com.google.cloud.domains.v1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, transferLockState_); + } + { + int dataSize = 0; + for (int i = 0; i < supportedPrivacy_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); + } + size += dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; + } + if (yearlyPrice_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getYearlyPrice()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.TransferParameters)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.TransferParameters other = (com.google.cloud.domains.v1.TransferParameters) obj; + + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getCurrentRegistrar() + .equals(other.getCurrentRegistrar())) return false; + if (!getNameServersList() + .equals(other.getNameServersList())) return false; + if (transferLockState_ != other.transferLockState_) return false; + if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; + if (hasYearlyPrice() != other.hasYearlyPrice()) return false; + if (hasYearlyPrice()) { + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + hash = (37 * hash) + CURRENT_REGISTRAR_FIELD_NUMBER; + hash = (53 * hash) + getCurrentRegistrar().hashCode(); + if (getNameServersCount() > 0) { + hash = (37 * hash) + NAME_SERVERS_FIELD_NUMBER; + hash = (53 * hash) + getNameServersList().hashCode(); + } + hash = (37 * hash) + TRANSFER_LOCK_STATE_FIELD_NUMBER; + hash = (53 * hash) + transferLockState_; + if (getSupportedPrivacyCount() > 0) { + hash = (37 * hash) + SUPPORTED_PRIVACY_FIELD_NUMBER; + hash = (53 * hash) + supportedPrivacy_.hashCode(); + } + if (hasYearlyPrice()) { + hash = (37 * hash) + YEARLY_PRICE_FIELD_NUMBER; + hash = (53 * hash) + getYearlyPrice().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.TransferParameters parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.TransferParameters parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.TransferParameters parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.TransferParameters 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.cloud.domains.v1.TransferParameters parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.TransferParameters parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.TransferParameters parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.TransferParameters parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.TransferParameters parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.TransferParameters parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.TransferParameters parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.TransferParameters parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.TransferParameters prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Parameters required to transfer a domain from another registrar.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.TransferParameters} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.TransferParameters) + com.google.cloud.domains.v1.TransferParametersOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferParameters_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferParameters_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.TransferParameters.class, com.google.cloud.domains.v1.TransferParameters.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.TransferParameters.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + domainName_ = ""; + + currentRegistrar_ = ""; + + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + transferLockState_ = 0; + + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_TransferParameters_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.TransferParameters getDefaultInstanceForType() { + return com.google.cloud.domains.v1.TransferParameters.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.TransferParameters build() { + com.google.cloud.domains.v1.TransferParameters result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.TransferParameters buildPartial() { + com.google.cloud.domains.v1.TransferParameters result = new com.google.cloud.domains.v1.TransferParameters(this); + int from_bitField0_ = bitField0_; + result.domainName_ = domainName_; + result.currentRegistrar_ = currentRegistrar_; + if (((bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.nameServers_ = nameServers_; + result.transferLockState_ = transferLockState_; + if (((bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.supportedPrivacy_ = supportedPrivacy_; + if (yearlyPriceBuilder_ == null) { + result.yearlyPrice_ = yearlyPrice_; + } else { + result.yearlyPrice_ = yearlyPriceBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.TransferParameters) { + return mergeFrom((com.google.cloud.domains.v1.TransferParameters)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.TransferParameters other) { + if (other == com.google.cloud.domains.v1.TransferParameters.getDefaultInstance()) return this; + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (!other.getCurrentRegistrar().isEmpty()) { + currentRegistrar_ = other.currentRegistrar_; + onChanged(); + } + if (!other.nameServers_.isEmpty()) { + if (nameServers_.isEmpty()) { + nameServers_ = other.nameServers_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureNameServersIsMutable(); + nameServers_.addAll(other.nameServers_); + } + onChanged(); + } + if (other.transferLockState_ != 0) { + setTransferLockStateValue(other.getTransferLockStateValue()); + } + if (!other.supportedPrivacy_.isEmpty()) { + if (supportedPrivacy_.isEmpty()) { + supportedPrivacy_ = other.supportedPrivacy_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.addAll(other.supportedPrivacy_); + } + onChanged(); + } + if (other.hasYearlyPrice()) { + mergeYearlyPrice(other.getYearlyPrice()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.TransferParameters parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.TransferParameters) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object domainName_ = ""; + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private java.lang.Object currentRegistrar_ = ""; + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + public java.lang.String getCurrentRegistrar() { + java.lang.Object ref = currentRegistrar_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + currentRegistrar_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + public com.google.protobuf.ByteString + getCurrentRegistrarBytes() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + currentRegistrar_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @param value The currentRegistrar to set. + * @return This builder for chaining. + */ + public Builder setCurrentRegistrar( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + currentRegistrar_ = value; + onChanged(); + return this; + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return This builder for chaining. + */ + public Builder clearCurrentRegistrar() { + + currentRegistrar_ = getDefaultInstance().getCurrentRegistrar(); + onChanged(); + return this; + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @param value The bytes for currentRegistrar to set. + * @return This builder for chaining. + */ + public Builder setCurrentRegistrarBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + currentRegistrar_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureNameServersIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_.getUnmodifiableView(); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index to set the value at. + * @param value The nameServers to set. + * @return This builder for chaining. + */ + public Builder setNameServers( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param value The nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServers( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param values The nameServers to add. + * @return This builder for chaining. + */ + public Builder addAllNameServers( + java.lang.Iterable values) { + ensureNameServersIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return This builder for chaining. + */ + public Builder clearNameServers() { + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param value The bytes of the nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + + private int transferLockState_ = 0; + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + @java.lang.Override public int getTransferLockStateValue() { + return transferLockState_; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @param value The enum numeric value on the wire for transferLockState to set. + * @return This builder for chaining. + */ + public Builder setTransferLockStateValue(int value) { + + transferLockState_ = value; + onChanged(); + return this; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + @java.lang.Override + public com.google.cloud.domains.v1.TransferLockState getTransferLockState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1.TransferLockState result = com.google.cloud.domains.v1.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1.TransferLockState.UNRECOGNIZED : result; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @param value The transferLockState to set. + * @return This builder for chaining. + */ + public Builder setTransferLockState(com.google.cloud.domains.v1.TransferLockState value) { + if (value == null) { + throw new NullPointerException(); + } + + transferLockState_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return This builder for chaining. + */ + public Builder clearTransferLockState() { + + transferLockState_ = 0; + onChanged(); + return this; + } + + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); + private void ensureSupportedPrivacyIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); + bitField0_ |= 0x00000002; + } + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + public com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param index The index to set the value at. + * @param value The supportedPrivacy to set. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacy( + int index, com.google.cloud.domains.v1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param value The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacy(com.google.cloud.domains.v1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param values The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacy( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (com.google.cloud.domains.v1.ContactPrivacy value : values) { + supportedPrivacy_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return This builder for chaining. + */ + public Builder clearSupportedPrivacy() { + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + public java.util.List + getSupportedPrivacyValueList() { + return java.util.Collections.unmodifiableList(supportedPrivacy_); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacyValue( + int index, int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param value The enum numeric value on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacyValue(int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param values The enum numeric values on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (int value : values) { + supportedPrivacy_.add(value); + } + onChanged(); + return this; + } + + private com.google.type.Money yearlyPrice_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + public boolean hasYearlyPrice() { + return yearlyPriceBuilder_ != null || yearlyPrice_ != null; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + public com.google.type.Money getYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } else { + return yearlyPriceBuilder_.getMessage(); + } + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder setYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + yearlyPrice_ = value; + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = builderForValue.build(); + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder mergeYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (yearlyPrice_ != null) { + yearlyPrice_ = + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + } else { + yearlyPrice_ = value; + } + onChanged(); + } else { + yearlyPriceBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder clearYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + onChanged(); + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public com.google.type.Money.Builder getYearlyPriceBuilder() { + + onChanged(); + return getYearlyPriceFieldBuilder().getBuilder(); + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + if (yearlyPriceBuilder_ != null) { + return yearlyPriceBuilder_.getMessageOrBuilder(); + } else { + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + getYearlyPriceFieldBuilder() { + if (yearlyPriceBuilder_ == null) { + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); + yearlyPrice_ = null; + } + return yearlyPriceBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.TransferParameters) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.TransferParameters) + private static final com.google.cloud.domains.v1.TransferParameters DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.TransferParameters(); + } + + public static com.google.cloud.domains.v1.TransferParameters getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TransferParameters parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TransferParameters(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.TransferParameters getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParametersOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParametersOrBuilder.java new file mode 100644 index 00000000..58723afb --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/TransferParametersOrBuilder.java @@ -0,0 +1,189 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface TransferParametersOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.TransferParameters) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + java.lang.String getCurrentRegistrar(); + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + com.google.protobuf.ByteString + getCurrentRegistrarBytes(); + + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + java.util.List + getNameServersList(); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + int getNameServersCount(); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + java.lang.String getNameServers(int index); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + com.google.protobuf.ByteString + getNameServersBytes(int index); + + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + int getTransferLockStateValue(); + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + com.google.cloud.domains.v1.TransferLockState getTransferLockState(); + + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + java.util.List getSupportedPrivacyList(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + int getSupportedPrivacyCount(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + com.google.cloud.domains.v1.ContactPrivacy getSupportedPrivacy(int index); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + java.util.List + getSupportedPrivacyValueList(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + int getSupportedPrivacyValue(int index); + + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + boolean hasYearlyPrice(); + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + com.google.type.Money getYearlyPrice(); + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + */ + com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/UpdateRegistrationRequest.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/UpdateRegistrationRequest.java new file mode 100644 index 00000000..e7f970f6 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/UpdateRegistrationRequest.java @@ -0,0 +1,923 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +/** + *
+ * Request for the `UpdateRegistration` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1.UpdateRegistrationRequest} + */ +public final class UpdateRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1.UpdateRegistrationRequest) + UpdateRegistrationRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use UpdateRegistrationRequest.newBuilder() to construct. + private UpdateRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private UpdateRegistrationRequest() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new UpdateRegistrationRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private UpdateRegistrationRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.cloud.domains.v1.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); + } + + break; + } + case 18: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); + } + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.UpdateRegistrationRequest.class, com.google.cloud.domains.v1.UpdateRegistrationRequest.Builder.class); + } + + public static final int REGISTRATION_FIELD_NUMBER = 1; + private com.google.cloud.domains.v1.Registration registration_; + /** + *
+   * Fields of the `Registration` to update.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + * @return Whether the registration field is set. + */ + @java.lang.Override + public boolean hasRegistration() { + return registration_ != null; + } + /** + *
+   * Fields of the `Registration` to update.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + * @return The registration. + */ + @java.lang.Override + public com.google.cloud.domains.v1.Registration getRegistration() { + return registration_ == null ? com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } + /** + *
+   * Fields of the `Registration` to update.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder() { + return getRegistration(); + } + + public static final int UPDATE_MASK_FIELD_NUMBER = 2; + private com.google.protobuf.FieldMask updateMask_; + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + @java.lang.Override + public boolean hasUpdateMask() { + return updateMask_ != null; + } + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + @java.lang.Override + public com.google.protobuf.FieldMask getUpdateMask() { + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { + return getUpdateMask(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (registration_ != null) { + output.writeMessage(1, getRegistration()); + } + if (updateMask_ != null) { + output.writeMessage(2, getUpdateMask()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (registration_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getRegistration()); + } + if (updateMask_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getUpdateMask()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1.UpdateRegistrationRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1.UpdateRegistrationRequest other = (com.google.cloud.domains.v1.UpdateRegistrationRequest) obj; + + if (hasRegistration() != other.hasRegistration()) return false; + if (hasRegistration()) { + if (!getRegistration() + .equals(other.getRegistration())) return false; + } + if (hasUpdateMask() != other.hasUpdateMask()) return false; + if (hasUpdateMask()) { + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasRegistration()) { + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + } + if (hasUpdateMask()) { + hash = (37 * hash) + UPDATE_MASK_FIELD_NUMBER; + hash = (53 * hash) + getUpdateMask().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest 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.cloud.domains.v1.UpdateRegistrationRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1.UpdateRegistrationRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1.UpdateRegistrationRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `UpdateRegistration` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1.UpdateRegistrationRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1.UpdateRegistrationRequest) + com.google.cloud.domains.v1.UpdateRegistrationRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1.UpdateRegistrationRequest.class, com.google.cloud.domains.v1.UpdateRegistrationRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1.UpdateRegistrationRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (registrationBuilder_ == null) { + registration_ = null; + } else { + registration_ = null; + registrationBuilder_ = null; + } + if (updateMaskBuilder_ == null) { + updateMask_ = null; + } else { + updateMask_ = null; + updateMaskBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1.DomainsProto.internal_static_google_cloud_domains_v1_UpdateRegistrationRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1.UpdateRegistrationRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1.UpdateRegistrationRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1.UpdateRegistrationRequest build() { + com.google.cloud.domains.v1.UpdateRegistrationRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1.UpdateRegistrationRequest buildPartial() { + com.google.cloud.domains.v1.UpdateRegistrationRequest result = new com.google.cloud.domains.v1.UpdateRegistrationRequest(this); + if (registrationBuilder_ == null) { + result.registration_ = registration_; + } else { + result.registration_ = registrationBuilder_.build(); + } + if (updateMaskBuilder_ == null) { + result.updateMask_ = updateMask_; + } else { + result.updateMask_ = updateMaskBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1.UpdateRegistrationRequest) { + return mergeFrom((com.google.cloud.domains.v1.UpdateRegistrationRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1.UpdateRegistrationRequest other) { + if (other == com.google.cloud.domains.v1.UpdateRegistrationRequest.getDefaultInstance()) return this; + if (other.hasRegistration()) { + mergeRegistration(other.getRegistration()); + } + if (other.hasUpdateMask()) { + mergeUpdateMask(other.getUpdateMask()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1.UpdateRegistrationRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1.UpdateRegistrationRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.cloud.domains.v1.Registration registration_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder> registrationBuilder_; + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + * @return Whether the registration field is set. + */ + public boolean hasRegistration() { + return registrationBuilder_ != null || registration_ != null; + } + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + * @return The registration. + */ + public com.google.cloud.domains.v1.Registration getRegistration() { + if (registrationBuilder_ == null) { + return registration_ == null ? com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } else { + return registrationBuilder_.getMessage(); + } + } + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + public Builder setRegistration(com.google.cloud.domains.v1.Registration value) { + if (registrationBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + registration_ = value; + onChanged(); + } else { + registrationBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + public Builder setRegistration( + com.google.cloud.domains.v1.Registration.Builder builderForValue) { + if (registrationBuilder_ == null) { + registration_ = builderForValue.build(); + onChanged(); + } else { + registrationBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + public Builder mergeRegistration(com.google.cloud.domains.v1.Registration value) { + if (registrationBuilder_ == null) { + if (registration_ != null) { + registration_ = + com.google.cloud.domains.v1.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); + } else { + registration_ = value; + } + onChanged(); + } else { + registrationBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + public Builder clearRegistration() { + if (registrationBuilder_ == null) { + registration_ = null; + onChanged(); + } else { + registration_ = null; + registrationBuilder_ = null; + } + + return this; + } + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + public com.google.cloud.domains.v1.Registration.Builder getRegistrationBuilder() { + + onChanged(); + return getRegistrationFieldBuilder().getBuilder(); + } + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + public com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder() { + if (registrationBuilder_ != null) { + return registrationBuilder_.getMessageOrBuilder(); + } else { + return registration_ == null ? + com.google.cloud.domains.v1.Registration.getDefaultInstance() : registration_; + } + } + /** + *
+     * Fields of the `Registration` to update.
+     * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder> + getRegistrationFieldBuilder() { + if (registrationBuilder_ == null) { + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1.Registration, com.google.cloud.domains.v1.Registration.Builder, com.google.cloud.domains.v1.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); + registration_ = null; + } + return registrationBuilder_; + } + + private com.google.protobuf.FieldMask updateMask_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + public boolean hasUpdateMask() { + return updateMaskBuilder_ != null || updateMask_ != null; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + public com.google.protobuf.FieldMask getUpdateMask() { + if (updateMaskBuilder_ == null) { + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } else { + return updateMaskBuilder_.getMessage(); + } + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setUpdateMask(com.google.protobuf.FieldMask value) { + if (updateMaskBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + updateMask_ = value; + onChanged(); + } else { + updateMaskBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { + if (updateMaskBuilder_ == null) { + updateMask_ = builderForValue.build(); + onChanged(); + } else { + updateMaskBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { + if (updateMaskBuilder_ == null) { + if (updateMask_ != null) { + updateMask_ = + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + } else { + updateMask_ = value; + } + onChanged(); + } else { + updateMaskBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearUpdateMask() { + if (updateMaskBuilder_ == null) { + updateMask_ = null; + onChanged(); + } else { + updateMask_ = null; + updateMaskBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { + + onChanged(); + return getUpdateMaskFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { + if (updateMaskBuilder_ != null) { + return updateMaskBuilder_.getMessageOrBuilder(); + } else { + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; + } + } + /** + *
+     * Required. The field mask describing which fields to update as a comma-separated list.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
+     * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> + getUpdateMaskFieldBuilder() { + if (updateMaskBuilder_ == null) { + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); + updateMask_ = null; + } + return updateMaskBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1.UpdateRegistrationRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1.UpdateRegistrationRequest) + private static final com.google.cloud.domains.v1.UpdateRegistrationRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1.UpdateRegistrationRequest(); + } + + public static com.google.cloud.domains.v1.UpdateRegistrationRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new UpdateRegistrationRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1.UpdateRegistrationRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/UpdateRegistrationRequestOrBuilder.java b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/UpdateRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..b0339b7b --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/UpdateRegistrationRequestOrBuilder.java @@ -0,0 +1,69 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1/domains.proto + +package com.google.cloud.domains.v1; + +public interface UpdateRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1.UpdateRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Fields of the `Registration` to update.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + * @return Whether the registration field is set. + */ + boolean hasRegistration(); + /** + *
+   * Fields of the `Registration` to update.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + * @return The registration. + */ + com.google.cloud.domains.v1.Registration getRegistration(); + /** + *
+   * Fields of the `Registration` to update.
+   * 
+ * + * .google.cloud.domains.v1.Registration registration = 1; + */ + com.google.cloud.domains.v1.RegistrationOrBuilder getRegistrationOrBuilder(); + + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the updateMask field is set. + */ + boolean hasUpdateMask(); + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The updateMask. + */ + com.google.protobuf.FieldMask getUpdateMask(); + /** + *
+   * Required. The field mask describing which fields to update as a comma-separated list.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
+   * 
+ * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); +} diff --git a/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/proto/google/cloud/domains/v1/domains.proto b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/proto/google/cloud/domains/v1/domains.proto new file mode 100644 index 00000000..a9123616 --- /dev/null +++ b/owl-bot-staging/v1/proto-google-cloud-domains-v1/src/main/proto/google/cloud/domains/v1/domains.proto @@ -0,0 +1,1147 @@ +// Copyright 2021 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 +// +// http://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. + +syntax = "proto3"; + +package google.cloud.domains.v1; + +import "google/api/annotations.proto"; +import "google/api/client.proto"; +import "google/api/field_behavior.proto"; +import "google/api/resource.proto"; +import "google/longrunning/operations.proto"; +import "google/protobuf/field_mask.proto"; +import "google/protobuf/timestamp.proto"; +import "google/type/money.proto"; +import "google/type/postal_address.proto"; + +option go_package = "google.golang.org/genproto/googleapis/cloud/domains/v1;domains"; +option java_multiple_files = true; +option java_outer_classname = "DomainsProto"; +option java_package = "com.google.cloud.domains.v1"; + +// The Cloud Domains API enables management and configuration of domain names. +service Domains { + option (google.api.default_host) = "domains.googleapis.com"; + option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; + + // Searches for available domain names similar to the provided query. + // + // Availability results from this method are approximate; call + // `RetrieveRegisterParameters` on a domain before registering to confirm + // availability. + rpc SearchDomains(SearchDomainsRequest) returns (SearchDomainsResponse) { + option (google.api.http) = { + get: "/v1/{location=projects/*/locations/*}/registrations:searchDomains" + }; + option (google.api.method_signature) = "location,query"; + } + + // Gets parameters needed to register a new domain name, including price and + // up-to-date availability. Use the returned values to call `RegisterDomain`. + rpc RetrieveRegisterParameters(RetrieveRegisterParametersRequest) returns (RetrieveRegisterParametersResponse) { + option (google.api.http) = { + get: "/v1/{location=projects/*/locations/*}/registrations:retrieveRegisterParameters" + }; + option (google.api.method_signature) = "location,domain_name"; + } + + // Registers a new domain name and creates a corresponding `Registration` + // resource. + // + // Call `RetrieveRegisterParameters` first to check availability of the domain + // name and determine parameters like price that are needed to build a call to + // this method. + // + // A successful call creates a `Registration` resource in state + // `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2 + // minutes, indicating that the domain was successfully registered. If the + // resource ends up in state `REGISTRATION_FAILED`, it indicates that the + // domain was not registered successfully, and you can safely delete the + // resource and retry registration. + rpc RegisterDomain(RegisterDomainRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1/{parent=projects/*/locations/*}/registrations:register" + body: "*" + }; + option (google.api.method_signature) = "parent,registration,yearly_price"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + + // Gets parameters needed to transfer a domain name from another registrar to + // Cloud Domains. For domains managed by Google Domains, transferring to Cloud + // Domains is not supported. + // + // + // Use the returned values to call `TransferDomain`. + rpc RetrieveTransferParameters(RetrieveTransferParametersRequest) returns (RetrieveTransferParametersResponse) { + option (google.api.http) = { + get: "/v1/{location=projects/*/locations/*}/registrations:retrieveTransferParameters" + }; + option (google.api.method_signature) = "location,domain_name"; + } + + // Transfers a domain name from another registrar to Cloud Domains. For + // domains managed by Google Domains, transferring to Cloud Domains is not + // supported. + // + // + // Before calling this method, go to the domain's current registrar to unlock + // the domain for transfer and retrieve the domain's transfer authorization + // code. Then call `RetrieveTransferParameters` to confirm that the domain is + // unlocked and to get values needed to build a call to this method. + // + // A successful call creates a `Registration` resource in state + // `TRANSFER_PENDING`. It can take several days to complete the transfer + // process. The registrant can often speed up this process by approving the + // transfer through the current registrar, either by clicking a link in an + // email from the registrar or by visiting the registrar's website. + // + // A few minutes after transfer approval, the resource transitions to state + // `ACTIVE`, indicating that the transfer was successful. If the transfer is + // rejected or the request expires without being approved, the resource can + // end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete + // the resource and retry the transfer. + rpc TransferDomain(TransferDomainRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1/{parent=projects/*/locations/*}/registrations:transfer" + body: "*" + }; + option (google.api.method_signature) = "parent,registration,yearly_price,authorization_code"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + + // Lists the `Registration` resources in a project. + rpc ListRegistrations(ListRegistrationsRequest) returns (ListRegistrationsResponse) { + option (google.api.http) = { + get: "/v1/{parent=projects/*/locations/*}/registrations" + }; + option (google.api.method_signature) = "parent"; + } + + // Gets the details of a `Registration` resource. + rpc GetRegistration(GetRegistrationRequest) returns (Registration) { + option (google.api.http) = { + get: "/v1/{name=projects/*/locations/*/registrations/*}" + }; + option (google.api.method_signature) = "name"; + } + + // Updates select fields of a `Registration` resource, notably `labels`. To + // update other fields, use the appropriate custom update method: + // + // * To update management settings, see `ConfigureManagementSettings` + // * To update DNS configuration, see `ConfigureDnsSettings` + // * To update contact information, see `ConfigureContactSettings` + rpc UpdateRegistration(UpdateRegistrationRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + patch: "/v1/{registration.name=projects/*/locations/*/registrations/*}" + body: "registration" + }; + option (google.api.method_signature) = "registration,update_mask"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + + // Updates a `Registration`'s management settings. + rpc ConfigureManagementSettings(ConfigureManagementSettingsRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1/{registration=projects/*/locations/*/registrations/*}:configureManagementSettings" + body: "*" + }; + option (google.api.method_signature) = "registration,management_settings,update_mask"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + + // Updates a `Registration`'s DNS settings. + rpc ConfigureDnsSettings(ConfigureDnsSettingsRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1/{registration=projects/*/locations/*/registrations/*}:configureDnsSettings" + body: "*" + }; + option (google.api.method_signature) = "registration,dns_settings,update_mask"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + + // Updates a `Registration`'s contact settings. Some changes require + // confirmation by the domain's registrant contact . + rpc ConfigureContactSettings(ConfigureContactSettingsRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1/{registration=projects/*/locations/*/registrations/*}:configureContactSettings" + body: "*" + }; + option (google.api.method_signature) = "registration,contact_settings,update_mask"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + + // Exports a `Registration` resource, such that it is no longer managed by + // Cloud Domains. + // + // When an active domain is successfully exported, you can continue to use the + // domain in [Google Domains](https://domains.google/) until it expires. The + // calling user becomes the domain's sole owner in Google Domains, and + // permissions for the domain are subsequently managed there. The domain does + // not renew automatically unless the new owner sets up billing in Google + // Domains. + rpc ExportRegistration(ExportRegistrationRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1/{name=projects/*/locations/*/registrations/*}:export" + body: "*" + }; + option (google.api.method_signature) = "name"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + + // Deletes a `Registration` resource. + // + // This method works on any `Registration` resource using [Subscription or + // Commitment billing](/domains/pricing#billing-models), provided that the + // resource was created at least 1 day in the past. + // + // For `Registration` resources using + // [Monthly billing](/domains/pricing#billing-models), this method works if: + // + // * `state` is `EXPORTED` with `expire_time` in the past + // * `state` is `REGISTRATION_FAILED` + // * `state` is `TRANSFER_FAILED` + // + // When an active registration is successfully deleted, you can continue to + // use the domain in [Google Domains](https://domains.google/) until it + // expires. The calling user becomes the domain's sole owner in Google + // Domains, and permissions for the domain are subsequently managed there. The + // domain does not renew automatically unless the new owner sets up billing in + // Google Domains. + rpc DeleteRegistration(DeleteRegistrationRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + delete: "/v1/{name=projects/*/locations/*/registrations/*}" + }; + option (google.api.method_signature) = "name"; + option (google.longrunning.operation_info) = { + response_type: "google.protobuf.Empty" + metadata_type: "OperationMetadata" + }; + } + + // Gets the authorization code of the `Registration` for the purpose of + // transferring the domain to another registrar. + // + // You can call this method only after 60 days have elapsed since the initial + // domain registration. + rpc RetrieveAuthorizationCode(RetrieveAuthorizationCodeRequest) returns (AuthorizationCode) { + option (google.api.http) = { + get: "/v1/{registration=projects/*/locations/*/registrations/*}:retrieveAuthorizationCode" + }; + option (google.api.method_signature) = "registration"; + } + + // Resets the authorization code of the `Registration` to a new random string. + // + // You can call this method only after 60 days have elapsed since the initial + // domain registration. + rpc ResetAuthorizationCode(ResetAuthorizationCodeRequest) returns (AuthorizationCode) { + option (google.api.http) = { + post: "/v1/{registration=projects/*/locations/*/registrations/*}:resetAuthorizationCode" + body: "*" + }; + option (google.api.method_signature) = "registration"; + } +} + +// The `Registration` resource facilitates managing and configuring domain name +// registrations. +// +// There are several ways to create a new `Registration` resource: +// +// To create a new `Registration` resource, find a suitable domain name by +// calling the `SearchDomains` method with a query to see available domain name +// options. After choosing a name, call `RetrieveRegisterParameters` to +// ensure availability and obtain information like pricing, which is needed to +// build a call to `RegisterDomain`. +// +// Another way to create a new `Registration` is to transfer an existing +// domain from another registrar. First, go to the current registrar to unlock +// the domain for transfer and retrieve the domain's transfer authorization +// code. Then call `RetrieveTransferParameters` to confirm that the domain is +// unlocked and to get values needed to build a call to `TransferDomain`. +message Registration { + option (google.api.resource) = { + type: "domains.googleapis.com/Registration" + pattern: "projects/{project}/locations/{location}/registrations/{registration}" + }; + + // Possible states of a `Registration`. + enum State { + // The state is undefined. + STATE_UNSPECIFIED = 0; + + // The domain is being registered. + REGISTRATION_PENDING = 1; + + // The domain registration failed. You can delete resources in this state + // to allow registration to be retried. + REGISTRATION_FAILED = 2; + + // The domain is being transferred from another registrar to Cloud Domains. + TRANSFER_PENDING = 3; + + // The attempt to transfer the domain from another registrar to + // Cloud Domains failed. You can delete resources in this state and retry + // the transfer. + TRANSFER_FAILED = 4; + + // The domain is registered and operational. The domain renews automatically + // as long as it remains in this state. + ACTIVE = 6; + + // The domain is suspended and inoperative. For more details, see the + // `issues` field. + SUSPENDED = 7; + + // The domain is no longer managed with Cloud Domains. It may have been + // transferred to another registrar or exported for management in + // [Google Domains](https://domains.google/). You can no longer update it + // with this API, and information shown about it may be stale. Domains in + // this state are not automatically renewed by Cloud Domains. + EXPORTED = 8; + } + + // Possible issues with a `Registration` that require attention. + enum Issue { + // The issue is undefined. + ISSUE_UNSPECIFIED = 0; + + // Contact the Cloud Support team to resolve a problem with this domain. + CONTACT_SUPPORT = 1; + + // [ICANN](https://icann.org/) requires verification of the email address + // in the `Registration`'s `contact_settings.registrant_contact` field. To + // verify the email address, follow the + // instructions in the email the `registrant_contact` receives following + // registration. If you do not complete email verification within + // 15 days of registration, the domain is suspended. To resend the + // verification email, call ConfigureContactSettings and provide the current + // `registrant_contact.email`. + UNVERIFIED_EMAIL = 2; + } + + // Output only. Name of the `Registration` resource, in the format + // `projects/*/locations/*/registrations/`. + string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format. + string domain_name = 2 [ + (google.api.field_behavior) = REQUIRED, + (google.api.field_behavior) = IMMUTABLE + ]; + + // Output only. The creation timestamp of the `Registration` resource. + google.protobuf.Timestamp create_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The expiration timestamp of the `Registration`. + google.protobuf.Timestamp expire_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The state of the `Registration` + State state = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The set of issues with the `Registration` that require attention. + repeated Issue issues = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Set of labels associated with the `Registration`. + map labels = 9; + + // Settings for management of the `Registration`, including renewal, billing, + // and transfer. You cannot update these with the `UpdateRegistration` + // method. To update these settings, use the `ConfigureManagementSettings` + // method. + ManagementSettings management_settings = 10; + + // Settings controlling the DNS configuration of the `Registration`. You + // cannot update these with the `UpdateRegistration` method. To update these + // settings, use the `ConfigureDnsSettings` method. + DnsSettings dns_settings = 11; + + // Required. Settings for contact information linked to the `Registration`. You cannot + // update these with the `UpdateRegistration` method. To update these + // settings, use the `ConfigureContactSettings` method. + ContactSettings contact_settings = 12 [(google.api.field_behavior) = REQUIRED]; + + // Output only. Pending contact settings for the `Registration`. Updates to the + // `contact_settings` field that change its `registrant_contact` or `privacy` + // fields require email confirmation by the `registrant_contact` + // before taking effect. This field is set only if there are pending updates + // to the `contact_settings` that have not been confirmed. To confirm the + // changes, the `registrant_contact` must follow the instructions in the + // email they receive. + ContactSettings pending_contact_settings = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. Set of options for the `contact_settings.privacy` field that this + // `Registration` supports. + repeated ContactPrivacy supported_privacy = 14 [(google.api.field_behavior) = OUTPUT_ONLY]; +} + +// Defines renewal, billing, and transfer settings for a `Registration`. +message ManagementSettings { + // Defines how the `Registration` is renewed. + enum RenewalMethod { + // The renewal method is undefined. + RENEWAL_METHOD_UNSPECIFIED = 0; + + // The domain is automatically renewed each year . + // + // To disable automatic renewals, delete the resource by calling + // `DeleteRegistration` or export it by calling `ExportRegistration`. + AUTOMATIC_RENEWAL = 1; + + // The domain must be explicitly renewed each year before its + // `expire_time`. This option is only available when the `Registration` + // is in state `EXPORTED`. + // + // To manage the domain's current billing and + // renewal settings, go to [Google Domains](https://domains.google/). + MANUAL_RENEWAL = 2; + } + + // Output only. The renewal method for this `Registration`. + RenewalMethod renewal_method = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Controls whether the domain can be transferred to another registrar. + TransferLockState transfer_lock_state = 4; +} + +// Defines the DNS configuration of a `Registration`, including name servers, +// DNSSEC, and glue records. +message DnsSettings { + // Configuration for an arbitrary DNS provider. + message CustomDns { + // Required. A list of name servers that store the DNS zone for this domain. Each name + // server is a domain name, with Unicode domain names expressed in + // Punycode format. + repeated string name_servers = 1 [(google.api.field_behavior) = REQUIRED]; + + // The list of DS records for this domain, which are used to enable DNSSEC. + // The domain's DNS provider can provide the values to set here. If this + // field is empty, DNSSEC is disabled. + repeated DsRecord ds_records = 2; + } + + // Configuration for using the free DNS zone provided by Google Domains as a + // `Registration`'s `dns_provider`. You cannot configure the DNS zone itself + // using the API. To configure the DNS zone, go to + // [Google Domains](https://domains.google/). + message GoogleDomainsDns { + // Output only. A list of name servers that store the DNS zone for this domain. Each name + // server is a domain name, with Unicode domain names expressed in + // Punycode format. This field is automatically populated with the name + // servers assigned to the Google Domains DNS zone. + repeated string name_servers = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Required. The state of DS records for this domain. Used to enable or disable + // automatic DNSSEC. + DsState ds_state = 2 [(google.api.field_behavior) = REQUIRED]; + + // Output only. The list of DS records published for this domain. The list is + // automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`, + // otherwise it remains empty. + repeated DsRecord ds_records = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + } + + // Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC + // for a domain. It contains a digest (hash) of a DNSKEY record that must be + // present in the domain's DNS zone. + message DsRecord { + // List of algorithms used to create a DNSKEY. Certain + // algorithms are not supported for particular domains. + enum Algorithm { + // The algorithm is unspecified. + ALGORITHM_UNSPECIFIED = 0; + + // RSA/MD5. Cannot be used for new deployments. + RSAMD5 = 1; + + // Diffie-Hellman. Cannot be used for new deployments. + DH = 2; + + // DSA/SHA1. Not recommended for new deployments. + DSA = 3; + + // ECC. Not recommended for new deployments. + ECC = 4; + + // RSA/SHA-1. Not recommended for new deployments. + RSASHA1 = 5; + + // DSA-NSEC3-SHA1. Not recommended for new deployments. + DSANSEC3SHA1 = 6; + + // RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments. + RSASHA1NSEC3SHA1 = 7; + + // RSA/SHA-256. + RSASHA256 = 8; + + // RSA/SHA-512. + RSASHA512 = 10; + + // GOST R 34.10-2001. + ECCGOST = 12; + + // ECDSA Curve P-256 with SHA-256. + ECDSAP256SHA256 = 13; + + // ECDSA Curve P-384 with SHA-384. + ECDSAP384SHA384 = 14; + + // Ed25519. + ED25519 = 15; + + // Ed448. + ED448 = 16; + + // Reserved for Indirect Keys. Cannot be used for new deployments. + INDIRECT = 252; + + // Private algorithm. Cannot be used for new deployments. + PRIVATEDNS = 253; + + // Private algorithm OID. Cannot be used for new deployments. + PRIVATEOID = 254; + } + + // List of hash functions that may have been used to generate a digest of a + // DNSKEY. + enum DigestType { + // The DigestType is unspecified. + DIGEST_TYPE_UNSPECIFIED = 0; + + // SHA-1. Not recommended for new deployments. + SHA1 = 1; + + // SHA-256. + SHA256 = 2; + + // GOST R 34.11-94. + GOST3411 = 3; + + // SHA-384. + SHA384 = 4; + } + + // The key tag of the record. Must be set in range 0 -- 65535. + int32 key_tag = 1; + + // The algorithm used to generate the referenced DNSKEY. + Algorithm algorithm = 2; + + // The hash function used to generate the digest of the referenced DNSKEY. + DigestType digest_type = 3; + + // The digest generated from the referenced DNSKEY. + string digest = 4; + } + + // Defines a host on your domain that is a DNS name server for your domain + // and/or other domains. Glue records are a way of making the IP address of a + // name server known, even when it serves DNS queries for its parent domain. + // For example, when `ns.example.com` is a name server for `example.com`, the + // host `ns.example.com` must have a glue record to break the circular DNS + // reference. + message GlueRecord { + // Required. Domain name of the host in Punycode format. + string host_name = 1 [(google.api.field_behavior) = REQUIRED]; + + // List of IPv4 addresses corresponding to this host in the standard decimal + // format (e.g. `198.51.100.1`). At least one of `ipv4_address` and + // `ipv6_address` must be set. + repeated string ipv4_addresses = 2; + + // List of IPv6 addresses corresponding to this host in the standard + // hexadecimal format (e.g. `2001:db8::`). At least one of + // `ipv4_address` and `ipv6_address` must be set. + repeated string ipv6_addresses = 3; + } + + // The publication state of DS records for a `Registration`. + enum DsState { + // DS state is unspecified. + DS_STATE_UNSPECIFIED = 0; + + // DNSSEC is disabled for this domain. No DS records for this domain are + // published in the parent DNS zone. + DS_RECORDS_UNPUBLISHED = 1; + + // DNSSEC is enabled for this domain. Appropriate DS records for this domain + // are published in the parent DNS zone. This option is valid only if the + // DNS zone referenced in the `Registration`'s `dns_provider` field is + // already DNSSEC-signed. + DS_RECORDS_PUBLISHED = 2; + } + + // The DNS provider of the registration. + oneof dns_provider { + // An arbitrary DNS provider identified by its name servers. + CustomDns custom_dns = 1; + + // The free DNS zone provided by + // [Google Domains](https://domains.google/). + GoogleDomainsDns google_domains_dns = 2; + } + + // The list of glue records for this `Registration`. Commonly empty. + repeated GlueRecord glue_records = 4; +} + +// Defines the contact information associated with a `Registration`. +// +// [ICANN](https://icann.org/) requires all domain names to have associated +// contact information. The `registrant_contact` is considered the +// domain's legal owner, and often the other contacts are identical. +message ContactSettings { + // Details required for a contact associated with a `Registration`. + message Contact { + // Required. Postal address of the contact. + google.type.PostalAddress postal_address = 1 [(google.api.field_behavior) = REQUIRED]; + + // Required. Email address of the contact. + string email = 2 [(google.api.field_behavior) = REQUIRED]; + + // Required. Phone number of the contact in international format. For example, + // `"+1-800-555-0123"`. + string phone_number = 3 [(google.api.field_behavior) = REQUIRED]; + + // Fax number of the contact in international format. For example, + // `"+1-800-555-0123"`. + string fax_number = 4; + } + + // Required. Privacy setting for the contacts associated with the `Registration`. + ContactPrivacy privacy = 1 [(google.api.field_behavior) = REQUIRED]; + + // Required. The registrant contact for the `Registration`. + // + // *Caution: Anyone with access to this email address, phone number, + // and/or postal address can take control of the domain.* + // + // *Warning: For new `Registration`s, the registrant receives an email + // confirmation that they must complete within 15 days to avoid domain + // suspension.* + Contact registrant_contact = 2 [(google.api.field_behavior) = REQUIRED]; + + // Required. The administrative contact for the `Registration`. + Contact admin_contact = 3 [(google.api.field_behavior) = REQUIRED]; + + // Required. The technical contact for the `Registration`. + Contact technical_contact = 4 [(google.api.field_behavior) = REQUIRED]; +} + +// Request for the `SearchDomains` method. +message SearchDomainsRequest { + // Required. String used to search for available domain names. + string query = 1 [(google.api.field_behavior) = REQUIRED]; + + // Required. The location. Must be in the format `projects/*/locations/*`. + string location = 2 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; +} + +// Response for the `SearchDomains` method. +message SearchDomainsResponse { + // Results of the domain name search. + repeated RegisterParameters register_parameters = 1; +} + +// Request for the `RetrieveRegisterParameters` method. +message RetrieveRegisterParametersRequest { + // Required. The domain name. Unicode domain names must be expressed in Punycode format. + string domain_name = 1 [(google.api.field_behavior) = REQUIRED]; + + // Required. The location. Must be in the format `projects/*/locations/*`. + string location = 2 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; +} + +// Response for the `RetrieveRegisterParameters` method. +message RetrieveRegisterParametersResponse { + // Parameters to use when calling the `RegisterDomain` method. + RegisterParameters register_parameters = 1; +} + +// Request for the `RegisterDomain` method. +message RegisterDomainRequest { + // Required. The parent resource of the `Registration`. Must be in the + // format `projects/*/locations/*`. + string parent = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; + + // Required. The complete `Registration` resource to be created. + Registration registration = 2 [(google.api.field_behavior) = REQUIRED]; + + // The list of domain notices that you acknowledge. Call + // `RetrieveRegisterParameters` to see the notices that need acknowledgement. + repeated DomainNotice domain_notices = 3; + + // The list of contact notices that the caller acknowledges. The notices + // needed here depend on the values specified in + // `registration.contact_settings`. + repeated ContactNotice contact_notices = 4; + + // Required. Yearly price to register or renew the domain. + // The value that should be put here can be obtained from + // RetrieveRegisterParameters or SearchDomains calls. + google.type.Money yearly_price = 5 [(google.api.field_behavior) = REQUIRED]; + + // When true, only validation is performed, without actually registering + // the domain. Follows: + // https://cloud.google.com/apis/design/design_patterns#request_validation + bool validate_only = 6; +} + +// Request for the `RetrieveTransferParameters` method. +message RetrieveTransferParametersRequest { + // Required. The domain name. Unicode domain names must be expressed in Punycode format. + string domain_name = 1 [(google.api.field_behavior) = REQUIRED]; + + // Required. The location. Must be in the format `projects/*/locations/*`. + string location = 2 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; +} + +// Response for the `RetrieveTransferParameters` method. +message RetrieveTransferParametersResponse { + // Parameters to use when calling the `TransferDomain` method. + TransferParameters transfer_parameters = 1; +} + +// Request for the `TransferDomain` method. +message TransferDomainRequest { + // Required. The parent resource of the `Registration`. Must be in the + // format `projects/*/locations/*`. + string parent = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; + + // Required. The complete `Registration` resource to be created. + // + // You can leave `registration.dns_settings` unset to import the + // domain's current DNS configuration from its current registrar. Use this + // option only if you are sure that the domain's current DNS service + // does not cease upon transfer, as is often the case for DNS services + // provided for free by the registrar. + Registration registration = 2 [(google.api.field_behavior) = REQUIRED]; + + // The list of contact notices that you acknowledge. The notices + // needed here depend on the values specified in + // `registration.contact_settings`. + repeated ContactNotice contact_notices = 3; + + // Required. Acknowledgement of the price to transfer or renew the domain for one year. + // Call `RetrieveTransferParameters` to obtain the price, which you must + // acknowledge. + google.type.Money yearly_price = 4 [(google.api.field_behavior) = REQUIRED]; + + // The domain's transfer authorization code. You can obtain this from the + // domain's current registrar. + AuthorizationCode authorization_code = 5; + + // Validate the request without actually transferring the domain. + bool validate_only = 6; +} + +// Request for the `ListRegistrations` method. +message ListRegistrationsRequest { + // Required. The project and location from which to list `Registration`s, specified in + // the format `projects/*/locations/*`. + string parent = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; + + // Maximum number of results to return. + int32 page_size = 2; + + // When set to the `next_page_token` from a prior response, provides the next + // page of results. + string page_token = 3; + + // Filter expression to restrict the `Registration`s returned. + // + // The expression must specify the field name, a comparison operator, and the + // value that you want to use for filtering. The value must be a string, a + // number, a boolean, or an enum value. The comparison operator should be one + // of =, !=, >, <, >=, <=, or : for prefix or wildcard matches. + // + // For example, to filter to a specific domain name, use an expression like + // `domainName="example.com"`. You can also check for the existence of a + // field; for example, to find domains using custom DNS settings, use an + // expression like `dnsSettings.customDns:*`. + // + // You can also create compound filters by combining expressions with the + // `AND` and `OR` operators. For example, to find domains that are suspended + // or have specific issues flagged, use an expression like + // `(state=SUSPENDED) OR (issue:*)`. + string filter = 4; +} + +// Response for the `ListRegistrations` method. +message ListRegistrationsResponse { + // A list of `Registration`s. + repeated Registration registrations = 1; + + // When present, there are more results to retrieve. Set `page_token` to this + // value on a subsequent call to get the next page of results. + string next_page_token = 2; +} + +// Request for the `GetRegistration` method. +message GetRegistrationRequest { + // Required. The name of the `Registration` to get, in the format + // `projects/*/locations/*/registrations/*`. + string name = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "domains.googleapis.com/Registration" + } + ]; +} + +// Request for the `UpdateRegistration` method. +message UpdateRegistrationRequest { + // Fields of the `Registration` to update. + Registration registration = 1; + + // Required. The field mask describing which fields to update as a comma-separated list. + // For example, if only the labels are being updated, the `update_mask` is + // `"labels"`. + google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; +} + +// Request for the `ConfigureManagementSettings` method. +message ConfigureManagementSettingsRequest { + // Required. The name of the `Registration` whose management settings are being updated, + // in the format `projects/*/locations/*/registrations/*`. + string registration = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "domains.googleapis.com/Registration" + } + ]; + + // Fields of the `ManagementSettings` to update. + ManagementSettings management_settings = 2; + + // Required. The field mask describing which fields to update as a comma-separated list. + // For example, if only the transfer lock is being updated, the `update_mask` + // is `"transfer_lock_state"`. + google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; +} + +// Request for the `ConfigureDnsSettings` method. +message ConfigureDnsSettingsRequest { + // Required. The name of the `Registration` whose DNS settings are being updated, + // in the format `projects/*/locations/*/registrations/*`. + string registration = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "domains.googleapis.com/Registration" + } + ]; + + // Fields of the `DnsSettings` to update. + DnsSettings dns_settings = 2; + + // Required. The field mask describing which fields to update as a comma-separated list. + // For example, if only the name servers are being updated for an existing + // Custom DNS configuration, the `update_mask` is + // `"custom_dns.name_servers"`. + // + // When changing the DNS provider from one type to another, pass the new + // provider's field name as part of the field mask. For example, when changing + // from a Google Domains DNS configuration to a Custom DNS configuration, the + // `update_mask` is `"custom_dns"`. // + google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; + + // Validate the request without actually updating the DNS settings. + bool validate_only = 4; +} + +// Request for the `ConfigureContactSettings` method. +message ConfigureContactSettingsRequest { + // Required. The name of the `Registration` whose contact settings are being updated, + // in the format `projects/*/locations/*/registrations/*`. + string registration = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "domains.googleapis.com/Registration" + } + ]; + + // Fields of the `ContactSettings` to update. + ContactSettings contact_settings = 2; + + // Required. The field mask describing which fields to update as a comma-separated list. + // For example, if only the registrant contact is being updated, the + // `update_mask` is `"registrant_contact"`. + google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; + + // The list of contact notices that the caller acknowledges. The notices + // needed here depend on the values specified in `contact_settings`. + repeated ContactNotice contact_notices = 4; + + // Validate the request without actually updating the contact settings. + bool validate_only = 5; +} + +// Request for the `ExportRegistration` method. +message ExportRegistrationRequest { + // Required. The name of the `Registration` to export, + // in the format `projects/*/locations/*/registrations/*`. + string name = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "domains.googleapis.com/Registration" + } + ]; +} + +// Request for the `DeleteRegistration` method. +message DeleteRegistrationRequest { + // Required. The name of the `Registration` to delete, + // in the format `projects/*/locations/*/registrations/*`. + string name = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "domains.googleapis.com/Registration" + } + ]; +} + +// Request for the `RetrieveAuthorizationCode` method. +message RetrieveAuthorizationCodeRequest { + // Required. The name of the `Registration` whose authorization code is being retrieved, + // in the format `projects/*/locations/*/registrations/*`. + string registration = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "domains.googleapis.com/Registration" + } + ]; +} + +// Request for the `ResetAuthorizationCode` method. +message ResetAuthorizationCodeRequest { + // Required. The name of the `Registration` whose authorization code is being reset, + // in the format `projects/*/locations/*/registrations/*`. + string registration = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "domains.googleapis.com/Registration" + } + ]; +} + +// Parameters required to register a new domain. +message RegisterParameters { + // Possible availability states of a domain name. + enum Availability { + // The availability is unspecified. + AVAILABILITY_UNSPECIFIED = 0; + + // The domain is available for registration. + AVAILABLE = 1; + + // The domain is not available for registration. Generally this means it is + // already registered to another party. + UNAVAILABLE = 2; + + // The domain is not currently supported by Cloud Domains, but may + // be available elsewhere. + UNSUPPORTED = 3; + + // Cloud Domains is unable to determine domain availability, generally + // due to system maintenance at the domain name registry. + UNKNOWN = 4; + } + + // The domain name. Unicode domain names are expressed in Punycode format. + string domain_name = 1; + + // Indicates whether the domain is available for registration. This value is + // accurate when obtained by calling `RetrieveRegisterParameters`, but is + // approximate when obtained by calling `SearchDomains`. + Availability availability = 2; + + // Contact privacy options that the domain supports. + repeated ContactPrivacy supported_privacy = 3; + + // Notices about special properties of the domain. + repeated DomainNotice domain_notices = 4; + + // Price to register or renew the domain for one year. + google.type.Money yearly_price = 5; +} + +// Parameters required to transfer a domain from another registrar. +message TransferParameters { + // The domain name. Unicode domain names are expressed in Punycode format. + string domain_name = 1; + + // The registrar that currently manages the domain. + string current_registrar = 2; + + // The name servers that currently store the configuration of the domain. + repeated string name_servers = 3; + + // Indicates whether the domain is protected by a transfer lock. For a + // transfer to succeed, this must show `UNLOCKED`. To unlock a domain, + // go to its current registrar. + TransferLockState transfer_lock_state = 4; + + // Contact privacy options that the domain supports. + repeated ContactPrivacy supported_privacy = 5; + + // Price to transfer or renew the domain for one year. + google.type.Money yearly_price = 6; +} + +// Defines an authorization code. +message AuthorizationCode { + // The Authorization Code in ASCII. It can be used to transfer the domain + // to or from another registrar. + string code = 1; +} + +// Represents the metadata of the long-running operation. Output only. +message OperationMetadata { + // The time the operation was created. + google.protobuf.Timestamp create_time = 1; + + // The time the operation finished running. + google.protobuf.Timestamp end_time = 2; + + // Server-defined resource path for the target of the operation. + string target = 3; + + // Name of the verb executed by the operation. + string verb = 4; + + // Human-readable status of the operation, if any. + string status_detail = 5; + + // API version used to start the operation. + string api_version = 6; +} + +// Defines a set of possible contact privacy settings for a `Registration`. +// +// [ICANN](https://icann.org/) maintains the WHOIS database, a publicly +// accessible mapping from domain name to contact information, and requires that +// each domain name have an entry. Choose from these options to control how much +// information in your `ContactSettings` is published. +enum ContactPrivacy { + // The contact privacy settings are undefined. + CONTACT_PRIVACY_UNSPECIFIED = 0; + + // All the data from `ContactSettings` is publicly available. When setting + // this option, you must also provide a + // `PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT` in the `contact_notices` field of the + // request. + PUBLIC_CONTACT_DATA = 1; + + // None of the data from `ContactSettings` is publicly available. Instead, + // proxy contact data is published for your domain. Email sent to the proxy + // email address is forwarded to the registrant's email address. Cloud Domains + // provides this privacy proxy service at no additional cost. + PRIVATE_CONTACT_DATA = 2; + + // Some data from `ContactSettings` is publicly available. The actual + // information redacted depends on the domain. For details, see [the + // registration privacy + // article](https://support.google.com/domains/answer/3251242). + REDACTED_CONTACT_DATA = 3; +} + +// Notices about special properties of certain domains. +enum DomainNotice { + // The notice is undefined. + DOMAIN_NOTICE_UNSPECIFIED = 0; + + // Indicates that the domain is preloaded on the HTTP Strict Transport + // Security list in browsers. Serving a website on such domain requires + // an SSL certificate. For details, see + // [how to get an SSL + // certificate](https://support.google.com/domains/answer/7638036). + HSTS_PRELOADED = 1; +} + +// Notices related to contact information. +enum ContactNotice { + // The notice is undefined. + CONTACT_NOTICE_UNSPECIFIED = 0; + + // Required when setting the `privacy` field of `ContactSettings` to + // `PUBLIC_CONTACT_DATA`, which exposes contact data publicly. + PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT = 1; +} + +// Possible states of a `Registration`'s transfer lock. +enum TransferLockState { + // The state is unspecified. + TRANSFER_LOCK_STATE_UNSPECIFIED = 0; + + // The domain is unlocked and can be transferred to another registrar. + UNLOCKED = 1; + + // The domain is locked and cannot be transferred to another registrar. + LOCKED = 2; +} diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java similarity index 74% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java index aa88601b..b02a5121 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java +++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsClient.java @@ -62,13 +62,13 @@ * methods: * *
    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been + *
  2. A "flattened" method. With this type of method, the fields of the request type have been * converted into function parameters. It may be the case that not all fields are available as * parameters, and not every API method will have a flattened method entry point. - *
  3. A "request object" method. This type of method only takes one parameter, a request object, + *
  4. A "request object" method. This type of method only takes one parameter, a request object, * which must be constructed before the call. Not every API method will have a request object * method. - *
  5. A "callable" method. This type of method takes no parameters and returns an immutable API + *
  6. A "callable" method. This type of method takes no parameters and returns an immutable API * callable object, which can be used to initiate calls to the service. *
* @@ -587,6 +587,390 @@ public final UnaryCallable registerDomainCalla return stub.registerDomainCallable(); } + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   String domainName = "domainName-1244085905";
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(location, domainName);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param domainName Required. The domain name. Unicode domain names must be expressed in Punycode + * format. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + LocationName location, String domainName) { + RetrieveTransferParametersRequest request = + RetrieveTransferParametersRequest.newBuilder() + .setLocation(location == null ? null : location.toString()) + .setDomainName(domainName) + .build(); + return retrieveTransferParameters(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String location = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   String domainName = "domainName-1244085905";
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(location, domainName);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param domainName Required. The domain name. Unicode domain names must be expressed in Punycode + * format. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + String location, String domainName) { + RetrieveTransferParametersRequest request = + RetrieveTransferParametersRequest.newBuilder() + .setLocation(location) + .setDomainName(domainName) + .build(); + return retrieveTransferParameters(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveTransferParametersRequest request =
+   *       RetrieveTransferParametersRequest.newBuilder()
+   *           .setDomainName("domainName-1244085905")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(request);
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + RetrieveTransferParametersRequest request) { + return retrieveTransferParametersCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveTransferParametersRequest request =
+   *       RetrieveTransferParametersRequest.newBuilder()
+   *           .setDomainName("domainName-1244085905")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.retrieveTransferParametersCallable().futureCall(request);
+   *   // Do something.
+   *   RetrieveTransferParametersResponse response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + retrieveTransferParametersCallable() { + return stub.retrieveTransferParametersCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   Registration registration = Registration.newBuilder().build();
+   *   Money yearlyPrice = Money.newBuilder().build();
+   *   AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .transferDomainAsync(parent, registration, yearlyPrice, authorizationCode)
+   *           .get();
+   * }
+   * }
+ * + * @param parent Required. The parent resource of the `Registration`. Must be in the format + * `projects/*/locations/*`. + * @param registration Required. The complete `Registration` resource to be created. + *

You can leave `registration.dns_settings` unset to import the domain's current DNS + * configuration from its current registrar. Use this option only if you are sure that the + * domain's current DNS service does not cease upon transfer, as is often the case for DNS + * services provided for free by the registrar. + * @param yearlyPrice Required. Acknowledgement of the price to transfer or renew the domain for + * one year. Call `RetrieveTransferParameters` to obtain the price, which you must + * acknowledge. + * @param authorizationCode The domain's transfer authorization code. You can obtain this from the + * domain's current registrar. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + LocationName parent, + Registration registration, + Money yearlyPrice, + AuthorizationCode authorizationCode) { + TransferDomainRequest request = + TransferDomainRequest.newBuilder() + .setParent(parent == null ? null : parent.toString()) + .setRegistration(registration) + .setYearlyPrice(yearlyPrice) + .setAuthorizationCode(authorizationCode) + .build(); + return transferDomainAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   Registration registration = Registration.newBuilder().build();
+   *   Money yearlyPrice = Money.newBuilder().build();
+   *   AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .transferDomainAsync(parent, registration, yearlyPrice, authorizationCode)
+   *           .get();
+   * }
+   * }
+ * + * @param parent Required. The parent resource of the `Registration`. Must be in the format + * `projects/*/locations/*`. + * @param registration Required. The complete `Registration` resource to be created. + *

You can leave `registration.dns_settings` unset to import the domain's current DNS + * configuration from its current registrar. Use this option only if you are sure that the + * domain's current DNS service does not cease upon transfer, as is often the case for DNS + * services provided for free by the registrar. + * @param yearlyPrice Required. Acknowledgement of the price to transfer or renew the domain for + * one year. Call `RetrieveTransferParameters` to obtain the price, which you must + * acknowledge. + * @param authorizationCode The domain's transfer authorization code. You can obtain this from the + * domain's current registrar. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + String parent, + Registration registration, + Money yearlyPrice, + AuthorizationCode authorizationCode) { + TransferDomainRequest request = + TransferDomainRequest.newBuilder() + .setParent(parent) + .setRegistration(registration) + .setYearlyPrice(yearlyPrice) + .setAuthorizationCode(authorizationCode) + .build(); + return transferDomainAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   Registration response = domainsClient.transferDomainAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + TransferDomainRequest request) { + return transferDomainOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.transferDomainOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable + transferDomainOperationCallable() { + return stub.transferDomainOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   ApiFuture future = domainsClient.transferDomainCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable transferDomainCallable() { + return stub.transferDomainCallable(); + } + // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Lists the `Registration` resources in a project. @@ -828,9 +1212,9 @@ public final UnaryCallable getRegistration * use the appropriate custom update method: * *
    - *
  • To update management settings, see `ConfigureManagementSettings` - *
  • To update DNS configuration, see `ConfigureDnsSettings` - *
  • To update contact information, see `ConfigureContactSettings` + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` *
* *

Sample code: @@ -846,7 +1230,7 @@ public final UnaryCallable getRegistration * @param registration Fields of the `Registration` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the labels are being updated, the `update_mask` - * would be `"labels"`. + * is `"labels"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture updateRegistrationAsync( @@ -865,9 +1249,9 @@ public final OperationFuture updateRegistration * use the appropriate custom update method: * *

    - *
  • To update management settings, see `ConfigureManagementSettings` - *
  • To update DNS configuration, see `ConfigureDnsSettings` - *
  • To update contact information, see `ConfigureContactSettings` + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` *
* *

Sample code: @@ -897,9 +1281,9 @@ public final OperationFuture updateRegistration * use the appropriate custom update method: * *

    - *
  • To update management settings, see `ConfigureManagementSettings` - *
  • To update DNS configuration, see `ConfigureDnsSettings` - *
  • To update contact information, see `ConfigureContactSettings` + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` *
* *

Sample code: @@ -929,9 +1313,9 @@ public final OperationFuture updateRegistration * use the appropriate custom update method: * *

    - *
  • To update management settings, see `ConfigureManagementSettings` - *
  • To update DNS configuration, see `ConfigureDnsSettings` - *
  • To update contact information, see `ConfigureContactSettings` + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` *
* *

Sample code: @@ -977,7 +1361,7 @@ public final UnaryCallable updateRegistrat * @param managementSettings Fields of the `ManagementSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the transfer lock is being updated, the - * `update_mask` would be `"transfer_lock_state"`. + * `update_mask` is `"transfer_lock_state"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureManagementSettingsAsync( @@ -1015,7 +1399,7 @@ public final OperationFuture configureManagemen * @param managementSettings Fields of the `ManagementSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the transfer lock is being updated, the - * `update_mask` would be `"transfer_lock_state"`. + * `update_mask` is `"transfer_lock_state"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureManagementSettingsAsync( @@ -1133,10 +1517,10 @@ public final OperationFuture configureManagemen * @param dnsSettings Fields of the `DnsSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the name servers are being updated for an - * existing Custom DNS configuration, the `update_mask` would be `"custom_dns.name_servers"`. + * existing Custom DNS configuration, the `update_mask` is `"custom_dns.name_servers"`. *

When changing the DNS provider from one type to another, pass the new provider's field * name as part of the field mask. For example, when changing from a Google Domains DNS - * configuration to a Custom DNS configuration, the `update_mask` would be `"custom_dns"`. // + * configuration to a Custom DNS configuration, the `update_mask` is `"custom_dns"`. // * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureDnsSettingsAsync( @@ -1172,10 +1556,10 @@ public final OperationFuture configureDnsSettin * @param dnsSettings Fields of the `DnsSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the name servers are being updated for an - * existing Custom DNS configuration, the `update_mask` would be `"custom_dns.name_servers"`. + * existing Custom DNS configuration, the `update_mask` is `"custom_dns.name_servers"`. *

When changing the DNS provider from one type to another, pass the new provider's field * name as part of the field mask. For example, when changing from a Google Domains DNS - * configuration to a Custom DNS configuration, the `update_mask` would be `"custom_dns"`. // + * configuration to a Custom DNS configuration, the `update_mask` is `"custom_dns"`. // * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureDnsSettingsAsync( @@ -1298,7 +1682,7 @@ public final OperationFuture configureDnsSettin * @param contactSettings Fields of the `ContactSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the registrant contact is being updated, the - * `update_mask` would be `"registrant_contact"`. + * `update_mask` is `"registrant_contact"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureContactSettingsAsync( @@ -1337,7 +1721,7 @@ public final OperationFuture configureContactSe * @param contactSettings Fields of the `ContactSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the registrant contact is being updated, the - * `update_mask` would be `"registrant_contact"`. + * `update_mask` is `"registrant_contact"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureContactSettingsAsync( @@ -1443,20 +1827,13 @@ public final OperationFuture configureContactSe // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. - * - *

If the export is successful: + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1482,20 +1859,13 @@ public final OperationFuture exportRegistration // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

If the export is successful: - * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1519,20 +1889,13 @@ public final OperationFuture exportRegistration // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

If the export is successful: - * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1556,20 +1919,13 @@ public final OperationFuture exportRegistration // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. - * - *

If the export is successful: + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1593,20 +1949,13 @@ public final OperationFuture exportRegistration // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

If the export is successful: - * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1630,13 +1979,25 @@ public final UnaryCallable exportRegistrat /** * Deletes a `Registration` resource. * - *

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -1663,13 +2024,25 @@ public final OperationFuture deleteRegistrationAsync(
   /**
    * Deletes a `Registration` resource.
    *
-   * 

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -1693,13 +2066,25 @@ public final OperationFuture deleteRegistrationAsync(S
   /**
    * Deletes a `Registration` resource.
    *
-   * 

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -1724,13 +2109,25 @@ public final OperationFuture deleteRegistrationAsync(
   /**
    * Deletes a `Registration` resource.
    *
-   * 

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -1755,13 +2152,25 @@ public final OperationFuture deleteRegistrationAsync(
   /**
    * Deletes a `Registration` resource.
    *
-   * 

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -2039,10 +2448,7 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
 
   public static class ListRegistrationsPagedResponse
       extends AbstractPagedListResponse<
-          ListRegistrationsRequest,
-          ListRegistrationsResponse,
-          Registration,
-          ListRegistrationsPage,
+          ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage,
           ListRegistrationsFixedSizeCollection> {
 
     public static ApiFuture createAsync(
@@ -2063,9 +2469,7 @@ private ListRegistrationsPagedResponse(ListRegistrationsPage page) {
 
   public static class ListRegistrationsPage
       extends AbstractPage<
-          ListRegistrationsRequest,
-          ListRegistrationsResponse,
-          Registration,
+          ListRegistrationsRequest, ListRegistrationsResponse, Registration,
           ListRegistrationsPage> {
 
     private ListRegistrationsPage(
@@ -2095,10 +2499,7 @@ public ApiFuture createPageAsync(
 
   public static class ListRegistrationsFixedSizeCollection
       extends AbstractFixedSizeCollection<
-          ListRegistrationsRequest,
-          ListRegistrationsResponse,
-          Registration,
-          ListRegistrationsPage,
+          ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage,
           ListRegistrationsFixedSizeCollection> {
 
     private ListRegistrationsFixedSizeCollection(
diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java
similarity index 89%
rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java
rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java
index 6af9e402..eeb24c94 100644
--- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java
+++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/DomainsSettings.java
@@ -28,6 +28,7 @@
 import com.google.api.gax.rpc.ClientSettings;
 import com.google.api.gax.rpc.OperationCallSettings;
 import com.google.api.gax.rpc.PagedCallSettings;
+import com.google.api.gax.rpc.StubSettings;
 import com.google.api.gax.rpc.TransportChannelProvider;
 import com.google.api.gax.rpc.UnaryCallSettings;
 import com.google.cloud.domains.v1alpha2.stub.DomainsStubSettings;
@@ -44,9 +45,9 @@
  * 

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (domains.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (domains.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When @@ -94,6 +95,23 @@ public UnaryCallSettings registerDomainSetting return ((DomainsStubSettings) getStubSettings()).registerDomainOperationSettings(); } + /** Returns the object with the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings + retrieveTransferParametersSettings() { + return ((DomainsStubSettings) getStubSettings()).retrieveTransferParametersSettings(); + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public UnaryCallSettings transferDomainSettings() { + return ((DomainsStubSettings) getStubSettings()).transferDomainSettings(); + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public OperationCallSettings + transferDomainOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).transferDomainOperationSettings(); + } + /** Returns the object with the settings used for calls to listRegistrations. */ public PagedCallSettings< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> @@ -306,6 +324,24 @@ public UnaryCallSettings.Builder registerDomai return getStubSettingsBuilder().registerDomainOperationSettings(); } + /** Returns the builder for the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings() { + return getStubSettingsBuilder().retrieveTransferParametersSettings(); + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public UnaryCallSettings.Builder transferDomainSettings() { + return getStubSettingsBuilder().transferDomainSettings(); + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public OperationCallSettings.Builder + transferDomainOperationSettings() { + return getStubSettingsBuilder().transferDomainOperationSettings(); + } + /** Returns the builder for the settings used for calls to listRegistrations. */ public PagedCallSettings.Builder< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/gapic_metadata.json b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/gapic_metadata.json similarity index 88% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/gapic_metadata.json rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/gapic_metadata.json index 28c6a272..3486fdeb 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/gapic_metadata.json +++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/gapic_metadata.json @@ -43,9 +43,15 @@ "RetrieveRegisterParameters": { "methods": ["retrieveRegisterParameters", "retrieveRegisterParameters", "retrieveRegisterParameters", "retrieveRegisterParametersCallable"] }, + "RetrieveTransferParameters": { + "methods": ["retrieveTransferParameters", "retrieveTransferParameters", "retrieveTransferParameters", "retrieveTransferParametersCallable"] + }, "SearchDomains": { "methods": ["searchDomains", "searchDomains", "searchDomains", "searchDomainsCallable"] }, + "TransferDomain": { + "methods": ["transferDomainAsync", "transferDomainAsync", "transferDomainAsync", "transferDomainOperationCallable", "transferDomainCallable"] + }, "UpdateRegistration": { "methods": ["updateRegistrationAsync", "updateRegistrationAsync", "updateRegistrationOperationCallable", "updateRegistrationCallable"] } diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java similarity index 91% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java index ed9727b2..840595be 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java +++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/package-info.java @@ -15,7 +15,9 @@ */ /** - * The interfaces provided are listed below, along with usage samples. + * A client to Cloud Domains API + * + *

The interfaces provided are listed below, along with usage samples. * *

======================= DomainsClient ======================= * diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java similarity index 89% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java index 24fbb72f..a295fb6e 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java +++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStub.java @@ -38,8 +38,11 @@ import com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest; import com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest; import com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse; import com.google.cloud.domains.v1alpha2.SearchDomainsRequest; import com.google.cloud.domains.v1alpha2.SearchDomainsResponse; +import com.google.cloud.domains.v1alpha2.TransferDomainRequest; import com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest; import com.google.longrunning.Operation; import com.google.longrunning.stub.OperationsStub; @@ -79,6 +82,21 @@ public UnaryCallable registerDomainCallable() throw new UnsupportedOperationException("Not implemented: registerDomainCallable()"); } + public UnaryCallable + retrieveTransferParametersCallable() { + throw new UnsupportedOperationException( + "Not implemented: retrieveTransferParametersCallable()"); + } + + public OperationCallable + transferDomainOperationCallable() { + throw new UnsupportedOperationException("Not implemented: transferDomainOperationCallable()"); + } + + public UnaryCallable transferDomainCallable() { + throw new UnsupportedOperationException("Not implemented: transferDomainCallable()"); + } + public UnaryCallable listRegistrationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listRegistrationsPagedCallable()"); diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java similarity index 89% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java index ffd9d74d..8acaf656 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java +++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/DomainsStubSettings.java @@ -60,8 +60,11 @@ import com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest; import com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest; import com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse; import com.google.cloud.domains.v1alpha2.SearchDomainsRequest; import com.google.cloud.domains.v1alpha2.SearchDomainsResponse; +import com.google.cloud.domains.v1alpha2.TransferDomainRequest; import com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; @@ -81,9 +84,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (domains.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (domains.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When @@ -120,6 +123,12 @@ public class DomainsStubSettings extends StubSettings { private final UnaryCallSettings registerDomainSettings; private final OperationCallSettings registerDomainOperationSettings; + private final UnaryCallSettings< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings; + private final UnaryCallSettings transferDomainSettings; + private final OperationCallSettings + transferDomainOperationSettings; private final PagedCallSettings< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> listRegistrationsSettings; @@ -196,8 +205,7 @@ public Iterable extractResources(ListRegistrationsResponse payload ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> LIST_REGISTRATIONS_PAGE_STR_FACT = new PagedListResponseFactory< - ListRegistrationsRequest, - ListRegistrationsResponse, + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse>() { @Override public ApiFuture getFuturePagedResponse( @@ -235,6 +243,23 @@ public UnaryCallSettings registerDomainSetting return registerDomainOperationSettings; } + /** Returns the object with the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings + retrieveTransferParametersSettings() { + return retrieveTransferParametersSettings; + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public UnaryCallSettings transferDomainSettings() { + return transferDomainSettings; + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public OperationCallSettings + transferDomainOperationSettings() { + return transferDomainOperationSettings; + } + /** Returns the object with the settings used for calls to listRegistrations. */ public PagedCallSettings< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> @@ -361,7 +386,9 @@ public static List getDefaultServiceScopes() { /** Returns a builder for the default credentials for this service. */ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder() { - return GoogleCredentialsProvider.newBuilder().setScopesToApply(DEFAULT_SERVICE_SCOPES); + return GoogleCredentialsProvider.newBuilder() + .setScopesToApply(DEFAULT_SERVICE_SCOPES) + .setUseJwtAccessWithScope(true); } /** Returns a builder for the default ChannelProvider for this service. */ @@ -405,6 +432,10 @@ protected DomainsStubSettings(Builder settingsBuilder) throws IOException { settingsBuilder.retrieveRegisterParametersSettings().build(); registerDomainSettings = settingsBuilder.registerDomainSettings().build(); registerDomainOperationSettings = settingsBuilder.registerDomainOperationSettings().build(); + retrieveTransferParametersSettings = + settingsBuilder.retrieveTransferParametersSettings().build(); + transferDomainSettings = settingsBuilder.transferDomainSettings().build(); + transferDomainOperationSettings = settingsBuilder.transferDomainOperationSettings().build(); listRegistrationsSettings = settingsBuilder.listRegistrationsSettings().build(); getRegistrationSettings = settingsBuilder.getRegistrationSettings().build(); updateRegistrationSettings = settingsBuilder.updateRegistrationSettings().build(); @@ -443,6 +474,14 @@ public static class Builder extends StubSettings.Builder registerDomainOperationSettings; + private final UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings; + private final UnaryCallSettings.Builder + transferDomainSettings; + private final OperationCallSettings.Builder< + TransferDomainRequest, Registration, OperationMetadata> + transferDomainOperationSettings; private final PagedCallSettings.Builder< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> listRegistrationsSettings; @@ -512,6 +551,9 @@ protected Builder(ClientContext clientContext) { retrieveRegisterParametersSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); registerDomainSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); registerDomainOperationSettings = OperationCallSettings.newBuilder(); + retrieveTransferParametersSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + transferDomainSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + transferDomainOperationSettings = OperationCallSettings.newBuilder(); listRegistrationsSettings = PagedCallSettings.newBuilder(LIST_REGISTRATIONS_PAGE_STR_FACT); getRegistrationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); updateRegistrationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); @@ -534,6 +576,8 @@ protected Builder(ClientContext clientContext) { searchDomainsSettings, retrieveRegisterParametersSettings, registerDomainSettings, + retrieveTransferParametersSettings, + transferDomainSettings, listRegistrationsSettings, getRegistrationSettings, updateRegistrationSettings, @@ -554,6 +598,9 @@ protected Builder(DomainsStubSettings settings) { retrieveRegisterParametersSettings = settings.retrieveRegisterParametersSettings.toBuilder(); registerDomainSettings = settings.registerDomainSettings.toBuilder(); registerDomainOperationSettings = settings.registerDomainOperationSettings.toBuilder(); + retrieveTransferParametersSettings = settings.retrieveTransferParametersSettings.toBuilder(); + transferDomainSettings = settings.transferDomainSettings.toBuilder(); + transferDomainOperationSettings = settings.transferDomainOperationSettings.toBuilder(); listRegistrationsSettings = settings.listRegistrationsSettings.toBuilder(); getRegistrationSettings = settings.getRegistrationSettings.toBuilder(); updateRegistrationSettings = settings.updateRegistrationSettings.toBuilder(); @@ -583,6 +630,8 @@ protected Builder(DomainsStubSettings settings) { searchDomainsSettings, retrieveRegisterParametersSettings, registerDomainSettings, + retrieveTransferParametersSettings, + transferDomainSettings, listRegistrationsSettings, getRegistrationSettings, updateRegistrationSettings, @@ -624,6 +673,16 @@ private static Builder initDefaults(Builder builder) { .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + builder + .retrieveTransferParametersSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .transferDomainSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + builder .listRegistrationsSettings() .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) @@ -698,6 +757,30 @@ private static Builder initDefaults(Builder builder) { .setTotalTimeout(Duration.ofMillis(300000L)) .build())); + builder + .transferDomainOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + builder .updateRegistrationOperationSettings() .setInitialCallSettings( @@ -887,6 +970,26 @@ public UnaryCallSettings.Builder registerDomai return registerDomainOperationSettings; } + /** Returns the builder for the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings() { + return retrieveTransferParametersSettings; + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public UnaryCallSettings.Builder transferDomainSettings() { + return transferDomainSettings; + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder + transferDomainOperationSettings() { + return transferDomainOperationSettings; + } + /** Returns the builder for the settings used for calls to listRegistrations. */ public PagedCallSettings.Builder< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsCallableFactory.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsCallableFactory.java similarity index 100% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsCallableFactory.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsCallableFactory.java diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java similarity index 88% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java index 23bff2a2..c208c0ed 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java +++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/GrpcDomainsStub.java @@ -42,8 +42,11 @@ import com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest; import com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest; import com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse; import com.google.cloud.domains.v1alpha2.SearchDomainsRequest; import com.google.cloud.domains.v1alpha2.SearchDomainsResponse; +import com.google.cloud.domains.v1alpha2.TransferDomainRequest; import com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest; import com.google.common.collect.ImmutableMap; import com.google.longrunning.Operation; @@ -52,6 +55,7 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; +import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; @@ -98,6 +102,29 @@ public class GrpcDomainsStub extends DomainsStub { .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); + private static final MethodDescriptor< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersMethodDescriptor = + MethodDescriptor + .newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1alpha2.Domains/RetrieveTransferParameters") + .setRequestMarshaller( + ProtoUtils.marshaller(RetrieveTransferParametersRequest.getDefaultInstance())) + .setResponseMarshaller( + ProtoUtils.marshaller(RetrieveTransferParametersResponse.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + transferDomainMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1alpha2.Domains/TransferDomain") + .setRequestMarshaller( + ProtoUtils.marshaller(TransferDomainRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + private static final MethodDescriptor listRegistrationsMethodDescriptor = MethodDescriptor.newBuilder() @@ -206,6 +233,11 @@ public class GrpcDomainsStub extends DomainsStub { private final UnaryCallable registerDomainCallable; private final OperationCallable registerDomainOperationCallable; + private final UnaryCallable + retrieveTransferParametersCallable; + private final UnaryCallable transferDomainCallable; + private final OperationCallable + transferDomainOperationCallable; private final UnaryCallable listRegistrationsCallable; private final UnaryCallable @@ -308,6 +340,28 @@ protected GrpcDomainsStub( return params.build(); }) .build(); + GrpcCallSettings + retrieveTransferParametersTransportSettings = + GrpcCallSettings + .newBuilder() + .setMethodDescriptor(retrieveTransferParametersMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("location", String.valueOf(request.getLocation())); + return params.build(); + }) + .build(); + GrpcCallSettings transferDomainTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(transferDomainMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("parent", String.valueOf(request.getParent())); + return params.build(); + }) + .build(); GrpcCallSettings listRegistrationsTransportSettings = GrpcCallSettings.newBuilder() @@ -432,6 +486,20 @@ protected GrpcDomainsStub( settings.registerDomainOperationSettings(), clientContext, operationsStub); + this.retrieveTransferParametersCallable = + callableFactory.createUnaryCallable( + retrieveTransferParametersTransportSettings, + settings.retrieveTransferParametersSettings(), + clientContext); + this.transferDomainCallable = + callableFactory.createUnaryCallable( + transferDomainTransportSettings, settings.transferDomainSettings(), clientContext); + this.transferDomainOperationCallable = + callableFactory.createOperationCallable( + transferDomainTransportSettings, + settings.transferDomainOperationSettings(), + clientContext, + operationsStub); this.listRegistrationsCallable = callableFactory.createUnaryCallable( listRegistrationsTransportSettings, @@ -552,6 +620,23 @@ public UnaryCallable registerDomainCallable() return registerDomainOperationCallable; } + @Override + public UnaryCallable + retrieveTransferParametersCallable() { + return retrieveTransferParametersCallable; + } + + @Override + public UnaryCallable transferDomainCallable() { + return transferDomainCallable; + } + + @Override + public OperationCallable + transferDomainOperationCallable() { + return transferDomainOperationCallable; + } + @Override public UnaryCallable listRegistrationsCallable() { diff --git a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java similarity index 85% rename from google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java index 70728644..e4a559ae 100644 --- a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java +++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/DomainsClientTest.java @@ -382,6 +382,224 @@ public void registerDomainExceptionTest2() throws Exception { } } + @Test + public void retrieveTransferParametersTest() throws Exception { + RetrieveTransferParametersResponse expectedResponse = + RetrieveTransferParametersResponse.newBuilder() + .setTransferParameters(TransferParameters.newBuilder().build()) + .build(); + mockDomains.addResponse(expectedResponse); + + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String domainName = "domainName-1244085905"; + + RetrieveTransferParametersResponse actualResponse = + client.retrieveTransferParameters(location, domainName); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveTransferParametersRequest actualRequest = + ((RetrieveTransferParametersRequest) actualRequests.get(0)); + + Assert.assertEquals(location.toString(), actualRequest.getLocation()); + Assert.assertEquals(domainName, actualRequest.getDomainName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveTransferParametersExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String domainName = "domainName-1244085905"; + client.retrieveTransferParameters(location, domainName); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void retrieveTransferParametersTest2() throws Exception { + RetrieveTransferParametersResponse expectedResponse = + RetrieveTransferParametersResponse.newBuilder() + .setTransferParameters(TransferParameters.newBuilder().build()) + .build(); + mockDomains.addResponse(expectedResponse); + + String location = "location1901043637"; + String domainName = "domainName-1244085905"; + + RetrieveTransferParametersResponse actualResponse = + client.retrieveTransferParameters(location, domainName); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveTransferParametersRequest actualRequest = + ((RetrieveTransferParametersRequest) actualRequests.get(0)); + + Assert.assertEquals(location, actualRequest.getLocation()); + Assert.assertEquals(domainName, actualRequest.getDomainName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveTransferParametersExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String location = "location1901043637"; + String domainName = "domainName-1244085905"; + client.retrieveTransferParameters(location, domainName); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void transferDomainTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("transferDomainTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + + Registration actualResponse = + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + TransferDomainRequest actualRequest = ((TransferDomainRequest) actualRequests.get(0)); + + Assert.assertEquals(parent.toString(), actualRequest.getParent()); + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(yearlyPrice, actualRequest.getYearlyPrice()); + Assert.assertEquals(authorizationCode, actualRequest.getAuthorizationCode()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void transferDomainExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void transferDomainTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("transferDomainTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String parent = "parent-995424086"; + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + + Registration actualResponse = + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + TransferDomainRequest actualRequest = ((TransferDomainRequest) actualRequests.get(0)); + + Assert.assertEquals(parent, actualRequest.getParent()); + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(yearlyPrice, actualRequest.getYearlyPrice()); + Assert.assertEquals(authorizationCode, actualRequest.getAuthorizationCode()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void transferDomainExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String parent = "parent-995424086"; + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + @Test public void listRegistrationsTest() throws Exception { Registration responsesElement = Registration.newBuilder().build(); diff --git a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomains.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomains.java similarity index 100% rename from google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomains.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomains.java diff --git a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java b/owl-bot-staging/v1alpha2/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java similarity index 87% rename from google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java rename to owl-bot-staging/v1alpha2/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java index d58f9a3e..3844bb87 100644 --- a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java +++ b/owl-bot-staging/v1alpha2/google-cloud-domains/src/test/java/com/google/cloud/domains/v1alpha2/MockDomainsImpl.java @@ -123,6 +123,49 @@ public void registerDomain( } } + @Override + public void retrieveTransferParameters( + RetrieveTransferParametersRequest request, + StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof RetrieveTransferParametersResponse) { + requests.add(request); + responseObserver.onNext(((RetrieveTransferParametersResponse) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method RetrieveTransferParameters, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + RetrieveTransferParametersResponse.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void transferDomain( + TransferDomainRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method TransferDomain, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + @Override public void listRegistrations( ListRegistrationsRequest request, diff --git a/owl-bot-staging/v1alpha2/grpc-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsGrpc.java b/owl-bot-staging/v1alpha2/grpc-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsGrpc.java new file mode 100644 index 00000000..f9adbf81 --- /dev/null +++ b/owl-bot-staging/v1alpha2/grpc-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsGrpc.java @@ -0,0 +1,1762 @@ +package com.google.cloud.domains.v1alpha2; + +import static io.grpc.MethodDescriptor.generateFullMethodName; + +/** + *

+ * The Cloud Domains API enables management and configuration of domain names.
+ * 
+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/cloud/domains/v1alpha2/domains.proto") +public final class DomainsGrpc { + + private DomainsGrpc() {} + + public static final String SERVICE_NAME = "google.cloud.domains.v1alpha2.Domains"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor getSearchDomainsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "SearchDomains", + requestType = com.google.cloud.domains.v1alpha2.SearchDomainsRequest.class, + responseType = com.google.cloud.domains.v1alpha2.SearchDomainsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getSearchDomainsMethod() { + io.grpc.MethodDescriptor getSearchDomainsMethod; + if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { + DomainsGrpc.getSearchDomainsMethod = getSearchDomainsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SearchDomains")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.SearchDomainsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.SearchDomainsResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("SearchDomains")) + .build(); + } + } + } + return getSearchDomainsMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveRegisterParameters", + requestType = com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.class, + responseType = com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod() { + io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod; + if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) == null) { + DomainsGrpc.getRetrieveRegisterParametersMethod = getRetrieveRegisterParametersMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveRegisterParameters")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveRegisterParameters")) + .build(); + } + } + } + return getRetrieveRegisterParametersMethod; + } + + private static volatile io.grpc.MethodDescriptor getRegisterDomainMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RegisterDomain", + requestType = com.google.cloud.domains.v1alpha2.RegisterDomainRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRegisterDomainMethod() { + io.grpc.MethodDescriptor getRegisterDomainMethod; + if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { + DomainsGrpc.getRegisterDomainMethod = getRegisterDomainMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RegisterDomain")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.RegisterDomainRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RegisterDomain")) + .build(); + } + } + } + return getRegisterDomainMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveTransferParametersMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveTransferParameters", + requestType = com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.class, + responseType = com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveTransferParametersMethod() { + io.grpc.MethodDescriptor getRetrieveTransferParametersMethod; + if ((getRetrieveTransferParametersMethod = DomainsGrpc.getRetrieveTransferParametersMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveTransferParametersMethod = DomainsGrpc.getRetrieveTransferParametersMethod) == null) { + DomainsGrpc.getRetrieveTransferParametersMethod = getRetrieveTransferParametersMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveTransferParameters")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveTransferParameters")) + .build(); + } + } + } + return getRetrieveTransferParametersMethod; + } + + private static volatile io.grpc.MethodDescriptor getTransferDomainMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "TransferDomain", + requestType = com.google.cloud.domains.v1alpha2.TransferDomainRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getTransferDomainMethod() { + io.grpc.MethodDescriptor getTransferDomainMethod; + if ((getTransferDomainMethod = DomainsGrpc.getTransferDomainMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getTransferDomainMethod = DomainsGrpc.getTransferDomainMethod) == null) { + DomainsGrpc.getTransferDomainMethod = getTransferDomainMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TransferDomain")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.TransferDomainRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("TransferDomain")) + .build(); + } + } + } + return getTransferDomainMethod; + } + + private static volatile io.grpc.MethodDescriptor getListRegistrationsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListRegistrations", + requestType = com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.class, + responseType = com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListRegistrationsMethod() { + io.grpc.MethodDescriptor getListRegistrationsMethod; + if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { + DomainsGrpc.getListRegistrationsMethod = getListRegistrationsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListRegistrations")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ListRegistrations")) + .build(); + } + } + } + return getListRegistrationsMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetRegistration", + requestType = com.google.cloud.domains.v1alpha2.GetRegistrationRequest.class, + responseType = com.google.cloud.domains.v1alpha2.Registration.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetRegistrationMethod() { + io.grpc.MethodDescriptor getGetRegistrationMethod; + if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { + DomainsGrpc.getGetRegistrationMethod = getGetRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.GetRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("GetRegistration")) + .build(); + } + } + } + return getGetRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getUpdateRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "UpdateRegistration", + requestType = com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getUpdateRegistrationMethod() { + io.grpc.MethodDescriptor getUpdateRegistrationMethod; + if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { + DomainsGrpc.getUpdateRegistrationMethod = getUpdateRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("UpdateRegistration")) + .build(); + } + } + } + return getUpdateRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureManagementSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureManagementSettings", + requestType = com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureManagementSettingsMethod() { + io.grpc.MethodDescriptor getConfigureManagementSettingsMethod; + if ((getConfigureManagementSettingsMethod = DomainsGrpc.getConfigureManagementSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureManagementSettingsMethod = DomainsGrpc.getConfigureManagementSettingsMethod) == null) { + DomainsGrpc.getConfigureManagementSettingsMethod = getConfigureManagementSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureManagementSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureManagementSettings")) + .build(); + } + } + } + return getConfigureManagementSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureDnsSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureDnsSettings", + requestType = com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureDnsSettingsMethod() { + io.grpc.MethodDescriptor getConfigureDnsSettingsMethod; + if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { + DomainsGrpc.getConfigureDnsSettingsMethod = getConfigureDnsSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureDnsSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureDnsSettings")) + .build(); + } + } + } + return getConfigureDnsSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureContactSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureContactSettings", + requestType = com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureContactSettingsMethod() { + io.grpc.MethodDescriptor getConfigureContactSettingsMethod; + if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) == null) { + DomainsGrpc.getConfigureContactSettingsMethod = getConfigureContactSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureContactSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureContactSettings")) + .build(); + } + } + } + return getConfigureContactSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getExportRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ExportRegistration", + requestType = com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getExportRegistrationMethod() { + io.grpc.MethodDescriptor getExportRegistrationMethod; + if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { + DomainsGrpc.getExportRegistrationMethod = getExportRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ExportRegistration")) + .build(); + } + } + } + return getExportRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getDeleteRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteRegistration", + requestType = com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getDeleteRegistrationMethod() { + io.grpc.MethodDescriptor getDeleteRegistrationMethod; + if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { + DomainsGrpc.getDeleteRegistrationMethod = getDeleteRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("DeleteRegistration")) + .build(); + } + } + } + return getDeleteRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveAuthorizationCode", + requestType = com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.class, + responseType = com.google.cloud.domains.v1alpha2.AuthorizationCode.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod() { + io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod; + if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) == null) { + DomainsGrpc.getRetrieveAuthorizationCodeMethod = getRetrieveAuthorizationCodeMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveAuthorizationCode")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.AuthorizationCode.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveAuthorizationCode")) + .build(); + } + } + } + return getRetrieveAuthorizationCodeMethod; + } + + private static volatile io.grpc.MethodDescriptor getResetAuthorizationCodeMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ResetAuthorizationCode", + requestType = com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.class, + responseType = com.google.cloud.domains.v1alpha2.AuthorizationCode.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getResetAuthorizationCodeMethod() { + io.grpc.MethodDescriptor getResetAuthorizationCodeMethod; + if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) == null) { + DomainsGrpc.getResetAuthorizationCodeMethod = getResetAuthorizationCodeMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ResetAuthorizationCode")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1alpha2.AuthorizationCode.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ResetAuthorizationCode")) + .build(); + } + } + } + return getResetAuthorizationCodeMethod; + } + + /** + * Creates a new async stub that supports all call types for the service + */ + public static DomainsStub newStub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsStub(channel, callOptions); + } + }; + return DomainsStub.newStub(factory, channel); + } + + /** + * Creates a new blocking-style stub that supports unary and streaming output calls on the service + */ + public static DomainsBlockingStub newBlockingStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsBlockingStub(channel, callOptions); + } + }; + return DomainsBlockingStub.newStub(factory, channel); + } + + /** + * Creates a new ListenableFuture-style stub that supports unary calls on the service + */ + public static DomainsFutureStub newFutureStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsFutureStub(channel, callOptions); + } + }; + return DomainsFutureStub.newStub(factory, channel); + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static abstract class DomainsImplBase implements io.grpc.BindableService { + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public void searchDomains(com.google.cloud.domains.v1alpha2.SearchDomainsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSearchDomainsMethod(), responseObserver); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public void retrieveRegisterParameters(com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveRegisterParametersMethod(), responseObserver); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public void registerDomain(com.google.cloud.domains.v1alpha2.RegisterDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRegisterDomainMethod(), responseObserver); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public void retrieveTransferParameters(com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveTransferParametersMethod(), responseObserver); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public void transferDomain(com.google.cloud.domains.v1alpha2.TransferDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getTransferDomainMethod(), responseObserver); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public void listRegistrations(com.google.cloud.domains.v1alpha2.ListRegistrationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListRegistrationsMethod(), responseObserver); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public void getRegistration(com.google.cloud.domains.v1alpha2.GetRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetRegistrationMethod(), responseObserver); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public void updateRegistration(com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateRegistrationMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public void configureManagementSettings(com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureManagementSettingsMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public void configureDnsSettings(com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureDnsSettingsMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public void configureContactSettings(com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureContactSettingsMethod(), responseObserver); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public void exportRegistration(com.google.cloud.domains.v1alpha2.ExportRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getExportRegistrationMethod(), responseObserver); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public void deleteRegistration(com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteRegistrationMethod(), responseObserver); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void retrieveAuthorizationCode(com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveAuthorizationCodeMethod(), responseObserver); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void resetAuthorizationCode(com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getResetAuthorizationCodeMethod(), responseObserver); + } + + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) + .addMethod( + getSearchDomainsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.SearchDomainsRequest, + com.google.cloud.domains.v1alpha2.SearchDomainsResponse>( + this, METHODID_SEARCH_DOMAINS))) + .addMethod( + getRetrieveRegisterParametersMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest, + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse>( + this, METHODID_RETRIEVE_REGISTER_PARAMETERS))) + .addMethod( + getRegisterDomainMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.RegisterDomainRequest, + com.google.longrunning.Operation>( + this, METHODID_REGISTER_DOMAIN))) + .addMethod( + getRetrieveTransferParametersMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest, + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse>( + this, METHODID_RETRIEVE_TRANSFER_PARAMETERS))) + .addMethod( + getTransferDomainMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.TransferDomainRequest, + com.google.longrunning.Operation>( + this, METHODID_TRANSFER_DOMAIN))) + .addMethod( + getListRegistrationsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.ListRegistrationsRequest, + com.google.cloud.domains.v1alpha2.ListRegistrationsResponse>( + this, METHODID_LIST_REGISTRATIONS))) + .addMethod( + getGetRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.GetRegistrationRequest, + com.google.cloud.domains.v1alpha2.Registration>( + this, METHODID_GET_REGISTRATION))) + .addMethod( + getUpdateRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_UPDATE_REGISTRATION))) + .addMethod( + getConfigureManagementSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_MANAGEMENT_SETTINGS))) + .addMethod( + getConfigureDnsSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_DNS_SETTINGS))) + .addMethod( + getConfigureContactSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_CONTACT_SETTINGS))) + .addMethod( + getExportRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.ExportRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_EXPORT_REGISTRATION))) + .addMethod( + getDeleteRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_DELETE_REGISTRATION))) + .addMethod( + getRetrieveAuthorizationCodeMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest, + com.google.cloud.domains.v1alpha2.AuthorizationCode>( + this, METHODID_RETRIEVE_AUTHORIZATION_CODE))) + .addMethod( + getResetAuthorizationCodeMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest, + com.google.cloud.domains.v1alpha2.AuthorizationCode>( + this, METHODID_RESET_AUTHORIZATION_CODE))) + .build(); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsStub extends io.grpc.stub.AbstractAsyncStub { + private DomainsStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public void searchDomains(com.google.cloud.domains.v1alpha2.SearchDomainsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public void retrieveRegisterParameters(com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public void registerDomain(com.google.cloud.domains.v1alpha2.RegisterDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public void retrieveTransferParameters(com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveTransferParametersMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public void transferDomain(com.google.cloud.domains.v1alpha2.TransferDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getTransferDomainMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public void listRegistrations(com.google.cloud.domains.v1alpha2.ListRegistrationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public void getRegistration(com.google.cloud.domains.v1alpha2.GetRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public void updateRegistration(com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public void configureManagementSettings(com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public void configureDnsSettings(com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public void configureContactSettings(com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public void exportRegistration(com.google.cloud.domains.v1alpha2.ExportRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public void deleteRegistration(com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void retrieveAuthorizationCode(com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void resetAuthorizationCode(com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), request, responseObserver); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsBlockingStub extends io.grpc.stub.AbstractBlockingStub { + private DomainsBlockingStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsBlockingStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsBlockingStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public com.google.cloud.domains.v1alpha2.SearchDomainsResponse searchDomains(com.google.cloud.domains.v1alpha2.SearchDomainsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getSearchDomainsMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse retrieveRegisterParameters(com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveRegisterParametersMethod(), getCallOptions(), request); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public com.google.longrunning.Operation registerDomain(com.google.cloud.domains.v1alpha2.RegisterDomainRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRegisterDomainMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse retrieveTransferParameters(com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveTransferParametersMethod(), getCallOptions(), request); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public com.google.longrunning.Operation transferDomain(com.google.cloud.domains.v1alpha2.TransferDomainRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getTransferDomainMethod(), getCallOptions(), request); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public com.google.cloud.domains.v1alpha2.ListRegistrationsResponse listRegistrations(com.google.cloud.domains.v1alpha2.ListRegistrationsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListRegistrationsMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public com.google.cloud.domains.v1alpha2.Registration getRegistration(com.google.cloud.domains.v1alpha2.GetRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public com.google.longrunning.Operation updateRegistration(com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public com.google.longrunning.Operation configureManagementSettings(com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureManagementSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public com.google.longrunning.Operation configureDnsSettings(com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureDnsSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public com.google.longrunning.Operation configureContactSettings(com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureContactSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public com.google.longrunning.Operation exportRegistration(com.google.cloud.domains.v1alpha2.ExportRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getExportRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public com.google.longrunning.Operation deleteRegistration(com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.cloud.domains.v1alpha2.AuthorizationCode retrieveAuthorizationCode(com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveAuthorizationCodeMethod(), getCallOptions(), request); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.cloud.domains.v1alpha2.AuthorizationCode resetAuthorizationCode(com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getResetAuthorizationCodeMethod(), getCallOptions(), request); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsFutureStub extends io.grpc.stub.AbstractFutureStub { + private DomainsFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsFutureStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsFutureStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture searchDomains( + com.google.cloud.domains.v1alpha2.SearchDomainsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveRegisterParameters( + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), request); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture registerDomain( + com.google.cloud.domains.v1alpha2.RegisterDomainRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveTransferParameters( + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveTransferParametersMethod(), getCallOptions()), request); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture transferDomain( + com.google.cloud.domains.v1alpha2.TransferDomainRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getTransferDomainMethod(), getCallOptions()), request); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listRegistrations( + com.google.cloud.domains.v1alpha2.ListRegistrationsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getRegistration( + com.google.cloud.domains.v1alpha2.GetRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture updateRegistration( + com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureManagementSettings( + com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureDnsSettings( + com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureContactSettings( + com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture exportRegistration( + com.google.cloud.domains.v1alpha2.ExportRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture deleteRegistration( + com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveAuthorizationCode( + com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), request); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture resetAuthorizationCode( + com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), request); + } + } + + private static final int METHODID_SEARCH_DOMAINS = 0; + private static final int METHODID_RETRIEVE_REGISTER_PARAMETERS = 1; + private static final int METHODID_REGISTER_DOMAIN = 2; + private static final int METHODID_RETRIEVE_TRANSFER_PARAMETERS = 3; + private static final int METHODID_TRANSFER_DOMAIN = 4; + private static final int METHODID_LIST_REGISTRATIONS = 5; + private static final int METHODID_GET_REGISTRATION = 6; + private static final int METHODID_UPDATE_REGISTRATION = 7; + private static final int METHODID_CONFIGURE_MANAGEMENT_SETTINGS = 8; + private static final int METHODID_CONFIGURE_DNS_SETTINGS = 9; + private static final int METHODID_CONFIGURE_CONTACT_SETTINGS = 10; + private static final int METHODID_EXPORT_REGISTRATION = 11; + private static final int METHODID_DELETE_REGISTRATION = 12; + private static final int METHODID_RETRIEVE_AUTHORIZATION_CODE = 13; + private static final int METHODID_RESET_AUTHORIZATION_CODE = 14; + + 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 DomainsImplBase serviceImpl; + private final int methodId; + + MethodHandlers(DomainsImplBase serviceImpl, int methodId) { + this.serviceImpl = serviceImpl; + this.methodId = methodId; + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + case METHODID_SEARCH_DOMAINS: + serviceImpl.searchDomains((com.google.cloud.domains.v1alpha2.SearchDomainsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_REGISTER_PARAMETERS: + serviceImpl.retrieveRegisterParameters((com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_REGISTER_DOMAIN: + serviceImpl.registerDomain((com.google.cloud.domains.v1alpha2.RegisterDomainRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_TRANSFER_PARAMETERS: + serviceImpl.retrieveTransferParameters((com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_TRANSFER_DOMAIN: + serviceImpl.transferDomain((com.google.cloud.domains.v1alpha2.TransferDomainRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_REGISTRATIONS: + serviceImpl.listRegistrations((com.google.cloud.domains.v1alpha2.ListRegistrationsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_REGISTRATION: + serviceImpl.getRegistration((com.google.cloud.domains.v1alpha2.GetRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_UPDATE_REGISTRATION: + serviceImpl.updateRegistration((com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_MANAGEMENT_SETTINGS: + serviceImpl.configureManagementSettings((com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_DNS_SETTINGS: + serviceImpl.configureDnsSettings((com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_CONTACT_SETTINGS: + serviceImpl.configureContactSettings((com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_EXPORT_REGISTRATION: + serviceImpl.exportRegistration((com.google.cloud.domains.v1alpha2.ExportRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_DELETE_REGISTRATION: + serviceImpl.deleteRegistration((com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_AUTHORIZATION_CODE: + serviceImpl.retrieveAuthorizationCode((com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RESET_AUTHORIZATION_CODE: + serviceImpl.resetAuthorizationCode((com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + default: + throw new AssertionError(); + } + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public io.grpc.stub.StreamObserver invoke( + io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + default: + throw new AssertionError(); + } + } + } + + private static abstract class DomainsBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { + DomainsBaseDescriptorSupplier() {} + + @java.lang.Override + public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.getDescriptor(); + } + + @java.lang.Override + public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { + return getFileDescriptor().findServiceByName("Domains"); + } + } + + private static final class DomainsFileDescriptorSupplier + extends DomainsBaseDescriptorSupplier { + DomainsFileDescriptorSupplier() {} + } + + private static final class DomainsMethodDescriptorSupplier + extends DomainsBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { + private final String methodName; + + DomainsMethodDescriptorSupplier(String methodName) { + this.methodName = methodName; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { + return getServiceDescriptor().findMethodByName(methodName); + } + } + + private static volatile io.grpc.ServiceDescriptor serviceDescriptor; + + public static io.grpc.ServiceDescriptor getServiceDescriptor() { + io.grpc.ServiceDescriptor result = serviceDescriptor; + if (result == null) { + synchronized (DomainsGrpc.class) { + result = serviceDescriptor; + if (result == null) { + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new DomainsFileDescriptorSupplier()) + .addMethod(getSearchDomainsMethod()) + .addMethod(getRetrieveRegisterParametersMethod()) + .addMethod(getRegisterDomainMethod()) + .addMethod(getRetrieveTransferParametersMethod()) + .addMethod(getTransferDomainMethod()) + .addMethod(getListRegistrationsMethod()) + .addMethod(getGetRegistrationMethod()) + .addMethod(getUpdateRegistrationMethod()) + .addMethod(getConfigureManagementSettingsMethod()) + .addMethod(getConfigureDnsSettingsMethod()) + .addMethod(getConfigureContactSettingsMethod()) + .addMethod(getExportRegistrationMethod()) + .addMethod(getDeleteRegistrationMethod()) + .addMethod(getRetrieveAuthorizationCodeMethod()) + .addMethod(getResetAuthorizationCodeMethod()) + .build(); + } + } + } + return result; + } +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCode.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCode.java similarity index 67% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCode.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCode.java index 54ed15f6..49a65caf 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCode.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCode.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Defines an authorization code.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.AuthorizationCode} */ -public final class AuthorizationCode extends com.google.protobuf.GeneratedMessageV3 - implements +public final class AuthorizationCode extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.AuthorizationCode) AuthorizationCodeOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use AuthorizationCode.newBuilder() to construct. private AuthorizationCode(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private AuthorizationCode() { code_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new AuthorizationCode(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private AuthorizationCode( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,59 +53,53 @@ private AuthorizationCode( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - code_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + code_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.AuthorizationCode.class, - com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder.class); + com.google.cloud.domains.v1alpha2.AuthorizationCode.class, com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder.class); } public static final int CODE_FIELD_NUMBER = 1; private volatile java.lang.Object code_; /** - * - * *
    * The Authorization Code in ASCII. It can be used to transfer the domain
    * to or from another registrar.
    * 
* * string code = 1; - * * @return The code. */ @java.lang.Override @@ -131,30 +108,30 @@ public java.lang.String getCode() { 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(); code_ = s; return s; } } /** - * - * *
    * The Authorization Code in ASCII. It can be used to transfer the domain
    * to or from another registrar.
    * 
* * string code = 1; - * * @return The bytes for code. */ @java.lang.Override - public com.google.protobuf.ByteString getCodeBytes() { + public com.google.protobuf.ByteString + getCodeBytes() { java.lang.Object ref = code_; 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); code_ = b; return b; } else { @@ -163,7 +140,6 @@ public com.google.protobuf.ByteString getCodeBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -175,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getCodeBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(code_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, code_); } unknownFields.writeTo(output); @@ -188,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getCodeBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(code_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, code_); } size += unknownFields.getSerializedSize(); @@ -199,15 +176,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.cloud.domains.v1alpha2.AuthorizationCode)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.AuthorizationCode other = - (com.google.cloud.domains.v1alpha2.AuthorizationCode) obj; + com.google.cloud.domains.v1alpha2.AuthorizationCode other = (com.google.cloud.domains.v1alpha2.AuthorizationCode) obj; - if (!getCode().equals(other.getCode())) return false; + if (!getCode() + .equals(other.getCode())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -227,126 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.AuthorizationCode parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.AuthorizationCode parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode 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 an authorization code.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.AuthorizationCode} */ - 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.cloud.domains.v1alpha2.AuthorizationCode) com.google.cloud.domains.v1alpha2.AuthorizationCodeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.AuthorizationCode.class, - com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder.class); + com.google.cloud.domains.v1alpha2.AuthorizationCode.class, com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.AuthorizationCode.newBuilder() @@ -354,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -372,9 +341,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor; } @java.lang.Override @@ -393,8 +362,7 @@ public com.google.cloud.domains.v1alpha2.AuthorizationCode build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.AuthorizationCode buildPartial() { - com.google.cloud.domains.v1alpha2.AuthorizationCode result = - new com.google.cloud.domains.v1alpha2.AuthorizationCode(this); + com.google.cloud.domains.v1alpha2.AuthorizationCode result = new com.google.cloud.domains.v1alpha2.AuthorizationCode(this); result.code_ = code_; onBuilt(); return result; @@ -404,39 +372,38 @@ public com.google.cloud.domains.v1alpha2.AuthorizationCode 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.cloud.domains.v1alpha2.AuthorizationCode) { - return mergeFrom((com.google.cloud.domains.v1alpha2.AuthorizationCode) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.AuthorizationCode)other); } else { super.mergeFrom(other); return this; @@ -444,8 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.AuthorizationCode other) { - if (other == com.google.cloud.domains.v1alpha2.AuthorizationCode.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.AuthorizationCode.getDefaultInstance()) return this; if (!other.getCode().isEmpty()) { code_ = other.code_; onChanged(); @@ -469,8 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.AuthorizationCode) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.AuthorizationCode) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -482,21 +447,19 @@ public Builder mergeFrom( private java.lang.Object code_ = ""; /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @return The code. */ public java.lang.String getCode() { java.lang.Object ref = code_; 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(); code_ = s; return s; @@ -505,22 +468,21 @@ public java.lang.String getCode() { } } /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @return The bytes for code. */ - public com.google.protobuf.ByteString getCodeBytes() { + public com.google.protobuf.ByteString + getCodeBytes() { java.lang.Object ref = code_; 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); code_ = b; return b; } else { @@ -528,71 +490,64 @@ public com.google.protobuf.ByteString getCodeBytes() { } } /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @param value The code to set. * @return This builder for chaining. */ - public Builder setCode(java.lang.String value) { + public Builder setCode( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + code_ = value; onChanged(); return this; } /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @return This builder for chaining. */ public Builder clearCode() { - + code_ = getDefaultInstance().getCode(); onChanged(); return this; } /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @param value The bytes for code to set. * @return This builder for chaining. */ - public Builder setCodeBytes(com.google.protobuf.ByteString value) { + public Builder setCodeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + code_ = 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); } @@ -602,12 +557,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.AuthorizationCode) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.AuthorizationCode) private static final com.google.cloud.domains.v1alpha2.AuthorizationCode DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.AuthorizationCode(); } @@ -616,16 +571,16 @@ public static com.google.cloud.domains.v1alpha2.AuthorizationCode getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AuthorizationCode parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AuthorizationCode(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AuthorizationCode parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AuthorizationCode(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -640,4 +595,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.AuthorizationCode getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCodeOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCodeOrBuilder.java similarity index 51% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCodeOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCodeOrBuilder.java index 429f8141..c176b53a 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCodeOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/AuthorizationCodeOrBuilder.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface AuthorizationCodeOrBuilder - extends +public interface AuthorizationCodeOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.AuthorizationCode) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The Authorization Code in ASCII. It can be used to transfer the domain
    * to or from another registrar.
    * 
* * string code = 1; - * * @return The code. */ java.lang.String getCode(); /** - * - * *
    * The Authorization Code in ASCII. It can be used to transfer the domain
    * to or from another registrar.
    * 
* * string code = 1; - * * @return The bytes for code. */ - com.google.protobuf.ByteString getCodeBytes(); + com.google.protobuf.ByteString + getCodeBytes(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java similarity index 68% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java index ca64b5b2..9d73d625 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequest.java @@ -1,43 +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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `ConfigureContactSettings` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest} */ -public final class ConfigureContactSettingsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ConfigureContactSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) ConfigureContactSettingsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ConfigureContactSettingsRequest.newBuilder() to construct. - private ConfigureContactSettingsRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private ConfigureContactSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ConfigureContactSettingsRequest() { registration_ = ""; contactNotices_ = java.util.Collections.emptyList(); @@ -45,15 +26,16 @@ private ConfigureContactSettingsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ConfigureContactSettingsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ConfigureContactSettingsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -73,88 +55,80 @@ private ConfigureContactSettingsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1alpha2.ContactSettings.Builder subBuilder = null; + if (contactSettings_ != null) { + subBuilder = contactSettings_.toBuilder(); + } + contactSettings_ = input.readMessage(com.google.cloud.domains.v1alpha2.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(contactSettings_); + contactSettings_ = subBuilder.buildPartial(); } - case 18: - { - com.google.cloud.domains.v1alpha2.ContactSettings.Builder subBuilder = null; - if (contactSettings_ != null) { - subBuilder = contactSettings_.toBuilder(); - } - contactSettings_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.ContactSettings.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(contactSettings_); - contactSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); + } + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); } - case 26: - { - com.google.protobuf.FieldMask.Builder subBuilder = null; - if (updateMask_ != null) { - subBuilder = updateMask_.toBuilder(); - } - updateMask_ = - input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(updateMask_); - updateMask_ = subBuilder.buildPartial(); - } - break; + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 32: - { + contactNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { contactNotices_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } contactNotices_.add(rawValue); - break; } - case 34: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - contactNotices_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - contactNotices_.add(rawValue); - } - input.popLimit(oldLimit); - break; - } - case 40: - { - validateOnly_ = input.readBool(); - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + input.popLimit(oldLimit); + break; + } + case 40: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); @@ -163,36 +137,28 @@ private ConfigureContactSettingsRequest( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.class, - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.class, com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose contact settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -201,32 +167,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose contact settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -237,14 +201,11 @@ public com.google.protobuf.ByteString getRegistrationBytes() { public static final int CONTACT_SETTINGS_FIELD_NUMBER = 2; private com.google.cloud.domains.v1alpha2.ContactSettings contactSettings_; /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; - * * @return Whether the contactSettings field is set. */ @java.lang.Override @@ -252,25 +213,18 @@ public boolean hasContactSettings() { return contactSettings_ != null; } /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; - * * @return The contactSettings. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactSettings getContactSettings() { - return contactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : contactSettings_; } /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
@@ -285,17 +239,13 @@ public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getContactSett public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -303,17 +253,13 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -321,16 +267,13 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -340,47 +283,36 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { public static final int CONTACT_NOTICES_FIELD_NUMBER = 4; private java.util.List contactNotices_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice> - contactNotices_converter_ = + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice> contactNotices_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>() { public com.google.cloud.domains.v1alpha2.ContactNotice convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.ContactNotice result = - com.google.cloud.domains.v1alpha2.ContactNotice.valueOf(from); - return result == null - ? com.google.cloud.domains.v1alpha2.ContactNotice.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.ContactNotice result = com.google.cloud.domains.v1alpha2.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.ContactNotice.UNRECOGNIZED : result; } }; /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ @java.lang.Override public java.util.List getContactNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>( - contactNotices_, contactNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>(contactNotices_, contactNotices_converter_); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ @java.lang.Override @@ -388,15 +320,12 @@ public int getContactNoticesCount() { return contactNotices_.size(); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ @@ -405,31 +334,26 @@ public com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int ind return contactNotices_converter_.convert(contactNotices_.get(index)); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ @java.lang.Override - public java.util.List getContactNoticesValueList() { + public java.util.List + getContactNoticesValueList() { return contactNotices_; } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ @@ -437,20 +361,16 @@ public java.util.List getContactNoticesValueList() { public int getContactNoticesValue(int index) { return contactNotices_.get(index); } - private int contactNoticesMemoizedSerializedSize; public static final int VALIDATE_ONLY_FIELD_NUMBER = 5; private boolean validateOnly_; /** - * - * *
    * Validate the request without actually updating the contact settings.
    * 
* * bool validate_only = 5; - * * @return The validateOnly. */ @java.lang.Override @@ -459,7 +379,6 @@ public boolean getValidateOnly() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -471,9 +390,10 @@ 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 (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } if (contactSettings_ != null) { @@ -501,30 +421,32 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } if (contactSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getContactSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getContactSettings()); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); } { int dataSize = 0; for (int i = 0; i < contactNotices_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(contactNotices_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); } size += dataSize; - if (!getContactNoticesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - contactNoticesMemoizedSerializedSize = dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; } if (validateOnly_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, validateOnly_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(5, validateOnly_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -534,25 +456,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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest other = - (com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) obj; + com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest other = (com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (hasContactSettings() != other.hasContactSettings()) return false; if (hasContactSettings()) { - if (!getContactSettings().equals(other.getContactSettings())) return false; + if (!getContactSettings() + .equals(other.getContactSettings())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!contactNotices_.equals(other.contactNotices_)) return false; - if (getValidateOnly() != other.getValidateOnly()) return false; + if (getValidateOnly() + != other.getValidateOnly()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -579,152 +504,142 @@ public int hashCode() { hash = (53 * hash) + contactNotices_.hashCode(); } hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getValidateOnly()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest 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; } /** - * - * *
    * Request for the `ConfigureContactSettings` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest} */ - 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.class, - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.class, com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.Builder.class); } - // Construct using - // com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.newBuilder() + // Construct using com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -750,14 +665,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest getDefaultInstanceForType() { return com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.getDefaultInstance(); } @@ -772,8 +686,7 @@ public com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest build() @java.lang.Override public com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest buildPartial() { - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest result = - new com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest(this); + com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest result = new com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest(this); int from_bitField0_ = bitField0_; result.registration_ = registration_; if (contactSettingsBuilder_ == null) { @@ -800,50 +713,46 @@ public com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest buildPa 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.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest other) { - if (other - == com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.getDefaultInstance()) - return this; + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest other) { + if (other == com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -886,9 +795,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -897,28 +804,23 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -927,24 +829,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -952,70 +851,57 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = value; onChanged(); return this; @@ -1023,47 +909,34 @@ public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { private com.google.cloud.domains.v1alpha2.ContactSettings contactSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings, - com.google.cloud.domains.v1alpha2.ContactSettings.Builder, - com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> - contactSettingsBuilder_; + com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> contactSettingsBuilder_; /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; - * * @return Whether the contactSettings field is set. */ public boolean hasContactSettings() { return contactSettingsBuilder_ != null || contactSettings_ != null; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; - * * @return The contactSettings. */ public com.google.cloud.domains.v1alpha2.ContactSettings getContactSettings() { if (contactSettingsBuilder_ == null) { - return contactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : contactSettings_; } else { return contactSettingsBuilder_.getMessage(); } } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1084,8 +957,6 @@ public Builder setContactSettings(com.google.cloud.domains.v1alpha2.ContactSetti return this; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1104,8 +975,6 @@ public Builder setContactSettings( return this; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1116,9 +985,7 @@ public Builder mergeContactSettings(com.google.cloud.domains.v1alpha2.ContactSet if (contactSettingsBuilder_ == null) { if (contactSettings_ != null) { contactSettings_ = - com.google.cloud.domains.v1alpha2.ContactSettings.newBuilder(contactSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.ContactSettings.newBuilder(contactSettings_).mergeFrom(value).buildPartial(); } else { contactSettings_ = value; } @@ -1130,8 +997,6 @@ public Builder mergeContactSettings(com.google.cloud.domains.v1alpha2.ContactSet return this; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1150,8 +1015,6 @@ public Builder clearContactSettings() { return this; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1159,32 +1022,26 @@ public Builder clearContactSettings() { * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; */ public com.google.cloud.domains.v1alpha2.ContactSettings.Builder getContactSettingsBuilder() { - + onChanged(); return getContactSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; */ - public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder - getContactSettingsOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getContactSettingsOrBuilder() { if (contactSettingsBuilder_ != null) { return contactSettingsBuilder_.getMessageOrBuilder(); } else { - return contactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? + com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : contactSettings_; } } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1192,17 +1049,14 @@ public com.google.cloud.domains.v1alpha2.ContactSettings.Builder getContactSetti * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings, - com.google.cloud.domains.v1alpha2.ContactSettings.Builder, - com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> + com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> getContactSettingsFieldBuilder() { if (contactSettingsBuilder_ == null) { - contactSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings, - com.google.cloud.domains.v1alpha2.ContactSettings.Builder, - com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder>( - getContactSettings(), getParentForChildren(), isClean()); + contactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder>( + getContactSettings(), + getParentForChildren(), + isClean()); contactSettings_ = null; } return contactSettingsBuilder_; @@ -1210,61 +1064,45 @@ public com.google.cloud.domains.v1alpha2.ContactSettings.Builder getContactSetti private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1280,18 +1118,16 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1302,22 +1138,19 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1329,16 +1162,13 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1352,74 +1182,61 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - private java.util.List contactNotices_ = java.util.Collections.emptyList(); - + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); private void ensureContactNoticesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { contactNotices_ = new java.util.ArrayList(contactNotices_); @@ -1427,47 +1244,37 @@ private void ensureContactNoticesIsMutable() { } } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ public java.util.List getContactNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>( - contactNotices_, contactNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>(contactNotices_, contactNotices_converter_); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ public int getContactNoticesCount() { return contactNotices_.size(); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ @@ -1475,15 +1282,12 @@ public com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int ind return contactNotices_converter_.convert(contactNotices_.get(index)); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index to set the value at. * @param value The contactNotices to set. * @return This builder for chaining. @@ -1499,15 +1303,12 @@ public Builder setContactNotices( return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param value The contactNotices to add. * @return This builder for chaining. */ @@ -1521,15 +1322,12 @@ public Builder addContactNotices(com.google.cloud.domains.v1alpha2.ContactNotice return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param values The contactNotices to add. * @return This builder for chaining. */ @@ -1543,15 +1341,12 @@ public Builder addAllContactNotices( return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return This builder for chaining. */ public Builder clearContactNotices() { @@ -1561,30 +1356,25 @@ public Builder clearContactNotices() { return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ - public java.util.List getContactNoticesValueList() { + public java.util.List + getContactNoticesValueList() { return java.util.Collections.unmodifiableList(contactNotices_); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ @@ -1592,35 +1382,30 @@ public int getContactNoticesValue(int index) { return contactNotices_.get(index); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. * @return This builder for chaining. */ - public Builder setContactNoticesValue(int index, int value) { + public Builder setContactNoticesValue( + int index, int value) { ensureContactNoticesIsMutable(); contactNotices_.set(index, value); onChanged(); return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param value The enum numeric value on the wire for contactNotices to add. * @return This builder for chaining. */ @@ -1631,19 +1416,17 @@ public Builder addContactNoticesValue(int value) { return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param values The enum numeric values on the wire for contactNotices to add. * @return This builder for chaining. */ - public Builder addAllContactNoticesValue(java.lang.Iterable values) { + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { ensureContactNoticesIsMutable(); for (int value : values) { contactNotices_.add(value); @@ -1652,16 +1435,13 @@ public Builder addAllContactNoticesValue(java.lang.Iterable v return this; } - private boolean validateOnly_; + private boolean validateOnly_ ; /** - * - * *
      * Validate the request without actually updating the contact settings.
      * 
* * bool validate_only = 5; - * * @return The validateOnly. */ @java.lang.Override @@ -1669,43 +1449,37 @@ public boolean getValidateOnly() { return validateOnly_; } /** - * - * *
      * Validate the request without actually updating the contact settings.
      * 
* * bool validate_only = 5; - * * @param value The validateOnly to set. * @return This builder for chaining. */ public Builder setValidateOnly(boolean value) { - + validateOnly_ = value; onChanged(); return this; } /** - * - * *
      * Validate the request without actually updating the contact settings.
      * 
* * bool validate_only = 5; - * * @return This builder for chaining. */ public Builder clearValidateOnly() { - + validateOnly_ = 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); } @@ -1715,32 +1489,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) - private static final com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest(); } - public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ConfigureContactSettingsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ConfigureContactSettingsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureContactSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureContactSettingsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1752,8 +1524,9 @@ public com.google.protobuf.Parser getParserForT } @java.lang.Override - public com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequestOrBuilder.java similarity index 70% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequestOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequestOrBuilder.java index 9f930bec..3bd3bd80 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequestOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureContactSettingsRequestOrBuilder.java @@ -1,86 +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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface ConfigureContactSettingsRequestOrBuilder - extends +public interface ConfigureContactSettingsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ConfigureContactSettingsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The name of the `Registration` whose contact settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ java.lang.String getRegistration(); /** - * - * *
    * Required. The name of the `Registration` whose contact settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - com.google.protobuf.ByteString getRegistrationBytes(); + com.google.protobuf.ByteString + getRegistrationBytes(); /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; - * * @return Whether the contactSettings field is set. */ boolean hasContactSettings(); /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2; - * * @return The contactSettings. */ com.google.cloud.domains.v1alpha2.ContactSettings getContactSettings(); /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
@@ -90,126 +57,98 @@ public interface ConfigureContactSettingsRequestOrBuilder com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getContactSettingsOrBuilder(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ java.util.List getContactNoticesList(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ int getContactNoticesCount(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int index); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ - java.util.List getContactNoticesValueList(); + java.util.List + getContactNoticesValueList(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ int getContactNoticesValue(int index); /** - * - * *
    * Validate the request without actually updating the contact settings.
    * 
* * bool validate_only = 5; - * * @return The validateOnly. */ boolean getValidateOnly(); diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequest.java similarity index 69% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequest.java index 6e33c916..a30360b1 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequest.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `ConfigureDnsSettings` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest} */ -public final class ConfigureDnsSettingsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ConfigureDnsSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) ConfigureDnsSettingsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ConfigureDnsSettingsRequest.newBuilder() to construct. private ConfigureDnsSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ConfigureDnsSettingsRequest() { registration_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ConfigureDnsSettingsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ConfigureDnsSettingsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,97 +53,84 @@ private ConfigureDnsSettingsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1alpha2.DnsSettings.Builder subBuilder = null; + if (dnsSettings_ != null) { + subBuilder = dnsSettings_.toBuilder(); } - case 18: - { - com.google.cloud.domains.v1alpha2.DnsSettings.Builder subBuilder = null; - if (dnsSettings_ != null) { - subBuilder = dnsSettings_.toBuilder(); - } - dnsSettings_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.DnsSettings.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(dnsSettings_); - dnsSettings_ = subBuilder.buildPartial(); - } - - break; + dnsSettings_ = input.readMessage(com.google.cloud.domains.v1alpha2.DnsSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(dnsSettings_); + dnsSettings_ = subBuilder.buildPartial(); } - case 26: - { - com.google.protobuf.FieldMask.Builder subBuilder = null; - if (updateMask_ != null) { - subBuilder = updateMask_.toBuilder(); - } - updateMask_ = - input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(updateMask_); - updateMask_ = subBuilder.buildPartial(); - } - break; + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); } - case 32: - { - validateOnly_ = input.readBool(); - break; + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + + break; + } + case 32: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.class, - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.class, com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose DNS settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -169,32 +139,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose DNS settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -205,14 +173,11 @@ public com.google.protobuf.ByteString getRegistrationBytes() { public static final int DNS_SETTINGS_FIELD_NUMBER = 2; private com.google.cloud.domains.v1alpha2.DnsSettings dnsSettings_; /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 2; - * * @return Whether the dnsSettings field is set. */ @java.lang.Override @@ -220,25 +185,18 @@ public boolean hasDnsSettings() { return dnsSettings_ != null; } /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 2; - * * @return The dnsSettings. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings getDnsSettings() { - return dnsSettings_ == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() : dnsSettings_; } /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
@@ -253,22 +211,18 @@ public com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBu public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -276,22 +230,18 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -299,21 +249,18 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -323,14 +270,11 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { public static final int VALIDATE_ONLY_FIELD_NUMBER = 4; private boolean validateOnly_; /** - * - * *
    * Validate the request without actually updating the DNS settings.
    * 
* * bool validate_only = 4; - * * @return The validateOnly. */ @java.lang.Override @@ -339,7 +283,6 @@ public boolean getValidateOnly() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -351,8 +294,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getRegistrationBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } if (dnsSettings_ != null) { @@ -373,17 +317,20 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } if (dnsSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getDnsSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getDnsSettings()); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); } if (validateOnly_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(4, validateOnly_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(4, validateOnly_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -393,24 +340,27 @@ 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest other = - (com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) obj; + com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest other = (com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (hasDnsSettings() != other.hasDnsSettings()) return false; if (hasDnsSettings()) { - if (!getDnsSettings().equals(other.getDnsSettings())) return false; + if (!getDnsSettings() + .equals(other.getDnsSettings())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } - if (getValidateOnly() != other.getValidateOnly()) return false; + if (getValidateOnly() + != other.getValidateOnly()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -433,134 +383,125 @@ public int hashCode() { hash = (53 * hash) + getUpdateMask().hashCode(); } hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getValidateOnly()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest 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; } /** - * - * *
    * Request for the `ConfigureDnsSettings` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest} */ - 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.class, - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.class, com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.newBuilder() @@ -568,15 +509,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -600,14 +542,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest getDefaultInstanceForType() { return com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.getDefaultInstance(); } @@ -622,8 +563,7 @@ public com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest buildPartial() { - com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest result = - new com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest(this); + com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest result = new com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest(this); result.registration_ = registration_; if (dnsSettingsBuilder_ == null) { result.dnsSettings_ = dnsSettings_; @@ -644,39 +584,38 @@ public com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest buildPartia 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.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest)other); } else { super.mergeFrom(other); return this; @@ -684,9 +623,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest other) { - if (other - == com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -719,9 +656,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -733,23 +668,19 @@ public Builder mergeFrom( private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -758,24 +689,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -783,70 +711,57 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = value; onChanged(); return this; @@ -854,47 +769,34 @@ public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { private com.google.cloud.domains.v1alpha2.DnsSettings dnsSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings, - com.google.cloud.domains.v1alpha2.DnsSettings.Builder, - com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder> - dnsSettingsBuilder_; + com.google.cloud.domains.v1alpha2.DnsSettings, com.google.cloud.domains.v1alpha2.DnsSettings.Builder, com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder> dnsSettingsBuilder_; /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 2; - * * @return Whether the dnsSettings field is set. */ public boolean hasDnsSettings() { return dnsSettingsBuilder_ != null || dnsSettings_ != null; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 2; - * * @return The dnsSettings. */ public com.google.cloud.domains.v1alpha2.DnsSettings getDnsSettings() { if (dnsSettingsBuilder_ == null) { - return dnsSettings_ == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() : dnsSettings_; } else { return dnsSettingsBuilder_.getMessage(); } } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -915,8 +817,6 @@ public Builder setDnsSettings(com.google.cloud.domains.v1alpha2.DnsSettings valu return this; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -935,8 +835,6 @@ public Builder setDnsSettings( return this; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -947,9 +845,7 @@ public Builder mergeDnsSettings(com.google.cloud.domains.v1alpha2.DnsSettings va if (dnsSettingsBuilder_ == null) { if (dnsSettings_ != null) { dnsSettings_ = - com.google.cloud.domains.v1alpha2.DnsSettings.newBuilder(dnsSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.DnsSettings.newBuilder(dnsSettings_).mergeFrom(value).buildPartial(); } else { dnsSettings_ = value; } @@ -961,8 +857,6 @@ public Builder mergeDnsSettings(com.google.cloud.domains.v1alpha2.DnsSettings va return this; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -981,8 +875,6 @@ public Builder clearDnsSettings() { return this; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -990,13 +882,11 @@ public Builder clearDnsSettings() { * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 2; */ public com.google.cloud.domains.v1alpha2.DnsSettings.Builder getDnsSettingsBuilder() { - + onChanged(); return getDnsSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -1007,14 +897,11 @@ public com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBu if (dnsSettingsBuilder_ != null) { return dnsSettingsBuilder_.getMessageOrBuilder(); } else { - return dnsSettings_ == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? + com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() : dnsSettings_; } } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -1022,17 +909,14 @@ public com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBu * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings, - com.google.cloud.domains.v1alpha2.DnsSettings.Builder, - com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder> + com.google.cloud.domains.v1alpha2.DnsSettings, com.google.cloud.domains.v1alpha2.DnsSettings.Builder, com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder> getDnsSettingsFieldBuilder() { if (dnsSettingsBuilder_ == null) { - dnsSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings, - com.google.cloud.domains.v1alpha2.DnsSettings.Builder, - com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder>( - getDnsSettings(), getParentForChildren(), isClean()); + dnsSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.DnsSettings, com.google.cloud.domains.v1alpha2.DnsSettings.Builder, com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder>( + getDnsSettings(), + getParentForChildren(), + isClean()); dnsSettings_ = null; } return dnsSettingsBuilder_; @@ -1040,76 +924,60 @@ public com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBu private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1125,23 +993,21 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1152,27 +1018,24 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1184,21 +1047,18 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1212,97 +1072,81 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - private boolean validateOnly_; + private boolean validateOnly_ ; /** - * - * *
      * Validate the request without actually updating the DNS settings.
      * 
* * bool validate_only = 4; - * * @return The validateOnly. */ @java.lang.Override @@ -1310,43 +1154,37 @@ public boolean getValidateOnly() { return validateOnly_; } /** - * - * *
      * Validate the request without actually updating the DNS settings.
      * 
* * bool validate_only = 4; - * * @param value The validateOnly to set. * @return This builder for chaining. */ public Builder setValidateOnly(boolean value) { - + validateOnly_ = value; onChanged(); return this; } /** - * - * *
      * Validate the request without actually updating the DNS settings.
      * 
* * bool validate_only = 4; - * * @return This builder for chaining. */ public Builder clearValidateOnly() { - + validateOnly_ = 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); } @@ -1356,13 +1194,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) - private static final com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest(); } @@ -1371,16 +1208,16 @@ public static com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest getD return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ConfigureDnsSettingsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ConfigureDnsSettingsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureDnsSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureDnsSettingsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1395,4 +1232,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequestOrBuilder.java similarity index 69% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequestOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequestOrBuilder.java index df2d9423..7196d057 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequestOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureDnsSettingsRequestOrBuilder.java @@ -1,86 +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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface ConfigureDnsSettingsRequestOrBuilder - extends +public interface ConfigureDnsSettingsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ConfigureDnsSettingsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The name of the `Registration` whose DNS settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ java.lang.String getRegistration(); /** - * - * *
    * Required. The name of the `Registration` whose DNS settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - com.google.protobuf.ByteString getRegistrationBytes(); + com.google.protobuf.ByteString + getRegistrationBytes(); /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 2; - * * @return Whether the dnsSettings field is set. */ boolean hasDnsSettings(); /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 2; - * * @return The dnsSettings. */ com.google.cloud.domains.v1alpha2.DnsSettings getDnsSettings(); /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
@@ -90,73 +57,59 @@ public interface ConfigureDnsSettingsRequestOrBuilder com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBuilder(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); /** - * - * *
    * Validate the request without actually updating the DNS settings.
    * 
* * bool validate_only = 4; - * * @return The validateOnly. */ boolean getValidateOnly(); diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequest.java similarity index 65% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequest.java index 131a834b..2f9f8a8f 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequest.java @@ -1,58 +1,40 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `ConfigureManagementSettings` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest} */ -public final class ConfigureManagementSettingsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ConfigureManagementSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) ConfigureManagementSettingsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ConfigureManagementSettingsRequest.newBuilder() to construct. - private ConfigureManagementSettingsRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private ConfigureManagementSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ConfigureManagementSettingsRequest() { registration_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ConfigureManagementSettingsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ConfigureManagementSettingsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,93 +53,79 @@ private ConfigureManagementSettingsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1alpha2.ManagementSettings.Builder subBuilder = null; + if (managementSettings_ != null) { + subBuilder = managementSettings_.toBuilder(); } - case 18: - { - com.google.cloud.domains.v1alpha2.ManagementSettings.Builder subBuilder = null; - if (managementSettings_ != null) { - subBuilder = managementSettings_.toBuilder(); - } - managementSettings_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.ManagementSettings.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(managementSettings_); - managementSettings_ = subBuilder.buildPartial(); - } - - break; + managementSettings_ = input.readMessage(com.google.cloud.domains.v1alpha2.ManagementSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(managementSettings_); + managementSettings_ = subBuilder.buildPartial(); } - case 26: - { - com.google.protobuf.FieldMask.Builder subBuilder = null; - if (updateMask_ != null) { - subBuilder = updateMask_.toBuilder(); - } - updateMask_ = - input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(updateMask_); - updateMask_ = subBuilder.buildPartial(); - } - break; + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); + } + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.class, - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.class, com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose management settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -166,32 +134,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose management settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -202,14 +168,11 @@ public com.google.protobuf.ByteString getRegistrationBytes() { public static final int MANAGEMENT_SETTINGS_FIELD_NUMBER = 2; private com.google.cloud.domains.v1alpha2.ManagementSettings managementSettings_; /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; - * * @return Whether the managementSettings field is set. */ @java.lang.Override @@ -217,25 +180,18 @@ public boolean hasManagementSettings() { return managementSettings_ != null; } /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; - * * @return The managementSettings. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSettings() { - return managementSettings_ == null - ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() : managementSettings_; } /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
@@ -243,25 +199,20 @@ public com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSetting * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder - getManagementSettingsOrBuilder() { + public com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() { return getManagementSettings(); } public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -269,17 +220,13 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -287,16 +234,13 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -304,7 +248,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -316,8 +259,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getRegistrationBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } if (managementSettings_ != null) { @@ -335,14 +279,16 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } if (managementSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getManagementSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getManagementSettings()); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -352,22 +298,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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest other = - (com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) obj; + com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest other = (com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (hasManagementSettings() != other.hasManagementSettings()) return false; if (hasManagementSettings()) { - if (!getManagementSettings().equals(other.getManagementSettings())) return false; + if (!getManagementSettings() + .equals(other.getManagementSettings())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -396,145 +344,134 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest 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; } /** - * - * *
    * Request for the `ConfigureManagementSettings` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest} */ - 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.class, - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.class, com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.Builder.class); } - // Construct using - // com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.newBuilder() + // Construct using com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -556,16 +493,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - getDefaultInstanceForType() { - return com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - .getDefaultInstance(); + public com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.getDefaultInstance(); } @java.lang.Override @@ -579,8 +514,7 @@ public com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest buil @java.lang.Override public com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest buildPartial() { - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest result = - new com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest(this); + com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest result = new com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest(this); result.registration_ = registration_; if (managementSettingsBuilder_ == null) { result.managementSettings_ = managementSettings_; @@ -600,51 +534,46 @@ public com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest buil 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.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) { - return mergeFrom( - (com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest other) { - if (other - == com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest other) { + if (other == com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -674,9 +603,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -688,23 +615,19 @@ public Builder mergeFrom( private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -713,24 +636,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -738,70 +658,57 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = value; onChanged(); return this; @@ -809,55 +716,41 @@ public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { private com.google.cloud.domains.v1alpha2.ManagementSettings managementSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ManagementSettings, - com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, - com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder> - managementSettingsBuilder_; + com.google.cloud.domains.v1alpha2.ManagementSettings, com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder> managementSettingsBuilder_; /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; - * * @return Whether the managementSettings field is set. */ public boolean hasManagementSettings() { return managementSettingsBuilder_ != null || managementSettings_ != null; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; - * * @return The managementSettings. */ public com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSettings() { if (managementSettingsBuilder_ == null) { - return managementSettings_ == null - ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() : managementSettings_; } else { return managementSettingsBuilder_.getMessage(); } } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; */ - public Builder setManagementSettings( - com.google.cloud.domains.v1alpha2.ManagementSettings value) { + public Builder setManagementSettings(com.google.cloud.domains.v1alpha2.ManagementSettings value) { if (managementSettingsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -871,8 +764,6 @@ public Builder setManagementSettings( return this; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
@@ -891,22 +782,17 @@ public Builder setManagementSettings( return this; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; */ - public Builder mergeManagementSettings( - com.google.cloud.domains.v1alpha2.ManagementSettings value) { + public Builder mergeManagementSettings(com.google.cloud.domains.v1alpha2.ManagementSettings value) { if (managementSettingsBuilder_ == null) { if (managementSettings_ != null) { managementSettings_ = - com.google.cloud.domains.v1alpha2.ManagementSettings.newBuilder(managementSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.ManagementSettings.newBuilder(managementSettings_).mergeFrom(value).buildPartial(); } else { managementSettings_ = value; } @@ -918,8 +804,6 @@ public Builder mergeManagementSettings( return this; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
@@ -938,42 +822,33 @@ public Builder clearManagementSettings() { return this; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; */ - public com.google.cloud.domains.v1alpha2.ManagementSettings.Builder - getManagementSettingsBuilder() { - + public com.google.cloud.domains.v1alpha2.ManagementSettings.Builder getManagementSettingsBuilder() { + onChanged(); return getManagementSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; */ - public com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder - getManagementSettingsOrBuilder() { + public com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() { if (managementSettingsBuilder_ != null) { return managementSettingsBuilder_.getMessageOrBuilder(); } else { - return managementSettings_ == null - ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? + com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() : managementSettings_; } } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
@@ -981,17 +856,14 @@ public Builder clearManagementSettings() { * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ManagementSettings, - com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, - com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder> + com.google.cloud.domains.v1alpha2.ManagementSettings, com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder> getManagementSettingsFieldBuilder() { if (managementSettingsBuilder_ == null) { - managementSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ManagementSettings, - com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, - com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder>( - getManagementSettings(), getParentForChildren(), isClean()); + managementSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.ManagementSettings, com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder>( + getManagementSettings(), + getParentForChildren(), + isClean()); managementSettings_ = null; } return managementSettingsBuilder_; @@ -999,61 +871,45 @@ public Builder clearManagementSettings() { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1069,18 +925,16 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1091,22 +945,19 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1118,16 +969,13 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1141,74 +989,61 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - @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); } @@ -1218,32 +1053,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) - private static final com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest(); } - public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ConfigureManagementSettingsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ConfigureManagementSettingsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureManagementSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureManagementSettingsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1255,8 +1088,9 @@ public com.google.protobuf.Parser getParserF } @java.lang.Override - public com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequestOrBuilder.java similarity index 66% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequestOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequestOrBuilder.java index 29983a91..71e3c962 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequestOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ConfigureManagementSettingsRequestOrBuilder.java @@ -1,86 +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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface ConfigureManagementSettingsRequestOrBuilder - extends +public interface ConfigureManagementSettingsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The name of the `Registration` whose management settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ java.lang.String getRegistration(); /** - * - * *
    * Required. The name of the `Registration` whose management settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - com.google.protobuf.ByteString getRegistrationBytes(); + com.google.protobuf.ByteString + getRegistrationBytes(); /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; - * * @return Whether the managementSettings field is set. */ boolean hasManagementSettings(); /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2; - * * @return The managementSettings. */ com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSettings(); /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
@@ -90,46 +57,35 @@ public interface ConfigureManagementSettingsRequestOrBuilder com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder getManagementSettingsOrBuilder(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactNotice.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactNotice.java similarity index 67% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactNotice.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactNotice.java index 509b36f7..15091a1e 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactNotice.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactNotice.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Notices related to contact information.
  * 
* * Protobuf enum {@code google.cloud.domains.v1alpha2.ContactNotice} */ -public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum { +public enum ContactNotice + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
    * The notice is undefined.
    * 
@@ -39,8 +21,6 @@ public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum { */ CONTACT_NOTICE_UNSPECIFIED(0), /** - * - * *
    * Required when setting the `privacy` field of `ContactSettings` to
    * `PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
@@ -53,8 +33,6 @@ public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * The notice is undefined.
    * 
@@ -63,8 +41,6 @@ public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CONTACT_NOTICE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * Required when setting the `privacy` field of `ContactSettings` to
    * `PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
@@ -74,6 +50,7 @@ public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT_VALUE = 1;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -98,47 +75,48 @@ public static ContactNotice valueOf(int value) {
    */
   public static ContactNotice forNumber(int value) {
     switch (value) {
-      case 0:
-        return CONTACT_NOTICE_UNSPECIFIED;
-      case 1:
-        return PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT;
-      default:
-        return null;
+      case 0: return CONTACT_NOTICE_UNSPECIFIED;
+      case 1: return PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT;
+      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 ContactNotice findValueByNumber(int number) {
-          return ContactNotice.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      ContactNotice> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public ContactNotice findValueByNumber(int number) {
+            return ContactNotice.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.cloud.domains.v1alpha2.DomainsProto.getDescriptor().getEnumTypes().get(2);
   }
 
   private static final ContactNotice[] VALUES = values();
 
-  public static ContactNotice valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static ContactNotice 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;
@@ -154,3 +132,4 @@ private ContactNotice(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1alpha2.ContactNotice)
 }
+
diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactPrivacy.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactPrivacy.java
similarity index 75%
rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactPrivacy.java
rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactPrivacy.java
index 9e7b8fcd..4781ffec 100644
--- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactPrivacy.java
+++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactPrivacy.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/cloud/domains/v1alpha2/domains.proto
 
 package com.google.cloud.domains.v1alpha2;
 
 /**
- *
- *
  * 
  * Defines a set of possible contact privacy settings for a `Registration`.
  * [ICANN](https://icann.org/) maintains the WHOIS database, a publicly
@@ -31,10 +14,9 @@
  *
  * Protobuf enum {@code google.cloud.domains.v1alpha2.ContactPrivacy}
  */
-public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
+public enum ContactPrivacy
+    implements com.google.protobuf.ProtocolMessageEnum {
   /**
-   *
-   *
    * 
    * The contact privacy settings are undefined.
    * 
@@ -43,8 +25,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum { */ CONTACT_PRIVACY_UNSPECIFIED(0), /** - * - * *
    * All the data from `ContactSettings` is publicly available. When setting
    * this option, you must also provide a
@@ -56,8 +36,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   PUBLIC_CONTACT_DATA(1),
   /**
-   *
-   *
    * 
    * None of the data from `ContactSettings` is publicly available. Instead,
    * proxy contact data is published for your domain. Email sent to the proxy
@@ -69,8 +47,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   PRIVATE_CONTACT_DATA(2),
   /**
-   *
-   *
    * 
    * Some data from `ContactSettings` is publicly available. The actual
    * information redacted depends on the domain. For details, see [the
@@ -85,8 +61,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * The contact privacy settings are undefined.
    * 
@@ -95,8 +69,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CONTACT_PRIVACY_UNSPECIFIED_VALUE = 0; /** - * - * *
    * All the data from `ContactSettings` is publicly available. When setting
    * this option, you must also provide a
@@ -108,8 +80,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int PUBLIC_CONTACT_DATA_VALUE = 1;
   /**
-   *
-   *
    * 
    * None of the data from `ContactSettings` is publicly available. Instead,
    * proxy contact data is published for your domain. Email sent to the proxy
@@ -121,8 +91,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int PRIVATE_CONTACT_DATA_VALUE = 2;
   /**
-   *
-   *
    * 
    * Some data from `ContactSettings` is publicly available. The actual
    * information redacted depends on the domain. For details, see [the
@@ -134,6 +102,7 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int REDACTED_CONTACT_DATA_VALUE = 3;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -158,51 +127,50 @@ public static ContactPrivacy valueOf(int value) {
    */
   public static ContactPrivacy forNumber(int value) {
     switch (value) {
-      case 0:
-        return CONTACT_PRIVACY_UNSPECIFIED;
-      case 1:
-        return PUBLIC_CONTACT_DATA;
-      case 2:
-        return PRIVATE_CONTACT_DATA;
-      case 3:
-        return REDACTED_CONTACT_DATA;
-      default:
-        return null;
+      case 0: return CONTACT_PRIVACY_UNSPECIFIED;
+      case 1: return PUBLIC_CONTACT_DATA;
+      case 2: return PRIVATE_CONTACT_DATA;
+      case 3: return REDACTED_CONTACT_DATA;
+      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 ContactPrivacy findValueByNumber(int number) {
-          return ContactPrivacy.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      ContactPrivacy> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public ContactPrivacy findValueByNumber(int number) {
+            return ContactPrivacy.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.cloud.domains.v1alpha2.DomainsProto.getDescriptor().getEnumTypes().get(0);
   }
 
   private static final ContactPrivacy[] VALUES = values();
 
-  public static ContactPrivacy valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static ContactPrivacy 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;
@@ -218,3 +186,4 @@ private ContactPrivacy(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1alpha2.ContactPrivacy)
 }
+
diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettings.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettings.java
similarity index 63%
rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettings.java
rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettings.java
index 228cfecf..81b9876d 100644
--- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettings.java
+++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettings.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/cloud/domains/v1alpha2/domains.proto
 
 package com.google.cloud.domains.v1alpha2;
 
 /**
- *
- *
  * 
  * Defines the contact information associated with a `Registration`.
  * [ICANN](https://icann.org/) requires all domain names to have associated
@@ -30,31 +13,31 @@
  *
  * Protobuf type {@code google.cloud.domains.v1alpha2.ContactSettings}
  */
-public final class ContactSettings extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ContactSettings extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ContactSettings)
     ContactSettingsOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ContactSettings.newBuilder() to construct.
   private ContactSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ContactSettings() {
     privacy_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ContactSettings();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private ContactSettings(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -73,242 +56,194 @@ private ContactSettings(
           case 0:
             done = true;
             break;
-          case 8:
-            {
-              int rawValue = input.readEnum();
+          case 8: {
+            int rawValue = input.readEnum();
 
-              privacy_ = rawValue;
-              break;
+            privacy_ = rawValue;
+            break;
+          }
+          case 18: {
+            com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder subBuilder = null;
+            if (registrantContact_ != null) {
+              subBuilder = registrantContact_.toBuilder();
             }
-          case 18:
-            {
-              com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder subBuilder = null;
-              if (registrantContact_ != null) {
-                subBuilder = registrantContact_.toBuilder();
-              }
-              registrantContact_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1alpha2.ContactSettings.Contact.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(registrantContact_);
-                registrantContact_ = subBuilder.buildPartial();
-              }
-
-              break;
+            registrantContact_ = input.readMessage(com.google.cloud.domains.v1alpha2.ContactSettings.Contact.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(registrantContact_);
+              registrantContact_ = subBuilder.buildPartial();
             }
-          case 26:
-            {
-              com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder subBuilder = null;
-              if (adminContact_ != null) {
-                subBuilder = adminContact_.toBuilder();
-              }
-              adminContact_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1alpha2.ContactSettings.Contact.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(adminContact_);
-                adminContact_ = subBuilder.buildPartial();
-              }
 
-              break;
+            break;
+          }
+          case 26: {
+            com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder subBuilder = null;
+            if (adminContact_ != null) {
+              subBuilder = adminContact_.toBuilder();
+            }
+            adminContact_ = input.readMessage(com.google.cloud.domains.v1alpha2.ContactSettings.Contact.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(adminContact_);
+              adminContact_ = subBuilder.buildPartial();
             }
-          case 34:
-            {
-              com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder subBuilder = null;
-              if (technicalContact_ != null) {
-                subBuilder = technicalContact_.toBuilder();
-              }
-              technicalContact_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1alpha2.ContactSettings.Contact.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(technicalContact_);
-                technicalContact_ = subBuilder.buildPartial();
-              }
 
-              break;
+            break;
+          }
+          case 34: {
+            com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder subBuilder = null;
+            if (technicalContact_ != null) {
+              subBuilder = technicalContact_.toBuilder();
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            technicalContact_ = input.readMessage(com.google.cloud.domains.v1alpha2.ContactSettings.Contact.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(technicalContact_);
+              technicalContact_ = subBuilder.buildPartial();
+            }
+
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
       throw e.setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.domains.v1alpha2.DomainsProto
-        .internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.domains.v1alpha2.DomainsProto
-        .internal_static_google_cloud_domains_v1alpha2_ContactSettings_fieldAccessorTable
+    return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.domains.v1alpha2.ContactSettings.class,
-            com.google.cloud.domains.v1alpha2.ContactSettings.Builder.class);
+            com.google.cloud.domains.v1alpha2.ContactSettings.class, com.google.cloud.domains.v1alpha2.ContactSettings.Builder.class);
   }
 
-  public interface ContactOrBuilder
-      extends
+  public interface ContactOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ContactSettings.Contact)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the postalAddress field is set. */ boolean hasPostalAddress(); /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The postalAddress. */ com.google.type.PostalAddress getPostalAddress(); /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder(); /** - * - * *
      * Required. Email address of the contact.
      * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The email. */ java.lang.String getEmail(); /** - * - * *
      * Required. Email address of the contact.
      * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for email. */ - com.google.protobuf.ByteString getEmailBytes(); + com.google.protobuf.ByteString + getEmailBytes(); /** - * - * *
      * Required. Phone number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The phoneNumber. */ java.lang.String getPhoneNumber(); /** - * - * *
      * Required. Phone number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for phoneNumber. */ - com.google.protobuf.ByteString getPhoneNumberBytes(); + com.google.protobuf.ByteString + getPhoneNumberBytes(); /** - * - * *
      * Fax number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string fax_number = 4; - * * @return The faxNumber. */ java.lang.String getFaxNumber(); /** - * - * *
      * Fax number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string fax_number = 4; - * * @return The bytes for faxNumber. */ - com.google.protobuf.ByteString getFaxNumberBytes(); + com.google.protobuf.ByteString + getFaxNumberBytes(); } /** - * - * *
    * Details required for a contact associated with a `Registration`.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ContactSettings.Contact} */ - public static final class Contact extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Contact extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ContactSettings.Contact) ContactOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Contact.newBuilder() to construct. private Contact(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Contact() { email_ = ""; phoneNumber_ = ""; @@ -317,15 +252,16 @@ private Contact() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Contact(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private Contact( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -344,89 +280,77 @@ private Contact( case 0: done = true; break; - case 10: - { - com.google.type.PostalAddress.Builder subBuilder = null; - if (postalAddress_ != null) { - subBuilder = postalAddress_.toBuilder(); - } - postalAddress_ = - input.readMessage(com.google.type.PostalAddress.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(postalAddress_); - postalAddress_ = subBuilder.buildPartial(); - } - - break; + case 10: { + com.google.type.PostalAddress.Builder subBuilder = null; + if (postalAddress_ != null) { + subBuilder = postalAddress_.toBuilder(); } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - - email_ = s; - break; + postalAddress_ = input.readMessage(com.google.type.PostalAddress.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(postalAddress_); + postalAddress_ = subBuilder.buildPartial(); } - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - phoneNumber_ = s; - break; - } - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - faxNumber_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + email_ = s; + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + + phoneNumber_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + faxNumber_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.class, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder.class); + com.google.cloud.domains.v1alpha2.ContactSettings.Contact.class, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder.class); } public static final int POSTAL_ADDRESS_FIELD_NUMBER = 1; private com.google.type.PostalAddress postalAddress_; /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the postalAddress field is set. */ @java.lang.Override @@ -434,34 +358,23 @@ public boolean hasPostalAddress() { return postalAddress_ != null; } /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The postalAddress. */ @java.lang.Override public com.google.type.PostalAddress getPostalAddress() { - return postalAddress_ == null - ? com.google.type.PostalAddress.getDefaultInstance() - : postalAddress_; + return postalAddress_ == null ? com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; } /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { @@ -471,14 +384,11 @@ public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { public static final int EMAIL_FIELD_NUMBER = 2; private volatile java.lang.Object email_; /** - * - * *
      * Required. Email address of the contact.
      * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The email. */ @java.lang.Override @@ -487,29 +397,29 @@ public java.lang.String getEmail() { 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(); email_ = s; return s; } } /** - * - * *
      * Required. Email address of the contact.
      * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for email. */ @java.lang.Override - public com.google.protobuf.ByteString getEmailBytes() { + public com.google.protobuf.ByteString + getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -520,15 +430,12 @@ public com.google.protobuf.ByteString getEmailBytes() { public static final int PHONE_NUMBER_FIELD_NUMBER = 3; private volatile java.lang.Object phoneNumber_; /** - * - * *
      * Required. Phone number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The phoneNumber. */ @java.lang.Override @@ -537,30 +444,30 @@ public java.lang.String getPhoneNumber() { 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(); phoneNumber_ = s; return s; } } /** - * - * *
      * Required. Phone number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for phoneNumber. */ @java.lang.Override - public com.google.protobuf.ByteString getPhoneNumberBytes() { + public com.google.protobuf.ByteString + getPhoneNumberBytes() { java.lang.Object ref = phoneNumber_; 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); phoneNumber_ = b; return b; } else { @@ -571,15 +478,12 @@ public com.google.protobuf.ByteString getPhoneNumberBytes() { public static final int FAX_NUMBER_FIELD_NUMBER = 4; private volatile java.lang.Object faxNumber_; /** - * - * *
      * Fax number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string fax_number = 4; - * * @return The faxNumber. */ @java.lang.Override @@ -588,30 +492,30 @@ public java.lang.String getFaxNumber() { 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(); faxNumber_ = s; return s; } } /** - * - * *
      * Fax number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string fax_number = 4; - * * @return The bytes for faxNumber. */ @java.lang.Override - public com.google.protobuf.ByteString getFaxNumberBytes() { + public com.google.protobuf.ByteString + getFaxNumberBytes() { java.lang.Object ref = faxNumber_; 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); faxNumber_ = b; return b; } else { @@ -620,7 +524,6 @@ public com.google.protobuf.ByteString getFaxNumberBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -632,17 +535,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 (postalAddress_ != null) { output.writeMessage(1, getPostalAddress()); } - if (!getEmailBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(email_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, email_); } - if (!getPhoneNumberBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(phoneNumber_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, phoneNumber_); } - if (!getFaxNumberBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(faxNumber_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, faxNumber_); } unknownFields.writeTo(output); @@ -655,15 +559,16 @@ public int getSerializedSize() { size = 0; if (postalAddress_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getPostalAddress()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getPostalAddress()); } - if (!getEmailBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(email_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, email_); } - if (!getPhoneNumberBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(phoneNumber_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, phoneNumber_); } - if (!getFaxNumberBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(faxNumber_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, faxNumber_); } size += unknownFields.getSerializedSize(); @@ -674,21 +579,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.cloud.domains.v1alpha2.ContactSettings.Contact)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ContactSettings.Contact other = - (com.google.cloud.domains.v1alpha2.ContactSettings.Contact) obj; + com.google.cloud.domains.v1alpha2.ContactSettings.Contact other = (com.google.cloud.domains.v1alpha2.ContactSettings.Contact) obj; if (hasPostalAddress() != other.hasPostalAddress()) return false; if (hasPostalAddress()) { - if (!getPostalAddress().equals(other.getPostalAddress())) return false; - } - if (!getEmail().equals(other.getEmail())) return false; - if (!getPhoneNumber().equals(other.getPhoneNumber())) return false; - if (!getFaxNumber().equals(other.getFaxNumber())) return false; + if (!getPostalAddress() + .equals(other.getPostalAddress())) return false; + } + if (!getEmail() + .equals(other.getEmail())) return false; + if (!getPhoneNumber() + .equals(other.getPhoneNumber())) return false; + if (!getFaxNumber() + .equals(other.getFaxNumber())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -716,94 +624,87 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ContactSettings.Contact parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ContactSettings.Contact parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.ContactSettings.Contact 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 @@ -813,32 +714,27 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Details required for a contact associated with a `Registration`.
      * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ContactSettings.Contact} */ - 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.cloud.domains.v1alpha2.ContactSettings.Contact) com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.class, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder.class); + com.google.cloud.domains.v1alpha2.ContactSettings.Contact.class, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.ContactSettings.Contact.newBuilder() @@ -846,15 +742,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -874,9 +771,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor; } @java.lang.Override @@ -895,8 +792,7 @@ public com.google.cloud.domains.v1alpha2.ContactSettings.Contact build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactSettings.Contact buildPartial() { - com.google.cloud.domains.v1alpha2.ContactSettings.Contact result = - new com.google.cloud.domains.v1alpha2.ContactSettings.Contact(this); + com.google.cloud.domains.v1alpha2.ContactSettings.Contact result = new com.google.cloud.domains.v1alpha2.ContactSettings.Contact(this); if (postalAddressBuilder_ == null) { result.postalAddress_ = postalAddress_; } else { @@ -913,41 +809,38 @@ public com.google.cloud.domains.v1alpha2.ContactSettings.Contact 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.cloud.domains.v1alpha2.ContactSettings.Contact) { - return mergeFrom((com.google.cloud.domains.v1alpha2.ContactSettings.Contact) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ContactSettings.Contact)other); } else { super.mergeFrom(other); return this; @@ -955,8 +848,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ContactSettings.Contact other) { - if (other == com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance()) return this; if (other.hasPostalAddress()) { mergePostalAddress(other.getPostalAddress()); } @@ -991,8 +883,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ContactSettings.Contact) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ContactSettings.Contact) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -1004,58 +895,39 @@ public Builder mergeFrom( private com.google.type.PostalAddress postalAddress_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.PostalAddress, - com.google.type.PostalAddress.Builder, - com.google.type.PostalAddressOrBuilder> - postalAddressBuilder_; + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder> postalAddressBuilder_; /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the postalAddress field is set. */ public boolean hasPostalAddress() { return postalAddressBuilder_ != null || postalAddress_ != null; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The postalAddress. */ public com.google.type.PostalAddress getPostalAddress() { if (postalAddressBuilder_ == null) { - return postalAddress_ == null - ? com.google.type.PostalAddress.getDefaultInstance() - : postalAddress_; + return postalAddress_ == null ? com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; } else { return postalAddressBuilder_.getMessage(); } } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setPostalAddress(com.google.type.PostalAddress value) { if (postalAddressBuilder_ == null) { @@ -1071,17 +943,14 @@ public Builder setPostalAddress(com.google.type.PostalAddress value) { return this; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setPostalAddress(com.google.type.PostalAddress.Builder builderForValue) { + public Builder setPostalAddress( + com.google.type.PostalAddress.Builder builderForValue) { if (postalAddressBuilder_ == null) { postalAddress_ = builderForValue.build(); onChanged(); @@ -1092,23 +961,17 @@ public Builder setPostalAddress(com.google.type.PostalAddress.Builder builderFor return this; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergePostalAddress(com.google.type.PostalAddress value) { if (postalAddressBuilder_ == null) { if (postalAddress_ != null) { postalAddress_ = - com.google.type.PostalAddress.newBuilder(postalAddress_) - .mergeFrom(value) - .buildPartial(); + com.google.type.PostalAddress.newBuilder(postalAddress_).mergeFrom(value).buildPartial(); } else { postalAddress_ = value; } @@ -1120,15 +983,11 @@ public Builder mergePostalAddress(com.google.type.PostalAddress value) { return this; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearPostalAddress() { if (postalAddressBuilder_ == null) { @@ -1142,64 +1001,48 @@ public Builder clearPostalAddress() { return this; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.type.PostalAddress.Builder getPostalAddressBuilder() { - + onChanged(); return getPostalAddressFieldBuilder().getBuilder(); } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { if (postalAddressBuilder_ != null) { return postalAddressBuilder_.getMessageOrBuilder(); } else { - return postalAddress_ == null - ? com.google.type.PostalAddress.getDefaultInstance() - : postalAddress_; + return postalAddress_ == null ? + com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; } } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.PostalAddress, - com.google.type.PostalAddress.Builder, - com.google.type.PostalAddressOrBuilder> + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder> getPostalAddressFieldBuilder() { if (postalAddressBuilder_ == null) { - postalAddressBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.type.PostalAddress, - com.google.type.PostalAddress.Builder, - com.google.type.PostalAddressOrBuilder>( - getPostalAddress(), getParentForChildren(), isClean()); + postalAddressBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder>( + getPostalAddress(), + getParentForChildren(), + isClean()); postalAddress_ = null; } return postalAddressBuilder_; @@ -1207,20 +1050,18 @@ public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { private java.lang.Object email_ = ""; /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The email. */ public java.lang.String getEmail() { java.lang.Object ref = email_; 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(); email_ = s; return s; @@ -1229,21 +1070,20 @@ public java.lang.String getEmail() { } } /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for email. */ - public com.google.protobuf.ByteString getEmailBytes() { + public com.google.protobuf.ByteString + getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -1251,61 +1091,54 @@ public com.google.protobuf.ByteString getEmailBytes() { } } /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The email to set. * @return This builder for chaining. */ - public Builder setEmail(java.lang.String value) { + public Builder setEmail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + email_ = value; onChanged(); return this; } /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearEmail() { - + email_ = getDefaultInstance().getEmail(); onChanged(); return this; } /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for email to set. * @return This builder for chaining. */ - public Builder setEmailBytes(com.google.protobuf.ByteString value) { + public Builder setEmailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + email_ = value; onChanged(); return this; @@ -1313,21 +1146,19 @@ public Builder setEmailBytes(com.google.protobuf.ByteString value) { private java.lang.Object phoneNumber_ = ""; /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The phoneNumber. */ public java.lang.String getPhoneNumber() { java.lang.Object ref = phoneNumber_; 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(); phoneNumber_ = s; return s; @@ -1336,22 +1167,21 @@ public java.lang.String getPhoneNumber() { } } /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for phoneNumber. */ - public com.google.protobuf.ByteString getPhoneNumberBytes() { + public com.google.protobuf.ByteString + getPhoneNumberBytes() { java.lang.Object ref = phoneNumber_; 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); phoneNumber_ = b; return b; } else { @@ -1359,64 +1189,57 @@ public com.google.protobuf.ByteString getPhoneNumberBytes() { } } /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The phoneNumber to set. * @return This builder for chaining. */ - public Builder setPhoneNumber(java.lang.String value) { + public Builder setPhoneNumber( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + phoneNumber_ = value; onChanged(); return this; } /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearPhoneNumber() { - + phoneNumber_ = getDefaultInstance().getPhoneNumber(); onChanged(); return this; } /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for phoneNumber to set. * @return This builder for chaining. */ - public Builder setPhoneNumberBytes(com.google.protobuf.ByteString value) { + public Builder setPhoneNumberBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + phoneNumber_ = value; onChanged(); return this; @@ -1424,21 +1247,19 @@ public Builder setPhoneNumberBytes(com.google.protobuf.ByteString value) { private java.lang.Object faxNumber_ = ""; /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @return The faxNumber. */ public java.lang.String getFaxNumber() { java.lang.Object ref = faxNumber_; 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(); faxNumber_ = s; return s; @@ -1447,22 +1268,21 @@ public java.lang.String getFaxNumber() { } } /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @return The bytes for faxNumber. */ - public com.google.protobuf.ByteString getFaxNumberBytes() { + public com.google.protobuf.ByteString + getFaxNumberBytes() { java.lang.Object ref = faxNumber_; 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); faxNumber_ = b; return b; } else { @@ -1470,69 +1290,61 @@ public com.google.protobuf.ByteString getFaxNumberBytes() { } } /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @param value The faxNumber to set. * @return This builder for chaining. */ - public Builder setFaxNumber(java.lang.String value) { + public Builder setFaxNumber( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + faxNumber_ = value; onChanged(); return this; } /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @return This builder for chaining. */ public Builder clearFaxNumber() { - + faxNumber_ = getDefaultInstance().getFaxNumber(); onChanged(); return this; } /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @param value The bytes for faxNumber to set. * @return This builder for chaining. */ - public Builder setFaxNumberBytes(com.google.protobuf.ByteString value) { + public Builder setFaxNumberBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + faxNumber_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1545,12 +1357,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ContactSettings.Contact) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ContactSettings.Contact) private static final com.google.cloud.domains.v1alpha2.ContactSettings.Contact DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ContactSettings.Contact(); } @@ -1559,16 +1371,16 @@ public static com.google.cloud.domains.v1alpha2.ContactSettings.Contact getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Contact parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Contact(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Contact parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Contact(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1583,66 +1395,49 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.ContactSettings.Contact getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int PRIVACY_FIELD_NUMBER = 1; private int privacy_; /** - * - * *
    * Required. Privacy setting for the contacts associated with the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for privacy. */ - @java.lang.Override - public int getPrivacyValue() { + @java.lang.Override public int getPrivacyValue() { return privacy_; } /** - * - * *
    * Required. Privacy setting for the contacts associated with the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The privacy. */ - @java.lang.Override - public com.google.cloud.domains.v1alpha2.ContactPrivacy getPrivacy() { + @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactPrivacy getPrivacy() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.ContactPrivacy result = - com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(privacy_); + com.google.cloud.domains.v1alpha2.ContactPrivacy result = com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(privacy_); return result == null ? com.google.cloud.domains.v1alpha2.ContactPrivacy.UNRECOGNIZED : result; } public static final int REGISTRANT_CONTACT_FIELD_NUMBER = 2; private com.google.cloud.domains.v1alpha2.ContactSettings.Contact registrantContact_; /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registrantContact field is set. */ @java.lang.Override @@ -1650,64 +1445,47 @@ public boolean hasRegistrantContact() { return registrantContact_ != null; } /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registrantContact. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactSettings.Contact getRegistrantContact() { - return registrantContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : registrantContact_; + return registrantContact_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : registrantContact_; } /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder - getRegistrantContactOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder() { return getRegistrantContact(); } public static final int ADMIN_CONTACT_FIELD_NUMBER = 3; private com.google.cloud.domains.v1alpha2.ContactSettings.Contact adminContact_; /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the adminContact field is set. */ @java.lang.Override @@ -1715,54 +1493,37 @@ public boolean hasAdminContact() { return adminContact_ != null; } /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The adminContact. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactSettings.Contact getAdminContact() { - return adminContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : adminContact_; + return adminContact_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : adminContact_; } /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder - getAdminContactOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getAdminContactOrBuilder() { return getAdminContact(); } public static final int TECHNICAL_CONTACT_FIELD_NUMBER = 4; private com.google.cloud.domains.v1alpha2.ContactSettings.Contact technicalContact_; /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the technicalContact field is set. */ @java.lang.Override @@ -1770,43 +1531,30 @@ public boolean hasTechnicalContact() { return technicalContact_ != null; } /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The technicalContact. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactSettings.Contact getTechnicalContact() { - return technicalContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : technicalContact_; + return technicalContact_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : technicalContact_; } /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder - getTechnicalContactOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder() { return getTechnicalContact(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1818,10 +1566,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (privacy_ - != com.google.cloud.domains.v1alpha2.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (privacy_ != com.google.cloud.domains.v1alpha2.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED.getNumber()) { output.writeEnum(1, privacy_); } if (registrantContact_ != null) { @@ -1842,19 +1589,21 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (privacy_ - != com.google.cloud.domains.v1alpha2.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, privacy_); + if (privacy_ != com.google.cloud.domains.v1alpha2.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, privacy_); } if (registrantContact_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getRegistrantContact()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistrantContact()); } if (adminContact_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getAdminContact()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getAdminContact()); } if (technicalContact_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getTechnicalContact()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getTechnicalContact()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -1864,26 +1613,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.cloud.domains.v1alpha2.ContactSettings)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ContactSettings other = - (com.google.cloud.domains.v1alpha2.ContactSettings) obj; + com.google.cloud.domains.v1alpha2.ContactSettings other = (com.google.cloud.domains.v1alpha2.ContactSettings) obj; if (privacy_ != other.privacy_) return false; if (hasRegistrantContact() != other.hasRegistrantContact()) return false; if (hasRegistrantContact()) { - if (!getRegistrantContact().equals(other.getRegistrantContact())) return false; + if (!getRegistrantContact() + .equals(other.getRegistrantContact())) return false; } if (hasAdminContact() != other.hasAdminContact()) return false; if (hasAdminContact()) { - if (!getAdminContact().equals(other.getAdminContact())) return false; + if (!getAdminContact() + .equals(other.getAdminContact())) return false; } if (hasTechnicalContact() != other.hasTechnicalContact()) return false; if (hasTechnicalContact()) { - if (!getTechnicalContact().equals(other.getTechnicalContact())) return false; + if (!getTechnicalContact() + .equals(other.getTechnicalContact())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -1916,103 +1667,96 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ContactSettings parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ContactSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings 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 contact information associated with a `Registration`.
    * [ICANN](https://icann.org/) requires all domain names to have associated
@@ -2022,23 +1766,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.domains.v1alpha2.ContactSettings}
    */
-  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.cloud.domains.v1alpha2.ContactSettings)
       com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_ContactSettings_fieldAccessorTable
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1alpha2.ContactSettings.class,
-              com.google.cloud.domains.v1alpha2.ContactSettings.Builder.class);
+              com.google.cloud.domains.v1alpha2.ContactSettings.class, com.google.cloud.domains.v1alpha2.ContactSettings.Builder.class);
     }
 
     // Construct using com.google.cloud.domains.v1alpha2.ContactSettings.newBuilder()
@@ -2046,15 +1788,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -2082,9 +1825,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor;
     }
 
     @java.lang.Override
@@ -2103,8 +1846,7 @@ public com.google.cloud.domains.v1alpha2.ContactSettings build() {
 
     @java.lang.Override
     public com.google.cloud.domains.v1alpha2.ContactSettings buildPartial() {
-      com.google.cloud.domains.v1alpha2.ContactSettings result =
-          new com.google.cloud.domains.v1alpha2.ContactSettings(this);
+      com.google.cloud.domains.v1alpha2.ContactSettings result = new com.google.cloud.domains.v1alpha2.ContactSettings(this);
       result.privacy_ = privacy_;
       if (registrantContactBuilder_ == null) {
         result.registrantContact_ = registrantContact_;
@@ -2129,39 +1871,38 @@ public com.google.cloud.domains.v1alpha2.ContactSettings 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.cloud.domains.v1alpha2.ContactSettings) {
-        return mergeFrom((com.google.cloud.domains.v1alpha2.ContactSettings) other);
+        return mergeFrom((com.google.cloud.domains.v1alpha2.ContactSettings)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -2169,8 +1910,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ContactSettings other) {
-      if (other == com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance()) return this;
       if (other.privacy_ != 0) {
         setPrivacyValue(other.getPrivacyValue());
       }
@@ -2202,8 +1942,7 @@ public Builder mergeFrom(
       try {
         parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        parsedMessage =
-            (com.google.cloud.domains.v1alpha2.ContactSettings) e.getUnfinishedMessage();
+        parsedMessage = (com.google.cloud.domains.v1alpha2.ContactSettings) e.getUnfinishedMessage();
         throw e.unwrapIOException();
       } finally {
         if (parsedMessage != null) {
@@ -2215,75 +1954,51 @@ public Builder mergeFrom(
 
     private int privacy_ = 0;
     /**
-     *
-     *
      * 
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for privacy. */ - @java.lang.Override - public int getPrivacyValue() { + @java.lang.Override public int getPrivacyValue() { return privacy_; } /** - * - * *
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @param value The enum numeric value on the wire for privacy to set. * @return This builder for chaining. */ public Builder setPrivacyValue(int value) { - + privacy_ = value; onChanged(); return this; } /** - * - * *
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The privacy. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactPrivacy getPrivacy() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.ContactPrivacy result = - com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(privacy_); - return result == null - ? com.google.cloud.domains.v1alpha2.ContactPrivacy.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.ContactPrivacy result = com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(privacy_); + return result == null ? com.google.cloud.domains.v1alpha2.ContactPrivacy.UNRECOGNIZED : result; } /** - * - * *
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @param value The privacy to set. * @return This builder for chaining. */ @@ -2291,26 +2006,21 @@ public Builder setPrivacy(com.google.cloud.domains.v1alpha2.ContactPrivacy value if (value == null) { throw new NullPointerException(); } - + privacy_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return This builder for chaining. */ public Builder clearPrivacy() { - + privacy_ = 0; onChanged(); return this; @@ -2318,76 +2028,56 @@ public Builder clearPrivacy() { private com.google.cloud.domains.v1alpha2.ContactSettings.Contact registrantContact_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> - registrantContactBuilder_; + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> registrantContactBuilder_; /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registrantContact field is set. */ public boolean hasRegistrantContact() { return registrantContactBuilder_ != null || registrantContact_ != null; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registrantContact. */ public com.google.cloud.domains.v1alpha2.ContactSettings.Contact getRegistrantContact() { if (registrantContactBuilder_ == null) { - return registrantContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : registrantContact_; + return registrantContact_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : registrantContact_; } else { return registrantContactBuilder_.getMessage(); } } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setRegistrantContact( - com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { + public Builder setRegistrantContact(com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { if (registrantContactBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2401,20 +2091,16 @@ public Builder setRegistrantContact( return this; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setRegistrantContact( com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder builderForValue) { @@ -2428,30 +2114,22 @@ public Builder setRegistrantContact( return this; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder mergeRegistrantContact( - com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { + public Builder mergeRegistrantContact(com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { if (registrantContactBuilder_ == null) { if (registrantContact_ != null) { registrantContact_ = - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.newBuilder( - registrantContact_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.ContactSettings.Contact.newBuilder(registrantContact_).mergeFrom(value).buildPartial(); } else { registrantContact_ = value; } @@ -2463,20 +2141,16 @@ public Builder mergeRegistrantContact( return this; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearRegistrantContact() { if (registrantContactBuilder_ == null) { @@ -2490,81 +2164,63 @@ public Builder clearRegistrantContact() { return this; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder - getRegistrantContactBuilder() { - + public com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder getRegistrantContactBuilder() { + onChanged(); return getRegistrantContactFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder - getRegistrantContactOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder() { if (registrantContactBuilder_ != null) { return registrantContactBuilder_.getMessageOrBuilder(); } else { - return registrantContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : registrantContact_; + return registrantContact_ == null ? + com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : registrantContact_; } } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> getRegistrantContactFieldBuilder() { if (registrantContactBuilder_ == null) { - registrantContactBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder>( - getRegistrantContact(), getParentForChildren(), isClean()); + registrantContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder>( + getRegistrantContact(), + getParentForChildren(), + isClean()); registrantContact_ = null; } return registrantContactBuilder_; @@ -2572,61 +2228,41 @@ public Builder clearRegistrantContact() { private com.google.cloud.domains.v1alpha2.ContactSettings.Contact adminContact_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> - adminContactBuilder_; + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> adminContactBuilder_; /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the adminContact field is set. */ public boolean hasAdminContact() { return adminContactBuilder_ != null || adminContact_ != null; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The adminContact. */ public com.google.cloud.domains.v1alpha2.ContactSettings.Contact getAdminContact() { if (adminContactBuilder_ == null) { - return adminContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : adminContact_; + return adminContact_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : adminContact_; } else { return adminContactBuilder_.getMessage(); } } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setAdminContact( - com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { + public Builder setAdminContact(com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { if (adminContactBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2640,15 +2276,11 @@ public Builder setAdminContact( return this; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setAdminContact( com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder builderForValue) { @@ -2662,24 +2294,17 @@ public Builder setAdminContact( return this; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder mergeAdminContact( - com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { + public Builder mergeAdminContact(com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { if (adminContactBuilder_ == null) { if (adminContact_ != null) { adminContact_ = - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.newBuilder(adminContact_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.ContactSettings.Contact.newBuilder(adminContact_).mergeFrom(value).buildPartial(); } else { adminContact_ = value; } @@ -2691,15 +2316,11 @@ public Builder mergeAdminContact( return this; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearAdminContact() { if (adminContactBuilder_ == null) { @@ -2713,66 +2334,48 @@ public Builder clearAdminContact() { return this; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder - getAdminContactBuilder() { - + public com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder getAdminContactBuilder() { + onChanged(); return getAdminContactFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder - getAdminContactOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getAdminContactOrBuilder() { if (adminContactBuilder_ != null) { return adminContactBuilder_.getMessageOrBuilder(); } else { - return adminContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : adminContact_; + return adminContact_ == null ? + com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : adminContact_; } } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> getAdminContactFieldBuilder() { if (adminContactBuilder_ == null) { - adminContactBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder>( - getAdminContact(), getParentForChildren(), isClean()); + adminContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder>( + getAdminContact(), + getParentForChildren(), + isClean()); adminContact_ = null; } return adminContactBuilder_; @@ -2780,61 +2383,41 @@ public Builder clearAdminContact() { private com.google.cloud.domains.v1alpha2.ContactSettings.Contact technicalContact_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> - technicalContactBuilder_; + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> technicalContactBuilder_; /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the technicalContact field is set. */ public boolean hasTechnicalContact() { return technicalContactBuilder_ != null || technicalContact_ != null; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The technicalContact. */ public com.google.cloud.domains.v1alpha2.ContactSettings.Contact getTechnicalContact() { if (technicalContactBuilder_ == null) { - return technicalContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : technicalContact_; + return technicalContact_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : technicalContact_; } else { return technicalContactBuilder_.getMessage(); } } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setTechnicalContact( - com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { + public Builder setTechnicalContact(com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { if (technicalContactBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2848,15 +2431,11 @@ public Builder setTechnicalContact( return this; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setTechnicalContact( com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder builderForValue) { @@ -2870,25 +2449,17 @@ public Builder setTechnicalContact( return this; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder mergeTechnicalContact( - com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { + public Builder mergeTechnicalContact(com.google.cloud.domains.v1alpha2.ContactSettings.Contact value) { if (technicalContactBuilder_ == null) { if (technicalContact_ != null) { technicalContact_ = - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.newBuilder( - technicalContact_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.ContactSettings.Contact.newBuilder(technicalContact_).mergeFrom(value).buildPartial(); } else { technicalContact_ = value; } @@ -2900,15 +2471,11 @@ public Builder mergeTechnicalContact( return this; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearTechnicalContact() { if (technicalContactBuilder_ == null) { @@ -2922,73 +2489,55 @@ public Builder clearTechnicalContact() { return this; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder - getTechnicalContactBuilder() { - + public com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder getTechnicalContactBuilder() { + onChanged(); return getTechnicalContactFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder - getTechnicalContactOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder() { if (technicalContactBuilder_ != null) { return technicalContactBuilder_.getMessageOrBuilder(); } else { - return technicalContact_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() - : technicalContact_; + return technicalContact_ == null ? + com.google.cloud.domains.v1alpha2.ContactSettings.Contact.getDefaultInstance() : technicalContact_; } } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder> getTechnicalContactFieldBuilder() { if (technicalContactBuilder_ == null) { - technicalContactBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings.Contact, - com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder>( - getTechnicalContact(), getParentForChildren(), isClean()); + technicalContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.ContactSettings.Contact, com.google.cloud.domains.v1alpha2.ContactSettings.Contact.Builder, com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder>( + getTechnicalContact(), + getParentForChildren(), + isClean()); technicalContact_ = null; } return technicalContactBuilder_; } - @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); } @@ -2998,12 +2547,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ContactSettings) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ContactSettings) private static final com.google.cloud.domains.v1alpha2.ContactSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ContactSettings(); } @@ -3012,16 +2561,16 @@ public static com.google.cloud.domains.v1alpha2.ContactSettings getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ContactSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ContactSettings(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ContactSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ContactSettings(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3036,4 +2585,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.ContactSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettingsOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettingsOrBuilder.java similarity index 51% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettingsOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettingsOrBuilder.java index 1f258e5a..1f1527d9 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettingsOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ContactSettingsOrBuilder.java @@ -1,193 +1,124 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface ContactSettingsOrBuilder - extends +public interface ContactSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ContactSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Privacy setting for the contacts associated with the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for privacy. */ int getPrivacyValue(); /** - * - * *
    * Required. Privacy setting for the contacts associated with the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The privacy. */ com.google.cloud.domains.v1alpha2.ContactPrivacy getPrivacy(); /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registrantContact field is set. */ boolean hasRegistrantContact(); /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registrantContact. */ com.google.cloud.domains.v1alpha2.ContactSettings.Contact getRegistrantContact(); /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder - getRegistrantContactOrBuilder(); + com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder(); /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the adminContact field is set. */ boolean hasAdminContact(); /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The adminContact. */ com.google.cloud.domains.v1alpha2.ContactSettings.Contact getAdminContact(); /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getAdminContactOrBuilder(); /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the technicalContact field is set. */ boolean hasTechnicalContact(); /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The technicalContact. */ com.google.cloud.domains.v1alpha2.ContactSettings.Contact getTechnicalContact(); /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1alpha2.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequest.java similarity index 64% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequest.java index 9b029187..e9848718 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequest.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `DeleteRegistration` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.DeleteRegistrationRequest} */ -public final class DeleteRegistrationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DeleteRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.DeleteRegistrationRequest) DeleteRegistrationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DeleteRegistrationRequest.newBuilder() to construct. private DeleteRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DeleteRegistrationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DeleteRegistrationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private DeleteRegistrationRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,61 +53,53 @@ private DeleteRegistrationRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.class, - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.Builder.class); + com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.class, com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The name of the `Registration` to delete,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -133,32 +108,30 @@ 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; } } /** - * - * *
    * Required. The name of the `Registration` to delete,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -167,7 +140,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { + 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_); } unknownFields.writeTo(output); @@ -192,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += unknownFields.getSerializedSize(); @@ -203,15 +176,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.cloud.domains.v1alpha2.DeleteRegistrationRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest other = - (com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest) obj; + com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest other = (com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,127 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest 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; } /** - * - * *
    * Request for the `DeleteRegistration` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.DeleteRegistrationRequest} */ - 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.cloud.domains.v1alpha2.DeleteRegistrationRequest) com.google.cloud.domains.v1alpha2.DeleteRegistrationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.class, - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.Builder.class); + com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.class, com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.newBuilder() @@ -359,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -377,9 +341,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor; } @java.lang.Override @@ -398,8 +362,7 @@ public com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest buildPartial() { - com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest result = - new com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest(this); + com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest result = new com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -409,39 +372,38 @@ public com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest 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.cloud.domains.v1alpha2.DeleteRegistrationRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest)other); } else { super.mergeFrom(other); return this; @@ -449,8 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest other) { - if (other == com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -474,8 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -487,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; @@ -512,24 +468,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -537,77 +490,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } - @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); } @@ -617,12 +557,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.DeleteRegistrationRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.DeleteRegistrationRequest) private static final com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest(); } @@ -631,16 +571,16 @@ public static com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest getDef return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteRegistrationRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new DeleteRegistrationRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DeleteRegistrationRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -655,4 +595,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.cloud.domains.v1alpha2.DeleteRegistrationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..b65a3019 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface DeleteRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.DeleteRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to delete,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to delete,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettings.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettings.java similarity index 74% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettings.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettings.java index c4f9649a..f9111c97 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettings.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettings.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Defines the DNS configuration of a `Registration`, including name servers,
  * DNSSEC, and glue records.
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings}
  */
-public final class DnsSettings extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DnsSettings extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.DnsSettings)
     DnsSettingsOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DnsSettings.newBuilder() to construct.
   private DnsSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DnsSettings() {
     glueRecords_ = 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 DnsSettings();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private DnsSettings(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -72,74 +55,57 @@ private DnsSettings(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder subBuilder = null;
-              if (dnsProviderCase_ == 1) {
-                subBuilder =
-                    ((com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_)
-                        .toBuilder();
-              }
-              dnsProvider_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(
-                    (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_);
-                dnsProvider_ = subBuilder.buildPartial();
-              }
-              dnsProviderCase_ = 1;
-              break;
+          case 10: {
+            com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder subBuilder = null;
+            if (dnsProviderCase_ == 1) {
+              subBuilder = ((com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_).toBuilder();
             }
-          case 18:
-            {
-              com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder subBuilder =
-                  null;
-              if (dnsProviderCase_ == 2) {
-                subBuilder =
-                    ((com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_)
-                        .toBuilder();
-              }
-              dnsProvider_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(
-                    (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_);
-                dnsProvider_ = subBuilder.buildPartial();
-              }
-              dnsProviderCase_ = 2;
-              break;
+            dnsProvider_ =
+                input.readMessage(com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_);
+              dnsProvider_ = subBuilder.buildPartial();
             }
-          case 34:
-            {
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                glueRecords_ =
-                    new java.util.ArrayList<
-                        com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord>();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              glueRecords_.add(
-                  input.readMessage(
-                      com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.parser(),
-                      extensionRegistry));
-              break;
+            dnsProviderCase_ = 1;
+            break;
+          }
+          case 18: {
+            com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder subBuilder = null;
+            if (dnsProviderCase_ == 2) {
+              subBuilder = ((com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_).toBuilder();
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            dnsProvider_ =
+                input.readMessage(com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_);
+              dnsProvider_ = subBuilder.buildPartial();
             }
+            dnsProviderCase_ = 2;
+            break;
+          }
+          case 34: {
+            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+              glueRecords_ = new java.util.ArrayList();
+              mutable_bitField0_ |= 0x00000001;
+            }
+            glueRecords_.add(
+                input.readMessage(com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.parser(), extensionRegistry));
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
+            }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
       throw e.setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         glueRecords_ = java.util.Collections.unmodifiableList(glueRecords_);
@@ -148,35 +114,29 @@ private DnsSettings(
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.domains.v1alpha2.DomainsProto
-        .internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.domains.v1alpha2.DomainsProto
-        .internal_static_google_cloud_domains_v1alpha2_DnsSettings_fieldAccessorTable
+    return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.domains.v1alpha2.DnsSettings.class,
-            com.google.cloud.domains.v1alpha2.DnsSettings.Builder.class);
+            com.google.cloud.domains.v1alpha2.DnsSettings.class, com.google.cloud.domains.v1alpha2.DnsSettings.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * The publication state of DS records for a `Registration`.
    * 
* * Protobuf enum {@code google.cloud.domains.v1alpha2.DnsSettings.DsState} */ - public enum DsState implements com.google.protobuf.ProtocolMessageEnum { + public enum DsState + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * DS state is unspecified.
      * 
@@ -185,8 +145,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum { */ DS_STATE_UNSPECIFIED(0), /** - * - * *
      * DNSSEC is disabled for this domain. No DS records for this domain are
      * published in the parent DNS zone.
@@ -196,8 +154,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum {
      */
     DS_RECORDS_UNPUBLISHED(1),
     /**
-     *
-     *
      * 
      * DNSSEC is enabled for this domain. Appropriate DS records for this domain
      * are published in the parent DNS zone. This option is valid only if the
@@ -212,8 +168,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * DS state is unspecified.
      * 
@@ -222,8 +176,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DS_STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * DNSSEC is disabled for this domain. No DS records for this domain are
      * published in the parent DNS zone.
@@ -233,8 +185,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int DS_RECORDS_UNPUBLISHED_VALUE = 1;
     /**
-     *
-     *
      * 
      * DNSSEC is enabled for this domain. Appropriate DS records for this domain
      * are published in the parent DNS zone. This option is valid only if the
@@ -246,6 +196,7 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int DS_RECORDS_PUBLISHED_VALUE = 2;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -270,49 +221,49 @@ public static DsState valueOf(int value) {
      */
     public static DsState forNumber(int value) {
       switch (value) {
-        case 0:
-          return DS_STATE_UNSPECIFIED;
-        case 1:
-          return DS_RECORDS_UNPUBLISHED;
-        case 2:
-          return DS_RECORDS_PUBLISHED;
-        default:
-          return null;
+        case 0: return DS_STATE_UNSPECIFIED;
+        case 1: return DS_RECORDS_UNPUBLISHED;
+        case 2: return DS_RECORDS_PUBLISHED;
+        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<
+        DsState> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public DsState findValueByNumber(int number) {
+              return DsState.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public DsState findValueByNumber(int number) {
-            return DsState.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.cloud.domains.v1alpha2.DnsSettings.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final DsState[] VALUES = values();
 
-    public static DsState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static DsState 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;
@@ -329,14 +280,11 @@ private DsState(int value) {
     // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1alpha2.DnsSettings.DsState)
   }
 
-  public interface CustomDnsOrBuilder
-      extends
+  public interface CustomDnsOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.DnsSettings.CustomDns)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -344,13 +292,11 @@ public interface CustomDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return A list containing the nameServers. */ - java.util.List getNameServersList(); + java.util.List + getNameServersList(); /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -358,13 +304,10 @@ public interface CustomDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The count of nameServers. */ int getNameServersCount(); /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -372,14 +315,11 @@ public interface CustomDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ java.lang.String getNameServers(int index); /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -387,15 +327,13 @@ public interface CustomDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - com.google.protobuf.ByteString getNameServersBytes(int index); + com.google.protobuf.ByteString + getNameServersBytes(int index); /** - * - * *
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -404,10 +342,9 @@ public interface CustomDnsOrBuilder
      *
      * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
      */
-    java.util.List getDsRecordsList();
+    java.util.List 
+        getDsRecordsList();
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -418,8 +355,6 @@ public interface CustomDnsOrBuilder
      */
     com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDsRecords(int index);
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -430,8 +365,6 @@ public interface CustomDnsOrBuilder
      */
     int getDsRecordsCount();
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -440,11 +373,9 @@ public interface CustomDnsOrBuilder
      *
      * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
      */
-    java.util.List
+    java.util.List 
         getDsRecordsOrBuilderList();
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -457,24 +388,21 @@ com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsRecordsOrBu
         int index);
   }
   /**
-   *
-   *
    * 
    * Configuration for an arbitrary DNS provider.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings.CustomDns} */ - public static final class CustomDns extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class CustomDns extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.DnsSettings.CustomDns) CustomDnsOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CustomDns.newBuilder() to construct. private CustomDns(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CustomDns() { nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; dsRecords_ = java.util.Collections.emptyList(); @@ -482,15 +410,16 @@ private CustomDns() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CustomDns(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private CustomDns( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -510,43 +439,38 @@ private CustomDns( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - nameServers_ = new com.google.protobuf.LazyStringArrayList(); - mutable_bitField0_ |= 0x00000001; - } - nameServers_.add(s); - break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 18: - { - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - dsRecords_ = - new java.util.ArrayList< - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord>(); - mutable_bitField0_ |= 0x00000002; - } - dsRecords_.add( - input.readMessage( - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.parser(), - extensionRegistry)); - break; + nameServers_.add(s); + break; + } + case 18: { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + dsRecords_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + dsRecords_.add( + input.readMessage(com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { nameServers_ = nameServers_.getUnmodifiableView(); @@ -558,27 +482,22 @@ private CustomDns( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.class, - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder.class); + com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.class, com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder.class); } public static final int NAME_SERVERS_FIELD_NUMBER = 1; private com.google.protobuf.LazyStringList nameServers_; /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -586,15 +505,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return A list containing the nameServers. */ - public com.google.protobuf.ProtocolStringList getNameServersList() { + public com.google.protobuf.ProtocolStringList + getNameServersList() { return nameServers_; } /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -602,15 +519,12 @@ public com.google.protobuf.ProtocolStringList getNameServersList() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The count of nameServers. */ public int getNameServersCount() { return nameServers_.size(); } /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -618,7 +532,6 @@ public int getNameServersCount() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ @@ -626,8 +539,6 @@ public java.lang.String getNameServers(int index) { return nameServers_.get(index); } /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -635,19 +546,17 @@ public java.lang.String getNameServers(int index) {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - public com.google.protobuf.ByteString getNameServersBytes(int index) { + public com.google.protobuf.ByteString + getNameServersBytes(int index) { return nameServers_.getByteString(index); } public static final int DS_RECORDS_FIELD_NUMBER = 2; private java.util.List dsRecords_; /** - * - * *
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -657,13 +566,10 @@ public com.google.protobuf.ByteString getNameServersBytes(int index) {
      * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
      */
     @java.lang.Override
-    public java.util.List
-        getDsRecordsList() {
+    public java.util.List getDsRecordsList() {
       return dsRecords_;
     }
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -673,13 +579,11 @@ public com.google.protobuf.ByteString getNameServersBytes(int index) {
      * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
      */
     @java.lang.Override
-    public java.util.List
+    public java.util.List 
         getDsRecordsOrBuilderList() {
       return dsRecords_;
     }
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -693,8 +597,6 @@ public int getDsRecordsCount() {
       return dsRecords_.size();
     }
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -708,8 +610,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDsRecords(int i
       return dsRecords_.get(index);
     }
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -725,7 +625,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsReco
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -737,7 +636,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 < nameServers_.size(); i++) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 1, nameServers_.getRaw(i));
       }
@@ -762,7 +662,8 @@ public int getSerializedSize() {
         size += 1 * getNameServersList().size();
       }
       for (int i = 0; i < dsRecords_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, dsRecords_.get(i));
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, dsRecords_.get(i));
       }
       size += unknownFields.getSerializedSize();
       memoizedSize = size;
@@ -772,16 +673,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.cloud.domains.v1alpha2.DnsSettings.CustomDns)) {
         return super.equals(obj);
       }
-      com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns other =
-          (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) obj;
+      com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns other = (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) obj;
 
-      if (!getNameServersList().equals(other.getNameServersList())) return false;
-      if (!getDsRecordsList().equals(other.getDsRecordsList())) return false;
+      if (!getNameServersList()
+          .equals(other.getNameServersList())) return false;
+      if (!getDsRecordsList()
+          .equals(other.getDsRecordsList())) return false;
       if (!unknownFields.equals(other.unknownFields)) return false;
       return true;
     }
@@ -807,94 +709,87 @@ public int hashCode() {
     }
 
     public static com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
-
     public static com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns prototype) {
+    public static Builder newBuilder(com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns 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
@@ -904,32 +799,27 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * Configuration for an arbitrary DNS provider.
      * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings.CustomDns} */ - 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.cloud.domains.v1alpha2.DnsSettings.CustomDns) com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.class, - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder.class); + com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.class, com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.newBuilder() @@ -937,17 +827,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getDsRecordsFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -963,9 +853,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor; } @java.lang.Override @@ -984,8 +874,7 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns buildPartial() { - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns result = - new com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns(this); + com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns result = new com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) != 0)) { nameServers_ = nameServers_.getUnmodifiableView(); @@ -1009,41 +898,38 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns 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.cloud.domains.v1alpha2.DnsSettings.CustomDns) { - return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns)other); } else { super.mergeFrom(other); return this; @@ -1051,8 +937,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns other) { - if (other == com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.getDefaultInstance()) return this; if (!other.nameServers_.isEmpty()) { if (nameServers_.isEmpty()) { nameServers_ = other.nameServers_; @@ -1081,10 +966,9 @@ public Builder mergeFrom(com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns dsRecordsBuilder_ = null; dsRecords_ = other.dsRecords_; bitField0_ = (bitField0_ & ~0x00000002); - dsRecordsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getDsRecordsFieldBuilder() - : null; + dsRecordsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getDsRecordsFieldBuilder() : null; } else { dsRecordsBuilder_.addAllMessages(other.dsRecords_); } @@ -1109,8 +993,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -1119,21 +1002,16 @@ public Builder mergeFrom( } return this; } - private int bitField0_; - private com.google.protobuf.LazyStringList nameServers_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureNameServersIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1141,15 +1019,13 @@ private void ensureNameServersIsMutable() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return A list containing the nameServers. */ - public com.google.protobuf.ProtocolStringList getNameServersList() { + public com.google.protobuf.ProtocolStringList + getNameServersList() { return nameServers_.getUnmodifiableView(); } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1157,15 +1033,12 @@ public com.google.protobuf.ProtocolStringList getNameServersList() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The count of nameServers. */ public int getNameServersCount() { return nameServers_.size(); } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1173,7 +1046,6 @@ public int getNameServersCount() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ @@ -1181,8 +1053,6 @@ public java.lang.String getNameServers(int index) { return nameServers_.get(index); } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1190,16 +1060,14 @@ public java.lang.String getNameServers(int index) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - public com.google.protobuf.ByteString getNameServersBytes(int index) { + public com.google.protobuf.ByteString + getNameServersBytes(int index) { return nameServers_.getByteString(index); } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1207,23 +1075,21 @@ public com.google.protobuf.ByteString getNameServersBytes(int index) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index to set the value at. * @param value The nameServers to set. * @return This builder for chaining. */ - public Builder setNameServers(int index, java.lang.String value) { + public Builder setNameServers( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureNameServersIsMutable(); + throw new NullPointerException(); + } + ensureNameServersIsMutable(); nameServers_.set(index, value); onChanged(); return this; } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1231,22 +1097,20 @@ public Builder setNameServers(int index, java.lang.String value) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The nameServers to add. * @return This builder for chaining. */ - public Builder addNameServers(java.lang.String value) { + public Builder addNameServers( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureNameServersIsMutable(); + throw new NullPointerException(); + } + ensureNameServersIsMutable(); nameServers_.add(value); onChanged(); return this; } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1254,19 +1118,18 @@ public Builder addNameServers(java.lang.String value) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param values The nameServers to add. * @return This builder for chaining. */ - public Builder addAllNameServers(java.lang.Iterable values) { + public Builder addAllNameServers( + java.lang.Iterable values) { ensureNameServersIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, nameServers_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); onChanged(); return this; } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1274,7 +1137,6 @@ public Builder addAllNameServers(java.lang.Iterable values) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearNameServers() { @@ -1284,8 +1146,6 @@ public Builder clearNameServers() { return this; } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1293,15 +1153,15 @@ public Builder clearNameServers() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes of the nameServers to add. * @return This builder for chaining. */ - public Builder addNameServersBytes(com.google.protobuf.ByteString value) { + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureNameServersIsMutable(); nameServers_.add(value); onChanged(); @@ -1309,26 +1169,18 @@ public Builder addNameServersBytes(com.google.protobuf.ByteString value) { } private java.util.List dsRecords_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureDsRecordsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - dsRecords_ = - new java.util.ArrayList( - dsRecords_); + dsRecords_ = new java.util.ArrayList(dsRecords_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder> - dsRecordsBuilder_; + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder> dsRecordsBuilder_; /** - * - * *
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1337,8 +1189,7 @@ private void ensureDsRecordsIsMutable() {
        *
        * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
        */
-      public java.util.List
-          getDsRecordsList() {
+      public java.util.List getDsRecordsList() {
         if (dsRecordsBuilder_ == null) {
           return java.util.Collections.unmodifiableList(dsRecords_);
         } else {
@@ -1346,8 +1197,6 @@ private void ensureDsRecordsIsMutable() {
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1364,8 +1213,6 @@ public int getDsRecordsCount() {
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1382,8 +1229,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDsRecords(int i
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1407,8 +1252,6 @@ public Builder setDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1418,8 +1261,7 @@ public Builder setDsRecords(
        * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
        */
       public Builder setDsRecords(
-          int index,
-          com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) {
+          int index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) {
         if (dsRecordsBuilder_ == null) {
           ensureDsRecordsIsMutable();
           dsRecords_.set(index, builderForValue.build());
@@ -1430,8 +1272,6 @@ public Builder setDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1454,8 +1294,6 @@ public Builder addDsRecords(com.google.cloud.domains.v1alpha2.DnsSettings.DsReco
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1479,8 +1317,6 @@ public Builder addDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1501,8 +1337,6 @@ public Builder addDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1512,8 +1346,7 @@ public Builder addDsRecords(
        * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
        */
       public Builder addDsRecords(
-          int index,
-          com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) {
+          int index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) {
         if (dsRecordsBuilder_ == null) {
           ensureDsRecordsIsMutable();
           dsRecords_.add(index, builderForValue.build());
@@ -1524,8 +1357,6 @@ public Builder addDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1535,11 +1366,11 @@ public Builder addDsRecords(
        * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
        */
       public Builder addAllDsRecords(
-          java.lang.Iterable
-              values) {
+          java.lang.Iterable values) {
         if (dsRecordsBuilder_ == null) {
           ensureDsRecordsIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, dsRecords_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(
+              values, dsRecords_);
           onChanged();
         } else {
           dsRecordsBuilder_.addAllMessages(values);
@@ -1547,8 +1378,6 @@ public Builder addAllDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1568,8 +1397,6 @@ public Builder clearDsRecords() {
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1589,8 +1416,6 @@ public Builder removeDsRecords(int index) {
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1604,8 +1429,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder getDsRecor
         return getDsRecordsFieldBuilder().getBuilder(index);
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1617,14 +1440,11 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder getDsRecor
       public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder(
           int index) {
         if (dsRecordsBuilder_ == null) {
-          return dsRecords_.get(index);
-        } else {
+          return dsRecords_.get(index);  } else {
           return dsRecordsBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1633,9 +1453,8 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsReco
        *
        * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
        */
-      public java.util.List<
-              ? extends com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder>
-          getDsRecordsOrBuilderList() {
+      public java.util.List 
+           getDsRecordsOrBuilderList() {
         if (dsRecordsBuilder_ != null) {
           return dsRecordsBuilder_.getMessageOrBuilderList();
         } else {
@@ -1643,8 +1462,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsReco
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1654,13 +1471,10 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsReco
        * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
        */
       public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder addDsRecordsBuilder() {
-        return getDsRecordsFieldBuilder()
-            .addBuilder(
-                com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance());
+        return getDsRecordsFieldBuilder().addBuilder(
+            com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1671,13 +1485,10 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder addDsRecor
        */
       public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder addDsRecordsBuilder(
           int index) {
-        return getDsRecordsFieldBuilder()
-            .addBuilder(
-                index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance());
+        return getDsRecordsFieldBuilder().addBuilder(
+            index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1686,28 +1497,24 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder addDsRecor
        *
        * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;
        */
-      public java.util.List
-          getDsRecordsBuilderList() {
+      public java.util.List 
+           getDsRecordsBuilderList() {
         return getDsRecordsFieldBuilder().getBuilderList();
       }
-
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord,
-              com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder,
-              com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder>
+          com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder> 
           getDsRecordsFieldBuilder() {
         if (dsRecordsBuilder_ == null) {
-          dsRecordsBuilder_ =
-              new com.google.protobuf.RepeatedFieldBuilderV3<
-                  com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord,
-                  com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder,
-                  com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder>(
-                  dsRecords_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+          dsRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+              com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder>(
+                  dsRecords_,
+                  ((bitField0_ & 0x00000002) != 0),
+                  getParentForChildren(),
+                  isClean());
           dsRecords_ = null;
         }
         return dsRecordsBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -1720,12 +1527,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.DnsSettings.CustomDns)
     }
 
     // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.DnsSettings.CustomDns)
     private static final com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns();
     }
@@ -1734,16 +1541,16 @@ public static com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns getDefault
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public CustomDns parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            return new CustomDns(input, extensionRegistry);
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public CustomDns parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        return new CustomDns(input, extensionRegistry);
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -1758,16 +1565,14 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
-  public interface GoogleDomainsDnsOrBuilder
-      extends
+  public interface GoogleDomainsDnsOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -1776,13 +1581,11 @@ public interface GoogleDomainsDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the nameServers. */ - java.util.List getNameServersList(); + java.util.List + getNameServersList(); /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -1791,13 +1594,10 @@ public interface GoogleDomainsDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of nameServers. */ int getNameServersCount(); /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -1806,14 +1606,11 @@ public interface GoogleDomainsDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ java.lang.String getNameServers(int index); /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -1822,119 +1619,88 @@ public interface GoogleDomainsDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - com.google.protobuf.ByteString getNameServersBytes(int index); + com.google.protobuf.ByteString + getNameServersBytes(int index); /** - * - * *
      * Required. The state of DS records for this domain. Used to enable or disable
      * automatic DNSSEC.
      * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for dsState. */ int getDsStateValue(); /** - * - * *
      * Required. The state of DS records for this domain. Used to enable or disable
      * automatic DNSSEC.
      * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The dsState. */ com.google.cloud.domains.v1alpha2.DnsSettings.DsState getDsState(); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - java.util.List getDsRecordsList(); + java.util.List + getDsRecordsList(); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDsRecords(int index); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getDsRecordsCount(); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - java.util.List + java.util.List getDsRecordsOrBuilderList(); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( int index); } /** - * - * *
    * Configuration for using the free DNS zone provided by Google Domains as a
    * `Registration`'s `dns_provider`. You cannot configure the DNS zone itself
@@ -1944,16 +1710,15 @@ com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsRecordsOrBu
    *
    * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns}
    */
-  public static final class GoogleDomainsDns extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class GoogleDomainsDns extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns)
       GoogleDomainsDnsOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use GoogleDomainsDns.newBuilder() to construct.
     private GoogleDomainsDns(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private GoogleDomainsDns() {
       nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY;
       dsState_ = 0;
@@ -1962,15 +1727,16 @@ private GoogleDomainsDns() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new GoogleDomainsDns();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
     private GoogleDomainsDns(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -1990,50 +1756,44 @@ private GoogleDomainsDns(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                  nameServers_ = new com.google.protobuf.LazyStringArrayList();
-                  mutable_bitField0_ |= 0x00000001;
-                }
-                nameServers_.add(s);
-                break;
+            case 10: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                nameServers_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
               }
-            case 16:
-              {
-                int rawValue = input.readEnum();
+              nameServers_.add(s);
+              break;
+            }
+            case 16: {
+              int rawValue = input.readEnum();
 
-                dsState_ = rawValue;
-                break;
-              }
-            case 26:
-              {
-                if (!((mutable_bitField0_ & 0x00000002) != 0)) {
-                  dsRecords_ =
-                      new java.util.ArrayList<
-                          com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord>();
-                  mutable_bitField0_ |= 0x00000002;
-                }
-                dsRecords_.add(
-                    input.readMessage(
-                        com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.parser(),
-                        extensionRegistry));
-                break;
+              dsState_ = rawValue;
+              break;
+            }
+            case 26: {
+              if (!((mutable_bitField0_ & 0x00000002) != 0)) {
+                dsRecords_ = new java.util.ArrayList();
+                mutable_bitField0_ |= 0x00000002;
               }
-            default:
-              {
-                if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                  done = true;
-                }
-                break;
+              dsRecords_.add(
+                  input.readMessage(com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.parser(), extensionRegistry));
+              break;
+            }
+            default: {
+              if (!parseUnknownField(
+                  input, unknownFields, extensionRegistry, tag)) {
+                done = true;
               }
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
         throw e.setUnfinishedMessage(this);
       } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+        throw new com.google.protobuf.InvalidProtocolBufferException(
+            e).setUnfinishedMessage(this);
       } finally {
         if (((mutable_bitField0_ & 0x00000001) != 0)) {
           nameServers_ = nameServers_.getUnmodifiableView();
@@ -2045,27 +1805,22 @@ private GoogleDomainsDns(
         makeExtensionsImmutable();
       }
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_fieldAccessorTable
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.class,
-              com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder.class);
+              com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.class, com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder.class);
     }
 
     public static final int NAME_SERVERS_FIELD_NUMBER = 1;
     private com.google.protobuf.LazyStringList nameServers_;
     /**
-     *
-     *
      * 
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -2074,15 +1829,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the nameServers. */ - public com.google.protobuf.ProtocolStringList getNameServersList() { + public com.google.protobuf.ProtocolStringList + getNameServersList() { return nameServers_; } /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -2091,15 +1844,12 @@ public com.google.protobuf.ProtocolStringList getNameServersList() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of nameServers. */ public int getNameServersCount() { return nameServers_.size(); } /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -2108,7 +1858,6 @@ public int getNameServersCount() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ @@ -2116,8 +1865,6 @@ public java.lang.String getNameServers(int index) { return nameServers_.get(index); } /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -2126,142 +1873,106 @@ public java.lang.String getNameServers(int index) {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - public com.google.protobuf.ByteString getNameServersBytes(int index) { + public com.google.protobuf.ByteString + getNameServersBytes(int index) { return nameServers_.getByteString(index); } public static final int DS_STATE_FIELD_NUMBER = 2; private int dsState_; /** - * - * *
      * Required. The state of DS records for this domain. Used to enable or disable
      * automatic DNSSEC.
      * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for dsState. */ - @java.lang.Override - public int getDsStateValue() { + @java.lang.Override public int getDsStateValue() { return dsState_; } /** - * - * *
      * Required. The state of DS records for this domain. Used to enable or disable
      * automatic DNSSEC.
      * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The dsState. */ - @java.lang.Override - public com.google.cloud.domains.v1alpha2.DnsSettings.DsState getDsState() { + @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.DsState getDsState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.DnsSettings.DsState result = - com.google.cloud.domains.v1alpha2.DnsSettings.DsState.valueOf(dsState_); - return result == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.DsState.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.DnsSettings.DsState result = com.google.cloud.domains.v1alpha2.DnsSettings.DsState.valueOf(dsState_); + return result == null ? com.google.cloud.domains.v1alpha2.DnsSettings.DsState.UNRECOGNIZED : result; } public static final int DS_RECORDS_FIELD_NUMBER = 3; private java.util.List dsRecords_; /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override - public java.util.List - getDsRecordsList() { + public java.util.List getDsRecordsList() { return dsRecords_; } /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override - public java.util.List + public java.util.List getDsRecordsOrBuilderList() { return dsRecords_; } /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public int getDsRecordsCount() { return dsRecords_.size(); } /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDsRecords(int index) { return dsRecords_.get(index); } /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( @@ -2270,7 +1981,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsReco } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2282,13 +1992,12 @@ 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 < nameServers_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, nameServers_.getRaw(i)); } - if (dsState_ - != com.google.cloud.domains.v1alpha2.DnsSettings.DsState.DS_STATE_UNSPECIFIED - .getNumber()) { + if (dsState_ != com.google.cloud.domains.v1alpha2.DnsSettings.DsState.DS_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(2, dsState_); } for (int i = 0; i < dsRecords_.size(); i++) { @@ -2311,13 +2020,13 @@ public int getSerializedSize() { size += dataSize; size += 1 * getNameServersList().size(); } - if (dsState_ - != com.google.cloud.domains.v1alpha2.DnsSettings.DsState.DS_STATE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, dsState_); + if (dsState_ != com.google.cloud.domains.v1alpha2.DnsSettings.DsState.DS_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, dsState_); } for (int i = 0; i < dsRecords_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, dsRecords_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, dsRecords_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -2327,17 +2036,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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns other = - (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) obj; + com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns other = (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) obj; - if (!getNameServersList().equals(other.getNameServersList())) return false; + if (!getNameServersList() + .equals(other.getNameServersList())) return false; if (dsState_ != other.dsState_) return false; - if (!getDsRecordsList().equals(other.getDsRecordsList())) return false; + if (!getDsRecordsList() + .equals(other.getDsRecordsList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -2365,94 +2075,87 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns 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 @@ -2462,8 +2165,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Configuration for using the free DNS zone provided by Google Domains as a
      * `Registration`'s `dns_provider`. You cannot configure the DNS zone itself
@@ -2473,24 +2174,21 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns}
      */
-    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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns)
         com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_fieldAccessorTable
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.class,
-                com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder.class);
+                com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.class, com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder.class);
       }
 
       // Construct using com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.newBuilder()
@@ -2498,17 +2196,17 @@ private Builder() {
         maybeForceBuilderInitialization();
       }
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
         maybeForceBuilderInitialization();
       }
-
       private void maybeForceBuilderInitialization() {
-        if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+        if (com.google.protobuf.GeneratedMessageV3
+                .alwaysUseFieldBuilders) {
           getDsRecordsFieldBuilder();
         }
       }
-
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -2526,14 +2224,13 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor;
       }
 
       @java.lang.Override
-      public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns
-          getDefaultInstanceForType() {
+      public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getDefaultInstanceForType() {
         return com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.getDefaultInstance();
       }
 
@@ -2548,8 +2245,7 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns build() {
 
       @java.lang.Override
       public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns buildPartial() {
-        com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns result =
-            new com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns(this);
+        com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns result = new com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns(this);
         int from_bitField0_ = bitField0_;
         if (((bitField0_ & 0x00000001) != 0)) {
           nameServers_ = nameServers_.getUnmodifiableView();
@@ -2574,52 +2270,46 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns buildParti
       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.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) {
-          return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) other);
+          return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns)other);
         } else {
           super.mergeFrom(other);
           return this;
         }
       }
 
-      public Builder mergeFrom(
-          com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns other) {
-        if (other
-            == com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.getDefaultInstance())
-          return this;
+      public Builder mergeFrom(com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns other) {
+        if (other == com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.getDefaultInstance()) return this;
         if (!other.nameServers_.isEmpty()) {
           if (nameServers_.isEmpty()) {
             nameServers_ = other.nameServers_;
@@ -2651,10 +2341,9 @@ public Builder mergeFrom(
               dsRecordsBuilder_ = null;
               dsRecords_ = other.dsRecords_;
               bitField0_ = (bitField0_ & ~0x00000002);
-              dsRecordsBuilder_ =
-                  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                      ? getDsRecordsFieldBuilder()
-                      : null;
+              dsRecordsBuilder_ = 
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                   getDsRecordsFieldBuilder() : null;
             } else {
               dsRecordsBuilder_.addAllMessages(other.dsRecords_);
             }
@@ -2679,9 +2368,7 @@ public Builder mergeFrom(
         try {
           parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage =
-              (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns)
-                  e.getUnfinishedMessage();
+          parsedMessage = (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) e.getUnfinishedMessage();
           throw e.unwrapIOException();
         } finally {
           if (parsedMessage != null) {
@@ -2690,21 +2377,16 @@ public Builder mergeFrom(
         }
         return this;
       }
-
       private int bitField0_;
 
-      private com.google.protobuf.LazyStringList nameServers_ =
-          com.google.protobuf.LazyStringArrayList.EMPTY;
-
+      private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY;
       private void ensureNameServersIsMutable() {
         if (!((bitField0_ & 0x00000001) != 0)) {
           nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_);
           bitField0_ |= 0x00000001;
-        }
+         }
       }
       /**
-       *
-       *
        * 
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2713,15 +2395,13 @@ private void ensureNameServersIsMutable() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the nameServers. */ - public com.google.protobuf.ProtocolStringList getNameServersList() { + public com.google.protobuf.ProtocolStringList + getNameServersList() { return nameServers_.getUnmodifiableView(); } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2730,15 +2410,12 @@ public com.google.protobuf.ProtocolStringList getNameServersList() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of nameServers. */ public int getNameServersCount() { return nameServers_.size(); } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2747,7 +2424,6 @@ public int getNameServersCount() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ @@ -2755,8 +2431,6 @@ public java.lang.String getNameServers(int index) { return nameServers_.get(index); } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2765,16 +2439,14 @@ public java.lang.String getNameServers(int index) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - public com.google.protobuf.ByteString getNameServersBytes(int index) { + public com.google.protobuf.ByteString + getNameServersBytes(int index) { return nameServers_.getByteString(index); } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2783,23 +2455,21 @@ public com.google.protobuf.ByteString getNameServersBytes(int index) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index to set the value at. * @param value The nameServers to set. * @return This builder for chaining. */ - public Builder setNameServers(int index, java.lang.String value) { + public Builder setNameServers( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureNameServersIsMutable(); + throw new NullPointerException(); + } + ensureNameServersIsMutable(); nameServers_.set(index, value); onChanged(); return this; } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2808,22 +2478,20 @@ public Builder setNameServers(int index, java.lang.String value) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The nameServers to add. * @return This builder for chaining. */ - public Builder addNameServers(java.lang.String value) { + public Builder addNameServers( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureNameServersIsMutable(); + throw new NullPointerException(); + } + ensureNameServersIsMutable(); nameServers_.add(value); onChanged(); return this; } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2832,19 +2500,18 @@ public Builder addNameServers(java.lang.String value) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param values The nameServers to add. * @return This builder for chaining. */ - public Builder addAllNameServers(java.lang.Iterable values) { + public Builder addAllNameServers( + java.lang.Iterable values) { ensureNameServersIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, nameServers_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); onChanged(); return this; } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2853,7 +2520,6 @@ public Builder addAllNameServers(java.lang.Iterable values) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearNameServers() { @@ -2863,8 +2529,6 @@ public Builder clearNameServers() { return this; } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2873,15 +2537,15 @@ public Builder clearNameServers() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes of the nameServers to add. * @return This builder for chaining. */ - public Builder addNameServersBytes(com.google.protobuf.ByteString value) { + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureNameServersIsMutable(); nameServers_.add(value); onChanged(); @@ -2890,79 +2554,55 @@ public Builder addNameServersBytes(com.google.protobuf.ByteString value) { private int dsState_ = 0; /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for dsState. */ - @java.lang.Override - public int getDsStateValue() { + @java.lang.Override public int getDsStateValue() { return dsState_; } /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @param value The enum numeric value on the wire for dsState to set. * @return This builder for chaining. */ public Builder setDsStateValue(int value) { - + dsState_ = value; onChanged(); return this; } /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The dsState. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.DsState getDsState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.DnsSettings.DsState result = - com.google.cloud.domains.v1alpha2.DnsSettings.DsState.valueOf(dsState_); - return result == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.DsState.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.DnsSettings.DsState result = com.google.cloud.domains.v1alpha2.DnsSettings.DsState.valueOf(dsState_); + return result == null ? com.google.cloud.domains.v1alpha2.DnsSettings.DsState.UNRECOGNIZED : result; } /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @param value The dsState to set. * @return This builder for chaining. */ @@ -2970,65 +2610,49 @@ public Builder setDsState(com.google.cloud.domains.v1alpha2.DnsSettings.DsState if (value == null) { throw new NullPointerException(); } - + dsState_ = value.getNumber(); onChanged(); return this; } /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return This builder for chaining. */ public Builder clearDsState() { - + dsState_ = 0; onChanged(); return this; } private java.util.List dsRecords_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureDsRecordsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - dsRecords_ = - new java.util.ArrayList( - dsRecords_); + dsRecords_ = new java.util.ArrayList(dsRecords_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder> - dsRecordsBuilder_; + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder> dsRecordsBuilder_; /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public java.util.List - getDsRecordsList() { + public java.util.List getDsRecordsList() { if (dsRecordsBuilder_ == null) { return java.util.Collections.unmodifiableList(dsRecords_); } else { @@ -3036,17 +2660,13 @@ private void ensureDsRecordsIsMutable() { } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public int getDsRecordsCount() { if (dsRecordsBuilder_ == null) { @@ -3056,17 +2676,13 @@ public int getDsRecordsCount() { } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDsRecords(int index) { if (dsRecordsBuilder_ == null) { @@ -3076,17 +2692,13 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDsRecords(int i } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setDsRecords( int index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord value) { @@ -3103,21 +2715,16 @@ public Builder setDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setDsRecords( - int index, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) { + int index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) { if (dsRecordsBuilder_ == null) { ensureDsRecordsIsMutable(); dsRecords_.set(index, builderForValue.build()); @@ -3128,17 +2735,13 @@ public Builder setDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addDsRecords(com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord value) { if (dsRecordsBuilder_ == null) { @@ -3154,17 +2757,13 @@ public Builder addDsRecords(com.google.cloud.domains.v1alpha2.DnsSettings.DsReco return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addDsRecords( int index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord value) { @@ -3181,17 +2780,13 @@ public Builder addDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addDsRecords( com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) { @@ -3205,21 +2800,16 @@ public Builder addDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addDsRecords( - int index, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) { + int index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder builderForValue) { if (dsRecordsBuilder_ == null) { ensureDsRecordsIsMutable(); dsRecords_.add(index, builderForValue.build()); @@ -3230,24 +2820,20 @@ public Builder addDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAllDsRecords( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (dsRecordsBuilder_ == null) { ensureDsRecordsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, dsRecords_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, dsRecords_); onChanged(); } else { dsRecordsBuilder_.addAllMessages(values); @@ -3255,17 +2841,13 @@ public Builder addAllDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearDsRecords() { if (dsRecordsBuilder_ == null) { @@ -3278,17 +2860,13 @@ public Builder clearDsRecords() { return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder removeDsRecords(int index) { if (dsRecordsBuilder_ == null) { @@ -3301,59 +2879,45 @@ public Builder removeDsRecords(int index) { return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder getDsRecordsBuilder( int index) { return getDsRecordsFieldBuilder().getBuilder(index); } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( int index) { if (dsRecordsBuilder_ == null) { - return dsRecords_.get(index); - } else { + return dsRecords_.get(index); } else { return dsRecordsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public java.util.List< - ? extends com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder> - getDsRecordsOrBuilderList() { + public java.util.List + getDsRecordsOrBuilderList() { if (dsRecordsBuilder_ != null) { return dsRecordsBuilder_.getMessageOrBuilderList(); } else { @@ -3361,77 +2925,59 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder getDsReco } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder addDsRecordsBuilder() { - return getDsRecordsFieldBuilder() - .addBuilder( - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance()); + return getDsRecordsFieldBuilder().addBuilder( + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance()); } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder addDsRecordsBuilder( int index) { - return getDsRecordsFieldBuilder() - .addBuilder( - index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance()); + return getDsRecordsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance()); } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public java.util.List - getDsRecordsBuilderList() { + public java.util.List + getDsRecordsBuilderList() { return getDsRecordsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder> + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder> getDsRecordsFieldBuilder() { if (dsRecordsBuilder_ == null) { - dsRecordsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder>( - dsRecords_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + dsRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder>( + dsRecords_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); dsRecords_ = null; } return dsRecordsBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -3444,32 +2990,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) - private static final com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns(); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns - getDefaultInstance() { + public static com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GoogleDomainsDns parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GoogleDomainsDns(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GoogleDomainsDns parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GoogleDomainsDns(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3481,108 +3025,85 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface DsRecordOrBuilder - extends + public interface DsRecordOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.DnsSettings.DsRecord) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The key tag of the record. Must be set in range 0 -- 65535.
      * 
* * int32 key_tag = 1; - * * @return The keyTag. */ int getKeyTag(); /** - * - * *
      * The algorithm used to generate the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The enum numeric value on the wire for algorithm. */ int getAlgorithmValue(); /** - * - * *
      * The algorithm used to generate the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The algorithm. */ com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm getAlgorithm(); /** - * - * *
      * The hash function used to generate the digest of the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The enum numeric value on the wire for digestType. */ int getDigestTypeValue(); /** - * - * *
      * The hash function used to generate the digest of the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The digestType. */ com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType getDigestType(); /** - * - * *
      * The digest generated from the referenced DNSKEY.
      * 
* * string digest = 4; - * * @return The digest. */ java.lang.String getDigest(); /** - * - * *
      * The digest generated from the referenced DNSKEY.
      * 
* * string digest = 4; - * * @return The bytes for digest. */ - com.google.protobuf.ByteString getDigestBytes(); + com.google.protobuf.ByteString + getDigestBytes(); } /** - * - * *
    * Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC
    * for a domain. It contains a digest (hash) of a DNSKEY record that must be
@@ -3591,16 +3112,15 @@ public interface DsRecordOrBuilder
    *
    * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings.DsRecord}
    */
-  public static final class DsRecord extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class DsRecord extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.DnsSettings.DsRecord)
       DsRecordOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use DsRecord.newBuilder() to construct.
     private DsRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private DsRecord() {
       algorithm_ = 0;
       digestType_ = 0;
@@ -3609,15 +3129,16 @@ private DsRecord() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new DsRecord();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
     private DsRecord(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -3636,69 +3157,62 @@ private DsRecord(
             case 0:
               done = true;
               break;
-            case 8:
-              {
-                keyTag_ = input.readInt32();
-                break;
-              }
-            case 16:
-              {
-                int rawValue = input.readEnum();
+            case 8: {
 
-                algorithm_ = rawValue;
-                break;
-              }
-            case 24:
-              {
-                int rawValue = input.readEnum();
+              keyTag_ = input.readInt32();
+              break;
+            }
+            case 16: {
+              int rawValue = input.readEnum();
 
-                digestType_ = rawValue;
-                break;
-              }
-            case 34:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
+              algorithm_ = rawValue;
+              break;
+            }
+            case 24: {
+              int rawValue = input.readEnum();
 
-                digest_ = s;
-                break;
-              }
-            default:
-              {
-                if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                  done = true;
-                }
-                break;
+              digestType_ = rawValue;
+              break;
+            }
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              digest_ = s;
+              break;
+            }
+            default: {
+              if (!parseUnknownField(
+                  input, unknownFields, extensionRegistry, tag)) {
+                done = true;
               }
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
         throw e.setUnfinishedMessage(this);
       } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+        throw new com.google.protobuf.InvalidProtocolBufferException(
+            e).setUnfinishedMessage(this);
       } finally {
         this.unknownFields = unknownFields.build();
         makeExtensionsImmutable();
       }
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_fieldAccessorTable
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.class,
-              com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder.class);
+              com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.class, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder.class);
     }
 
     /**
-     *
-     *
      * 
      * List of algorithms used to create a DNSKEY. Certain
      * algorithms are not supported for particular domains.
@@ -3706,10 +3220,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      *
      * Protobuf enum {@code google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm}
      */
-    public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum {
+    public enum Algorithm
+        implements com.google.protobuf.ProtocolMessageEnum {
       /**
-       *
-       *
        * 
        * The algorithm is unspecified.
        * 
@@ -3718,8 +3231,22 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ALGORITHM_UNSPECIFIED(0), /** + *
+       * RSA/MD5. Cannot be used for new deployments.
+       * 
* + * RSAMD5 = 1; + */ + RSAMD5(1), + /** + *
+       * Diffie-Hellman. Cannot be used for new deployments.
+       * 
* + * DH = 2; + */ + DH(2), + /** *
        * DSA/SHA1. Not recommended for new deployments.
        * 
@@ -3728,8 +3255,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ DSA(3), /** - * - * *
        * ECC. Not recommended for new deployments.
        * 
@@ -3738,8 +3263,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ECC(4), /** - * - * *
        * RSA/SHA-1. Not recommended for new deployments.
        * 
@@ -3748,8 +3271,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ RSASHA1(5), /** - * - * *
        * DSA-NSEC3-SHA1. Not recommended for new deployments.
        * 
@@ -3758,8 +3279,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ DSANSEC3SHA1(6), /** - * - * *
        * RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.
        * 
@@ -3768,8 +3287,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ RSASHA1NSEC3SHA1(7), /** - * - * *
        * RSA/SHA-256.
        * 
@@ -3778,8 +3295,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ RSASHA256(8), /** - * - * *
        * RSA/SHA-512.
        * 
@@ -3788,8 +3303,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ RSASHA512(10), /** - * - * *
        * GOST R 34.10-2001.
        * 
@@ -3798,8 +3311,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ECCGOST(12), /** - * - * *
        * ECDSA Curve P-256 with SHA-256.
        * 
@@ -3808,8 +3319,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ECDSAP256SHA256(13), /** - * - * *
        * ECDSA Curve P-384 with SHA-384.
        * 
@@ -3818,8 +3327,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ECDSAP384SHA384(14), /** - * - * *
        * Ed25519.
        * 
@@ -3828,8 +3335,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ED25519(15), /** - * - * *
        * Ed448.
        * 
@@ -3837,12 +3342,34 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { * ED448 = 16; */ ED448(16), + /** + *
+       * Reserved for Indirect Keys. Cannot be used for new deployments.
+       * 
+ * + * INDIRECT = 252; + */ + INDIRECT(252), + /** + *
+       * Private algorithm. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEDNS = 253; + */ + PRIVATEDNS(253), + /** + *
+       * Private algorithm OID. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEOID = 254; + */ + PRIVATEOID(254), UNRECOGNIZED(-1), ; /** - * - * *
        * The algorithm is unspecified.
        * 
@@ -3851,8 +3378,22 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ALGORITHM_UNSPECIFIED_VALUE = 0; /** + *
+       * RSA/MD5. Cannot be used for new deployments.
+       * 
* + * RSAMD5 = 1; + */ + public static final int RSAMD5_VALUE = 1; + /** + *
+       * Diffie-Hellman. Cannot be used for new deployments.
+       * 
* + * DH = 2; + */ + public static final int DH_VALUE = 2; + /** *
        * DSA/SHA1. Not recommended for new deployments.
        * 
@@ -3861,8 +3402,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DSA_VALUE = 3; /** - * - * *
        * ECC. Not recommended for new deployments.
        * 
@@ -3871,8 +3410,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ECC_VALUE = 4; /** - * - * *
        * RSA/SHA-1. Not recommended for new deployments.
        * 
@@ -3881,8 +3418,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RSASHA1_VALUE = 5; /** - * - * *
        * DSA-NSEC3-SHA1. Not recommended for new deployments.
        * 
@@ -3891,8 +3426,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DSANSEC3SHA1_VALUE = 6; /** - * - * *
        * RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.
        * 
@@ -3901,8 +3434,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RSASHA1NSEC3SHA1_VALUE = 7; /** - * - * *
        * RSA/SHA-256.
        * 
@@ -3911,8 +3442,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RSASHA256_VALUE = 8; /** - * - * *
        * RSA/SHA-512.
        * 
@@ -3921,8 +3450,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RSASHA512_VALUE = 10; /** - * - * *
        * GOST R 34.10-2001.
        * 
@@ -3931,8 +3458,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ECCGOST_VALUE = 12; /** - * - * *
        * ECDSA Curve P-256 with SHA-256.
        * 
@@ -3941,8 +3466,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ECDSAP256SHA256_VALUE = 13; /** - * - * *
        * ECDSA Curve P-384 with SHA-384.
        * 
@@ -3951,8 +3474,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ECDSAP384SHA384_VALUE = 14; /** - * - * *
        * Ed25519.
        * 
@@ -3961,8 +3482,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ED25519_VALUE = 15; /** - * - * *
        * Ed448.
        * 
@@ -3970,6 +3489,31 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { * ED448 = 16; */ public static final int ED448_VALUE = 16; + /** + *
+       * Reserved for Indirect Keys. Cannot be used for new deployments.
+       * 
+ * + * INDIRECT = 252; + */ + public static final int INDIRECT_VALUE = 252; + /** + *
+       * Private algorithm. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEDNS = 253; + */ + public static final int PRIVATEDNS_VALUE = 253; + /** + *
+       * Private algorithm OID. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEOID = 254; + */ + public static final int PRIVATEOID_VALUE = 254; + public final int getNumber() { if (this == UNRECOGNIZED) { @@ -3995,71 +3539,64 @@ public static Algorithm valueOf(int value) { */ public static Algorithm forNumber(int value) { switch (value) { - case 0: - return ALGORITHM_UNSPECIFIED; - case 3: - return DSA; - case 4: - return ECC; - case 5: - return RSASHA1; - case 6: - return DSANSEC3SHA1; - case 7: - return RSASHA1NSEC3SHA1; - case 8: - return RSASHA256; - case 10: - return RSASHA512; - case 12: - return ECCGOST; - case 13: - return ECDSAP256SHA256; - case 14: - return ECDSAP384SHA384; - case 15: - return ED25519; - case 16: - return ED448; - default: - return null; - } - } - - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + case 0: return ALGORITHM_UNSPECIFIED; + case 1: return RSAMD5; + case 2: return DH; + case 3: return DSA; + case 4: return ECC; + case 5: return RSASHA1; + case 6: return DSANSEC3SHA1; + case 7: return RSASHA1NSEC3SHA1; + case 8: return RSASHA256; + case 10: return RSASHA512; + case 12: return ECCGOST; + case 13: return ECDSAP256SHA256; + case 14: return ECDSAP384SHA384; + case 15: return ED25519; + case 16: return ED448; + case 252: return INDIRECT; + case 253: return PRIVATEDNS; + case 254: return PRIVATEOID; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + Algorithm> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Algorithm findValueByNumber(int number) { + return Algorithm.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Algorithm findValueByNumber(int number) { - return Algorithm.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() { - return com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDescriptor() - .getEnumTypes() - .get(0); + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDescriptor().getEnumTypes().get(0); } private static final Algorithm[] VALUES = values(); - public static Algorithm valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Algorithm 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; @@ -4077,8 +3614,6 @@ private Algorithm(int value) { } /** - * - * *
      * List of hash functions that may have been used to generate a digest of a
      * DNSKEY.
@@ -4086,10 +3621,9 @@ private Algorithm(int value) {
      *
      * Protobuf enum {@code google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType}
      */
-    public enum DigestType implements com.google.protobuf.ProtocolMessageEnum {
+    public enum DigestType
+        implements com.google.protobuf.ProtocolMessageEnum {
       /**
-       *
-       *
        * 
        * The DigestType is unspecified.
        * 
@@ -4098,8 +3632,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ DIGEST_TYPE_UNSPECIFIED(0), /** - * - * *
        * SHA-1. Not recommended for new deployments.
        * 
@@ -4108,8 +3640,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ SHA1(1), /** - * - * *
        * SHA-256.
        * 
@@ -4118,8 +3648,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ SHA256(2), /** - * - * *
        * GOST R 34.11-94.
        * 
@@ -4128,8 +3656,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ GOST3411(3), /** - * - * *
        * SHA-384.
        * 
@@ -4141,8 +3667,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
        * The DigestType is unspecified.
        * 
@@ -4151,8 +3675,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DIGEST_TYPE_UNSPECIFIED_VALUE = 0; /** - * - * *
        * SHA-1. Not recommended for new deployments.
        * 
@@ -4161,8 +3683,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SHA1_VALUE = 1; /** - * - * *
        * SHA-256.
        * 
@@ -4171,8 +3691,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SHA256_VALUE = 2; /** - * - * *
        * GOST R 34.11-94.
        * 
@@ -4181,8 +3699,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int GOST3411_VALUE = 3; /** - * - * *
        * SHA-384.
        * 
@@ -4191,6 +3707,7 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SHA384_VALUE = 4; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -4215,55 +3732,51 @@ public static DigestType valueOf(int value) { */ public static DigestType forNumber(int value) { switch (value) { - case 0: - return DIGEST_TYPE_UNSPECIFIED; - case 1: - return SHA1; - case 2: - return SHA256; - case 3: - return GOST3411; - case 4: - return SHA384; - default: - return null; + case 0: return DIGEST_TYPE_UNSPECIFIED; + case 1: return SHA1; + case 2: return SHA256; + case 3: return GOST3411; + case 4: return SHA384; + 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< + DigestType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DigestType findValueByNumber(int number) { + return DigestType.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public DigestType findValueByNumber(int number) { - return DigestType.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() { - return com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDescriptor() - .getEnumTypes() - .get(1); + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDescriptor().getEnumTypes().get(1); } private static final DigestType[] VALUES = values(); - public static DigestType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static DigestType 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; @@ -4283,14 +3796,11 @@ private DigestType(int value) { public static final int KEY_TAG_FIELD_NUMBER = 1; private int keyTag_; /** - * - * *
      * The key tag of the record. Must be set in range 0 -- 65535.
      * 
* * int32 key_tag = 1; - * * @return The keyTag. */ @java.lang.Override @@ -4301,90 +3811,65 @@ public int getKeyTag() { public static final int ALGORITHM_FIELD_NUMBER = 2; private int algorithm_; /** - * - * *
      * The algorithm used to generate the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The enum numeric value on the wire for algorithm. */ - @java.lang.Override - public int getAlgorithmValue() { + @java.lang.Override public int getAlgorithmValue() { return algorithm_; } /** - * - * *
      * The algorithm used to generate the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The algorithm. */ - @java.lang.Override - public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm getAlgorithm() { + @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm getAlgorithm() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm result = - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); - return result == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm result = com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); + return result == null ? com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED : result; } public static final int DIGEST_TYPE_FIELD_NUMBER = 3; private int digestType_; /** - * - * *
      * The hash function used to generate the digest of the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The enum numeric value on the wire for digestType. */ - @java.lang.Override - public int getDigestTypeValue() { + @java.lang.Override public int getDigestTypeValue() { return digestType_; } /** - * - * *
      * The hash function used to generate the digest of the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The digestType. */ - @java.lang.Override - public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType getDigestType() { + @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType getDigestType() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType result = - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.valueOf(digestType_); - return result == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType result = com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.valueOf(digestType_); + return result == null ? com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.UNRECOGNIZED : result; } public static final int DIGEST_FIELD_NUMBER = 4; private volatile java.lang.Object digest_; /** - * - * *
      * The digest generated from the referenced DNSKEY.
      * 
* * string digest = 4; - * * @return The digest. */ @java.lang.Override @@ -4393,29 +3878,29 @@ public java.lang.String getDigest() { 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(); digest_ = s; return s; } } /** - * - * *
      * The digest generated from the referenced DNSKEY.
      * 
* * string digest = 4; - * * @return The bytes for digest. */ @java.lang.Override - public com.google.protobuf.ByteString getDigestBytes() { + public com.google.protobuf.ByteString + getDigestBytes() { java.lang.Object ref = digest_; 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); digest_ = b; return b; } else { @@ -4424,7 +3909,6 @@ public com.google.protobuf.ByteString getDigestBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4436,22 +3920,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 (keyTag_ != 0) { output.writeInt32(1, keyTag_); } - if (algorithm_ - != com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED - .getNumber()) { + if (algorithm_ != com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED.getNumber()) { output.writeEnum(2, algorithm_); } - if (digestType_ - != com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType - .DIGEST_TYPE_UNSPECIFIED - .getNumber()) { + if (digestType_ != com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.DIGEST_TYPE_UNSPECIFIED.getNumber()) { output.writeEnum(3, digestType_); } - if (!getDigestBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(digest_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, digest_); } unknownFields.writeTo(output); @@ -4464,20 +3944,18 @@ public int getSerializedSize() { size = 0; if (keyTag_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, keyTag_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(1, keyTag_); } - if (algorithm_ - != com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, algorithm_); + if (algorithm_ != com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, algorithm_); } - if (digestType_ - != com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType - .DIGEST_TYPE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, digestType_); + if (digestType_ != com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.DIGEST_TYPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, digestType_); } - if (!getDigestBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(digest_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, digest_); } size += unknownFields.getSerializedSize(); @@ -4488,18 +3966,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.cloud.domains.v1alpha2.DnsSettings.DsRecord)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord other = - (com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord) obj; + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord other = (com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord) obj; - if (getKeyTag() != other.getKeyTag()) return false; + if (getKeyTag() + != other.getKeyTag()) return false; if (algorithm_ != other.algorithm_) return false; if (digestType_ != other.digestType_) return false; - if (!getDigest().equals(other.getDigest())) return false; + if (!getDigest() + .equals(other.getDigest())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -4525,94 +4004,87 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord 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 @@ -4622,8 +4094,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC
      * for a domain. It contains a digest (hash) of a DNSKEY record that must be
@@ -4632,24 +4102,21 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings.DsRecord}
      */
-    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.cloud.domains.v1alpha2.DnsSettings.DsRecord)
         com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_fieldAccessorTable
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.class,
-                com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder.class);
+                com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.class, com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Builder.class);
       }
 
       // Construct using com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.newBuilder()
@@ -4657,15 +4124,16 @@ private Builder() {
         maybeForceBuilderInitialization();
       }
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
         maybeForceBuilderInitialization();
       }
-
       private void maybeForceBuilderInitialization() {
-        if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+        if (com.google.protobuf.GeneratedMessageV3
+                .alwaysUseFieldBuilders) {
+        }
       }
-
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -4681,9 +4149,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor;
       }
 
       @java.lang.Override
@@ -4702,8 +4170,7 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord build() {
 
       @java.lang.Override
       public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord buildPartial() {
-        com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord result =
-            new com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord(this);
+        com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord result = new com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord(this);
         result.keyTag_ = keyTag_;
         result.algorithm_ = algorithm_;
         result.digestType_ = digestType_;
@@ -4716,41 +4183,38 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord 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.cloud.domains.v1alpha2.DnsSettings.DsRecord) {
-          return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord) other);
+          return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -4758,8 +4222,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord other) {
-        if (other == com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.getDefaultInstance()) return this;
         if (other.getKeyTag() != 0) {
           setKeyTag(other.getKeyTag());
         }
@@ -4792,8 +4255,7 @@ public Builder mergeFrom(
         try {
           parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage =
-              (com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord) e.getUnfinishedMessage();
+          parsedMessage = (com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord) e.getUnfinishedMessage();
           throw e.unwrapIOException();
         } finally {
           if (parsedMessage != null) {
@@ -4803,16 +4265,13 @@ public Builder mergeFrom(
         return this;
       }
 
-      private int keyTag_;
+      private int keyTag_ ;
       /**
-       *
-       *
        * 
        * The key tag of the record. Must be set in range 0 -- 65535.
        * 
* * int32 key_tag = 1; - * * @return The keyTag. */ @java.lang.Override @@ -4820,36 +4279,30 @@ public int getKeyTag() { return keyTag_; } /** - * - * *
        * The key tag of the record. Must be set in range 0 -- 65535.
        * 
* * int32 key_tag = 1; - * * @param value The keyTag to set. * @return This builder for chaining. */ public Builder setKeyTag(int value) { - + keyTag_ = value; onChanged(); return this; } /** - * - * *
        * The key tag of the record. Must be set in range 0 -- 65535.
        * 
* * int32 key_tag = 1; - * * @return This builder for chaining. */ public Builder clearKeyTag() { - + keyTag_ = 0; onChanged(); return this; @@ -4857,93 +4310,73 @@ public Builder clearKeyTag() { private int algorithm_ = 0; /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The enum numeric value on the wire for algorithm. */ - @java.lang.Override - public int getAlgorithmValue() { + @java.lang.Override public int getAlgorithmValue() { return algorithm_; } /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @param value The enum numeric value on the wire for algorithm to set. * @return This builder for chaining. */ public Builder setAlgorithmValue(int value) { - + algorithm_ = value; onChanged(); return this; } /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The algorithm. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm getAlgorithm() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm result = - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); - return result == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm result = com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); + return result == null ? com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED : result; } /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @param value The algorithm to set. * @return This builder for chaining. */ - public Builder setAlgorithm( - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm value) { + public Builder setAlgorithm(com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm value) { if (value == null) { throw new NullPointerException(); } - + algorithm_ = value.getNumber(); onChanged(); return this; } /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return This builder for chaining. */ public Builder clearAlgorithm() { - + algorithm_ = 0; onChanged(); return this; @@ -4951,98 +4384,73 @@ public Builder clearAlgorithm() { private int digestType_ = 0; /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; * @return The enum numeric value on the wire for digestType. */ - @java.lang.Override - public int getDigestTypeValue() { + @java.lang.Override public int getDigestTypeValue() { return digestType_; } /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; * @param value The enum numeric value on the wire for digestType to set. * @return This builder for chaining. */ public Builder setDigestTypeValue(int value) { - + digestType_ = value; onChanged(); return this; } /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; * @return The digestType. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType getDigestType() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType result = - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.valueOf(digestType_); - return result == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType result = com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.valueOf(digestType_); + return result == null ? com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType.UNRECOGNIZED : result; } /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; * @param value The digestType to set. * @return This builder for chaining. */ - public Builder setDigestType( - com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType value) { + public Builder setDigestType(com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType value) { if (value == null) { throw new NullPointerException(); } - + digestType_ = value.getNumber(); onChanged(); return this; } /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3; * @return This builder for chaining. */ public Builder clearDigestType() { - + digestType_ = 0; onChanged(); return this; @@ -5050,20 +4458,18 @@ public Builder clearDigestType() { private java.lang.Object digest_ = ""; /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @return The digest. */ public java.lang.String getDigest() { java.lang.Object ref = digest_; 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(); digest_ = s; return s; @@ -5072,21 +4478,20 @@ public java.lang.String getDigest() { } } /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @return The bytes for digest. */ - public com.google.protobuf.ByteString getDigestBytes() { + public com.google.protobuf.ByteString + getDigestBytes() { java.lang.Object ref = digest_; 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); digest_ = b; return b; } else { @@ -5094,66 +4499,58 @@ public com.google.protobuf.ByteString getDigestBytes() { } } /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @param value The digest to set. * @return This builder for chaining. */ - public Builder setDigest(java.lang.String value) { + public Builder setDigest( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + digest_ = value; onChanged(); return this; } /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @return This builder for chaining. */ public Builder clearDigest() { - + digest_ = getDefaultInstance().getDigest(); onChanged(); return this; } /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @param value The bytes for digest to set. * @return This builder for chaining. */ - public Builder setDigestBytes(com.google.protobuf.ByteString value) { + public Builder setDigestBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + digest_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -5166,12 +4563,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.DnsSettings.DsRecord) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.DnsSettings.DsRecord) private static final com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord(); } @@ -5180,16 +4577,16 @@ public static com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DsRecord parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new DsRecord(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DsRecord parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DsRecord(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -5204,41 +4601,34 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface GlueRecordOrBuilder - extends + public interface GlueRecordOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.DnsSettings.GlueRecord) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Required. Domain name of the host in Punycode format.
      * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The hostName. */ java.lang.String getHostName(); /** - * - * *
      * Required. Domain name of the host in Punycode format.
      * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for hostName. */ - com.google.protobuf.ByteString getHostNameBytes(); + com.google.protobuf.ByteString + getHostNameBytes(); /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5246,13 +4636,11 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv4_addresses = 2; - * * @return A list containing the ipv4Addresses. */ - java.util.List getIpv4AddressesList(); + java.util.List + getIpv4AddressesList(); /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5260,13 +4648,10 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv4_addresses = 2; - * * @return The count of ipv4Addresses. */ int getIpv4AddressesCount(); /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5274,14 +4659,11 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the element to return. * @return The ipv4Addresses at the given index. */ java.lang.String getIpv4Addresses(int index); /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5289,15 +4671,13 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the value to return. * @return The bytes of the ipv4Addresses at the given index. */ - com.google.protobuf.ByteString getIpv4AddressesBytes(int index); + com.google.protobuf.ByteString + getIpv4AddressesBytes(int index); /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5305,13 +4685,11 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv6_addresses = 3; - * * @return A list containing the ipv6Addresses. */ - java.util.List getIpv6AddressesList(); + java.util.List + getIpv6AddressesList(); /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5319,13 +4697,10 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv6_addresses = 3; - * * @return The count of ipv6Addresses. */ int getIpv6AddressesCount(); /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5333,14 +4708,11 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the element to return. * @return The ipv6Addresses at the given index. */ java.lang.String getIpv6Addresses(int index); /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5348,15 +4720,13 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the value to return. * @return The bytes of the ipv6Addresses at the given index. */ - com.google.protobuf.ByteString getIpv6AddressesBytes(int index); + com.google.protobuf.ByteString + getIpv6AddressesBytes(int index); } /** - * - * *
    * Defines a host on your domain that is a DNS name server for your domain
    * and/or other domains. Glue records are a way of making the IP address of a
@@ -5368,16 +4738,15 @@ public interface GlueRecordOrBuilder
    *
    * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings.GlueRecord}
    */
-  public static final class GlueRecord extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class GlueRecord extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.DnsSettings.GlueRecord)
       GlueRecordOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use GlueRecord.newBuilder() to construct.
     private GlueRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private GlueRecord() {
       hostName_ = "";
       ipv4Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -5386,15 +4755,16 @@ private GlueRecord() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new GlueRecord();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
     private GlueRecord(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -5414,46 +4784,44 @@ private GlueRecord(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
+            case 10: {
+              java.lang.String s = input.readStringRequireUtf8();
 
-                hostName_ = s;
-                break;
-              }
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                  ipv4Addresses_ = new com.google.protobuf.LazyStringArrayList();
-                  mutable_bitField0_ |= 0x00000001;
-                }
-                ipv4Addresses_.add(s);
-                break;
+              hostName_ = s;
+              break;
+            }
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                ipv4Addresses_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
               }
-            case 26:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                if (!((mutable_bitField0_ & 0x00000002) != 0)) {
-                  ipv6Addresses_ = new com.google.protobuf.LazyStringArrayList();
-                  mutable_bitField0_ |= 0x00000002;
-                }
-                ipv6Addresses_.add(s);
-                break;
+              ipv4Addresses_.add(s);
+              break;
+            }
+            case 26: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000002) != 0)) {
+                ipv6Addresses_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000002;
               }
-            default:
-              {
-                if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                  done = true;
-                }
-                break;
+              ipv6Addresses_.add(s);
+              break;
+            }
+            default: {
+              if (!parseUnknownField(
+                  input, unknownFields, extensionRegistry, tag)) {
+                done = true;
               }
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
         throw e.setUnfinishedMessage(this);
       } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+        throw new com.google.protobuf.InvalidProtocolBufferException(
+            e).setUnfinishedMessage(this);
       } finally {
         if (((mutable_bitField0_ & 0x00000001) != 0)) {
           ipv4Addresses_ = ipv4Addresses_.getUnmodifiableView();
@@ -5465,33 +4833,27 @@ private GlueRecord(
         makeExtensionsImmutable();
       }
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_fieldAccessorTable
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.class,
-              com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder.class);
+              com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.class, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder.class);
     }
 
     public static final int HOST_NAME_FIELD_NUMBER = 1;
     private volatile java.lang.Object hostName_;
     /**
-     *
-     *
      * 
      * Required. Domain name of the host in Punycode format.
      * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The hostName. */ @java.lang.Override @@ -5500,29 +4862,29 @@ public java.lang.String getHostName() { 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(); hostName_ = s; return s; } } /** - * - * *
      * Required. Domain name of the host in Punycode format.
      * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for hostName. */ @java.lang.Override - public com.google.protobuf.ByteString getHostNameBytes() { + public com.google.protobuf.ByteString + getHostNameBytes() { java.lang.Object ref = hostName_; 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); hostName_ = b; return b; } else { @@ -5533,8 +4895,6 @@ public com.google.protobuf.ByteString getHostNameBytes() { public static final int IPV4_ADDRESSES_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList ipv4Addresses_; /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5542,15 +4902,13 @@ public com.google.protobuf.ByteString getHostNameBytes() {
      * 
* * repeated string ipv4_addresses = 2; - * * @return A list containing the ipv4Addresses. */ - public com.google.protobuf.ProtocolStringList getIpv4AddressesList() { + public com.google.protobuf.ProtocolStringList + getIpv4AddressesList() { return ipv4Addresses_; } /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5558,15 +4916,12 @@ public com.google.protobuf.ProtocolStringList getIpv4AddressesList() {
      * 
* * repeated string ipv4_addresses = 2; - * * @return The count of ipv4Addresses. */ public int getIpv4AddressesCount() { return ipv4Addresses_.size(); } /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5574,7 +4929,6 @@ public int getIpv4AddressesCount() {
      * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the element to return. * @return The ipv4Addresses at the given index. */ @@ -5582,8 +4936,6 @@ public java.lang.String getIpv4Addresses(int index) { return ipv4Addresses_.get(index); } /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5591,19 +4943,17 @@ public java.lang.String getIpv4Addresses(int index) {
      * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the value to return. * @return The bytes of the ipv4Addresses at the given index. */ - public com.google.protobuf.ByteString getIpv4AddressesBytes(int index) { + public com.google.protobuf.ByteString + getIpv4AddressesBytes(int index) { return ipv4Addresses_.getByteString(index); } public static final int IPV6_ADDRESSES_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList ipv6Addresses_; /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5611,15 +4961,13 @@ public com.google.protobuf.ByteString getIpv4AddressesBytes(int index) {
      * 
* * repeated string ipv6_addresses = 3; - * * @return A list containing the ipv6Addresses. */ - public com.google.protobuf.ProtocolStringList getIpv6AddressesList() { + public com.google.protobuf.ProtocolStringList + getIpv6AddressesList() { return ipv6Addresses_; } /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5627,15 +4975,12 @@ public com.google.protobuf.ProtocolStringList getIpv6AddressesList() {
      * 
* * repeated string ipv6_addresses = 3; - * * @return The count of ipv6Addresses. */ public int getIpv6AddressesCount() { return ipv6Addresses_.size(); } /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5643,7 +4988,6 @@ public int getIpv6AddressesCount() {
      * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the element to return. * @return The ipv6Addresses at the given index. */ @@ -5651,8 +4995,6 @@ public java.lang.String getIpv6Addresses(int index) { return ipv6Addresses_.get(index); } /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5660,16 +5002,15 @@ public java.lang.String getIpv6Addresses(int index) {
      * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the value to return. * @return The bytes of the ipv6Addresses at the given index. */ - public com.google.protobuf.ByteString getIpv6AddressesBytes(int index) { + public com.google.protobuf.ByteString + getIpv6AddressesBytes(int index) { return ipv6Addresses_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -5681,8 +5022,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getHostNameBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(hostName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, hostName_); } for (int i = 0; i < ipv4Addresses_.size(); i++) { @@ -5700,7 +5042,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getHostNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(hostName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, hostName_); } { @@ -5727,17 +5069,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.cloud.domains.v1alpha2.DnsSettings.GlueRecord)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord other = - (com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord) obj; + com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord other = (com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord) obj; - if (!getHostName().equals(other.getHostName())) return false; - if (!getIpv4AddressesList().equals(other.getIpv4AddressesList())) return false; - if (!getIpv6AddressesList().equals(other.getIpv6AddressesList())) return false; + if (!getHostName() + .equals(other.getHostName())) return false; + if (!getIpv4AddressesList() + .equals(other.getIpv4AddressesList())) return false; + if (!getIpv6AddressesList() + .equals(other.getIpv6AddressesList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -5765,94 +5109,87 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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 @@ -5862,8 +5199,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Defines a host on your domain that is a DNS name server for your domain
      * and/or other domains. Glue records are a way of making the IP address of a
@@ -5875,24 +5210,21 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings.GlueRecord}
      */
-    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.cloud.domains.v1alpha2.DnsSettings.GlueRecord)
         com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_fieldAccessorTable
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.class,
-                com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder.class);
+                com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.class, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder.class);
       }
 
       // Construct using com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.newBuilder()
@@ -5900,15 +5232,16 @@ private Builder() {
         maybeForceBuilderInitialization();
       }
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
         maybeForceBuilderInitialization();
       }
-
       private void maybeForceBuilderInitialization() {
-        if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+        if (com.google.protobuf.GeneratedMessageV3
+                .alwaysUseFieldBuilders) {
+        }
       }
-
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -5922,9 +5255,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.domains.v1alpha2.DomainsProto
-            .internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor;
       }
 
       @java.lang.Override
@@ -5943,8 +5276,7 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord build() {
 
       @java.lang.Override
       public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord buildPartial() {
-        com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord result =
-            new com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord(this);
+        com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord result = new com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord(this);
         int from_bitField0_ = bitField0_;
         result.hostName_ = hostName_;
         if (((bitField0_ & 0x00000001) != 0)) {
@@ -5965,41 +5297,38 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord 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.cloud.domains.v1alpha2.DnsSettings.GlueRecord) {
-          return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord) other);
+          return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -6007,8 +5336,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord other) {
-        if (other == com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.getDefaultInstance()) return this;
         if (!other.getHostName().isEmpty()) {
           hostName_ = other.hostName_;
           onChanged();
@@ -6052,8 +5380,7 @@ public Builder mergeFrom(
         try {
           parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage =
-              (com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord) e.getUnfinishedMessage();
+          parsedMessage = (com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord) e.getUnfinishedMessage();
           throw e.unwrapIOException();
         } finally {
           if (parsedMessage != null) {
@@ -6062,25 +5389,22 @@ public Builder mergeFrom(
         }
         return this;
       }
-
       private int bitField0_;
 
       private java.lang.Object hostName_ = "";
       /**
-       *
-       *
        * 
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The hostName. */ public java.lang.String getHostName() { java.lang.Object ref = hostName_; 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(); hostName_ = s; return s; @@ -6089,21 +5413,20 @@ public java.lang.String getHostName() { } } /** - * - * *
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for hostName. */ - public com.google.protobuf.ByteString getHostNameBytes() { + public com.google.protobuf.ByteString + getHostNameBytes() { java.lang.Object ref = hostName_; 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); hostName_ = b; return b; } else { @@ -6111,78 +5434,67 @@ public com.google.protobuf.ByteString getHostNameBytes() { } } /** - * - * *
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The hostName to set. * @return This builder for chaining. */ - public Builder setHostName(java.lang.String value) { + public Builder setHostName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + hostName_ = value; onChanged(); return this; } /** - * - * *
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearHostName() { - + hostName_ = getDefaultInstance().getHostName(); onChanged(); return this; } /** - * - * *
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for hostName to set. * @return This builder for chaining. */ - public Builder setHostNameBytes(com.google.protobuf.ByteString value) { + public Builder setHostNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + hostName_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList ipv4Addresses_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList ipv4Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureIpv4AddressesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { ipv4Addresses_ = new com.google.protobuf.LazyStringArrayList(ipv4Addresses_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6190,15 +5502,13 @@ private void ensureIpv4AddressesIsMutable() {
        * 
* * repeated string ipv4_addresses = 2; - * * @return A list containing the ipv4Addresses. */ - public com.google.protobuf.ProtocolStringList getIpv4AddressesList() { + public com.google.protobuf.ProtocolStringList + getIpv4AddressesList() { return ipv4Addresses_.getUnmodifiableView(); } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6206,15 +5516,12 @@ public com.google.protobuf.ProtocolStringList getIpv4AddressesList() {
        * 
* * repeated string ipv4_addresses = 2; - * * @return The count of ipv4Addresses. */ public int getIpv4AddressesCount() { return ipv4Addresses_.size(); } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6222,7 +5529,6 @@ public int getIpv4AddressesCount() {
        * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the element to return. * @return The ipv4Addresses at the given index. */ @@ -6230,8 +5536,6 @@ public java.lang.String getIpv4Addresses(int index) { return ipv4Addresses_.get(index); } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6239,16 +5543,14 @@ public java.lang.String getIpv4Addresses(int index) {
        * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the value to return. * @return The bytes of the ipv4Addresses at the given index. */ - public com.google.protobuf.ByteString getIpv4AddressesBytes(int index) { + public com.google.protobuf.ByteString + getIpv4AddressesBytes(int index) { return ipv4Addresses_.getByteString(index); } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6256,23 +5558,21 @@ public com.google.protobuf.ByteString getIpv4AddressesBytes(int index) {
        * 
* * repeated string ipv4_addresses = 2; - * * @param index The index to set the value at. * @param value The ipv4Addresses to set. * @return This builder for chaining. */ - public Builder setIpv4Addresses(int index, java.lang.String value) { + public Builder setIpv4Addresses( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureIpv4AddressesIsMutable(); + throw new NullPointerException(); + } + ensureIpv4AddressesIsMutable(); ipv4Addresses_.set(index, value); onChanged(); return this; } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6280,22 +5580,20 @@ public Builder setIpv4Addresses(int index, java.lang.String value) {
        * 
* * repeated string ipv4_addresses = 2; - * * @param value The ipv4Addresses to add. * @return This builder for chaining. */ - public Builder addIpv4Addresses(java.lang.String value) { + public Builder addIpv4Addresses( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureIpv4AddressesIsMutable(); + throw new NullPointerException(); + } + ensureIpv4AddressesIsMutable(); ipv4Addresses_.add(value); onChanged(); return this; } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6303,19 +5601,18 @@ public Builder addIpv4Addresses(java.lang.String value) {
        * 
* * repeated string ipv4_addresses = 2; - * * @param values The ipv4Addresses to add. * @return This builder for chaining. */ - public Builder addAllIpv4Addresses(java.lang.Iterable values) { + public Builder addAllIpv4Addresses( + java.lang.Iterable values) { ensureIpv4AddressesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ipv4Addresses_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, ipv4Addresses_); onChanged(); return this; } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6323,7 +5620,6 @@ public Builder addAllIpv4Addresses(java.lang.Iterable values)
        * 
* * repeated string ipv4_addresses = 2; - * * @return This builder for chaining. */ public Builder clearIpv4Addresses() { @@ -6333,8 +5629,6 @@ public Builder clearIpv4Addresses() { return this; } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6342,33 +5636,29 @@ public Builder clearIpv4Addresses() {
        * 
* * repeated string ipv4_addresses = 2; - * * @param value The bytes of the ipv4Addresses to add. * @return This builder for chaining. */ - public Builder addIpv4AddressesBytes(com.google.protobuf.ByteString value) { + public Builder addIpv4AddressesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureIpv4AddressesIsMutable(); ipv4Addresses_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList ipv6Addresses_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList ipv6Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureIpv6AddressesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { ipv6Addresses_ = new com.google.protobuf.LazyStringArrayList(ipv6Addresses_); bitField0_ |= 0x00000002; - } + } } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6376,15 +5666,13 @@ private void ensureIpv6AddressesIsMutable() {
        * 
* * repeated string ipv6_addresses = 3; - * * @return A list containing the ipv6Addresses. */ - public com.google.protobuf.ProtocolStringList getIpv6AddressesList() { + public com.google.protobuf.ProtocolStringList + getIpv6AddressesList() { return ipv6Addresses_.getUnmodifiableView(); } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6392,15 +5680,12 @@ public com.google.protobuf.ProtocolStringList getIpv6AddressesList() {
        * 
* * repeated string ipv6_addresses = 3; - * * @return The count of ipv6Addresses. */ public int getIpv6AddressesCount() { return ipv6Addresses_.size(); } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6408,7 +5693,6 @@ public int getIpv6AddressesCount() {
        * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the element to return. * @return The ipv6Addresses at the given index. */ @@ -6416,8 +5700,6 @@ public java.lang.String getIpv6Addresses(int index) { return ipv6Addresses_.get(index); } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6425,16 +5707,14 @@ public java.lang.String getIpv6Addresses(int index) {
        * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the value to return. * @return The bytes of the ipv6Addresses at the given index. */ - public com.google.protobuf.ByteString getIpv6AddressesBytes(int index) { + public com.google.protobuf.ByteString + getIpv6AddressesBytes(int index) { return ipv6Addresses_.getByteString(index); } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6442,23 +5722,21 @@ public com.google.protobuf.ByteString getIpv6AddressesBytes(int index) {
        * 
* * repeated string ipv6_addresses = 3; - * * @param index The index to set the value at. * @param value The ipv6Addresses to set. * @return This builder for chaining. */ - public Builder setIpv6Addresses(int index, java.lang.String value) { + public Builder setIpv6Addresses( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureIpv6AddressesIsMutable(); + throw new NullPointerException(); + } + ensureIpv6AddressesIsMutable(); ipv6Addresses_.set(index, value); onChanged(); return this; } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6466,22 +5744,20 @@ public Builder setIpv6Addresses(int index, java.lang.String value) {
        * 
* * repeated string ipv6_addresses = 3; - * * @param value The ipv6Addresses to add. * @return This builder for chaining. */ - public Builder addIpv6Addresses(java.lang.String value) { + public Builder addIpv6Addresses( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureIpv6AddressesIsMutable(); + throw new NullPointerException(); + } + ensureIpv6AddressesIsMutable(); ipv6Addresses_.add(value); onChanged(); return this; } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6489,19 +5765,18 @@ public Builder addIpv6Addresses(java.lang.String value) {
        * 
* * repeated string ipv6_addresses = 3; - * * @param values The ipv6Addresses to add. * @return This builder for chaining. */ - public Builder addAllIpv6Addresses(java.lang.Iterable values) { + public Builder addAllIpv6Addresses( + java.lang.Iterable values) { ensureIpv6AddressesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ipv6Addresses_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, ipv6Addresses_); onChanged(); return this; } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6509,7 +5784,6 @@ public Builder addAllIpv6Addresses(java.lang.Iterable values)
        * 
* * repeated string ipv6_addresses = 3; - * * @return This builder for chaining. */ public Builder clearIpv6Addresses() { @@ -6519,8 +5793,6 @@ public Builder clearIpv6Addresses() { return this; } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6528,21 +5800,20 @@ public Builder clearIpv6Addresses() {
        * 
* * repeated string ipv6_addresses = 3; - * * @param value The bytes of the ipv6Addresses to add. * @return This builder for chaining. */ - public Builder addIpv6AddressesBytes(com.google.protobuf.ByteString value) { + public Builder addIpv6AddressesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureIpv6AddressesIsMutable(); ipv6Addresses_.add(value); onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -6555,12 +5826,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.DnsSettings.GlueRecord) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.DnsSettings.GlueRecord) private static final com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord(); } @@ -6569,16 +5840,16 @@ public static com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord getDefaul return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GlueRecord parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GlueRecord(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GlueRecord parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GlueRecord(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -6593,20 +5864,18 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int dnsProviderCase_ = 0; private java.lang.Object dnsProvider_; - public enum DnsProviderCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { CUSTOM_DNS(1), GOOGLE_DOMAINS_DNS(2), DNSPROVIDER_NOT_SET(0); private final int value; - private DnsProviderCase(int value) { this.value = value; } @@ -6622,36 +5891,30 @@ public static DnsProviderCase valueOf(int value) { public static DnsProviderCase forNumber(int value) { switch (value) { - case 1: - return CUSTOM_DNS; - case 2: - return GOOGLE_DOMAINS_DNS; - case 0: - return DNSPROVIDER_NOT_SET; - default: - return null; + case 1: return CUSTOM_DNS; + case 2: return GOOGLE_DOMAINS_DNS; + case 0: return DNSPROVIDER_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public DnsProviderCase getDnsProviderCase() { - return DnsProviderCase.forNumber(dnsProviderCase_); + public DnsProviderCase + getDnsProviderCase() { + return DnsProviderCase.forNumber( + dnsProviderCase_); } public static final int CUSTOM_DNS_FIELD_NUMBER = 1; /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1; - * * @return Whether the customDns field is set. */ @java.lang.Override @@ -6659,26 +5922,21 @@ public boolean hasCustomDns() { return dnsProviderCase_ == 1; } /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1; - * * @return The customDns. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns getCustomDns() { if (dnsProviderCase_ == 1) { - return (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_; + return (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_; } return com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.getDefaultInstance(); } /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
@@ -6688,23 +5946,19 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns getCustomDns() { @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder() { if (dnsProviderCase_ == 1) { - return (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_; + return (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_; } return com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.getDefaultInstance(); } public static final int GOOGLE_DOMAINS_DNS_FIELD_NUMBER = 2; /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; * @return Whether the googleDomainsDns field is set. */ @java.lang.Override @@ -6712,41 +5966,33 @@ public boolean hasGoogleDomainsDns() { return dnsProviderCase_ == 2; } /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; * @return The googleDomainsDns. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getGoogleDomainsDns() { if (dnsProviderCase_ == 2) { - return (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_; + return (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_; } return com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.getDefaultInstance(); } /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder - getGoogleDomainsDnsOrBuilder() { + public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder() { if (dnsProviderCase_ == 2) { - return (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_; + return (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_; } return com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.getDefaultInstance(); } @@ -6754,8 +6000,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getGoogleD public static final int GLUE_RECORDS_FIELD_NUMBER = 4; private java.util.List glueRecords_; /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6763,13 +6007,10 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getGoogleD * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ @java.lang.Override - public java.util.List - getGlueRecordsList() { + public java.util.List getGlueRecordsList() { return glueRecords_; } /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6777,13 +6018,11 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getGoogleD * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ @java.lang.Override - public java.util.List + public java.util.List getGlueRecordsOrBuilderList() { return glueRecords_; } /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6795,8 +6034,6 @@ public int getGlueRecordsCount() { return glueRecords_.size(); } /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6808,8 +6045,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord getGlueRecords(i return glueRecords_.get(index); } /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6823,7 +6058,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder getGlue } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -6835,14 +6069,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 (dnsProviderCase_ == 1) { - output.writeMessage( - 1, (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_); + output.writeMessage(1, (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_); } if (dnsProviderCase_ == 2) { - output.writeMessage( - 2, (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_); + output.writeMessage(2, (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_); } for (int i = 0; i < glueRecords_.size(); i++) { output.writeMessage(4, glueRecords_.get(i)); @@ -6857,17 +6090,16 @@ public int getSerializedSize() { size = 0; if (dnsProviderCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_); } if (dnsProviderCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_); } for (int i = 0; i < glueRecords_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, glueRecords_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, glueRecords_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -6877,22 +6109,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.cloud.domains.v1alpha2.DnsSettings)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.DnsSettings other = - (com.google.cloud.domains.v1alpha2.DnsSettings) obj; + com.google.cloud.domains.v1alpha2.DnsSettings other = (com.google.cloud.domains.v1alpha2.DnsSettings) obj; - if (!getGlueRecordsList().equals(other.getGlueRecordsList())) return false; + if (!getGlueRecordsList() + .equals(other.getGlueRecordsList())) return false; if (!getDnsProviderCase().equals(other.getDnsProviderCase())) return false; switch (dnsProviderCase_) { case 1: - if (!getCustomDns().equals(other.getCustomDns())) return false; + if (!getCustomDns() + .equals(other.getCustomDns())) return false; break; case 2: - if (!getGoogleDomainsDns().equals(other.getGoogleDomainsDns())) return false; + if (!getGoogleDomainsDns() + .equals(other.getGoogleDomainsDns())) return false; break; case 0: default: @@ -6929,104 +6163,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.domains.v1alpha2.DnsSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.domains.v1alpha2.DnsSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.DnsSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings 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 DNS configuration of a `Registration`, including name servers,
    * DNSSEC, and glue records.
@@ -7034,23 +6261,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.domains.v1alpha2.DnsSettings}
    */
-  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.cloud.domains.v1alpha2.DnsSettings)
       com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_fieldAccessorTable
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1alpha2.DnsSettings.class,
-              com.google.cloud.domains.v1alpha2.DnsSettings.Builder.class);
+              com.google.cloud.domains.v1alpha2.DnsSettings.class, com.google.cloud.domains.v1alpha2.DnsSettings.Builder.class);
     }
 
     // Construct using com.google.cloud.domains.v1alpha2.DnsSettings.newBuilder()
@@ -7058,17 +6283,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getGlueRecordsFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -7084,9 +6309,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.domains.v1alpha2.DomainsProto
-          .internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor;
     }
 
     @java.lang.Override
@@ -7105,8 +6330,7 @@ public com.google.cloud.domains.v1alpha2.DnsSettings build() {
 
     @java.lang.Override
     public com.google.cloud.domains.v1alpha2.DnsSettings buildPartial() {
-      com.google.cloud.domains.v1alpha2.DnsSettings result =
-          new com.google.cloud.domains.v1alpha2.DnsSettings(this);
+      com.google.cloud.domains.v1alpha2.DnsSettings result = new com.google.cloud.domains.v1alpha2.DnsSettings(this);
       int from_bitField0_ = bitField0_;
       if (dnsProviderCase_ == 1) {
         if (customDnsBuilder_ == null) {
@@ -7140,39 +6364,38 @@ public com.google.cloud.domains.v1alpha2.DnsSettings 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.cloud.domains.v1alpha2.DnsSettings) {
-        return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings) other);
+        return mergeFrom((com.google.cloud.domains.v1alpha2.DnsSettings)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -7199,30 +6422,26 @@ public Builder mergeFrom(com.google.cloud.domains.v1alpha2.DnsSettings other) {
             glueRecordsBuilder_ = null;
             glueRecords_ = other.glueRecords_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            glueRecordsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getGlueRecordsFieldBuilder()
-                    : null;
+            glueRecordsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getGlueRecordsFieldBuilder() : null;
           } else {
             glueRecordsBuilder_.addAllMessages(other.glueRecords_);
           }
         }
       }
       switch (other.getDnsProviderCase()) {
-        case CUSTOM_DNS:
-          {
-            mergeCustomDns(other.getCustomDns());
-            break;
-          }
-        case GOOGLE_DOMAINS_DNS:
-          {
-            mergeGoogleDomainsDns(other.getGoogleDomainsDns());
-            break;
-          }
-        case DNSPROVIDER_NOT_SET:
-          {
-            break;
-          }
+        case CUSTOM_DNS: {
+          mergeCustomDns(other.getCustomDns());
+          break;
+        }
+        case GOOGLE_DOMAINS_DNS: {
+          mergeGoogleDomainsDns(other.getGoogleDomainsDns());
+          break;
+        }
+        case DNSPROVIDER_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
@@ -7252,12 +6471,12 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     private int dnsProviderCase_ = 0;
     private java.lang.Object dnsProvider_;
-
-    public DnsProviderCase getDnsProviderCase() {
-      return DnsProviderCase.forNumber(dnsProviderCase_);
+    public DnsProviderCase
+        getDnsProviderCase() {
+      return DnsProviderCase.forNumber(
+          dnsProviderCase_);
     }
 
     public Builder clearDnsProvider() {
@@ -7270,19 +6489,13 @@ public Builder clearDnsProvider() {
     private int bitField0_;
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns,
-            com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder,
-            com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder>
-        customDnsBuilder_;
+        com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns, com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder> customDnsBuilder_;
     /**
-     *
-     *
      * 
      * An arbitrary DNS provider identified by its name servers.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1; - * * @return Whether the customDns field is set. */ @java.lang.Override @@ -7290,14 +6503,11 @@ public boolean hasCustomDns() { return dnsProviderCase_ == 1; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1; - * * @return The customDns. */ @java.lang.Override @@ -7315,8 +6525,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns getCustomDns() { } } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7337,8 +6545,6 @@ public Builder setCustomDns(com.google.cloud.domains.v1alpha2.DnsSettings.Custom return this; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7357,8 +6563,6 @@ public Builder setCustomDns( return this; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7367,14 +6571,10 @@ public Builder setCustomDns( */ public Builder mergeCustomDns(com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns value) { if (customDnsBuilder_ == null) { - if (dnsProviderCase_ == 1 - && dnsProvider_ - != com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.getDefaultInstance()) { - dnsProvider_ = - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.newBuilder( - (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_) - .mergeFrom(value) - .buildPartial(); + if (dnsProviderCase_ == 1 && + dnsProvider_ != com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.getDefaultInstance()) { + dnsProvider_ = com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.newBuilder((com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_) + .mergeFrom(value).buildPartial(); } else { dnsProvider_ = value; } @@ -7389,8 +6589,6 @@ public Builder mergeCustomDns(com.google.cloud.domains.v1alpha2.DnsSettings.Cust return this; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7414,8 +6612,6 @@ public Builder clearCustomDns() { return this; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7426,8 +6622,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder getCustom return getCustomDnsFieldBuilder().getBuilder(); } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7435,8 +6629,7 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder getCustom * .google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder - getCustomDnsOrBuilder() { + public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder() { if ((dnsProviderCase_ == 1) && (customDnsBuilder_ != null)) { return customDnsBuilder_.getMessageOrBuilder(); } else { @@ -7447,8 +6640,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder getCustom } } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7456,47 +6647,33 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder getCustom * .google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns, - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder> + com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns, com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder> getCustomDnsFieldBuilder() { if (customDnsBuilder_ == null) { if (!(dnsProviderCase_ == 1)) { - dnsProvider_ = - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.getDefaultInstance(); - } - customDnsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns, - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder>( + dnsProvider_ = com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.getDefaultInstance(); + } + customDnsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns, com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder>( (com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns) dnsProvider_, getParentForChildren(), isClean()); dnsProvider_ = null; } dnsProviderCase_ = 1; - onChanged(); - ; + onChanged();; return customDnsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns, - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder> - googleDomainsDnsBuilder_; + com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder> googleDomainsDnsBuilder_; /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; * @return Whether the googleDomainsDns field is set. */ @java.lang.Override @@ -7504,16 +6681,12 @@ public boolean hasGoogleDomainsDns() { return dnsProviderCase_ == 2; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; * @return The googleDomainsDns. */ @java.lang.Override @@ -7531,18 +6704,14 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getGoogleD } } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ - public Builder setGoogleDomainsDns( - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns value) { + public Builder setGoogleDomainsDns(com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns value) { if (googleDomainsDnsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -7556,15 +6725,12 @@ public Builder setGoogleDomainsDns( return this; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ public Builder setGoogleDomainsDns( com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder builderForValue) { @@ -7578,28 +6744,19 @@ public Builder setGoogleDomainsDns( return this; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ - public Builder mergeGoogleDomainsDns( - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns value) { + public Builder mergeGoogleDomainsDns(com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns value) { if (googleDomainsDnsBuilder_ == null) { - if (dnsProviderCase_ == 2 - && dnsProvider_ - != com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns - .getDefaultInstance()) { - dnsProvider_ = - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.newBuilder( - (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_) - .mergeFrom(value) - .buildPartial(); + if (dnsProviderCase_ == 2 && + dnsProvider_ != com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.getDefaultInstance()) { + dnsProvider_ = com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.newBuilder((com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_) + .mergeFrom(value).buildPartial(); } else { dnsProvider_ = value; } @@ -7614,15 +6771,12 @@ public Builder mergeGoogleDomainsDns( return this; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ public Builder clearGoogleDomainsDns() { if (googleDomainsDnsBuilder_ == null) { @@ -7641,34 +6795,26 @@ public Builder clearGoogleDomainsDns() { return this; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ - public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder - getGoogleDomainsDnsBuilder() { + public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder getGoogleDomainsDnsBuilder() { return getGoogleDomainsDnsFieldBuilder().getBuilder(); } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder - getGoogleDomainsDnsOrBuilder() { + public com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder() { if ((dnsProviderCase_ == 2) && (googleDomainsDnsBuilder_ != null)) { return googleDomainsDnsBuilder_.getMessageOrBuilder(); } else { @@ -7679,71 +6825,52 @@ public Builder clearGoogleDomainsDns() { } } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns, - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder> + com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder> getGoogleDomainsDnsFieldBuilder() { if (googleDomainsDnsBuilder_ == null) { if (!(dnsProviderCase_ == 2)) { - dnsProvider_ = - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.getDefaultInstance(); - } - googleDomainsDnsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns, - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder>( + dnsProvider_ = com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } + googleDomainsDnsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder>( (com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns) dnsProvider_, getParentForChildren(), isClean()); dnsProvider_ = null; } dnsProviderCase_ = 2; - onChanged(); - ; + onChanged();; return googleDomainsDnsBuilder_; } private java.util.List glueRecords_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureGlueRecordsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - glueRecords_ = - new java.util.ArrayList( - glueRecords_); + glueRecords_ = new java.util.ArrayList(glueRecords_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord, - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder> - glueRecordsBuilder_; + com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder> glueRecordsBuilder_; /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
* * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ - public java.util.List - getGlueRecordsList() { + public java.util.List getGlueRecordsList() { if (glueRecordsBuilder_ == null) { return java.util.Collections.unmodifiableList(glueRecords_); } else { @@ -7751,8 +6878,6 @@ private void ensureGlueRecordsIsMutable() { } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7767,8 +6892,6 @@ public int getGlueRecordsCount() { } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7783,8 +6906,6 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord getGlueRecords(i } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7806,8 +6927,6 @@ public Builder setGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7815,8 +6934,7 @@ public Builder setGlueRecords( * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ public Builder setGlueRecords( - int index, - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder builderForValue) { + int index, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder builderForValue) { if (glueRecordsBuilder_ == null) { ensureGlueRecordsIsMutable(); glueRecords_.set(index, builderForValue.build()); @@ -7827,8 +6945,6 @@ public Builder setGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7849,8 +6965,6 @@ public Builder addGlueRecords(com.google.cloud.domains.v1alpha2.DnsSettings.Glue return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7872,8 +6986,6 @@ public Builder addGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7892,8 +7004,6 @@ public Builder addGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7901,8 +7011,7 @@ public Builder addGlueRecords( * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ public Builder addGlueRecords( - int index, - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder builderForValue) { + int index, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder builderForValue) { if (glueRecordsBuilder_ == null) { ensureGlueRecordsIsMutable(); glueRecords_.add(index, builderForValue.build()); @@ -7913,8 +7022,6 @@ public Builder addGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7922,11 +7029,11 @@ public Builder addGlueRecords( * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ public Builder addAllGlueRecords( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (glueRecordsBuilder_ == null) { ensureGlueRecordsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, glueRecords_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, glueRecords_); onChanged(); } else { glueRecordsBuilder_.addAllMessages(values); @@ -7934,8 +7041,6 @@ public Builder addAllGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7953,8 +7058,6 @@ public Builder clearGlueRecords() { return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7972,8 +7075,6 @@ public Builder removeGlueRecords(int index) { return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7985,34 +7086,28 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder getGlueR return getGlueRecordsFieldBuilder().getBuilder(index); } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
* * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ - public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder - getGlueRecordsOrBuilder(int index) { + public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder getGlueRecordsOrBuilder( + int index) { if (glueRecordsBuilder_ == null) { - return glueRecords_.get(index); - } else { + return glueRecords_.get(index); } else { return glueRecordsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
* * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ - public java.util.List< - ? extends com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder> - getGlueRecordsOrBuilderList() { + public java.util.List + getGlueRecordsOrBuilderList() { if (glueRecordsBuilder_ != null) { return glueRecordsBuilder_.getMessageOrBuilderList(); } else { @@ -8020,23 +7115,17 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder getGlueR } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
* * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ - public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder - addGlueRecordsBuilder() { - return getGlueRecordsFieldBuilder() - .addBuilder( - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.getDefaultInstance()); + public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder addGlueRecordsBuilder() { + return getGlueRecordsFieldBuilder().addBuilder( + com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.getDefaultInstance()); } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -8045,43 +7134,37 @@ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder getGlueR */ public com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder addGlueRecordsBuilder( int index) { - return getGlueRecordsFieldBuilder() - .addBuilder( - index, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.getDefaultInstance()); + return getGlueRecordsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.getDefaultInstance()); } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
* * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ - public java.util.List - getGlueRecordsBuilderList() { + public java.util.List + getGlueRecordsBuilderList() { return getGlueRecordsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord, - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder> + com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder> getGlueRecordsFieldBuilder() { if (glueRecordsBuilder_ == null) { - glueRecordsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord, - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder, - com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder>( - glueRecords_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + glueRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecordOrBuilder>( + glueRecords_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); glueRecords_ = null; } return glueRecordsBuilder_; } - @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); } @@ -8091,12 +7174,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.DnsSettings) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.DnsSettings) private static final com.google.cloud.domains.v1alpha2.DnsSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.DnsSettings(); } @@ -8105,16 +7188,16 @@ public static com.google.cloud.domains.v1alpha2.DnsSettings getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DnsSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new DnsSettings(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DnsSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DnsSettings(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -8129,4 +7212,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.DnsSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettingsOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettingsOrBuilder.java similarity index 77% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettingsOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettingsOrBuilder.java index a1c2c483..6669e2de 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettingsOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DnsSettingsOrBuilder.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface DnsSettingsOrBuilder - extends +public interface DnsSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.DnsSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1; - * * @return Whether the customDns field is set. */ boolean hasCustomDns(); /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1; - * * @return The customDns. */ com.google.cloud.domains.v1alpha2.DnsSettings.CustomDns getCustomDns(); /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
@@ -59,60 +35,45 @@ public interface DnsSettingsOrBuilder com.google.cloud.domains.v1alpha2.DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder(); /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; * @return Whether the googleDomainsDns field is set. */ boolean hasGoogleDomainsDns(); /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; * @return The googleDomainsDns. */ com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns getGoogleDomainsDns(); /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* - * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ - com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder - getGoogleDomainsDnsOrBuilder(); + com.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder(); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
* * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ - java.util.List getGlueRecordsList(); + java.util.List + getGlueRecordsList(); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -121,8 +82,6 @@ public interface DnsSettingsOrBuilder */ com.google.cloud.domains.v1alpha2.DnsSettings.GlueRecord getGlueRecords(int index); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -131,19 +90,15 @@ public interface DnsSettingsOrBuilder */ int getGlueRecordsCount(); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
* * repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4; */ - java.util.List + java.util.List getGlueRecordsOrBuilderList(); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainNotice.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainNotice.java similarity index 69% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainNotice.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainNotice.java index 6b7bcaf7..4384023c 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainNotice.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainNotice.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Notices about special properties of certain domains.
  * 
* * Protobuf enum {@code google.cloud.domains.v1alpha2.DomainNotice} */ -public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum { +public enum DomainNotice + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
    * The notice is undefined.
    * 
@@ -39,8 +21,6 @@ public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum { */ DOMAIN_NOTICE_UNSPECIFIED(0), /** - * - * *
    * Indicates that the domain is preloaded on the HTTP Strict Transport
    * Security list in browsers. Serving a website on such domain requires
@@ -56,8 +36,6 @@ public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * The notice is undefined.
    * 
@@ -66,8 +44,6 @@ public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DOMAIN_NOTICE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * Indicates that the domain is preloaded on the HTTP Strict Transport
    * Security list in browsers. Serving a website on such domain requires
@@ -80,6 +56,7 @@ public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int HSTS_PRELOADED_VALUE = 1;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -104,47 +81,48 @@ public static DomainNotice valueOf(int value) {
    */
   public static DomainNotice forNumber(int value) {
     switch (value) {
-      case 0:
-        return DOMAIN_NOTICE_UNSPECIFIED;
-      case 1:
-        return HSTS_PRELOADED;
-      default:
-        return null;
+      case 0: return DOMAIN_NOTICE_UNSPECIFIED;
+      case 1: return HSTS_PRELOADED;
+      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 DomainNotice findValueByNumber(int number) {
-          return DomainNotice.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      DomainNotice> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public DomainNotice findValueByNumber(int number) {
+            return DomainNotice.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.cloud.domains.v1alpha2.DomainsProto.getDescriptor().getEnumTypes().get(1);
   }
 
   private static final DomainNotice[] VALUES = values();
 
-  public static DomainNotice valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static DomainNotice 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;
@@ -160,3 +138,4 @@ private DomainNotice(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1alpha2.DomainNotice)
 }
+
diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsProto.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsProto.java
new file mode 100644
index 00000000..288346aa
--- /dev/null
+++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsProto.java
@@ -0,0 +1,732 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/domains/v1alpha2/domains.proto
+
+package com.google.cloud.domains.v1alpha2;
+
+public final class DomainsProto {
+  private DomainsProto() {}
+  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_domains_v1alpha2_Registration_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_Registration_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ManagementSettings_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ContactSettings_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_RegisterParameters_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_TransferParameters_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_TransferParameters_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1alpha2_OperationMetadata_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/domains/v1alpha2/domains." +
+      "proto\022\035google.cloud.domains.v1alpha2\032\034go" +
+      "ogle/api/annotations.proto\032\027google/api/c" +
+      "lient.proto\032\037google/api/field_behavior.p" +
+      "roto\032\031google/api/resource.proto\032#google/" +
+      "longrunning/operations.proto\032 google/pro" +
+      "tobuf/field_mask.proto\032\037google/protobuf/" +
+      "timestamp.proto\032\027google/type/money.proto" +
+      "\032 google/type/postal_address.proto\"\233\t\n\014R" +
+      "egistration\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\033\n\013domain" +
+      "_name\030\002 \001(\tB\006\340A\002\340A\005\0224\n\013create_time\030\003 \001(\013" +
+      "2\032.google.protobuf.TimestampB\003\340A\003\0224\n\013exp" +
+      "ire_time\030\006 \001(\0132\032.google.protobuf.Timesta" +
+      "mpB\003\340A\003\022E\n\005state\030\007 \001(\01621.google.cloud.do" +
+      "mains.v1alpha2.Registration.StateB\003\340A\003\022F" +
+      "\n\006issues\030\010 \003(\01621.google.cloud.domains.v1" +
+      "alpha2.Registration.IssueB\003\340A\003\022G\n\006labels" +
+      "\030\t \003(\01327.google.cloud.domains.v1alpha2.R" +
+      "egistration.LabelsEntry\022N\n\023management_se" +
+      "ttings\030\n \001(\01321.google.cloud.domains.v1al" +
+      "pha2.ManagementSettings\022@\n\014dns_settings\030" +
+      "\013 \001(\0132*.google.cloud.domains.v1alpha2.Dn" +
+      "sSettings\022M\n\020contact_settings\030\014 \001(\0132..go" +
+      "ogle.cloud.domains.v1alpha2.ContactSetti" +
+      "ngsB\003\340A\002\022U\n\030pending_contact_settings\030\r \001" +
+      "(\0132..google.cloud.domains.v1alpha2.Conta" +
+      "ctSettingsB\003\340A\003\022M\n\021supported_privacy\030\016 \003" +
+      "(\0162-.google.cloud.domains.v1alpha2.Conta" +
+      "ctPrivacyB\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001" +
+      "(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\245\001\n\005State\022\025\n\021STATE" +
+      "_UNSPECIFIED\020\000\022\030\n\024REGISTRATION_PENDING\020\001" +
+      "\022\027\n\023REGISTRATION_FAILED\020\002\022\024\n\020TRANSFER_PE" +
+      "NDING\020\003\022\023\n\017TRANSFER_FAILED\020\004\022\n\n\006ACTIVE\020\006" +
+      "\022\r\n\tSUSPENDED\020\007\022\014\n\010EXPORTED\020\010\"I\n\005Issue\022\025" +
+      "\n\021ISSUE_UNSPECIFIED\020\000\022\023\n\017CONTACT_SUPPORT" +
+      "\020\001\022\024\n\020UNVERIFIED_EMAIL\020\002:n\352Ak\n#domains.g" +
+      "oogleapis.com/Registration\022Dprojects/{pr" +
+      "oject}/locations/{location}/registration" +
+      "s/{registration}\"\235\002\n\022ManagementSettings\022" +
+      "\\\n\016renewal_method\030\003 \001(\0162?.google.cloud.d" +
+      "omains.v1alpha2.ManagementSettings.Renew" +
+      "alMethodB\003\340A\003\022M\n\023transfer_lock_state\030\004 \001" +
+      "(\01620.google.cloud.domains.v1alpha2.Trans" +
+      "ferLockState\"Z\n\rRenewalMethod\022\036\n\032RENEWAL" +
+      "_METHOD_UNSPECIFIED\020\000\022\025\n\021AUTOMATIC_RENEW" +
+      "AL\020\001\022\022\n\016MANUAL_RENEWAL\020\002\"\316\n\n\013DnsSettings" +
+      "\022J\n\ncustom_dns\030\001 \001(\01324.google.cloud.doma" +
+      "ins.v1alpha2.DnsSettings.CustomDnsH\000\022Y\n\022" +
+      "google_domains_dns\030\002 \001(\0132;.google.cloud." +
+      "domains.v1alpha2.DnsSettings.GoogleDomai" +
+      "nsDnsH\000\022K\n\014glue_records\030\004 \003(\01325.google.c" +
+      "loud.domains.v1alpha2.DnsSettings.GlueRe" +
+      "cord\032o\n\tCustomDns\022\031\n\014name_servers\030\001 \003(\tB" +
+      "\003\340A\002\022G\n\nds_records\030\002 \003(\01323.google.cloud." +
+      "domains.v1alpha2.DnsSettings.DsRecord\032\306\001" +
+      "\n\020GoogleDomainsDns\022\031\n\014name_servers\030\001 \003(\t" +
+      "B\003\340A\003\022I\n\010ds_state\030\002 \001(\01622.google.cloud.d" +
+      "omains.v1alpha2.DnsSettings.DsStateB\003\340A\002" +
+      "\022L\n\nds_records\030\003 \003(\01323.google.cloud.doma" +
+      "ins.v1alpha2.DnsSettings.DsRecordB\003\340A\003\032\317" +
+      "\004\n\010DsRecord\022\017\n\007key_tag\030\001 \001(\005\022P\n\talgorith" +
+      "m\030\002 \001(\0162=.google.cloud.domains.v1alpha2." +
+      "DnsSettings.DsRecord.Algorithm\022S\n\013digest" +
+      "_type\030\003 \001(\0162>.google.cloud.domains.v1alp" +
+      "ha2.DnsSettings.DsRecord.DigestType\022\016\n\006d" +
+      "igest\030\004 \001(\t\"\237\002\n\tAlgorithm\022\031\n\025ALGORITHM_U" +
+      "NSPECIFIED\020\000\022\n\n\006RSAMD5\020\001\022\006\n\002DH\020\002\022\007\n\003DSA\020" +
+      "\003\022\007\n\003ECC\020\004\022\013\n\007RSASHA1\020\005\022\020\n\014DSANSEC3SHA1\020" +
+      "\006\022\024\n\020RSASHA1NSEC3SHA1\020\007\022\r\n\tRSASHA256\020\010\022\r" +
+      "\n\tRSASHA512\020\n\022\013\n\007ECCGOST\020\014\022\023\n\017ECDSAP256S" +
+      "HA256\020\r\022\023\n\017ECDSAP384SHA384\020\016\022\013\n\007ED25519\020" +
+      "\017\022\t\n\005ED448\020\020\022\r\n\010INDIRECT\020\374\001\022\017\n\nPRIVATEDN" +
+      "S\020\375\001\022\017\n\nPRIVATEOID\020\376\001\"Y\n\nDigestType\022\033\n\027D" +
+      "IGEST_TYPE_UNSPECIFIED\020\000\022\010\n\004SHA1\020\001\022\n\n\006SH" +
+      "A256\020\002\022\014\n\010GOST3411\020\003\022\n\n\006SHA384\020\004\032T\n\nGlue" +
+      "Record\022\026\n\thost_name\030\001 \001(\tB\003\340A\002\022\026\n\016ipv4_a" +
+      "ddresses\030\002 \003(\t\022\026\n\016ipv6_addresses\030\003 \003(\t\"Y" +
+      "\n\007DsState\022\030\n\024DS_STATE_UNSPECIFIED\020\000\022\032\n\026D" +
+      "S_RECORDS_UNPUBLISHED\020\001\022\030\n\024DS_RECORDS_PU" +
+      "BLISHED\020\002B\016\n\014dns_provider\"\343\003\n\017ContactSet" +
+      "tings\022C\n\007privacy\030\001 \001(\0162-.google.cloud.do" +
+      "mains.v1alpha2.ContactPrivacyB\003\340A\002\022W\n\022re" +
+      "gistrant_contact\030\002 \001(\01326.google.cloud.do" +
+      "mains.v1alpha2.ContactSettings.ContactB\003" +
+      "\340A\002\022R\n\radmin_contact\030\003 \001(\01326.google.clou" +
+      "d.domains.v1alpha2.ContactSettings.Conta" +
+      "ctB\003\340A\002\022V\n\021technical_contact\030\004 \001(\01326.goo" +
+      "gle.cloud.domains.v1alpha2.ContactSettin" +
+      "gs.ContactB\003\340A\002\032\205\001\n\007Contact\0227\n\016postal_ad" +
+      "dress\030\001 \001(\0132\032.google.type.PostalAddressB" +
+      "\003\340A\002\022\022\n\005email\030\002 \001(\tB\003\340A\002\022\031\n\014phone_number" +
+      "\030\003 \001(\tB\003\340A\002\022\022\n\nfax_number\030\004 \001(\t\"g\n\024Searc" +
+      "hDomainsRequest\022\022\n\005query\030\001 \001(\tB\003\340A\002\022;\n\010l" +
+      "ocation\030\002 \001(\tB)\340A\002\372A#\n!locations.googlea" +
+      "pis.com/Location\"g\n\025SearchDomainsRespons" +
+      "e\022N\n\023register_parameters\030\001 \003(\01321.google." +
+      "cloud.domains.v1alpha2.RegisterParameter" +
+      "s\"z\n!RetrieveRegisterParametersRequest\022\030" +
+      "\n\013domain_name\030\001 \001(\tB\003\340A\002\022;\n\010location\030\002 \001" +
+      "(\tB)\340A\002\372A#\n!locations.googleapis.com/Loc" +
+      "ation\"t\n\"RetrieveRegisterParametersRespo" +
+      "nse\022N\n\023register_parameters\030\001 \001(\01321.googl" +
+      "e.cloud.domains.v1alpha2.RegisterParamet" +
+      "ers\"\354\002\n\025RegisterDomainRequest\0229\n\006parent\030" +
+      "\001 \001(\tB)\340A\002\372A#\n!locations.googleapis.com/" +
+      "Location\022F\n\014registration\030\002 \001(\0132+.google." +
+      "cloud.domains.v1alpha2.RegistrationB\003\340A\002" +
+      "\022C\n\016domain_notices\030\003 \003(\0162+.google.cloud." +
+      "domains.v1alpha2.DomainNotice\022E\n\017contact" +
+      "_notices\030\004 \003(\0162,.google.cloud.domains.v1" +
+      "alpha2.ContactNotice\022-\n\014yearly_price\030\005 \001" +
+      "(\0132\022.google.type.MoneyB\003\340A\002\022\025\n\rvalidate_" +
+      "only\030\006 \001(\010\"z\n!RetrieveTransferParameters" +
+      "Request\022\030\n\013domain_name\030\001 \001(\tB\003\340A\002\022;\n\010loc" +
+      "ation\030\002 \001(\tB)\340A\002\372A#\n!locations.googleapi" +
+      "s.com/Location\"t\n\"RetrieveTransferParame" +
+      "tersResponse\022N\n\023transfer_parameters\030\001 \001(" +
+      "\01321.google.cloud.domains.v1alpha2.Transf" +
+      "erParameters\"\365\002\n\025TransferDomainRequest\0229" +
+      "\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!locations.google" +
+      "apis.com/Location\022F\n\014registration\030\002 \001(\0132" +
+      "+.google.cloud.domains.v1alpha2.Registra" +
+      "tionB\003\340A\002\022E\n\017contact_notices\030\003 \003(\0162,.goo" +
+      "gle.cloud.domains.v1alpha2.ContactNotice" +
+      "\022-\n\014yearly_price\030\004 \001(\0132\022.google.type.Mon" +
+      "eyB\003\340A\002\022L\n\022authorization_code\030\005 \001(\01320.go" +
+      "ogle.cloud.domains.v1alpha2.Authorizatio" +
+      "nCode\022\025\n\rvalidate_only\030\006 \001(\010\"\214\001\n\030ListReg" +
+      "istrationsRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A" +
+      "#\n!locations.googleapis.com/Location\022\021\n\t" +
+      "page_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006f" +
+      "ilter\030\004 \001(\t\"x\n\031ListRegistrationsResponse" +
+      "\022B\n\rregistrations\030\001 \003(\0132+.google.cloud.d" +
+      "omains.v1alpha2.Registration\022\027\n\017next_pag" +
+      "e_token\030\002 \001(\t\"S\n\026GetRegistrationRequest\022" +
+      "9\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapi" +
+      "s.com/Registration\"\224\001\n\031UpdateRegistratio" +
+      "nRequest\022A\n\014registration\030\001 \001(\0132+.google." +
+      "cloud.domains.v1alpha2.Registration\0224\n\013u" +
+      "pdate_mask\030\002 \001(\0132\032.google.protobuf.Field" +
+      "MaskB\003\340A\002\"\355\001\n\"ConfigureManagementSetting" +
+      "sRequest\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#" +
+      "domains.googleapis.com/Registration\022N\n\023m" +
+      "anagement_settings\030\002 \001(\01321.google.cloud." +
+      "domains.v1alpha2.ManagementSettings\0224\n\013u" +
+      "pdate_mask\030\003 \001(\0132\032.google.protobuf.Field" +
+      "MaskB\003\340A\002\"\357\001\n\033ConfigureDnsSettingsReques" +
+      "t\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#domains" +
+      ".googleapis.com/Registration\022@\n\014dns_sett" +
+      "ings\030\002 \001(\0132*.google.cloud.domains.v1alph" +
+      "a2.DnsSettings\0224\n\013update_mask\030\003 \001(\0132\032.go" +
+      "ogle.protobuf.FieldMaskB\003\340A\002\022\025\n\rvalidate" +
+      "_only\030\004 \001(\010\"\302\002\n\037ConfigureContactSettings" +
+      "Request\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#d" +
+      "omains.googleapis.com/Registration\022H\n\020co" +
+      "ntact_settings\030\002 \001(\0132..google.cloud.doma" +
+      "ins.v1alpha2.ContactSettings\0224\n\013update_m" +
+      "ask\030\003 \001(\0132\032.google.protobuf.FieldMaskB\003\340" +
+      "A\002\022E\n\017contact_notices\030\004 \003(\0162,.google.clo" +
+      "ud.domains.v1alpha2.ContactNotice\022\025\n\rval" +
+      "idate_only\030\005 \001(\010\"V\n\031ExportRegistrationRe" +
+      "quest\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domains.goo" +
+      "gleapis.com/Registration\"V\n\031DeleteRegist" +
+      "rationRequest\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#dom" +
+      "ains.googleapis.com/Registration\"e\n Retr" +
+      "ieveAuthorizationCodeRequest\022A\n\014registra" +
+      "tion\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapis.c" +
+      "om/Registration\"b\n\035ResetAuthorizationCod" +
+      "eRequest\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#" +
+      "domains.googleapis.com/Registration\"\244\003\n\022" +
+      "RegisterParameters\022\023\n\013domain_name\030\001 \001(\t\022" +
+      "T\n\014availability\030\002 \001(\0162>.google.cloud.dom" +
+      "ains.v1alpha2.RegisterParameters.Availab" +
+      "ility\022H\n\021supported_privacy\030\003 \003(\0162-.googl" +
+      "e.cloud.domains.v1alpha2.ContactPrivacy\022" +
+      "C\n\016domain_notices\030\004 \003(\0162+.google.cloud.d" +
+      "omains.v1alpha2.DomainNotice\022(\n\014yearly_p" +
+      "rice\030\005 \001(\0132\022.google.type.Money\"j\n\014Availa" +
+      "bility\022\034\n\030AVAILABILITY_UNSPECIFIED\020\000\022\r\n\t" +
+      "AVAILABLE\020\001\022\017\n\013UNAVAILABLE\020\002\022\017\n\013UNSUPPOR" +
+      "TED\020\003\022\013\n\007UNKNOWN\020\004\"\235\002\n\022TransferParameter" +
+      "s\022\023\n\013domain_name\030\001 \001(\t\022\031\n\021current_regist" +
+      "rar\030\002 \001(\t\022\024\n\014name_servers\030\003 \003(\t\022M\n\023trans" +
+      "fer_lock_state\030\004 \001(\01620.google.cloud.doma" +
+      "ins.v1alpha2.TransferLockState\022H\n\021suppor" +
+      "ted_privacy\030\005 \003(\0162-.google.cloud.domains" +
+      ".v1alpha2.ContactPrivacy\022(\n\014yearly_price" +
+      "\030\006 \001(\0132\022.google.type.Money\"!\n\021Authorizat" +
+      "ionCode\022\014\n\004code\030\001 \001(\t\"\274\001\n\021OperationMetad" +
+      "ata\022/\n\013create_time\030\001 \001(\0132\032.google.protob" +
+      "uf.Timestamp\022,\n\010end_time\030\002 \001(\0132\032.google." +
+      "protobuf.Timestamp\022\016\n\006target\030\003 \001(\t\022\014\n\004ve" +
+      "rb\030\004 \001(\t\022\025\n\rstatus_detail\030\005 \001(\t\022\023\n\013api_v" +
+      "ersion\030\006 \001(\t*\177\n\016ContactPrivacy\022\037\n\033CONTAC" +
+      "T_PRIVACY_UNSPECIFIED\020\000\022\027\n\023PUBLIC_CONTAC" +
+      "T_DATA\020\001\022\030\n\024PRIVATE_CONTACT_DATA\020\002\022\031\n\025RE" +
+      "DACTED_CONTACT_DATA\020\003*A\n\014DomainNotice\022\035\n" +
+      "\031DOMAIN_NOTICE_UNSPECIFIED\020\000\022\022\n\016HSTS_PRE" +
+      "LOADED\020\001*X\n\rContactNotice\022\036\n\032CONTACT_NOT" +
+      "ICE_UNSPECIFIED\020\000\022\'\n#PUBLIC_CONTACT_DATA" +
+      "_ACKNOWLEDGEMENT\020\001*R\n\021TransferLockState\022" +
+      "#\n\037TRANSFER_LOCK_STATE_UNSPECIFIED\020\000\022\014\n\010" +
+      "UNLOCKED\020\001\022\n\n\006LOCKED\020\0022\357\036\n\007Domains\022\334\001\n\rS" +
+      "earchDomains\0223.google.cloud.domains.v1al" +
+      "pha2.SearchDomainsRequest\0324.google.cloud" +
+      ".domains.v1alpha2.SearchDomainsResponse\"" +
+      "`\202\323\344\223\002I\022G/v1alpha2/{location=projects/*/" +
+      "locations/*}/registrations:searchDomains" +
+      "\332A\016location,query\022\226\002\n\032RetrieveRegisterPa" +
+      "rameters\022@.google.cloud.domains.v1alpha2" +
+      ".RetrieveRegisterParametersRequest\032A.goo" +
+      "gle.cloud.domains.v1alpha2.RetrieveRegis" +
+      "terParametersResponse\"s\202\323\344\223\002V\022T/v1alpha2" +
+      "/{location=projects/*/locations/*}/regis" +
+      "trations:retrieveRegisterParameters\332A\024lo" +
+      "cation,domain_name\022\372\001\n\016RegisterDomain\0224." +
+      "google.cloud.domains.v1alpha2.RegisterDo" +
+      "mainRequest\032\035.google.longrunning.Operati" +
+      "on\"\222\001\202\323\344\223\002E\"@/v1alpha2/{parent=projects/" +
+      "*/locations/*}/registrations:register:\001*" +
+      "\332A parent,registration,yearly_price\312A!\n\014" +
+      "Registration\022\021OperationMetadata\022\226\002\n\032Retr" +
+      "ieveTransferParameters\022@.google.cloud.do" +
+      "mains.v1alpha2.RetrieveTransferParameter" +
+      "sRequest\032A.google.cloud.domains.v1alpha2" +
+      ".RetrieveTransferParametersResponse\"s\202\323\344" +
+      "\223\002V\022T/v1alpha2/{location=projects/*/loca" +
+      "tions/*}/registrations:retrieveTransferP" +
+      "arameters\332A\024location,domain_name\022\215\002\n\016Tra" +
+      "nsferDomain\0224.google.cloud.domains.v1alp" +
+      "ha2.TransferDomainRequest\032\035.google.longr" +
+      "unning.Operation\"\245\001\202\323\344\223\002E\"@/v1alpha2/{pa" +
+      "rent=projects/*/locations/*}/registratio" +
+      "ns:transfer:\001*\332A3parent,registration,yea" +
+      "rly_price,authorization_code\312A!\n\014Registr" +
+      "ation\022\021OperationMetadata\022\320\001\n\021ListRegistr" +
+      "ations\0227.google.cloud.domains.v1alpha2.L" +
+      "istRegistrationsRequest\0328.google.cloud.d" +
+      "omains.v1alpha2.ListRegistrationsRespons" +
+      "e\"H\202\323\344\223\0029\0227/v1alpha2/{parent=projects/*/" +
+      "locations/*}/registrations\332A\006parent\022\275\001\n\017" +
+      "GetRegistration\0225.google.cloud.domains.v" +
+      "1alpha2.GetRegistrationRequest\032+.google." +
+      "cloud.domains.v1alpha2.Registration\"F\202\323\344" +
+      "\223\0029\0227/v1alpha2/{name=projects/*/location" +
+      "s/*/registrations/*}\332A\004name\022\211\002\n\022UpdateRe" +
+      "gistration\0228.google.cloud.domains.v1alph" +
+      "a2.UpdateRegistrationRequest\032\035.google.lo" +
+      "ngrunning.Operation\"\231\001\202\323\344\223\002T2D/v1alpha2/" +
+      "{registration.name=projects/*/locations/" +
+      "*/registrations/*}:\014registration\332A\030regis" +
+      "tration,update_mask\312A!\n\014Registration\022\021Op" +
+      "erationMetadata\022\273\002\n\033ConfigureManagementS" +
+      "ettings\022A.google.cloud.domains.v1alpha2." +
+      "ConfigureManagementSettingsRequest\032\035.goo" +
+      "gle.longrunning.Operation\"\271\001\202\323\344\223\002`\"[/v1a" +
+      "lpha2/{registration=projects/*/locations" +
+      "/*/registrations/*}:configureManagementS" +
+      "ettings:\001*\332A,registration,management_set" +
+      "tings,update_mask\312A!\n\014Registration\022\021Oper" +
+      "ationMetadata\022\237\002\n\024ConfigureDnsSettings\022:" +
+      ".google.cloud.domains.v1alpha2.Configure" +
+      "DnsSettingsRequest\032\035.google.longrunning." +
+      "Operation\"\253\001\202\323\344\223\002Y\"T/v1alpha2/{registrat" +
+      "ion=projects/*/locations/*/registrations" +
+      "/*}:configureDnsSettings:\001*\332A%registrati" +
+      "on,dns_settings,update_mask\312A!\n\014Registra" +
+      "tion\022\021OperationMetadata\022\257\002\n\030ConfigureCon" +
+      "tactSettings\022>.google.cloud.domains.v1al" +
+      "pha2.ConfigureContactSettingsRequest\032\035.g" +
+      "oogle.longrunning.Operation\"\263\001\202\323\344\223\002]\"X/v" +
+      "1alpha2/{registration=projects/*/locatio" +
+      "ns/*/registrations/*}:configureContactSe" +
+      "ttings:\001*\332A)registration,contact_setting" +
+      "s,update_mask\312A!\n\014Registration\022\021Operatio" +
+      "nMetadata\022\343\001\n\022ExportRegistration\0228.googl" +
+      "e.cloud.domains.v1alpha2.ExportRegistrat" +
+      "ionRequest\032\035.google.longrunning.Operatio" +
+      "n\"t\202\323\344\223\002C\">/v1alpha2/{name=projects/*/lo" +
+      "cations/*/registrations/*}:export:\001*\332A\004n" +
+      "ame\312A!\n\014Registration\022\021OperationMetadata\022" +
+      "\342\001\n\022DeleteRegistration\0228.google.cloud.do" +
+      "mains.v1alpha2.DeleteRegistrationRequest" +
+      "\032\035.google.longrunning.Operation\"s\202\323\344\223\0029*" +
+      "7/v1alpha2/{name=projects/*/locations/*/" +
+      "registrations/*}\332A\004name\312A*\n\025google.proto" +
+      "buf.Empty\022\021OperationMetadata\022\200\002\n\031Retriev" +
+      "eAuthorizationCode\022?.google.cloud.domain" +
+      "s.v1alpha2.RetrieveAuthorizationCodeRequ" +
+      "est\0320.google.cloud.domains.v1alpha2.Auth" +
+      "orizationCode\"p\202\323\344\223\002[\022Y/v1alpha2/{regist" +
+      "ration=projects/*/locations/*/registrati" +
+      "ons/*}:retrieveAuthorizationCode\332A\014regis" +
+      "tration\022\372\001\n\026ResetAuthorizationCode\022<.goo" +
+      "gle.cloud.domains.v1alpha2.ResetAuthoriz" +
+      "ationCodeRequest\0320.google.cloud.domains." +
+      "v1alpha2.AuthorizationCode\"p\202\323\344\223\002[\"V/v1a" +
+      "lpha2/{registration=projects/*/locations" +
+      "/*/registrations/*}:resetAuthorizationCo" +
+      "de:\001*\332A\014registration\032J\312A\026domains.googlea" +
+      "pis.com\322A.https://www.googleapis.com/aut" +
+      "h/cloud-platformBy\n!com.google.cloud.dom" +
+      "ains.v1alpha2B\014DomainsProtoP\001ZDgoogle.go" +
+      "lang.org/genproto/googleapis/cloud/domai" +
+      "ns/v1alpha2;domainsb\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.api.FieldBehaviorProto.getDescriptor(),
+          com.google.api.ResourceProto.getDescriptor(),
+          com.google.longrunning.OperationsProto.getDescriptor(),
+          com.google.protobuf.FieldMaskProto.getDescriptor(),
+          com.google.protobuf.TimestampProto.getDescriptor(),
+          com.google.type.MoneyProto.getDescriptor(),
+          com.google.type.PostalAddressProto.getDescriptor(),
+        });
+    internal_static_google_cloud_domains_v1alpha2_Registration_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_cloud_domains_v1alpha2_Registration_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_Registration_descriptor,
+        new java.lang.String[] { "Name", "DomainName", "CreateTime", "ExpireTime", "State", "Issues", "Labels", "ManagementSettings", "DnsSettings", "ContactSettings", "PendingContactSettings", "SupportedPrivacy", });
+    internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_descriptor =
+      internal_static_google_cloud_domains_v1alpha2_Registration_descriptor.getNestedTypes().get(0);
+    internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_cloud_domains_v1alpha2_ManagementSettings_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor,
+        new java.lang.String[] { "RenewalMethod", "TransferLockState", });
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor,
+        new java.lang.String[] { "CustomDns", "GoogleDomainsDns", "GlueRecords", "DnsProvider", });
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor =
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor.getNestedTypes().get(0);
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor,
+        new java.lang.String[] { "NameServers", "DsRecords", });
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor =
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor.getNestedTypes().get(1);
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor,
+        new java.lang.String[] { "NameServers", "DsState", "DsRecords", });
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor =
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor.getNestedTypes().get(2);
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor,
+        new java.lang.String[] { "KeyTag", "Algorithm", "DigestType", "Digest", });
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor =
+      internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor.getNestedTypes().get(3);
+    internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor,
+        new java.lang.String[] { "HostName", "Ipv4Addresses", "Ipv6Addresses", });
+    internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor =
+      getDescriptor().getMessageTypes().get(3);
+    internal_static_google_cloud_domains_v1alpha2_ContactSettings_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor,
+        new java.lang.String[] { "Privacy", "RegistrantContact", "AdminContact", "TechnicalContact", });
+    internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor =
+      internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor.getNestedTypes().get(0);
+    internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor,
+        new java.lang.String[] { "PostalAddress", "Email", "PhoneNumber", "FaxNumber", });
+    internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(4);
+    internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor,
+        new java.lang.String[] { "Query", "Location", });
+    internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor =
+      getDescriptor().getMessageTypes().get(5);
+    internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor,
+        new java.lang.String[] { "RegisterParameters", });
+    internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor =
+      getDescriptor().getMessageTypes().get(6);
+    internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor,
+        new java.lang.String[] { "DomainName", "Location", });
+    internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor =
+      getDescriptor().getMessageTypes().get(7);
+    internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor,
+        new java.lang.String[] { "RegisterParameters", });
+    internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor =
+      getDescriptor().getMessageTypes().get(8);
+    internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor,
+        new java.lang.String[] { "Parent", "Registration", "DomainNotices", "ContactNotices", "YearlyPrice", "ValidateOnly", });
+    internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_descriptor =
+      getDescriptor().getMessageTypes().get(9);
+    internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_descriptor,
+        new java.lang.String[] { "DomainName", "Location", });
+    internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_descriptor =
+      getDescriptor().getMessageTypes().get(10);
+    internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_descriptor,
+        new java.lang.String[] { "TransferParameters", });
+    internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_descriptor =
+      getDescriptor().getMessageTypes().get(11);
+    internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_descriptor,
+        new java.lang.String[] { "Parent", "Registration", "ContactNotices", "YearlyPrice", "AuthorizationCode", "ValidateOnly", });
+    internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(12);
+    internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor,
+        new java.lang.String[] { "Parent", "PageSize", "PageToken", "Filter", });
+    internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor =
+      getDescriptor().getMessageTypes().get(13);
+    internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor,
+        new java.lang.String[] { "Registrations", "NextPageToken", });
+    internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor =
+      getDescriptor().getMessageTypes().get(14);
+    internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor =
+      getDescriptor().getMessageTypes().get(15);
+    internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor,
+        new java.lang.String[] { "Registration", "UpdateMask", });
+    internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(16);
+    internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor,
+        new java.lang.String[] { "Registration", "ManagementSettings", "UpdateMask", });
+    internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(17);
+    internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor,
+        new java.lang.String[] { "Registration", "DnsSettings", "UpdateMask", "ValidateOnly", });
+    internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(18);
+    internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor,
+        new java.lang.String[] { "Registration", "ContactSettings", "UpdateMask", "ContactNotices", "ValidateOnly", });
+    internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor =
+      getDescriptor().getMessageTypes().get(19);
+    internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor =
+      getDescriptor().getMessageTypes().get(20);
+    internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor =
+      getDescriptor().getMessageTypes().get(21);
+    internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor,
+        new java.lang.String[] { "Registration", });
+    internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor =
+      getDescriptor().getMessageTypes().get(22);
+    internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor,
+        new java.lang.String[] { "Registration", });
+    internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor =
+      getDescriptor().getMessageTypes().get(23);
+    internal_static_google_cloud_domains_v1alpha2_RegisterParameters_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor,
+        new java.lang.String[] { "DomainName", "Availability", "SupportedPrivacy", "DomainNotices", "YearlyPrice", });
+    internal_static_google_cloud_domains_v1alpha2_TransferParameters_descriptor =
+      getDescriptor().getMessageTypes().get(24);
+    internal_static_google_cloud_domains_v1alpha2_TransferParameters_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_TransferParameters_descriptor,
+        new java.lang.String[] { "DomainName", "CurrentRegistrar", "NameServers", "TransferLockState", "SupportedPrivacy", "YearlyPrice", });
+    internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor =
+      getDescriptor().getMessageTypes().get(25);
+    internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor,
+        new java.lang.String[] { "Code", });
+    internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(26);
+    internal_static_google_cloud_domains_v1alpha2_OperationMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor,
+        new java.lang.String[] { "CreateTime", "EndTime", "Target", "Verb", "StatusDetail", "ApiVersion", });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.ClientProto.defaultHost);
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    registry.add(com.google.api.AnnotationsProto.http);
+    registry.add(com.google.api.ClientProto.methodSignature);
+    registry.add(com.google.api.ClientProto.oauthScopes);
+    registry.add(com.google.api.ResourceProto.resource);
+    registry.add(com.google.api.ResourceProto.resourceReference);
+    registry.add(com.google.longrunning.OperationsProto.operationInfo);
+    com.google.protobuf.Descriptors.FileDescriptor
+        .internalUpdateFileDescriptor(descriptor, registry);
+    com.google.api.AnnotationsProto.getDescriptor();
+    com.google.api.ClientProto.getDescriptor();
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.api.ResourceProto.getDescriptor();
+    com.google.longrunning.OperationsProto.getDescriptor();
+    com.google.protobuf.FieldMaskProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+    com.google.type.MoneyProto.getDescriptor();
+    com.google.type.PostalAddressProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequest.java
similarity index 64%
rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequest.java
rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequest.java
index a379108d..fd48fdfc 100644
--- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequest.java
+++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequest.java
@@ -1,57 +1,40 @@
-/*
- * 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/domains/v1alpha2/domains.proto
 
 package com.google.cloud.domains.v1alpha2;
 
 /**
- *
- *
  * 
  * Request for the `ExportRegistration` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ExportRegistrationRequest} */ -public final class ExportRegistrationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ExportRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ExportRegistrationRequest) ExportRegistrationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ExportRegistrationRequest.newBuilder() to construct. private ExportRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ExportRegistrationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ExportRegistrationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ExportRegistrationRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,61 +53,53 @@ private ExportRegistrationRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.class, - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.class, com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The name of the `Registration` to export,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -133,32 +108,30 @@ 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; } } /** - * - * *
    * Required. The name of the `Registration` to export,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -167,7 +140,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { + 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_); } unknownFields.writeTo(output); @@ -192,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += unknownFields.getSerializedSize(); @@ -203,15 +176,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.cloud.domains.v1alpha2.ExportRegistrationRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest other = - (com.google.cloud.domains.v1alpha2.ExportRegistrationRequest) obj; + com.google.cloud.domains.v1alpha2.ExportRegistrationRequest other = (com.google.cloud.domains.v1alpha2.ExportRegistrationRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,127 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ExportRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ExportRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.ExportRegistrationRequest 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; } /** - * - * *
    * Request for the `ExportRegistration` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ExportRegistrationRequest} */ - 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.cloud.domains.v1alpha2.ExportRegistrationRequest) com.google.cloud.domains.v1alpha2.ExportRegistrationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.class, - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.class, com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.newBuilder() @@ -359,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -377,9 +341,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor; } @java.lang.Override @@ -398,8 +362,7 @@ public com.google.cloud.domains.v1alpha2.ExportRegistrationRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.ExportRegistrationRequest buildPartial() { - com.google.cloud.domains.v1alpha2.ExportRegistrationRequest result = - new com.google.cloud.domains.v1alpha2.ExportRegistrationRequest(this); + com.google.cloud.domains.v1alpha2.ExportRegistrationRequest result = new com.google.cloud.domains.v1alpha2.ExportRegistrationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -409,39 +372,38 @@ public com.google.cloud.domains.v1alpha2.ExportRegistrationRequest 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.cloud.domains.v1alpha2.ExportRegistrationRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.ExportRegistrationRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ExportRegistrationRequest)other); } else { super.mergeFrom(other); return this; @@ -449,8 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ExportRegistrationRequest other) { - if (other == com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.ExportRegistrationRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -474,8 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ExportRegistrationRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ExportRegistrationRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -487,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; @@ -512,24 +468,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -537,77 +490,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } - @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); } @@ -617,12 +557,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ExportRegistrationRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ExportRegistrationRequest) private static final com.google.cloud.domains.v1alpha2.ExportRegistrationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ExportRegistrationRequest(); } @@ -631,16 +571,16 @@ public static com.google.cloud.domains.v1alpha2.ExportRegistrationRequest getDef return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ExportRegistrationRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ExportRegistrationRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExportRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ExportRegistrationRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -655,4 +595,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.cloud.domains.v1alpha2.ExportRegistrationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..f0d95dfb --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface ExportRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ExportRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to export,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to export,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequest.java similarity index 64% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequest.java index e3226522..5ba1baf9 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequest.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `GetRegistration` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.GetRegistrationRequest} */ -public final class GetRegistrationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.GetRegistrationRequest) GetRegistrationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetRegistrationRequest.newBuilder() to construct. private GetRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetRegistrationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetRegistrationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private GetRegistrationRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,61 +53,53 @@ private GetRegistrationRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.GetRegistrationRequest.class, - com.google.cloud.domains.v1alpha2.GetRegistrationRequest.Builder.class); + com.google.cloud.domains.v1alpha2.GetRegistrationRequest.class, com.google.cloud.domains.v1alpha2.GetRegistrationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The name of the `Registration` to get, in the format
    * `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -133,32 +108,30 @@ 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; } } /** - * - * *
    * Required. The name of the `Registration` to get, in the format
    * `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -167,7 +140,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { + 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_); } unknownFields.writeTo(output); @@ -192,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += unknownFields.getSerializedSize(); @@ -203,15 +176,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.cloud.domains.v1alpha2.GetRegistrationRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.GetRegistrationRequest other = - (com.google.cloud.domains.v1alpha2.GetRegistrationRequest) obj; + com.google.cloud.domains.v1alpha2.GetRegistrationRequest other = (com.google.cloud.domains.v1alpha2.GetRegistrationRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,127 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.GetRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.GetRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.GetRegistrationRequest 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; } /** - * - * *
    * Request for the `GetRegistration` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.GetRegistrationRequest} */ - 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.cloud.domains.v1alpha2.GetRegistrationRequest) com.google.cloud.domains.v1alpha2.GetRegistrationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.GetRegistrationRequest.class, - com.google.cloud.domains.v1alpha2.GetRegistrationRequest.Builder.class); + com.google.cloud.domains.v1alpha2.GetRegistrationRequest.class, com.google.cloud.domains.v1alpha2.GetRegistrationRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.GetRegistrationRequest.newBuilder() @@ -359,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -377,9 +341,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor; } @java.lang.Override @@ -398,8 +362,7 @@ public com.google.cloud.domains.v1alpha2.GetRegistrationRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.GetRegistrationRequest buildPartial() { - com.google.cloud.domains.v1alpha2.GetRegistrationRequest result = - new com.google.cloud.domains.v1alpha2.GetRegistrationRequest(this); + com.google.cloud.domains.v1alpha2.GetRegistrationRequest result = new com.google.cloud.domains.v1alpha2.GetRegistrationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -409,39 +372,38 @@ public com.google.cloud.domains.v1alpha2.GetRegistrationRequest 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.cloud.domains.v1alpha2.GetRegistrationRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.GetRegistrationRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.GetRegistrationRequest)other); } else { super.mergeFrom(other); return this; @@ -449,8 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.GetRegistrationRequest other) { - if (other == com.google.cloud.domains.v1alpha2.GetRegistrationRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.GetRegistrationRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -474,8 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.GetRegistrationRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.GetRegistrationRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -487,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; @@ -512,24 +468,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -537,77 +490,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } - @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); } @@ -617,12 +557,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.GetRegistrationRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.GetRegistrationRequest) private static final com.google.cloud.domains.v1alpha2.GetRegistrationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.GetRegistrationRequest(); } @@ -631,16 +571,16 @@ public static com.google.cloud.domains.v1alpha2.GetRegistrationRequest getDefaul return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetRegistrationRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GetRegistrationRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetRegistrationRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -655,4 +595,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.GetRegistrationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..4ab774f4 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface GetRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.GetRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to get, in the format
+   * `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to get, in the format
+   * `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequest.java similarity index 73% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequest.java index 44b68903..a28db1e3 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequest.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `ListRegistrations` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ListRegistrationsRequest} */ -public final class ListRegistrationsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListRegistrationsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ListRegistrationsRequest) ListRegistrationsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListRegistrationsRequest.newBuilder() to construct. private ListRegistrationsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListRegistrationsRequest() { parent_ = ""; pageToken_ = ""; @@ -45,15 +27,16 @@ private ListRegistrationsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListRegistrationsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ListRegistrationsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -72,80 +55,70 @@ private ListRegistrationsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - parent_ = s; - break; - } - case 16: - { - pageSize_ = input.readInt32(); - break; - } - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); + parent_ = s; + break; + } + case 16: { - pageToken_ = s; - break; - } - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); + pageSize_ = input.readInt32(); + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); - filter_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + pageToken_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + filter_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.class, - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.class, com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. The project and location from which to list `Registration`s, specified in
    * the format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -154,32 +127,30 @@ public java.lang.String getParent() { 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(); parent_ = s; return s; } } /** - * - * *
    * Required. The project and location from which to list `Registration`s, specified in
    * the format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; 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); parent_ = b; return b; } else { @@ -190,14 +161,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** - * - * *
    * Maximum number of results to return.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -208,15 +176,12 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** - * - * *
    * When set to the `next_page_token` from a prior response, provides the next
    * page of results.
    * 
* * string page_token = 3; - * * @return The pageToken. */ @java.lang.Override @@ -225,30 +190,30 @@ public java.lang.String getPageToken() { 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(); pageToken_ = s; return s; } } /** - * - * *
    * When set to the `next_page_token` from a prior response, provides the next
    * page of results.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; 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); pageToken_ = b; return b; } else { @@ -259,8 +224,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int FILTER_FIELD_NUMBER = 4; private volatile java.lang.Object filter_; /** - * - * *
    * Filter expression to restrict the `Registration`s returned.
    * The expression must specify the field name, a comparison operator, and the
@@ -278,7 +241,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
    * 
* * string filter = 4; - * * @return The filter. */ @java.lang.Override @@ -287,15 +249,14 @@ public java.lang.String getFilter() { 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(); filter_ = s; return s; } } /** - * - * *
    * Filter expression to restrict the `Registration`s returned.
    * The expression must specify the field name, a comparison operator, and the
@@ -313,15 +274,16 @@ public java.lang.String getFilter() {
    * 
* * string filter = 4; - * * @return The bytes for filter. */ @java.lang.Override - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; 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); filter_ = b; return b; } else { @@ -330,7 +292,6 @@ public com.google.protobuf.ByteString getFilterBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -342,17 +303,18 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getParentBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } if (pageSize_ != 0) { output.writeInt32(2, pageSize_); } - if (!getPageTokenBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_); } - if (!getFilterBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filter_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, filter_); } unknownFields.writeTo(output); @@ -364,16 +326,17 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getParentBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(2, pageSize_); } - if (!getPageTokenBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_); } - if (!getFilterBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filter_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, filter_); } size += unknownFields.getSerializedSize(); @@ -384,18 +347,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.cloud.domains.v1alpha2.ListRegistrationsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest other = - (com.google.cloud.domains.v1alpha2.ListRegistrationsRequest) obj; - - if (!getParent().equals(other.getParent())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; - if (!getFilter().equals(other.getFilter())) return false; + com.google.cloud.domains.v1alpha2.ListRegistrationsRequest other = (com.google.cloud.domains.v1alpha2.ListRegistrationsRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; + if (!getFilter() + .equals(other.getFilter())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -421,127 +387,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ListRegistrationsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ListRegistrationsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.ListRegistrationsRequest 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; } /** - * - * *
    * Request for the `ListRegistrations` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ListRegistrationsRequest} */ - 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.cloud.domains.v1alpha2.ListRegistrationsRequest) com.google.cloud.domains.v1alpha2.ListRegistrationsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.class, - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.class, com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.newBuilder() @@ -549,15 +505,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -573,9 +530,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor; } @java.lang.Override @@ -594,8 +551,7 @@ public com.google.cloud.domains.v1alpha2.ListRegistrationsRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.ListRegistrationsRequest buildPartial() { - com.google.cloud.domains.v1alpha2.ListRegistrationsRequest result = - new com.google.cloud.domains.v1alpha2.ListRegistrationsRequest(this); + com.google.cloud.domains.v1alpha2.ListRegistrationsRequest result = new com.google.cloud.domains.v1alpha2.ListRegistrationsRequest(this); result.parent_ = parent_; result.pageSize_ = pageSize_; result.pageToken_ = pageToken_; @@ -608,39 +564,38 @@ public com.google.cloud.domains.v1alpha2.ListRegistrationsRequest 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.cloud.domains.v1alpha2.ListRegistrationsRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.ListRegistrationsRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ListRegistrationsRequest)other); } else { super.mergeFrom(other); return this; @@ -648,8 +603,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ListRegistrationsRequest other) { - if (other == com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.ListRegistrationsRequest.getDefaultInstance()) return this; if (!other.getParent().isEmpty()) { parent_ = other.parent_; onChanged(); @@ -684,8 +638,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ListRegistrationsRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ListRegistrationsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -697,23 +650,19 @@ public Builder mergeFrom( private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; 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(); parent_ = s; return s; @@ -722,24 +671,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; 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); parent_ = b; return b; } else { @@ -747,85 +693,69 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * Maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -833,36 +763,30 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * Maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** - * - * *
      * Maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -870,21 +794,19 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; 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(); pageToken_ = s; return s; @@ -893,22 +815,21 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; 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); pageToken_ = b; return b; } else { @@ -916,64 +837,57 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { + public Builder setPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = value; onChanged(); return this; @@ -981,8 +895,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object filter_ = ""; /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1000,13 +912,13 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
      * 
* * string filter = 4; - * * @return The filter. */ public java.lang.String getFilter() { java.lang.Object ref = filter_; 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(); filter_ = s; return s; @@ -1015,8 +927,6 @@ public java.lang.String getFilter() { } } /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1034,14 +944,15 @@ public java.lang.String getFilter() {
      * 
* * string filter = 4; - * * @return The bytes for filter. */ - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; 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); filter_ = b; return b; } else { @@ -1049,8 +960,6 @@ public com.google.protobuf.ByteString getFilterBytes() { } } /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1068,22 +977,20 @@ public com.google.protobuf.ByteString getFilterBytes() {
      * 
* * string filter = 4; - * * @param value The filter to set. * @return This builder for chaining. */ - public Builder setFilter(java.lang.String value) { + public Builder setFilter( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + filter_ = value; onChanged(); return this; } /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1101,18 +1008,15 @@ public Builder setFilter(java.lang.String value) {
      * 
* * string filter = 4; - * * @return This builder for chaining. */ public Builder clearFilter() { - + filter_ = getDefaultInstance().getFilter(); onChanged(); return this; } /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1130,23 +1034,23 @@ public Builder clearFilter() {
      * 
* * string filter = 4; - * * @param value The bytes for filter to set. * @return This builder for chaining. */ - public Builder setFilterBytes(com.google.protobuf.ByteString value) { + public Builder setFilterBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + filter_ = 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); } @@ -1156,12 +1060,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ListRegistrationsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ListRegistrationsRequest) private static final com.google.cloud.domains.v1alpha2.ListRegistrationsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ListRegistrationsRequest(); } @@ -1170,16 +1074,16 @@ public static com.google.cloud.domains.v1alpha2.ListRegistrationsRequest getDefa return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListRegistrationsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ListRegistrationsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListRegistrationsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ListRegistrationsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1194,4 +1098,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.ListRegistrationsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequestOrBuilder.java similarity index 74% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequestOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequestOrBuilder.java index b1a289ff..364e755a 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequestOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsRequestOrBuilder.java @@ -1,102 +1,67 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface ListRegistrationsRequestOrBuilder - extends +public interface ListRegistrationsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ListRegistrationsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The project and location from which to list `Registration`s, specified in
    * the format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The project and location from which to list `Registration`s, specified in
    * the format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Maximum number of results to return.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * When set to the `next_page_token` from a prior response, provides the next
    * page of results.
    * 
* * string page_token = 3; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * When set to the `next_page_token` from a prior response, provides the next
    * page of results.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); /** - * - * *
    * Filter expression to restrict the `Registration`s returned.
    * The expression must specify the field name, a comparison operator, and the
@@ -114,13 +79,10 @@ public interface ListRegistrationsRequestOrBuilder
    * 
* * string filter = 4; - * * @return The filter. */ java.lang.String getFilter(); /** - * - * *
    * Filter expression to restrict the `Registration`s returned.
    * The expression must specify the field name, a comparison operator, and the
@@ -138,8 +100,8 @@ public interface ListRegistrationsRequestOrBuilder
    * 
* * string filter = 4; - * * @return The bytes for filter. */ - com.google.protobuf.ByteString getFilterBytes(); + com.google.protobuf.ByteString + getFilterBytes(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponse.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponse.java similarity index 74% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponse.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponse.java index e9865d79..c7957d79 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponse.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponse.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Response for the `ListRegistrations` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ListRegistrationsResponse} */ -public final class ListRegistrationsResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListRegistrationsResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ListRegistrationsResponse) ListRegistrationsResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListRegistrationsResponse.newBuilder() to construct. private ListRegistrationsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListRegistrationsResponse() { registrations_ = java.util.Collections.emptyList(); nextPageToken_ = ""; @@ -44,15 +26,16 @@ private ListRegistrationsResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListRegistrationsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ListRegistrationsResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -72,38 +55,35 @@ private ListRegistrationsResponse( case 0: done = true; break; - case 10: - { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - registrations_ = - new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - registrations_.add( - input.readMessage( - com.google.cloud.domains.v1alpha2.Registration.parser(), extensionRegistry)); - break; + case 10: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + registrations_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); + registrations_.add( + input.readMessage(com.google.cloud.domains.v1alpha2.Registration.parser(), extensionRegistry)); + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - nextPageToken_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + nextPageToken_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { registrations_ = java.util.Collections.unmodifiableList(registrations_); @@ -112,27 +92,22 @@ private ListRegistrationsResponse( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.class, - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.Builder.class); + com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.class, com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.Builder.class); } public static final int REGISTRATIONS_FIELD_NUMBER = 1; private java.util.List registrations_; /** - * - * *
    * A list of `Registration`s.
    * 
@@ -144,8 +119,6 @@ public java.util.List getRegistr return registrations_; } /** - * - * *
    * A list of `Registration`s.
    * 
@@ -153,13 +126,11 @@ public java.util.List getRegistr * repeated .google.cloud.domains.v1alpha2.Registration registrations = 1; */ @java.lang.Override - public java.util.List + public java.util.List getRegistrationsOrBuilderList() { return registrations_; } /** - * - * *
    * A list of `Registration`s.
    * 
@@ -171,8 +142,6 @@ public int getRegistrationsCount() { return registrations_.size(); } /** - * - * *
    * A list of `Registration`s.
    * 
@@ -184,8 +153,6 @@ public com.google.cloud.domains.v1alpha2.Registration getRegistrations(int index return registrations_.get(index); } /** - * - * *
    * A list of `Registration`s.
    * 
@@ -201,15 +168,12 @@ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationsO public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object nextPageToken_; /** - * - * *
    * When present, there are more results to retrieve. Set `page_token` to this
    * value on a subsequent call to get the next page of results.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -218,30 +182,30 @@ public java.lang.String getNextPageToken() { 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(); nextPageToken_ = s; return s; } } /** - * - * *
    * When present, there are more results to retrieve. Set `page_token` to this
    * value on a subsequent call to get the next page of results.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; 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); nextPageToken_ = b; return b; } else { @@ -250,7 +214,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -262,11 +225,12 @@ 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 < registrations_.size(); i++) { output.writeMessage(1, registrations_.get(i)); } - if (!getNextPageTokenBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_); } unknownFields.writeTo(output); @@ -279,9 +243,10 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < registrations_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, registrations_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, registrations_.get(i)); } - if (!getNextPageTokenBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); } size += unknownFields.getSerializedSize(); @@ -292,16 +257,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.cloud.domains.v1alpha2.ListRegistrationsResponse)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse other = - (com.google.cloud.domains.v1alpha2.ListRegistrationsResponse) obj; + com.google.cloud.domains.v1alpha2.ListRegistrationsResponse other = (com.google.cloud.domains.v1alpha2.ListRegistrationsResponse) obj; - if (!getRegistrationsList().equals(other.getRegistrationsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getRegistrationsList() + .equals(other.getRegistrationsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -325,127 +291,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ListRegistrationsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ListRegistrationsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.ListRegistrationsResponse 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; } /** - * - * *
    * Response for the `ListRegistrations` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ListRegistrationsResponse} */ - 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.cloud.domains.v1alpha2.ListRegistrationsResponse) com.google.cloud.domains.v1alpha2.ListRegistrationsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.class, - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.Builder.class); + com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.class, com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.newBuilder() @@ -453,17 +409,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getRegistrationsFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -479,9 +435,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor; } @java.lang.Override @@ -500,8 +456,7 @@ public com.google.cloud.domains.v1alpha2.ListRegistrationsResponse build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.ListRegistrationsResponse buildPartial() { - com.google.cloud.domains.v1alpha2.ListRegistrationsResponse result = - new com.google.cloud.domains.v1alpha2.ListRegistrationsResponse(this); + com.google.cloud.domains.v1alpha2.ListRegistrationsResponse result = new com.google.cloud.domains.v1alpha2.ListRegistrationsResponse(this); int from_bitField0_ = bitField0_; if (registrationsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -521,39 +476,38 @@ public com.google.cloud.domains.v1alpha2.ListRegistrationsResponse 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.cloud.domains.v1alpha2.ListRegistrationsResponse) { - return mergeFrom((com.google.cloud.domains.v1alpha2.ListRegistrationsResponse) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ListRegistrationsResponse)other); } else { super.mergeFrom(other); return this; @@ -561,8 +515,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ListRegistrationsResponse other) { - if (other == com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.ListRegistrationsResponse.getDefaultInstance()) return this; if (registrationsBuilder_ == null) { if (!other.registrations_.isEmpty()) { if (registrations_.isEmpty()) { @@ -581,10 +534,9 @@ public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ListRegistrationsResp registrationsBuilder_ = null; registrations_ = other.registrations_; bitField0_ = (bitField0_ & ~0x00000001); - registrationsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getRegistrationsFieldBuilder() - : null; + registrationsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getRegistrationsFieldBuilder() : null; } else { registrationsBuilder_.addAllMessages(other.registrations_); } @@ -613,8 +565,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ListRegistrationsResponse) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ListRegistrationsResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -623,29 +574,21 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.util.List registrations_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureRegistrationsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - registrations_ = - new java.util.ArrayList(registrations_); + registrations_ = new java.util.ArrayList(registrations_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> - registrationsBuilder_; + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> registrationsBuilder_; /** - * - * *
      * A list of `Registration`s.
      * 
@@ -660,8 +603,6 @@ public java.util.List getRegistr } } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -676,8 +617,6 @@ public int getRegistrationsCount() { } } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -692,8 +631,6 @@ public com.google.cloud.domains.v1alpha2.Registration getRegistrations(int index } } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -715,8 +652,6 @@ public Builder setRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -735,8 +670,6 @@ public Builder setRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -757,8 +690,6 @@ public Builder addRegistrations(com.google.cloud.domains.v1alpha2.Registration v return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -780,8 +711,6 @@ public Builder addRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -800,8 +729,6 @@ public Builder addRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -820,8 +747,6 @@ public Builder addRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -832,7 +757,8 @@ public Builder addAllRegistrations( java.lang.Iterable values) { if (registrationsBuilder_ == null) { ensureRegistrationsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, registrations_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, registrations_); onChanged(); } else { registrationsBuilder_.addAllMessages(values); @@ -840,8 +766,6 @@ public Builder addAllRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -859,8 +783,6 @@ public Builder clearRegistrations() { return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -878,8 +800,6 @@ public Builder removeRegistrations(int index) { return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -891,8 +811,6 @@ public com.google.cloud.domains.v1alpha2.Registration.Builder getRegistrationsBu return getRegistrationsFieldBuilder().getBuilder(index); } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -902,22 +820,19 @@ public com.google.cloud.domains.v1alpha2.Registration.Builder getRegistrationsBu public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationsOrBuilder( int index) { if (registrationsBuilder_ == null) { - return registrations_.get(index); - } else { + return registrations_.get(index); } else { return registrationsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * A list of `Registration`s.
      * 
* * repeated .google.cloud.domains.v1alpha2.Registration registrations = 1; */ - public java.util.List - getRegistrationsOrBuilderList() { + public java.util.List + getRegistrationsOrBuilderList() { if (registrationsBuilder_ != null) { return registrationsBuilder_.getMessageOrBuilderList(); } else { @@ -925,8 +840,6 @@ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationsO } } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -934,12 +847,10 @@ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationsO * repeated .google.cloud.domains.v1alpha2.Registration registrations = 1; */ public com.google.cloud.domains.v1alpha2.Registration.Builder addRegistrationsBuilder() { - return getRegistrationsFieldBuilder() - .addBuilder(com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance()); + return getRegistrationsFieldBuilder().addBuilder( + com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance()); } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -948,34 +859,26 @@ public com.google.cloud.domains.v1alpha2.Registration.Builder addRegistrationsBu */ public com.google.cloud.domains.v1alpha2.Registration.Builder addRegistrationsBuilder( int index) { - return getRegistrationsFieldBuilder() - .addBuilder(index, com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance()); + return getRegistrationsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance()); } /** - * - * *
      * A list of `Registration`s.
      * 
* * repeated .google.cloud.domains.v1alpha2.Registration registrations = 1; */ - public java.util.List - getRegistrationsBuilderList() { + public java.util.List + getRegistrationsBuilderList() { return getRegistrationsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> getRegistrationsFieldBuilder() { if (registrationsBuilder_ == null) { - registrationsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder>( + registrationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder>( registrations_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -987,21 +890,19 @@ public com.google.cloud.domains.v1alpha2.Registration.Builder addRegistrationsBu private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; 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(); nextPageToken_ = s; return s; @@ -1010,22 +911,21 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; 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); nextPageToken_ = b; return b; } else { @@ -1033,71 +933,64 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { + public Builder setNextPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -1107,12 +1000,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ListRegistrationsResponse) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ListRegistrationsResponse) private static final com.google.cloud.domains.v1alpha2.ListRegistrationsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ListRegistrationsResponse(); } @@ -1121,16 +1014,16 @@ public static com.google.cloud.domains.v1alpha2.ListRegistrationsResponse getDef return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListRegistrationsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ListRegistrationsResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListRegistrationsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ListRegistrationsResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1145,4 +1038,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.cloud.domains.v1alpha2.ListRegistrationsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponseOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponseOrBuilder.java similarity index 69% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponseOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponseOrBuilder.java index 6b3a825e..5e96dce6 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponseOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ListRegistrationsResponseOrBuilder.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface ListRegistrationsResponseOrBuilder - extends +public interface ListRegistrationsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ListRegistrationsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * A list of `Registration`s.
    * 
* * repeated .google.cloud.domains.v1alpha2.Registration registrations = 1; */ - java.util.List getRegistrationsList(); + java.util.List + getRegistrationsList(); /** - * - * *
    * A list of `Registration`s.
    * 
@@ -44,8 +25,6 @@ public interface ListRegistrationsResponseOrBuilder */ com.google.cloud.domains.v1alpha2.Registration getRegistrations(int index); /** - * - * *
    * A list of `Registration`s.
    * 
@@ -54,51 +33,43 @@ public interface ListRegistrationsResponseOrBuilder */ int getRegistrationsCount(); /** - * - * *
    * A list of `Registration`s.
    * 
* * repeated .google.cloud.domains.v1alpha2.Registration registrations = 1; */ - java.util.List + java.util.List getRegistrationsOrBuilderList(); /** - * - * *
    * A list of `Registration`s.
    * 
* * repeated .google.cloud.domains.v1alpha2.Registration registrations = 1; */ - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationsOrBuilder(int index); + com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationsOrBuilder( + int index); /** - * - * *
    * When present, there are more results to retrieve. Set `page_token` to this
    * value on a subsequent call to get the next page of results.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * When present, there are more results to retrieve. Set `page_token` to this
    * value on a subsequent call to get the next page of results.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/LocationName.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/LocationName.java similarity index 100% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/LocationName.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/LocationName.java diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettings.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettings.java similarity index 65% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettings.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettings.java index 968ce86a..9eae5942 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettings.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettings.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Defines renewal, billing, and transfer settings for a `Registration`.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ManagementSettings} */ -public final class ManagementSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ManagementSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ManagementSettings) ManagementSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ManagementSettings.newBuilder() to construct. private ManagementSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ManagementSettings() { renewalMethod_ = 0; transferLockState_ = 0; @@ -44,15 +26,16 @@ private ManagementSettings() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ManagementSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ManagementSettings( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,67 +54,60 @@ private ManagementSettings( case 0: done = true; break; - case 24: - { - int rawValue = input.readEnum(); + case 24: { + int rawValue = input.readEnum(); - renewalMethod_ = rawValue; - break; - } - case 32: - { - int rawValue = input.readEnum(); + renewalMethod_ = rawValue; + break; + } + case 32: { + int rawValue = input.readEnum(); - transferLockState_ = rawValue; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + transferLockState_ = rawValue; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ManagementSettings_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ManagementSettings_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ManagementSettings.class, - com.google.cloud.domains.v1alpha2.ManagementSettings.Builder.class); + com.google.cloud.domains.v1alpha2.ManagementSettings.class, com.google.cloud.domains.v1alpha2.ManagementSettings.Builder.class); } /** - * - * *
    * Defines how the `Registration` is renewed.
    * 
* * Protobuf enum {@code google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod} */ - public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum { + public enum RenewalMethod + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The renewal method is undefined.
      * 
@@ -140,20 +116,16 @@ public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum { */ RENEWAL_METHOD_UNSPECIFIED(0), /** - * - * *
      * The domain is automatically renewed each year .
-     * To disable automatic renewals, export the domain by calling
-     * `ExportRegistration` .
+     * To disable automatic renewals, delete the resource by calling
+     * `DeleteRegistration` or export it by calling `ExportRegistration`.
      * 
* * AUTOMATIC_RENEWAL = 1; */ AUTOMATIC_RENEWAL(1), /** - * - * *
      * The domain must be explicitly renewed each year before its
      * `expire_time`. This option is only available when the `Registration`
@@ -169,8 +141,6 @@ public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The renewal method is undefined.
      * 
@@ -179,20 +149,16 @@ public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RENEWAL_METHOD_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The domain is automatically renewed each year .
-     * To disable automatic renewals, export the domain by calling
-     * `ExportRegistration` .
+     * To disable automatic renewals, delete the resource by calling
+     * `DeleteRegistration` or export it by calling `ExportRegistration`.
      * 
* * AUTOMATIC_RENEWAL = 1; */ public static final int AUTOMATIC_RENEWAL_VALUE = 1; /** - * - * *
      * The domain must be explicitly renewed each year before its
      * `expire_time`. This option is only available when the `Registration`
@@ -205,6 +171,7 @@ public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MANUAL_RENEWAL_VALUE = 2;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -229,51 +196,49 @@ public static RenewalMethod valueOf(int value) {
      */
     public static RenewalMethod forNumber(int value) {
       switch (value) {
-        case 0:
-          return RENEWAL_METHOD_UNSPECIFIED;
-        case 1:
-          return AUTOMATIC_RENEWAL;
-        case 2:
-          return MANUAL_RENEWAL;
-        default:
-          return null;
+        case 0: return RENEWAL_METHOD_UNSPECIFIED;
+        case 1: return AUTOMATIC_RENEWAL;
+        case 2: return MANUAL_RENEWAL;
+        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<
+        RenewalMethod> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public RenewalMethod findValueByNumber(int number) {
+              return RenewalMethod.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public RenewalMethod findValueByNumber(int number) {
-            return RenewalMethod.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() {
-      return com.google.cloud.domains.v1alpha2.ManagementSettings.getDescriptor()
-          .getEnumTypes()
-          .get(0);
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1alpha2.ManagementSettings.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final RenewalMethod[] VALUES = values();
 
-    public static RenewalMethod valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static RenewalMethod 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;
@@ -293,85 +258,58 @@ private RenewalMethod(int value) {
   public static final int RENEWAL_METHOD_FIELD_NUMBER = 3;
   private int renewalMethod_;
   /**
-   *
-   *
    * 
    * Output only. The renewal method for this `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for renewalMethod. */ - @java.lang.Override - public int getRenewalMethodValue() { + @java.lang.Override public int getRenewalMethodValue() { return renewalMethod_; } /** - * - * *
    * Output only. The renewal method for this `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The renewalMethod. */ - @java.lang.Override - public com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod getRenewalMethod() { + @java.lang.Override public com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod getRenewalMethod() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod result = - com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); - return result == null - ? com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod result = com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); + return result == null ? com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.UNRECOGNIZED : result; } public static final int TRANSFER_LOCK_STATE_FIELD_NUMBER = 4; private int transferLockState_; /** - * - * *
    * Controls whether the domain can be transferred to another registrar.
    * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @return The enum numeric value on the wire for transferLockState. */ - @java.lang.Override - public int getTransferLockStateValue() { + @java.lang.Override public int getTransferLockStateValue() { return transferLockState_; } /** - * - * *
    * Controls whether the domain can be transferred to another registrar.
    * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @return The transferLockState. */ - @java.lang.Override - public com.google.cloud.domains.v1alpha2.TransferLockState getTransferLockState() { + @java.lang.Override public com.google.cloud.domains.v1alpha2.TransferLockState getTransferLockState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.TransferLockState result = - com.google.cloud.domains.v1alpha2.TransferLockState.valueOf(transferLockState_); - return result == null - ? com.google.cloud.domains.v1alpha2.TransferLockState.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.TransferLockState result = com.google.cloud.domains.v1alpha2.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1alpha2.TransferLockState.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -383,16 +321,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (renewalMethod_ - != com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod - .RENEWAL_METHOD_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (renewalMethod_ != com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.RENEWAL_METHOD_UNSPECIFIED.getNumber()) { output.writeEnum(3, renewalMethod_); } - if (transferLockState_ - != com.google.cloud.domains.v1alpha2.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED - .getNumber()) { + if (transferLockState_ != com.google.cloud.domains.v1alpha2.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(4, transferLockState_); } unknownFields.writeTo(output); @@ -404,16 +338,13 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (renewalMethod_ - != com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod - .RENEWAL_METHOD_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, renewalMethod_); + if (renewalMethod_ != com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.RENEWAL_METHOD_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, renewalMethod_); } - if (transferLockState_ - != com.google.cloud.domains.v1alpha2.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, transferLockState_); + if (transferLockState_ != com.google.cloud.domains.v1alpha2.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, transferLockState_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -423,13 +354,12 @@ 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.cloud.domains.v1alpha2.ManagementSettings)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ManagementSettings other = - (com.google.cloud.domains.v1alpha2.ManagementSettings) obj; + com.google.cloud.domains.v1alpha2.ManagementSettings other = (com.google.cloud.domains.v1alpha2.ManagementSettings) obj; if (renewalMethod_ != other.renewalMethod_) return false; if (transferLockState_ != other.transferLockState_) return false; @@ -454,126 +384,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ManagementSettings parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ManagementSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings 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 renewal, billing, and transfer settings for a `Registration`.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ManagementSettings} */ - 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.cloud.domains.v1alpha2.ManagementSettings) com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ManagementSettings_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ManagementSettings_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ManagementSettings.class, - com.google.cloud.domains.v1alpha2.ManagementSettings.Builder.class); + com.google.cloud.domains.v1alpha2.ManagementSettings.class, com.google.cloud.domains.v1alpha2.ManagementSettings.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.ManagementSettings.newBuilder() @@ -581,15 +502,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -601,9 +523,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor; } @java.lang.Override @@ -622,8 +544,7 @@ public com.google.cloud.domains.v1alpha2.ManagementSettings build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.ManagementSettings buildPartial() { - com.google.cloud.domains.v1alpha2.ManagementSettings result = - new com.google.cloud.domains.v1alpha2.ManagementSettings(this); + com.google.cloud.domains.v1alpha2.ManagementSettings result = new com.google.cloud.domains.v1alpha2.ManagementSettings(this); result.renewalMethod_ = renewalMethod_; result.transferLockState_ = transferLockState_; onBuilt(); @@ -634,39 +555,38 @@ public com.google.cloud.domains.v1alpha2.ManagementSettings 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.cloud.domains.v1alpha2.ManagementSettings) { - return mergeFrom((com.google.cloud.domains.v1alpha2.ManagementSettings) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ManagementSettings)other); } else { super.mergeFrom(other); return this; @@ -674,8 +594,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ManagementSettings other) { - if (other == com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance()) return this; if (other.renewalMethod_ != 0) { setRenewalMethodValue(other.getRenewalMethodValue()); } @@ -701,8 +620,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ManagementSettings) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ManagementSettings) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -714,104 +632,73 @@ public Builder mergeFrom( private int renewalMethod_ = 0; /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for renewalMethod. */ - @java.lang.Override - public int getRenewalMethodValue() { + @java.lang.Override public int getRenewalMethodValue() { return renewalMethod_; } /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for renewalMethod to set. * @return This builder for chaining. */ public Builder setRenewalMethodValue(int value) { - + renewalMethod_ = value; onChanged(); return this; } /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The renewalMethod. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod getRenewalMethod() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod result = - com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.valueOf( - renewalMethod_); - return result == null - ? com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod result = com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); + return result == null ? com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod.UNRECOGNIZED : result; } /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The renewalMethod to set. * @return This builder for chaining. */ - public Builder setRenewalMethod( - com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod value) { + public Builder setRenewalMethod(com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod value) { if (value == null) { throw new NullPointerException(); } - + renewalMethod_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearRenewalMethod() { - + renewalMethod_ = 0; onChanged(); return this; @@ -819,67 +706,51 @@ public Builder clearRenewalMethod() { private int transferLockState_ = 0; /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @return The enum numeric value on the wire for transferLockState. */ - @java.lang.Override - public int getTransferLockStateValue() { + @java.lang.Override public int getTransferLockStateValue() { return transferLockState_; } /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @param value The enum numeric value on the wire for transferLockState to set. * @return This builder for chaining. */ public Builder setTransferLockStateValue(int value) { - + transferLockState_ = value; onChanged(); return this; } /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @return The transferLockState. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.TransferLockState getTransferLockState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.TransferLockState result = - com.google.cloud.domains.v1alpha2.TransferLockState.valueOf(transferLockState_); - return result == null - ? com.google.cloud.domains.v1alpha2.TransferLockState.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.TransferLockState result = com.google.cloud.domains.v1alpha2.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1alpha2.TransferLockState.UNRECOGNIZED : result; } /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @param value The transferLockState to set. * @return This builder for chaining. */ @@ -887,31 +758,28 @@ public Builder setTransferLockState(com.google.cloud.domains.v1alpha2.TransferLo if (value == null) { throw new NullPointerException(); } - + transferLockState_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @return This builder for chaining. */ public Builder clearTransferLockState() { - + transferLockState_ = 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); } @@ -921,12 +789,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ManagementSettings) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ManagementSettings) private static final com.google.cloud.domains.v1alpha2.ManagementSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ManagementSettings(); } @@ -935,16 +803,16 @@ public static com.google.cloud.domains.v1alpha2.ManagementSettings getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ManagementSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ManagementSettings(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ManagementSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ManagementSettings(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -959,4 +827,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.ManagementSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettingsOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettingsOrBuilder.java similarity index 56% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettingsOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettingsOrBuilder.java index 46e5a416..25bd6e6c 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettingsOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ManagementSettingsOrBuilder.java @@ -1,78 +1,46 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface ManagementSettingsOrBuilder - extends +public interface ManagementSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ManagementSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. The renewal method for this `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for renewalMethod. */ int getRenewalMethodValue(); /** - * - * *
    * Output only. The renewal method for this `Registration`.
    * 
* - * - * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The renewalMethod. */ com.google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod getRenewalMethod(); /** - * - * *
    * Controls whether the domain can be transferred to another registrar.
    * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @return The enum numeric value on the wire for transferLockState. */ int getTransferLockStateValue(); /** - * - * *
    * Controls whether the domain can be transferred to another registrar.
    * 
* * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; - * * @return The transferLockState. */ com.google.cloud.domains.v1alpha2.TransferLockState getTransferLockState(); diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadata.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadata.java similarity index 70% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadata.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadata.java index 4511549f..62bb59ed 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadata.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadata.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Represents the metadata of the long-running operation. Output only.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.OperationMetadata} */ -public final class OperationMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class OperationMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.OperationMetadata) OperationMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use OperationMetadata.newBuilder() to construct. private OperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private OperationMetadata() { target_ = ""; verb_ = ""; @@ -46,15 +28,16 @@ private OperationMetadata() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new OperationMetadata(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private OperationMetadata( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -73,109 +56,96 @@ private OperationMetadata( case 0: done = true; break; - case 10: - { - com.google.protobuf.Timestamp.Builder subBuilder = null; - if (createTime_ != null) { - subBuilder = createTime_.toBuilder(); - } - createTime_ = - input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(createTime_); - createTime_ = subBuilder.buildPartial(); - } - - break; + case 10: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (createTime_ != null) { + subBuilder = createTime_.toBuilder(); } - case 18: - { - com.google.protobuf.Timestamp.Builder subBuilder = null; - if (endTime_ != null) { - subBuilder = endTime_.toBuilder(); - } - endTime_ = - input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(endTime_); - endTime_ = subBuilder.buildPartial(); - } - - break; + createTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(createTime_); + createTime_ = subBuilder.buildPartial(); } - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - target_ = s; - break; + break; + } + case 18: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (endTime_ != null) { + subBuilder = endTime_.toBuilder(); } - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); - - verb_ = s; - break; + endTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(endTime_); + endTime_ = subBuilder.buildPartial(); } - case 42: - { - java.lang.String s = input.readStringRequireUtf8(); - statusDetail_ = s; - break; - } - case 50: - { - java.lang.String s = input.readStringRequireUtf8(); + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); - apiVersion_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + target_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + verb_ = s; + break; + } + case 42: { + java.lang.String s = input.readStringRequireUtf8(); + + statusDetail_ = s; + break; + } + case 50: { + java.lang.String s = input.readStringRequireUtf8(); + + apiVersion_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_OperationMetadata_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_OperationMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.OperationMetadata.class, - com.google.cloud.domains.v1alpha2.OperationMetadata.Builder.class); + com.google.cloud.domains.v1alpha2.OperationMetadata.class, com.google.cloud.domains.v1alpha2.OperationMetadata.Builder.class); } public static final int CREATE_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * The time the operation was created.
    * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return Whether the createTime field is set. */ @java.lang.Override @@ -183,14 +153,11 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * The time the operation was created.
    * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return The createTime. */ @java.lang.Override @@ -198,8 +165,6 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * The time the operation was created.
    * 
@@ -214,14 +179,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** - * - * *
    * The time the operation finished running.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ @java.lang.Override @@ -229,14 +191,11 @@ public boolean hasEndTime() { return endTime_ != null; } /** - * - * *
    * The time the operation finished running.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ @java.lang.Override @@ -244,8 +203,6 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** - * - * *
    * The time the operation finished running.
    * 
@@ -260,14 +217,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public static final int TARGET_FIELD_NUMBER = 3; private volatile java.lang.Object target_; /** - * - * *
    * Server-defined resource path for the target of the operation.
    * 
* * string target = 3; - * * @return The target. */ @java.lang.Override @@ -276,29 +230,29 @@ 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; } } /** - * - * *
    * Server-defined resource path for the target of the operation.
    * 
* * string target = 3; - * * @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 { @@ -309,14 +263,11 @@ public com.google.protobuf.ByteString getTargetBytes() { public static final int VERB_FIELD_NUMBER = 4; private volatile java.lang.Object verb_; /** - * - * *
    * Name of the verb executed by the operation.
    * 
* * string verb = 4; - * * @return The verb. */ @java.lang.Override @@ -325,29 +276,29 @@ public java.lang.String getVerb() { 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(); verb_ = s; return s; } } /** - * - * *
    * Name of the verb executed by the operation.
    * 
* * string verb = 4; - * * @return The bytes for verb. */ @java.lang.Override - public com.google.protobuf.ByteString getVerbBytes() { + public com.google.protobuf.ByteString + getVerbBytes() { java.lang.Object ref = verb_; 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); verb_ = b; return b; } else { @@ -358,14 +309,11 @@ public com.google.protobuf.ByteString getVerbBytes() { public static final int STATUS_DETAIL_FIELD_NUMBER = 5; private volatile java.lang.Object statusDetail_; /** - * - * *
    * Human-readable status of the operation, if any.
    * 
* * string status_detail = 5; - * * @return The statusDetail. */ @java.lang.Override @@ -374,29 +322,29 @@ public java.lang.String getStatusDetail() { 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(); statusDetail_ = s; return s; } } /** - * - * *
    * Human-readable status of the operation, if any.
    * 
* * string status_detail = 5; - * * @return The bytes for statusDetail. */ @java.lang.Override - public com.google.protobuf.ByteString getStatusDetailBytes() { + public com.google.protobuf.ByteString + getStatusDetailBytes() { java.lang.Object ref = statusDetail_; 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); statusDetail_ = b; return b; } else { @@ -407,14 +355,11 @@ public com.google.protobuf.ByteString getStatusDetailBytes() { public static final int API_VERSION_FIELD_NUMBER = 6; private volatile java.lang.Object apiVersion_; /** - * - * *
    * API version used to start the operation.
    * 
* * string api_version = 6; - * * @return The apiVersion. */ @java.lang.Override @@ -423,29 +368,29 @@ public java.lang.String getApiVersion() { 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(); apiVersion_ = s; return s; } } /** - * - * *
    * API version used to start the operation.
    * 
* * string api_version = 6; - * * @return The bytes for apiVersion. */ @java.lang.Override - public com.google.protobuf.ByteString getApiVersionBytes() { + public com.google.protobuf.ByteString + getApiVersionBytes() { java.lang.Object ref = apiVersion_; 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); apiVersion_ = b; return b; } else { @@ -454,7 +399,6 @@ public com.google.protobuf.ByteString getApiVersionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -466,23 +410,24 @@ 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 (createTime_ != null) { output.writeMessage(1, getCreateTime()); } if (endTime_ != null) { output.writeMessage(2, getEndTime()); } - if (!getTargetBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(target_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, target_); } - if (!getVerbBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verb_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, verb_); } - if (!getStatusDetailBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusDetail_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, statusDetail_); } - if (!getApiVersionBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(apiVersion_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, apiVersion_); } unknownFields.writeTo(output); @@ -495,21 +440,23 @@ public int getSerializedSize() { size = 0; if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCreateTime()); } if (endTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); } - if (!getTargetBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(target_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, target_); } - if (!getVerbBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verb_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, verb_); } - if (!getStatusDetailBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusDetail_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, statusDetail_); } - if (!getApiVersionBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(apiVersion_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, apiVersion_); } size += unknownFields.getSerializedSize(); @@ -520,26 +467,31 @@ 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.cloud.domains.v1alpha2.OperationMetadata)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.OperationMetadata other = - (com.google.cloud.domains.v1alpha2.OperationMetadata) obj; + com.google.cloud.domains.v1alpha2.OperationMetadata other = (com.google.cloud.domains.v1alpha2.OperationMetadata) obj; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime().equals(other.getEndTime())) return false; - } - if (!getTarget().equals(other.getTarget())) return false; - if (!getVerb().equals(other.getVerb())) return false; - if (!getStatusDetail().equals(other.getStatusDetail())) return false; - if (!getApiVersion().equals(other.getApiVersion())) return false; + if (!getEndTime() + .equals(other.getEndTime())) return false; + } + if (!getTarget() + .equals(other.getTarget())) return false; + if (!getVerb() + .equals(other.getVerb())) return false; + if (!getStatusDetail() + .equals(other.getStatusDetail())) return false; + if (!getApiVersion() + .equals(other.getApiVersion())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -573,126 +525,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.OperationMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.OperationMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata 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 the metadata of the long-running operation. Output only.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.OperationMetadata} */ - 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.cloud.domains.v1alpha2.OperationMetadata) com.google.cloud.domains.v1alpha2.OperationMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_OperationMetadata_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_OperationMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.OperationMetadata.class, - com.google.cloud.domains.v1alpha2.OperationMetadata.Builder.class); + com.google.cloud.domains.v1alpha2.OperationMetadata.class, com.google.cloud.domains.v1alpha2.OperationMetadata.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.OperationMetadata.newBuilder() @@ -700,15 +643,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -736,9 +680,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor; } @java.lang.Override @@ -757,8 +701,7 @@ public com.google.cloud.domains.v1alpha2.OperationMetadata build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.OperationMetadata buildPartial() { - com.google.cloud.domains.v1alpha2.OperationMetadata result = - new com.google.cloud.domains.v1alpha2.OperationMetadata(this); + com.google.cloud.domains.v1alpha2.OperationMetadata result = new com.google.cloud.domains.v1alpha2.OperationMetadata(this); if (createTimeBuilder_ == null) { result.createTime_ = createTime_; } else { @@ -781,39 +724,38 @@ public com.google.cloud.domains.v1alpha2.OperationMetadata 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.cloud.domains.v1alpha2.OperationMetadata) { - return mergeFrom((com.google.cloud.domains.v1alpha2.OperationMetadata) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.OperationMetadata)other); } else { super.mergeFrom(other); return this; @@ -821,8 +763,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.OperationMetadata other) { - if (other == com.google.cloud.domains.v1alpha2.OperationMetadata.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.OperationMetadata.getDefaultInstance()) return this; if (other.hasCreateTime()) { mergeCreateTime(other.getCreateTime()); } @@ -864,8 +805,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.OperationMetadata) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.OperationMetadata) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -877,47 +817,34 @@ public Builder mergeFrom( private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * The time the operation was created.
      * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return createTimeBuilder_ != null || createTime_ != null; } /** - * - * *
      * The time the operation was created.
      * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * The time the operation was created.
      * 
@@ -938,15 +865,14 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the operation was created.
      * 
* * .google.protobuf.Timestamp create_time = 1; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); onChanged(); @@ -957,8 +883,6 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * The time the operation was created.
      * 
@@ -969,7 +893,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -981,8 +905,6 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the operation was created.
      * 
@@ -1001,8 +923,6 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * The time the operation was created.
      * 
@@ -1010,13 +930,11 @@ public Builder clearCreateTime() { * .google.protobuf.Timestamp create_time = 1; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time the operation was created.
      * 
@@ -1027,14 +945,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * The time the operation was created.
      * 
@@ -1042,17 +957,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * .google.protobuf.Timestamp create_time = 1; */ 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> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; @@ -1060,33 +972,24 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - endTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** - * - * *
      * The time the operation finished running.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return endTimeBuilder_ != null || endTime_ != null; } /** - * - * *
      * The time the operation finished running.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1097,8 +1000,6 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1119,15 +1020,14 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the operation finished running.
      * 
* * .google.protobuf.Timestamp end_time = 2; */ - public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setEndTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (endTimeBuilder_ == null) { endTime_ = builderForValue.build(); onChanged(); @@ -1138,8 +1038,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) return this; } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1150,7 +1048,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { if (endTimeBuilder_ == null) { if (endTime_ != null) { endTime_ = - com.google.protobuf.Timestamp.newBuilder(endTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(endTime_).mergeFrom(value).buildPartial(); } else { endTime_ = value; } @@ -1162,8 +1060,6 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1182,8 +1078,6 @@ public Builder clearEndTime() { return this; } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1191,13 +1085,11 @@ public Builder clearEndTime() { * .google.protobuf.Timestamp end_time = 2; */ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { - + onChanged(); return getEndTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1208,12 +1100,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { if (endTimeBuilder_ != null) { return endTimeBuilder_.getMessageOrBuilder(); } else { - return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + return endTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1221,17 +1112,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { * .google.protobuf.Timestamp end_time = 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> getEndTimeFieldBuilder() { if (endTimeBuilder_ == null) { - endTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getEndTime(), getParentForChildren(), isClean()); + endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getEndTime(), + getParentForChildren(), + isClean()); endTime_ = null; } return endTimeBuilder_; @@ -1239,20 +1127,18 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { private java.lang.Object target_ = ""; /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @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; @@ -1261,21 +1147,20 @@ public java.lang.String getTarget() { } } /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @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 { @@ -1283,61 +1168,54 @@ public com.google.protobuf.ByteString getTargetBytes() { } } /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @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; } /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @return This builder for chaining. */ public Builder clearTarget() { - + target_ = getDefaultInstance().getTarget(); onChanged(); return this; } /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @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; @@ -1345,20 +1223,18 @@ public Builder setTargetBytes(com.google.protobuf.ByteString value) { private java.lang.Object verb_ = ""; /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @return The verb. */ public java.lang.String getVerb() { java.lang.Object ref = verb_; 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(); verb_ = s; return s; @@ -1367,21 +1243,20 @@ public java.lang.String getVerb() { } } /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @return The bytes for verb. */ - public com.google.protobuf.ByteString getVerbBytes() { + public com.google.protobuf.ByteString + getVerbBytes() { java.lang.Object ref = verb_; 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); verb_ = b; return b; } else { @@ -1389,61 +1264,54 @@ public com.google.protobuf.ByteString getVerbBytes() { } } /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @param value The verb to set. * @return This builder for chaining. */ - public Builder setVerb(java.lang.String value) { + public Builder setVerb( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + verb_ = value; onChanged(); return this; } /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @return This builder for chaining. */ public Builder clearVerb() { - + verb_ = getDefaultInstance().getVerb(); onChanged(); return this; } /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @param value The bytes for verb to set. * @return This builder for chaining. */ - public Builder setVerbBytes(com.google.protobuf.ByteString value) { + public Builder setVerbBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + verb_ = value; onChanged(); return this; @@ -1451,20 +1319,18 @@ public Builder setVerbBytes(com.google.protobuf.ByteString value) { private java.lang.Object statusDetail_ = ""; /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @return The statusDetail. */ public java.lang.String getStatusDetail() { java.lang.Object ref = statusDetail_; 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(); statusDetail_ = s; return s; @@ -1473,21 +1339,20 @@ public java.lang.String getStatusDetail() { } } /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @return The bytes for statusDetail. */ - public com.google.protobuf.ByteString getStatusDetailBytes() { + public com.google.protobuf.ByteString + getStatusDetailBytes() { java.lang.Object ref = statusDetail_; 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); statusDetail_ = b; return b; } else { @@ -1495,61 +1360,54 @@ public com.google.protobuf.ByteString getStatusDetailBytes() { } } /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @param value The statusDetail to set. * @return This builder for chaining. */ - public Builder setStatusDetail(java.lang.String value) { + public Builder setStatusDetail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + statusDetail_ = value; onChanged(); return this; } /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @return This builder for chaining. */ public Builder clearStatusDetail() { - + statusDetail_ = getDefaultInstance().getStatusDetail(); onChanged(); return this; } /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @param value The bytes for statusDetail to set. * @return This builder for chaining. */ - public Builder setStatusDetailBytes(com.google.protobuf.ByteString value) { + public Builder setStatusDetailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + statusDetail_ = value; onChanged(); return this; @@ -1557,20 +1415,18 @@ public Builder setStatusDetailBytes(com.google.protobuf.ByteString value) { private java.lang.Object apiVersion_ = ""; /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @return The apiVersion. */ public java.lang.String getApiVersion() { java.lang.Object ref = apiVersion_; 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(); apiVersion_ = s; return s; @@ -1579,21 +1435,20 @@ public java.lang.String getApiVersion() { } } /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @return The bytes for apiVersion. */ - public com.google.protobuf.ByteString getApiVersionBytes() { + public com.google.protobuf.ByteString + getApiVersionBytes() { java.lang.Object ref = apiVersion_; 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); apiVersion_ = b; return b; } else { @@ -1601,68 +1456,61 @@ public com.google.protobuf.ByteString getApiVersionBytes() { } } /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @param value The apiVersion to set. * @return This builder for chaining. */ - public Builder setApiVersion(java.lang.String value) { + public Builder setApiVersion( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + apiVersion_ = value; onChanged(); return this; } /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @return This builder for chaining. */ public Builder clearApiVersion() { - + apiVersion_ = getDefaultInstance().getApiVersion(); onChanged(); return this; } /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @param value The bytes for apiVersion to set. * @return This builder for chaining. */ - public Builder setApiVersionBytes(com.google.protobuf.ByteString value) { + public Builder setApiVersionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + apiVersion_ = 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); } @@ -1672,12 +1520,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.OperationMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.OperationMetadata) private static final com.google.cloud.domains.v1alpha2.OperationMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.OperationMetadata(); } @@ -1686,16 +1534,16 @@ public static com.google.cloud.domains.v1alpha2.OperationMetadata getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public OperationMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new OperationMetadata(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public OperationMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new OperationMetadata(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1710,4 +1558,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.OperationMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadataOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadataOrBuilder.java similarity index 74% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadataOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadataOrBuilder.java index a608c30e..3a0e23b9 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadataOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/OperationMetadataOrBuilder.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface OperationMetadataOrBuilder - extends +public interface OperationMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.OperationMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The time the operation was created.
    * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * The time the operation was created.
    * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * The time the operation was created.
    * 
@@ -59,32 +35,24 @@ public interface OperationMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * The time the operation finished running.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** - * - * *
    * The time the operation finished running.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** - * - * *
    * The time the operation finished running.
    * 
@@ -94,102 +62,82 @@ public interface OperationMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** - * - * *
    * Server-defined resource path for the target of the operation.
    * 
* * string target = 3; - * * @return The target. */ java.lang.String getTarget(); /** - * - * *
    * Server-defined resource path for the target of the operation.
    * 
* * string target = 3; - * * @return The bytes for target. */ - com.google.protobuf.ByteString getTargetBytes(); + com.google.protobuf.ByteString + getTargetBytes(); /** - * - * *
    * Name of the verb executed by the operation.
    * 
* * string verb = 4; - * * @return The verb. */ java.lang.String getVerb(); /** - * - * *
    * Name of the verb executed by the operation.
    * 
* * string verb = 4; - * * @return The bytes for verb. */ - com.google.protobuf.ByteString getVerbBytes(); + com.google.protobuf.ByteString + getVerbBytes(); /** - * - * *
    * Human-readable status of the operation, if any.
    * 
* * string status_detail = 5; - * * @return The statusDetail. */ java.lang.String getStatusDetail(); /** - * - * *
    * Human-readable status of the operation, if any.
    * 
* * string status_detail = 5; - * * @return The bytes for statusDetail. */ - com.google.protobuf.ByteString getStatusDetailBytes(); + com.google.protobuf.ByteString + getStatusDetailBytes(); /** - * - * *
    * API version used to start the operation.
    * 
* * string api_version = 6; - * * @return The apiVersion. */ java.lang.String getApiVersion(); /** - * - * *
    * API version used to start the operation.
    * 
* * string api_version = 6; - * * @return The bytes for apiVersion. */ - com.google.protobuf.ByteString getApiVersionBytes(); + com.google.protobuf.ByteString + getApiVersionBytes(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java similarity index 73% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java index 52a18468..8a769d77 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequest.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `RegisterDomain` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RegisterDomainRequest} */ -public final class RegisterDomainRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RegisterDomainRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.RegisterDomainRequest) RegisterDomainRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RegisterDomainRequest.newBuilder() to construct. private RegisterDomainRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RegisterDomainRequest() { parent_ = ""; domainNotices_ = java.util.Collections.emptyList(); @@ -45,15 +27,16 @@ private RegisterDomainRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RegisterDomainRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RegisterDomainRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -73,111 +56,103 @@ private RegisterDomainRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - parent_ = s; - break; + parent_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1alpha2.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1alpha2.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); } - case 18: - { - com.google.cloud.domains.v1alpha2.Registration.Builder subBuilder = null; - if (registration_ != null) { - subBuilder = registration_.toBuilder(); - } - registration_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.Registration.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(registration_); - registration_ = subBuilder.buildPartial(); - } - break; + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + domainNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 24: - { + domainNotices_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { domainNotices_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } domainNotices_.add(rawValue); - break; } - case 26: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - domainNotices_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - domainNotices_.add(rawValue); - } - input.popLimit(oldLimit); - break; + input.popLimit(oldLimit); + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; } - case 32: - { + contactNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000002) != 0)) { contactNotices_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } contactNotices_.add(rawValue); - break; - } - case 34: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - contactNotices_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000002; - } - contactNotices_.add(rawValue); - } - input.popLimit(oldLimit); - break; } - case 42: - { - com.google.type.Money.Builder subBuilder = null; - if (yearlyPrice_ != null) { - subBuilder = yearlyPrice_.toBuilder(); - } - yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(yearlyPrice_); - yearlyPrice_ = subBuilder.buildPartial(); - } - - break; + input.popLimit(oldLimit); + break; + } + case 42: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); } - case 48: - { - validateOnly_ = input.readBool(); - break; + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + + break; + } + case 48: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { domainNotices_ = java.util.Collections.unmodifiableList(domainNotices_); @@ -189,36 +164,28 @@ private RegisterDomainRequest( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RegisterDomainRequest.class, - com.google.cloud.domains.v1alpha2.RegisterDomainRequest.Builder.class); + com.google.cloud.domains.v1alpha2.RegisterDomainRequest.class, com.google.cloud.domains.v1alpha2.RegisterDomainRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. The parent resource of the `Registration`. Must be in the
    * format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -227,32 +194,30 @@ public java.lang.String getParent() { 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(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent resource of the `Registration`. Must be in the
    * format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; 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); parent_ = b; return b; } else { @@ -263,16 +228,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int REGISTRATION_FIELD_NUMBER = 2; private com.google.cloud.domains.v1alpha2.Registration registration_; /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registration field is set. */ @java.lang.Override @@ -280,34 +240,23 @@ public boolean hasRegistration() { return registration_ != null; } /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registration. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.Registration getRegistration() { - return registration_ == null - ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; } /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOrBuilder() { @@ -317,47 +266,36 @@ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOr public static final int DOMAIN_NOTICES_FIELD_NUMBER = 3; private java.util.List domainNotices_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice> - domainNotices_converter_ = + java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice> domainNotices_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>() { public com.google.cloud.domains.v1alpha2.DomainNotice convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.DomainNotice result = - com.google.cloud.domains.v1alpha2.DomainNotice.valueOf(from); - return result == null - ? com.google.cloud.domains.v1alpha2.DomainNotice.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.DomainNotice result = com.google.cloud.domains.v1alpha2.DomainNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.DomainNotice.UNRECOGNIZED : result; } }; /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return A list containing the domainNotices. */ @java.lang.Override public java.util.List getDomainNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>( - domainNotices_, domainNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>(domainNotices_, domainNotices_converter_); } /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return The count of domainNotices. */ @java.lang.Override @@ -365,15 +303,12 @@ public int getDomainNoticesCount() { return domainNotices_.size(); } /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ @@ -382,31 +317,26 @@ public com.google.cloud.domains.v1alpha2.DomainNotice getDomainNotices(int index return domainNotices_converter_.convert(domainNotices_.get(index)); } /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ @java.lang.Override - public java.util.List getDomainNoticesValueList() { + public java.util.List + getDomainNoticesValueList() { return domainNotices_; } /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ @@ -414,55 +344,43 @@ public java.util.List getDomainNoticesValueList() { public int getDomainNoticesValue(int index) { return domainNotices_.get(index); } - private int domainNoticesMemoizedSerializedSize; public static final int CONTACT_NOTICES_FIELD_NUMBER = 4; private java.util.List contactNotices_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice> - contactNotices_converter_ = + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice> contactNotices_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>() { public com.google.cloud.domains.v1alpha2.ContactNotice convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.ContactNotice result = - com.google.cloud.domains.v1alpha2.ContactNotice.valueOf(from); - return result == null - ? com.google.cloud.domains.v1alpha2.ContactNotice.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.ContactNotice result = com.google.cloud.domains.v1alpha2.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.ContactNotice.UNRECOGNIZED : result; } }; /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ @java.lang.Override public java.util.List getContactNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>( - contactNotices_, contactNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>(contactNotices_, contactNotices_converter_); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ @java.lang.Override @@ -470,16 +388,13 @@ public int getContactNoticesCount() { return contactNotices_.size(); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ @@ -488,33 +403,28 @@ public com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int ind return contactNotices_converter_.convert(contactNotices_.get(index)); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ @java.lang.Override - public java.util.List getContactNoticesValueList() { + public java.util.List + getContactNoticesValueList() { return contactNotices_; } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ @@ -522,14 +432,11 @@ public java.util.List getContactNoticesValueList() { public int getContactNoticesValue(int index) { return contactNotices_.get(index); } - private int contactNoticesMemoizedSerializedSize; public static final int YEARLY_PRICE_FIELD_NUMBER = 5; private com.google.type.Money yearlyPrice_; /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -537,7 +444,6 @@ public int getContactNoticesValue(int index) {
    * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the yearlyPrice field is set. */ @java.lang.Override @@ -545,8 +451,6 @@ public boolean hasYearlyPrice() { return yearlyPrice_ != null; } /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -554,7 +458,6 @@ public boolean hasYearlyPrice() {
    * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return The yearlyPrice. */ @java.lang.Override @@ -562,8 +465,6 @@ public com.google.type.Money getYearlyPrice() { return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; } /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -580,16 +481,13 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() {
   public static final int VALIDATE_ONLY_FIELD_NUMBER = 6;
   private boolean validateOnly_;
   /**
-   *
-   *
    * 
-   * When true, only validation will be performed, without actually registering
+   * When true, only validation is performed, without actually registering
    * the domain. Follows:
    * https://cloud.google.com/apis/design/design_patterns#request_validation
    * 
* * bool validate_only = 6; - * * @return The validateOnly. */ @java.lang.Override @@ -598,7 +496,6 @@ public boolean getValidateOnly() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -610,9 +507,10 @@ 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 (!getParentBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } if (registration_ != null) { @@ -647,43 +545,44 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getParentBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (registration_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getRegistration()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistration()); } { int dataSize = 0; for (int i = 0; i < domainNotices_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(domainNotices_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(domainNotices_.get(i)); } size += dataSize; - if (!getDomainNoticesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - domainNoticesMemoizedSerializedSize = dataSize; + if (!getDomainNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }domainNoticesMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < contactNotices_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(contactNotices_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); } size += dataSize; - if (!getContactNoticesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - contactNoticesMemoizedSerializedSize = dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; } if (yearlyPrice_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getYearlyPrice()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getYearlyPrice()); } if (validateOnly_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(6, validateOnly_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(6, validateOnly_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -693,26 +592,29 @@ 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.cloud.domains.v1alpha2.RegisterDomainRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.RegisterDomainRequest other = - (com.google.cloud.domains.v1alpha2.RegisterDomainRequest) obj; + com.google.cloud.domains.v1alpha2.RegisterDomainRequest other = (com.google.cloud.domains.v1alpha2.RegisterDomainRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasRegistration() != other.hasRegistration()) return false; if (hasRegistration()) { - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; } if (!domainNotices_.equals(other.domainNotices_)) return false; if (!contactNotices_.equals(other.contactNotices_)) return false; if (hasYearlyPrice() != other.hasYearlyPrice()) return false; if (hasYearlyPrice()) { - if (!getYearlyPrice().equals(other.getYearlyPrice())) return false; + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; } - if (getValidateOnly() != other.getValidateOnly()) return false; + if (getValidateOnly() + != other.getValidateOnly()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -743,134 +645,125 @@ public int hashCode() { hash = (53 * hash) + getYearlyPrice().hashCode(); } hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getValidateOnly()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RegisterDomainRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RegisterDomainRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.RegisterDomainRequest 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; } /** - * - * *
    * Request for the `RegisterDomain` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RegisterDomainRequest} */ - 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.cloud.domains.v1alpha2.RegisterDomainRequest) com.google.cloud.domains.v1alpha2.RegisterDomainRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RegisterDomainRequest.class, - com.google.cloud.domains.v1alpha2.RegisterDomainRequest.Builder.class); + com.google.cloud.domains.v1alpha2.RegisterDomainRequest.class, com.google.cloud.domains.v1alpha2.RegisterDomainRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.RegisterDomainRequest.newBuilder() @@ -878,15 +771,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -914,9 +808,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor; } @java.lang.Override @@ -935,8 +829,7 @@ public com.google.cloud.domains.v1alpha2.RegisterDomainRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.RegisterDomainRequest buildPartial() { - com.google.cloud.domains.v1alpha2.RegisterDomainRequest result = - new com.google.cloud.domains.v1alpha2.RegisterDomainRequest(this); + com.google.cloud.domains.v1alpha2.RegisterDomainRequest result = new com.google.cloud.domains.v1alpha2.RegisterDomainRequest(this); int from_bitField0_ = bitField0_; result.parent_ = parent_; if (registrationBuilder_ == null) { @@ -968,39 +861,38 @@ public com.google.cloud.domains.v1alpha2.RegisterDomainRequest 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.cloud.domains.v1alpha2.RegisterDomainRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.RegisterDomainRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.RegisterDomainRequest)other); } else { super.mergeFrom(other); return this; @@ -1008,8 +900,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.RegisterDomainRequest other) { - if (other == com.google.cloud.domains.v1alpha2.RegisterDomainRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.RegisterDomainRequest.getDefaultInstance()) return this; if (!other.getParent().isEmpty()) { parent_ = other.parent_; onChanged(); @@ -1062,8 +953,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.RegisterDomainRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.RegisterDomainRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -1072,28 +962,23 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; 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(); parent_ = s; return s; @@ -1102,24 +987,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; 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); parent_ = b; return b; } else { @@ -1127,70 +1009,57 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; @@ -1198,58 +1067,39 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private com.google.cloud.domains.v1alpha2.Registration registration_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> - registrationBuilder_; + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> registrationBuilder_; /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registration field is set. */ public boolean hasRegistration() { return registrationBuilder_ != null || registration_ != null; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registration. */ public com.google.cloud.domains.v1alpha2.Registration getRegistration() { if (registrationBuilder_ == null) { - return registration_ == null - ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; } else { return registrationBuilder_.getMessage(); } } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setRegistration(com.google.cloud.domains.v1alpha2.Registration value) { if (registrationBuilder_ == null) { @@ -1265,15 +1115,11 @@ public Builder setRegistration(com.google.cloud.domains.v1alpha2.Registration va return this; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setRegistration( com.google.cloud.domains.v1alpha2.Registration.Builder builderForValue) { @@ -1287,23 +1133,17 @@ public Builder setRegistration( return this; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeRegistration(com.google.cloud.domains.v1alpha2.Registration value) { if (registrationBuilder_ == null) { if (registration_ != null) { registration_ = - com.google.cloud.domains.v1alpha2.Registration.newBuilder(registration_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); } else { registration_ = value; } @@ -1315,15 +1155,11 @@ public Builder mergeRegistration(com.google.cloud.domains.v1alpha2.Registration return this; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearRegistration() { if (registrationBuilder_ == null) { @@ -1337,71 +1173,55 @@ public Builder clearRegistration() { return this; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.domains.v1alpha2.Registration.Builder getRegistrationBuilder() { - + onChanged(); return getRegistrationFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOrBuilder() { if (registrationBuilder_ != null) { return registrationBuilder_.getMessageOrBuilder(); } else { - return registration_ == null - ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? + com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; } } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> getRegistrationFieldBuilder() { if (registrationBuilder_ == null) { - registrationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder>( - getRegistration(), getParentForChildren(), isClean()); + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); registration_ = null; } return registrationBuilder_; } - private java.util.List domainNotices_ = java.util.Collections.emptyList(); - + private java.util.List domainNotices_ = + java.util.Collections.emptyList(); private void ensureDomainNoticesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { domainNotices_ = new java.util.ArrayList(domainNotices_); @@ -1409,47 +1229,37 @@ private void ensureDomainNoticesIsMutable() { } } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return A list containing the domainNotices. */ public java.util.List getDomainNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>( - domainNotices_, domainNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>(domainNotices_, domainNotices_converter_); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return The count of domainNotices. */ public int getDomainNoticesCount() { return domainNotices_.size(); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ @@ -1457,15 +1267,12 @@ public com.google.cloud.domains.v1alpha2.DomainNotice getDomainNotices(int index return domainNotices_converter_.convert(domainNotices_.get(index)); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param index The index to set the value at. * @param value The domainNotices to set. * @return This builder for chaining. @@ -1481,15 +1288,12 @@ public Builder setDomainNotices( return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param value The domainNotices to add. * @return This builder for chaining. */ @@ -1503,15 +1307,12 @@ public Builder addDomainNotices(com.google.cloud.domains.v1alpha2.DomainNotice v return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param values The domainNotices to add. * @return This builder for chaining. */ @@ -1525,15 +1326,12 @@ public Builder addAllDomainNotices( return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return This builder for chaining. */ public Builder clearDomainNotices() { @@ -1543,30 +1341,25 @@ public Builder clearDomainNotices() { return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ - public java.util.List getDomainNoticesValueList() { + public java.util.List + getDomainNoticesValueList() { return java.util.Collections.unmodifiableList(domainNotices_); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ @@ -1574,35 +1367,30 @@ public int getDomainNoticesValue(int index) { return domainNotices_.get(index); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. * @return This builder for chaining. */ - public Builder setDomainNoticesValue(int index, int value) { + public Builder setDomainNoticesValue( + int index, int value) { ensureDomainNoticesIsMutable(); domainNotices_.set(index, value); onChanged(); return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param value The enum numeric value on the wire for domainNotices to add. * @return This builder for chaining. */ @@ -1613,19 +1401,17 @@ public Builder addDomainNoticesValue(int value) { return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param values The enum numeric values on the wire for domainNotices to add. * @return This builder for chaining. */ - public Builder addAllDomainNoticesValue(java.lang.Iterable values) { + public Builder addAllDomainNoticesValue( + java.lang.Iterable values) { ensureDomainNoticesIsMutable(); for (int value : values) { domainNotices_.add(value); @@ -1634,8 +1420,8 @@ public Builder addAllDomainNoticesValue(java.lang.Iterable va return this; } - private java.util.List contactNotices_ = java.util.Collections.emptyList(); - + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); private void ensureContactNoticesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { contactNotices_ = new java.util.ArrayList(contactNotices_); @@ -1643,50 +1429,40 @@ private void ensureContactNoticesIsMutable() { } } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ public java.util.List getContactNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>( - contactNotices_, contactNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>(contactNotices_, contactNotices_converter_); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ public int getContactNoticesCount() { return contactNotices_.size(); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ @@ -1694,16 +1470,13 @@ public com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int ind return contactNotices_converter_.convert(contactNotices_.get(index)); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index to set the value at. * @param value The contactNotices to set. * @return This builder for chaining. @@ -1719,16 +1492,13 @@ public Builder setContactNotices( return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param value The contactNotices to add. * @return This builder for chaining. */ @@ -1742,16 +1512,13 @@ public Builder addContactNotices(com.google.cloud.domains.v1alpha2.ContactNotice return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param values The contactNotices to add. * @return This builder for chaining. */ @@ -1765,16 +1532,13 @@ public Builder addAllContactNotices( return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return This builder for chaining. */ public Builder clearContactNotices() { @@ -1784,32 +1548,27 @@ public Builder clearContactNotices() { return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ - public java.util.List getContactNoticesValueList() { + public java.util.List + getContactNoticesValueList() { return java.util.Collections.unmodifiableList(contactNotices_); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ @@ -1817,37 +1576,32 @@ public int getContactNoticesValue(int index) { return contactNotices_.get(index); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. * @return This builder for chaining. */ - public Builder setContactNoticesValue(int index, int value) { + public Builder setContactNoticesValue( + int index, int value) { ensureContactNoticesIsMutable(); contactNotices_.set(index, value); onChanged(); return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param value The enum numeric value on the wire for contactNotices to add. * @return This builder for chaining. */ @@ -1858,20 +1612,18 @@ public Builder addContactNoticesValue(int value) { return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param values The enum numeric values on the wire for contactNotices to add. * @return This builder for chaining. */ - public Builder addAllContactNoticesValue(java.lang.Iterable values) { + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { ensureContactNoticesIsMutable(); for (int value : values) { contactNotices_.add(value); @@ -1882,11 +1634,8 @@ public Builder addAllContactNoticesValue(java.lang.Iterable v private com.google.type.Money yearlyPrice_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> - yearlyPriceBuilder_; + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; /** - * - * *
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1894,15 +1643,12 @@ public Builder addAllContactNoticesValue(java.lang.Iterable v
      * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the yearlyPrice field is set. */ public boolean hasYearlyPrice() { return yearlyPriceBuilder_ != null || yearlyPrice_ != null; } /** - * - * *
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1910,7 +1656,6 @@ public boolean hasYearlyPrice() {
      * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return The yearlyPrice. */ public com.google.type.Money getYearlyPrice() { @@ -1921,8 +1666,6 @@ public com.google.type.Money getYearlyPrice() { } } /** - * - * *
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1945,8 +1688,6 @@ public Builder setYearlyPrice(com.google.type.Money value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1955,7 +1696,8 @@ public Builder setYearlyPrice(com.google.type.Money value) {
      *
      * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];
      */
-    public Builder setYearlyPrice(com.google.type.Money.Builder builderForValue) {
+    public Builder setYearlyPrice(
+        com.google.type.Money.Builder builderForValue) {
       if (yearlyPriceBuilder_ == null) {
         yearlyPrice_ = builderForValue.build();
         onChanged();
@@ -1966,8 +1708,6 @@ public Builder setYearlyPrice(com.google.type.Money.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1980,7 +1720,7 @@ public Builder mergeYearlyPrice(com.google.type.Money value) {
       if (yearlyPriceBuilder_ == null) {
         if (yearlyPrice_ != null) {
           yearlyPrice_ =
-              com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial();
+            com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial();
         } else {
           yearlyPrice_ = value;
         }
@@ -1992,8 +1732,6 @@ public Builder mergeYearlyPrice(com.google.type.Money value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -2014,8 +1752,6 @@ public Builder clearYearlyPrice() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -2025,13 +1761,11 @@ public Builder clearYearlyPrice() {
      * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];
      */
     public com.google.type.Money.Builder getYearlyPriceBuilder() {
-
+      
       onChanged();
       return getYearlyPriceFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -2044,12 +1778,11 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() {
       if (yearlyPriceBuilder_ != null) {
         return yearlyPriceBuilder_.getMessageOrBuilder();
       } else {
-        return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_;
+        return yearlyPrice_ == null ?
+            com.google.type.Money.getDefaultInstance() : yearlyPrice_;
       }
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -2059,32 +1792,28 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() {
      * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>
+        com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> 
         getYearlyPriceFieldBuilder() {
       if (yearlyPriceBuilder_ == null) {
-        yearlyPriceBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.type.Money,
-                com.google.type.Money.Builder,
-                com.google.type.MoneyOrBuilder>(
-                getYearlyPrice(), getParentForChildren(), isClean());
+        yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>(
+                getYearlyPrice(),
+                getParentForChildren(),
+                isClean());
         yearlyPrice_ = null;
       }
       return yearlyPriceBuilder_;
     }
 
-    private boolean validateOnly_;
+    private boolean validateOnly_ ;
     /**
-     *
-     *
      * 
-     * When true, only validation will be performed, without actually registering
+     * When true, only validation is performed, without actually registering
      * the domain. Follows:
      * https://cloud.google.com/apis/design/design_patterns#request_validation
      * 
* * bool validate_only = 6; - * * @return The validateOnly. */ @java.lang.Override @@ -2092,47 +1821,41 @@ public boolean getValidateOnly() { return validateOnly_; } /** - * - * *
-     * When true, only validation will be performed, without actually registering
+     * When true, only validation is performed, without actually registering
      * the domain. Follows:
      * https://cloud.google.com/apis/design/design_patterns#request_validation
      * 
* * bool validate_only = 6; - * * @param value The validateOnly to set. * @return This builder for chaining. */ public Builder setValidateOnly(boolean value) { - + validateOnly_ = value; onChanged(); return this; } /** - * - * *
-     * When true, only validation will be performed, without actually registering
+     * When true, only validation is performed, without actually registering
      * the domain. Follows:
      * https://cloud.google.com/apis/design/design_patterns#request_validation
      * 
* * bool validate_only = 6; - * * @return This builder for chaining. */ public Builder clearValidateOnly() { - + validateOnly_ = 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); } @@ -2142,12 +1865,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.RegisterDomainRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.RegisterDomainRequest) private static final com.google.cloud.domains.v1alpha2.RegisterDomainRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.RegisterDomainRequest(); } @@ -2156,16 +1879,16 @@ public static com.google.cloud.domains.v1alpha2.RegisterDomainRequest getDefault return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RegisterDomainRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RegisterDomainRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RegisterDomainRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RegisterDomainRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2180,4 +1903,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.RegisterDomainRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequestOrBuilder.java similarity index 75% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequestOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequestOrBuilder.java index a1690f34..8b012ad1 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequestOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterDomainRequestOrBuilder.java @@ -1,244 +1,175 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface RegisterDomainRequestOrBuilder - extends +public interface RegisterDomainRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.RegisterDomainRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The parent resource of the `Registration`. Must be in the
    * format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent resource of the `Registration`. Must be in the
    * format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registration field is set. */ boolean hasRegistration(); /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registration. */ com.google.cloud.domains.v1alpha2.Registration getRegistration(); /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOrBuilder(); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return A list containing the domainNotices. */ java.util.List getDomainNoticesList(); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return The count of domainNotices. */ int getDomainNoticesCount(); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ com.google.cloud.domains.v1alpha2.DomainNotice getDomainNotices(int index); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ - java.util.List getDomainNoticesValueList(); + java.util.List + getDomainNoticesValueList(); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ int getDomainNoticesValue(int index); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ java.util.List getContactNoticesList(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ int getContactNoticesCount(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int index); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ - java.util.List getContactNoticesValueList(); + java.util.List + getContactNoticesValueList(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ int getContactNoticesValue(int index); /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -246,13 +177,10 @@ public interface RegisterDomainRequestOrBuilder
    * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the yearlyPrice field is set. */ boolean hasYearlyPrice(); /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -260,13 +188,10 @@ public interface RegisterDomainRequestOrBuilder
    * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return The yearlyPrice. */ com.google.type.Money getYearlyPrice(); /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -278,16 +203,13 @@ public interface RegisterDomainRequestOrBuilder
   com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder();
 
   /**
-   *
-   *
    * 
-   * When true, only validation will be performed, without actually registering
+   * When true, only validation is performed, without actually registering
    * the domain. Follows:
    * https://cloud.google.com/apis/design/design_patterns#request_validation
    * 
* * bool validate_only = 6; - * * @return The validateOnly. */ boolean getValidateOnly(); diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java similarity index 76% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java index 7726a2fe..4a3d316a 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParameters.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Parameters required to register a new domain.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RegisterParameters} */ -public final class RegisterParameters extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RegisterParameters extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.RegisterParameters) RegisterParametersOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RegisterParameters.newBuilder() to construct. private RegisterParameters(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RegisterParameters() { domainName_ = ""; availability_ = 0; @@ -46,15 +28,16 @@ private RegisterParameters() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RegisterParameters(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RegisterParameters( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -74,97 +57,91 @@ private RegisterParameters( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - domainName_ = s; - break; - } - case 16: - { - int rawValue = input.readEnum(); + domainName_ = s; + break; + } + case 16: { + int rawValue = input.readEnum(); - availability_ = rawValue; - break; + availability_ = rawValue; + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 24: - { + supportedPrivacy_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { supportedPrivacy_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } supportedPrivacy_.add(rawValue); - break; } - case 26: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - supportedPrivacy_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - supportedPrivacy_.add(rawValue); - } - input.popLimit(oldLimit); - break; + input.popLimit(oldLimit); + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + domainNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; } - case 32: - { + domainNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000002) != 0)) { domainNotices_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } domainNotices_.add(rawValue); - break; } - case 34: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - domainNotices_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000002; - } - domainNotices_.add(rawValue); - } - input.popLimit(oldLimit); - break; + input.popLimit(oldLimit); + break; + } + case 42: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); } - case 42: - { - com.google.type.Money.Builder subBuilder = null; - if (yearlyPrice_ != null) { - subBuilder = yearlyPrice_.toBuilder(); - } - yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(yearlyPrice_); - yearlyPrice_ = subBuilder.buildPartial(); - } - - break; + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); @@ -176,35 +153,29 @@ private RegisterParameters( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterParameters_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterParameters_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RegisterParameters.class, - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder.class); + com.google.cloud.domains.v1alpha2.RegisterParameters.class, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder.class); } /** - * - * *
    * Possible availability states of a domain name.
    * 
* * Protobuf enum {@code google.cloud.domains.v1alpha2.RegisterParameters.Availability} */ - public enum Availability implements com.google.protobuf.ProtocolMessageEnum { + public enum Availability + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The availability is unspecified.
      * 
@@ -213,8 +184,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum { */ AVAILABILITY_UNSPECIFIED(0), /** - * - * *
      * The domain is available for registration.
      * 
@@ -223,8 +192,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum { */ AVAILABLE(1), /** - * - * *
      * The domain is not available for registration. Generally this means it is
      * already registered to another party.
@@ -234,8 +201,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     UNAVAILABLE(2),
     /**
-     *
-     *
      * 
      * The domain is not currently supported by Cloud Domains, but may
      * be available elsewhere.
@@ -245,8 +210,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     UNSUPPORTED(3),
     /**
-     *
-     *
      * 
      * Cloud Domains is unable to determine domain availability, generally
      * due to system maintenance at the domain name registry.
@@ -259,8 +222,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The availability is unspecified.
      * 
@@ -269,8 +230,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum { */ public static final int AVAILABILITY_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The domain is available for registration.
      * 
@@ -279,8 +238,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum { */ public static final int AVAILABLE_VALUE = 1; /** - * - * *
      * The domain is not available for registration. Generally this means it is
      * already registered to another party.
@@ -290,8 +247,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNAVAILABLE_VALUE = 2;
     /**
-     *
-     *
      * 
      * The domain is not currently supported by Cloud Domains, but may
      * be available elsewhere.
@@ -301,8 +256,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNSUPPORTED_VALUE = 3;
     /**
-     *
-     *
      * 
      * Cloud Domains is unable to determine domain availability, generally
      * due to system maintenance at the domain name registry.
@@ -312,6 +265,7 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNKNOWN_VALUE = 4;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -336,55 +290,51 @@ public static Availability valueOf(int value) {
      */
     public static Availability forNumber(int value) {
       switch (value) {
-        case 0:
-          return AVAILABILITY_UNSPECIFIED;
-        case 1:
-          return AVAILABLE;
-        case 2:
-          return UNAVAILABLE;
-        case 3:
-          return UNSUPPORTED;
-        case 4:
-          return UNKNOWN;
-        default:
-          return null;
+        case 0: return AVAILABILITY_UNSPECIFIED;
+        case 1: return AVAILABLE;
+        case 2: return UNAVAILABLE;
+        case 3: return UNSUPPORTED;
+        case 4: return UNKNOWN;
+        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<
+        Availability> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public Availability findValueByNumber(int number) {
+              return Availability.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public Availability findValueByNumber(int number) {
-            return Availability.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() {
-      return com.google.cloud.domains.v1alpha2.RegisterParameters.getDescriptor()
-          .getEnumTypes()
-          .get(0);
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1alpha2.RegisterParameters.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final Availability[] VALUES = values();
 
-    public static Availability valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static Availability 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;
@@ -404,14 +354,11 @@ private Availability(int value) {
   public static final int DOMAIN_NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object domainName_;
   /**
-   *
-   *
    * 
    * The domain name. Unicode domain names are expressed in Punycode format.
    * 
* * string domain_name = 1; - * * @return The domainName. */ @java.lang.Override @@ -420,29 +367,29 @@ public java.lang.String getDomainName() { 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(); domainName_ = s; return s; } } /** - * - * *
    * The domain name. Unicode domain names are expressed in Punycode format.
    * 
* * string domain_name = 1; - * * @return The bytes for domainName. */ @java.lang.Override - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -453,8 +400,6 @@ public com.google.protobuf.ByteString getDomainNameBytes() { public static final int AVAILABILITY_FIELD_NUMBER = 2; private int availability_; /** - * - * *
    * Indicates whether the domain is available for registration. This value is
    * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -462,16 +407,12 @@ public com.google.protobuf.ByteString getDomainNameBytes() {
    * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @return The enum numeric value on the wire for availability. */ - @java.lang.Override - public int getAvailabilityValue() { + @java.lang.Override public int getAvailabilityValue() { return availability_; } /** - * - * *
    * Indicates whether the domain is available for registration. This value is
    * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -479,63 +420,45 @@ public int getAvailabilityValue() {
    * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @return The availability. */ - @java.lang.Override - public com.google.cloud.domains.v1alpha2.RegisterParameters.Availability getAvailability() { + @java.lang.Override public com.google.cloud.domains.v1alpha2.RegisterParameters.Availability getAvailability() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.RegisterParameters.Availability result = - com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.valueOf(availability_); - return result == null - ? com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.RegisterParameters.Availability result = com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.valueOf(availability_); + return result == null ? com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.UNRECOGNIZED : result; } public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 3; private java.util.List supportedPrivacy_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy> - supportedPrivacy_converter_ = + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy> supportedPrivacy_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>() { - public com.google.cloud.domains.v1alpha2.ContactPrivacy convert( - java.lang.Integer from) { + public com.google.cloud.domains.v1alpha2.ContactPrivacy convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.ContactPrivacy result = - com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(from); - return result == null - ? com.google.cloud.domains.v1alpha2.ContactPrivacy.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.ContactPrivacy result = com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.ContactPrivacy.UNRECOGNIZED : result; } }; /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return A list containing the supportedPrivacy. */ @java.lang.Override - public java.util.List - getSupportedPrivacyList() { + public java.util.List getSupportedPrivacyList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>( - supportedPrivacy_, supportedPrivacy_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); } /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return The count of supportedPrivacy. */ @java.lang.Override @@ -543,14 +466,11 @@ public int getSupportedPrivacyCount() { return supportedPrivacy_.size(); } /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ @@ -559,29 +479,24 @@ public com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); } /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ @java.lang.Override - public java.util.List getSupportedPrivacyValueList() { + public java.util.List + getSupportedPrivacyValueList() { return supportedPrivacy_; } /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ @@ -589,51 +504,39 @@ public java.util.List getSupportedPrivacyValueList() { public int getSupportedPrivacyValue(int index) { return supportedPrivacy_.get(index); } - private int supportedPrivacyMemoizedSerializedSize; public static final int DOMAIN_NOTICES_FIELD_NUMBER = 4; private java.util.List domainNotices_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice> - domainNotices_converter_ = + java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice> domainNotices_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>() { public com.google.cloud.domains.v1alpha2.DomainNotice convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.DomainNotice result = - com.google.cloud.domains.v1alpha2.DomainNotice.valueOf(from); - return result == null - ? com.google.cloud.domains.v1alpha2.DomainNotice.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.DomainNotice result = com.google.cloud.domains.v1alpha2.DomainNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.DomainNotice.UNRECOGNIZED : result; } }; /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return A list containing the domainNotices. */ @java.lang.Override public java.util.List getDomainNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>( - domainNotices_, domainNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>(domainNotices_, domainNotices_converter_); } /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return The count of domainNotices. */ @java.lang.Override @@ -641,14 +544,11 @@ public int getDomainNoticesCount() { return domainNotices_.size(); } /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ @@ -657,29 +557,24 @@ public com.google.cloud.domains.v1alpha2.DomainNotice getDomainNotices(int index return domainNotices_converter_.convert(domainNotices_.get(index)); } /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ @java.lang.Override - public java.util.List getDomainNoticesValueList() { + public java.util.List + getDomainNoticesValueList() { return domainNotices_; } /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ @@ -687,20 +582,16 @@ public java.util.List getDomainNoticesValueList() { public int getDomainNoticesValue(int index) { return domainNotices_.get(index); } - private int domainNoticesMemoizedSerializedSize; public static final int YEARLY_PRICE_FIELD_NUMBER = 5; private com.google.type.Money yearlyPrice_; /** - * - * *
    * Price to register or renew the domain for one year.
    * 
* * .google.type.Money yearly_price = 5; - * * @return Whether the yearlyPrice field is set. */ @java.lang.Override @@ -708,14 +599,11 @@ public boolean hasYearlyPrice() { return yearlyPrice_ != null; } /** - * - * *
    * Price to register or renew the domain for one year.
    * 
* * .google.type.Money yearly_price = 5; - * * @return The yearlyPrice. */ @java.lang.Override @@ -723,8 +611,6 @@ public com.google.type.Money getYearlyPrice() { return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; } /** - * - * *
    * Price to register or renew the domain for one year.
    * 
@@ -737,7 +623,6 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -749,15 +634,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 { getSerializedSize(); - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); } - if (availability_ - != com.google.cloud.domains.v1alpha2.RegisterParameters.Availability - .AVAILABILITY_UNSPECIFIED - .getNumber()) { + if (availability_ != com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.AVAILABILITY_UNSPECIFIED.getNumber()) { output.writeEnum(2, availability_); } if (getSupportedPrivacyList().size() > 0) { @@ -786,43 +669,40 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); } - if (availability_ - != com.google.cloud.domains.v1alpha2.RegisterParameters.Availability - .AVAILABILITY_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, availability_); + if (availability_ != com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.AVAILABILITY_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, availability_); } { int dataSize = 0; for (int i = 0; i < supportedPrivacy_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(supportedPrivacy_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); } size += dataSize; - if (!getSupportedPrivacyList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - supportedPrivacyMemoizedSerializedSize = dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < domainNotices_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(domainNotices_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(domainNotices_.get(i)); } size += dataSize; - if (!getDomainNoticesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - domainNoticesMemoizedSerializedSize = dataSize; + if (!getDomainNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }domainNoticesMemoizedSerializedSize = dataSize; } if (yearlyPrice_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getYearlyPrice()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getYearlyPrice()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -832,21 +712,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.cloud.domains.v1alpha2.RegisterParameters)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.RegisterParameters other = - (com.google.cloud.domains.v1alpha2.RegisterParameters) obj; + com.google.cloud.domains.v1alpha2.RegisterParameters other = (com.google.cloud.domains.v1alpha2.RegisterParameters) obj; - if (!getDomainName().equals(other.getDomainName())) return false; + if (!getDomainName() + .equals(other.getDomainName())) return false; if (availability_ != other.availability_) return false; if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; if (!domainNotices_.equals(other.domainNotices_)) return false; if (hasYearlyPrice() != other.hasYearlyPrice()) return false; if (hasYearlyPrice()) { - if (!getYearlyPrice().equals(other.getYearlyPrice())) return false; + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -881,126 +762,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RegisterParameters parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RegisterParameters parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters 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; } /** - * - * *
    * Parameters required to register a new domain.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RegisterParameters} */ - 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.cloud.domains.v1alpha2.RegisterParameters) com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterParameters_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterParameters_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RegisterParameters.class, - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder.class); + com.google.cloud.domains.v1alpha2.RegisterParameters.class, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.RegisterParameters.newBuilder() @@ -1008,15 +880,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -1038,9 +911,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor; } @java.lang.Override @@ -1059,8 +932,7 @@ public com.google.cloud.domains.v1alpha2.RegisterParameters build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.RegisterParameters buildPartial() { - com.google.cloud.domains.v1alpha2.RegisterParameters result = - new com.google.cloud.domains.v1alpha2.RegisterParameters(this); + com.google.cloud.domains.v1alpha2.RegisterParameters result = new com.google.cloud.domains.v1alpha2.RegisterParameters(this); int from_bitField0_ = bitField0_; result.domainName_ = domainName_; result.availability_ = availability_; @@ -1087,39 +959,38 @@ public com.google.cloud.domains.v1alpha2.RegisterParameters 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.cloud.domains.v1alpha2.RegisterParameters) { - return mergeFrom((com.google.cloud.domains.v1alpha2.RegisterParameters) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.RegisterParameters)other); } else { super.mergeFrom(other); return this; @@ -1127,8 +998,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.RegisterParameters other) { - if (other == com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance()) return this; if (!other.getDomainName().isEmpty()) { domainName_ = other.domainName_; onChanged(); @@ -1178,8 +1048,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.RegisterParameters) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.RegisterParameters) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -1188,25 +1057,22 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.lang.Object domainName_ = ""; /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @return The domainName. */ public java.lang.String getDomainName() { java.lang.Object ref = domainName_; 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(); domainName_ = s; return s; @@ -1215,21 +1081,20 @@ public java.lang.String getDomainName() { } } /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @return The bytes for domainName. */ - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -1237,61 +1102,54 @@ public com.google.protobuf.ByteString getDomainNameBytes() { } } /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @param value The domainName to set. * @return This builder for chaining. */ - public Builder setDomainName(java.lang.String value) { + public Builder setDomainName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domainName_ = value; onChanged(); return this; } /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @return This builder for chaining. */ public Builder clearDomainName() { - + domainName_ = getDefaultInstance().getDomainName(); onChanged(); return this; } /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @param value The bytes for domainName to set. * @return This builder for chaining. */ - public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domainName_ = value; onChanged(); return this; @@ -1299,8 +1157,6 @@ public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { private int availability_ = 0; /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1308,16 +1164,12 @@ public Builder setDomainNameBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @return The enum numeric value on the wire for availability. */ - @java.lang.Override - public int getAvailabilityValue() { + @java.lang.Override public int getAvailabilityValue() { return availability_; } /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1325,19 +1177,16 @@ public int getAvailabilityValue() {
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @param value The enum numeric value on the wire for availability to set. * @return This builder for chaining. */ public Builder setAvailabilityValue(int value) { - + availability_ = value; onChanged(); return this; } /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1345,21 +1194,15 @@ public Builder setAvailabilityValue(int value) {
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @return The availability. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.RegisterParameters.Availability getAvailability() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.RegisterParameters.Availability result = - com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.valueOf(availability_); - return result == null - ? com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.RegisterParameters.Availability result = com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.valueOf(availability_); + return result == null ? com.google.cloud.domains.v1alpha2.RegisterParameters.Availability.UNRECOGNIZED : result; } /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1367,23 +1210,19 @@ public com.google.cloud.domains.v1alpha2.RegisterParameters.Availability getAvai
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @param value The availability to set. * @return This builder for chaining. */ - public Builder setAvailability( - com.google.cloud.domains.v1alpha2.RegisterParameters.Availability value) { + public Builder setAvailability(com.google.cloud.domains.v1alpha2.RegisterParameters.Availability value) { if (value == null) { throw new NullPointerException(); } - + availability_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1391,18 +1230,17 @@ public Builder setAvailability(
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @return This builder for chaining. */ public Builder clearAvailability() { - + availability_ = 0; onChanged(); return this; } - private java.util.List supportedPrivacy_ = java.util.Collections.emptyList(); - + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); private void ensureSupportedPrivacyIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); @@ -1410,45 +1248,34 @@ private void ensureSupportedPrivacyIsMutable() { } } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return A list containing the supportedPrivacy. */ - public java.util.List - getSupportedPrivacyList() { + public java.util.List getSupportedPrivacyList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>( - supportedPrivacy_, supportedPrivacy_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return The count of supportedPrivacy. */ public int getSupportedPrivacyCount() { return supportedPrivacy_.size(); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ @@ -1456,14 +1283,11 @@ public com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param index The index to set the value at. * @param value The supportedPrivacy to set. * @return This builder for chaining. @@ -1479,14 +1303,11 @@ public Builder setSupportedPrivacy( return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param value The supportedPrivacy to add. * @return This builder for chaining. */ @@ -1500,14 +1321,11 @@ public Builder addSupportedPrivacy(com.google.cloud.domains.v1alpha2.ContactPriv return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param values The supportedPrivacy to add. * @return This builder for chaining. */ @@ -1521,14 +1339,11 @@ public Builder addAllSupportedPrivacy( return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return This builder for chaining. */ public Builder clearSupportedPrivacy() { @@ -1538,28 +1353,23 @@ public Builder clearSupportedPrivacy() { return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ - public java.util.List getSupportedPrivacyValueList() { + public java.util.List + getSupportedPrivacyValueList() { return java.util.Collections.unmodifiableList(supportedPrivacy_); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ @@ -1567,33 +1377,28 @@ public int getSupportedPrivacyValue(int index) { return supportedPrivacy_.get(index); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. * @return This builder for chaining. */ - public Builder setSupportedPrivacyValue(int index, int value) { + public Builder setSupportedPrivacyValue( + int index, int value) { ensureSupportedPrivacyIsMutable(); supportedPrivacy_.set(index, value); onChanged(); return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param value The enum numeric value on the wire for supportedPrivacy to add. * @return This builder for chaining. */ @@ -1604,18 +1409,16 @@ public Builder addSupportedPrivacyValue(int value) { return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param values The enum numeric values on the wire for supportedPrivacy to add. * @return This builder for chaining. */ - public Builder addAllSupportedPrivacyValue(java.lang.Iterable values) { + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { ensureSupportedPrivacyIsMutable(); for (int value : values) { supportedPrivacy_.add(value); @@ -1624,8 +1427,8 @@ public Builder addAllSupportedPrivacyValue(java.lang.Iterable return this; } - private java.util.List domainNotices_ = java.util.Collections.emptyList(); - + private java.util.List domainNotices_ = + java.util.Collections.emptyList(); private void ensureDomainNoticesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { domainNotices_ = new java.util.ArrayList(domainNotices_); @@ -1633,44 +1436,34 @@ private void ensureDomainNoticesIsMutable() { } } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return A list containing the domainNotices. */ public java.util.List getDomainNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>( - domainNotices_, domainNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.DomainNotice>(domainNotices_, domainNotices_converter_); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return The count of domainNotices. */ public int getDomainNoticesCount() { return domainNotices_.size(); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ @@ -1678,14 +1471,11 @@ public com.google.cloud.domains.v1alpha2.DomainNotice getDomainNotices(int index return domainNotices_converter_.convert(domainNotices_.get(index)); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param index The index to set the value at. * @param value The domainNotices to set. * @return This builder for chaining. @@ -1701,14 +1491,11 @@ public Builder setDomainNotices( return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param value The domainNotices to add. * @return This builder for chaining. */ @@ -1722,14 +1509,11 @@ public Builder addDomainNotices(com.google.cloud.domains.v1alpha2.DomainNotice v return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param values The domainNotices to add. * @return This builder for chaining. */ @@ -1743,14 +1527,11 @@ public Builder addAllDomainNotices( return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return This builder for chaining. */ public Builder clearDomainNotices() { @@ -1760,28 +1541,23 @@ public Builder clearDomainNotices() { return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ - public java.util.List getDomainNoticesValueList() { + public java.util.List + getDomainNoticesValueList() { return java.util.Collections.unmodifiableList(domainNotices_); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ @@ -1789,33 +1565,28 @@ public int getDomainNoticesValue(int index) { return domainNotices_.get(index); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. * @return This builder for chaining. */ - public Builder setDomainNoticesValue(int index, int value) { + public Builder setDomainNoticesValue( + int index, int value) { ensureDomainNoticesIsMutable(); domainNotices_.set(index, value); onChanged(); return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param value The enum numeric value on the wire for domainNotices to add. * @return This builder for chaining. */ @@ -1826,18 +1597,16 @@ public Builder addDomainNoticesValue(int value) { return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param values The enum numeric values on the wire for domainNotices to add. * @return This builder for chaining. */ - public Builder addAllDomainNoticesValue(java.lang.Iterable values) { + public Builder addAllDomainNoticesValue( + java.lang.Iterable values) { ensureDomainNoticesIsMutable(); for (int value : values) { domainNotices_.add(value); @@ -1848,31 +1617,24 @@ public Builder addAllDomainNoticesValue(java.lang.Iterable va private com.google.type.Money yearlyPrice_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> - yearlyPriceBuilder_; + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; /** - * - * *
      * Price to register or renew the domain for one year.
      * 
* * .google.type.Money yearly_price = 5; - * * @return Whether the yearlyPrice field is set. */ public boolean hasYearlyPrice() { return yearlyPriceBuilder_ != null || yearlyPrice_ != null; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
* * .google.type.Money yearly_price = 5; - * * @return The yearlyPrice. */ public com.google.type.Money getYearlyPrice() { @@ -1883,8 +1645,6 @@ public com.google.type.Money getYearlyPrice() { } } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1905,15 +1665,14 @@ public Builder setYearlyPrice(com.google.type.Money value) { return this; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
* * .google.type.Money yearly_price = 5; */ - public Builder setYearlyPrice(com.google.type.Money.Builder builderForValue) { + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { if (yearlyPriceBuilder_ == null) { yearlyPrice_ = builderForValue.build(); onChanged(); @@ -1924,8 +1683,6 @@ public Builder setYearlyPrice(com.google.type.Money.Builder builderForValue) { return this; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1936,7 +1693,7 @@ public Builder mergeYearlyPrice(com.google.type.Money value) { if (yearlyPriceBuilder_ == null) { if (yearlyPrice_ != null) { yearlyPrice_ = - com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); } else { yearlyPrice_ = value; } @@ -1948,8 +1705,6 @@ public Builder mergeYearlyPrice(com.google.type.Money value) { return this; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1968,8 +1723,6 @@ public Builder clearYearlyPrice() { return this; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1977,13 +1730,11 @@ public Builder clearYearlyPrice() { * .google.type.Money yearly_price = 5; */ public com.google.type.Money.Builder getYearlyPriceBuilder() { - + onChanged(); return getYearlyPriceFieldBuilder().getBuilder(); } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1994,12 +1745,11 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { if (yearlyPriceBuilder_ != null) { return yearlyPriceBuilder_.getMessageOrBuilder(); } else { - return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; } } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -2007,22 +1757,21 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { * .google.type.Money yearly_price = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> getYearlyPriceFieldBuilder() { if (yearlyPriceBuilder_ == null) { - yearlyPriceBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Money, - com.google.type.Money.Builder, - com.google.type.MoneyOrBuilder>( - getYearlyPrice(), getParentForChildren(), isClean()); + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); yearlyPrice_ = null; } return yearlyPriceBuilder_; } - @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); } @@ -2032,12 +1781,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.RegisterParameters) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.RegisterParameters) private static final com.google.cloud.domains.v1alpha2.RegisterParameters DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.RegisterParameters(); } @@ -2046,16 +1795,16 @@ public static com.google.cloud.domains.v1alpha2.RegisterParameters getDefaultIns return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RegisterParameters parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RegisterParameters(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RegisterParameters parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RegisterParameters(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2070,4 +1819,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.RegisterParameters getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParametersOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParametersOrBuilder.java similarity index 83% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParametersOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParametersOrBuilder.java index 86c0be57..c699f9e5 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParametersOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegisterParametersOrBuilder.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface RegisterParametersOrBuilder - extends +public interface RegisterParametersOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.RegisterParameters) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The domain name. Unicode domain names are expressed in Punycode format.
    * 
* * string domain_name = 1; - * * @return The domainName. */ java.lang.String getDomainName(); /** - * - * *
    * The domain name. Unicode domain names are expressed in Punycode format.
    * 
* * string domain_name = 1; - * * @return The bytes for domainName. */ - com.google.protobuf.ByteString getDomainNameBytes(); + com.google.protobuf.ByteString + getDomainNameBytes(); /** - * - * *
    * Indicates whether the domain is available for registration. This value is
    * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -58,13 +35,10 @@ public interface RegisterParametersOrBuilder
    * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @return The enum numeric value on the wire for availability. */ int getAvailabilityValue(); /** - * - * *
    * Indicates whether the domain is available for registration. This value is
    * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -72,164 +46,127 @@ public interface RegisterParametersOrBuilder
    * 
* * .google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2; - * * @return The availability. */ com.google.cloud.domains.v1alpha2.RegisterParameters.Availability getAvailability(); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return A list containing the supportedPrivacy. */ java.util.List getSupportedPrivacyList(); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return The count of supportedPrivacy. */ int getSupportedPrivacyCount(); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int index); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ - java.util.List getSupportedPrivacyValueList(); + java.util.List + getSupportedPrivacyValueList(); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ int getSupportedPrivacyValue(int index); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return A list containing the domainNotices. */ java.util.List getDomainNoticesList(); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return The count of domainNotices. */ int getDomainNoticesCount(); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ com.google.cloud.domains.v1alpha2.DomainNotice getDomainNotices(int index); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ - java.util.List getDomainNoticesValueList(); + java.util.List + getDomainNoticesValueList(); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ int getDomainNoticesValue(int index); /** - * - * *
    * Price to register or renew the domain for one year.
    * 
* * .google.type.Money yearly_price = 5; - * * @return Whether the yearlyPrice field is set. */ boolean hasYearlyPrice(); /** - * - * *
    * Price to register or renew the domain for one year.
    * 
* * .google.type.Money yearly_price = 5; - * * @return The yearlyPrice. */ com.google.type.Money getYearlyPrice(); /** - * - * *
    * Price to register or renew the domain for one year.
    * 
diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java similarity index 66% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java index f40bb4e8..2326ccc1 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/Registration.java @@ -1,48 +1,36 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * The `Registration` resource facilitates managing and configuring domain name
  * registrations.
+ * There are several ways to create a new `Registration` resource:
  * To create a new `Registration` resource, find a suitable domain name by
  * calling the `SearchDomains` method with a query to see available domain name
  * options. After choosing a name, call `RetrieveRegisterParameters` to
  * ensure availability and obtain information like pricing, which is needed to
  * build a call to `RegisterDomain`.
+ * Another way to create a new `Registration` is to transfer an existing
+ * domain from another registrar. First, go to the current registrar to unlock
+ * the domain for transfer and retrieve the domain's transfer authorization
+ * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+ * unlocked and to get values needed to build a call to `TransferDomain`.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.Registration} */ -public final class Registration extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Registration extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.Registration) RegistrationOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Registration.newBuilder() to construct. private Registration(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Registration() { name_ = ""; domainName_ = ""; @@ -53,15 +41,16 @@ private Registration() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Registration(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private Registration( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -81,200 +70,175 @@ private Registration( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); + name_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - domainName_ = s; - break; + domainName_ = s; + break; + } + case 26: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (createTime_ != null) { + subBuilder = createTime_.toBuilder(); } - case 26: - { - com.google.protobuf.Timestamp.Builder subBuilder = null; - if (createTime_ != null) { - subBuilder = createTime_.toBuilder(); - } - createTime_ = - input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(createTime_); - createTime_ = subBuilder.buildPartial(); - } - - break; + createTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(createTime_); + createTime_ = subBuilder.buildPartial(); } - case 50: - { - com.google.protobuf.Timestamp.Builder subBuilder = null; - if (expireTime_ != null) { - subBuilder = expireTime_.toBuilder(); - } - expireTime_ = - input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(expireTime_); - expireTime_ = subBuilder.buildPartial(); - } - break; + break; + } + case 50: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (expireTime_ != null) { + subBuilder = expireTime_.toBuilder(); } - case 56: - { - int rawValue = input.readEnum(); + expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(expireTime_); + expireTime_ = subBuilder.buildPartial(); + } + + break; + } + case 56: { + int rawValue = input.readEnum(); - state_ = rawValue; - break; + state_ = rawValue; + break; + } + case 64: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + issues_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 64: - { + issues_.add(rawValue); + break; + } + case 66: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { issues_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } issues_.add(rawValue); - break; } - case 66: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - issues_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - issues_.add(rawValue); - } - input.popLimit(oldLimit); - break; + input.popLimit(oldLimit); + break; + } + case 74: { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); + mutable_bitField0_ |= 0x00000002; } - case 74: - { - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - labels_ = - com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); - mutable_bitField0_ |= 0x00000002; - } - com.google.protobuf.MapEntry labels__ = - input.readMessage( - LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - labels_.getMutableMap().put(labels__.getKey(), labels__.getValue()); - break; + com.google.protobuf.MapEntry + labels__ = input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + labels_.getMutableMap().put( + labels__.getKey(), labels__.getValue()); + break; + } + case 82: { + com.google.cloud.domains.v1alpha2.ManagementSettings.Builder subBuilder = null; + if (managementSettings_ != null) { + subBuilder = managementSettings_.toBuilder(); + } + managementSettings_ = input.readMessage(com.google.cloud.domains.v1alpha2.ManagementSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(managementSettings_); + managementSettings_ = subBuilder.buildPartial(); } - case 82: - { - com.google.cloud.domains.v1alpha2.ManagementSettings.Builder subBuilder = null; - if (managementSettings_ != null) { - subBuilder = managementSettings_.toBuilder(); - } - managementSettings_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.ManagementSettings.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(managementSettings_); - managementSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 90: { + com.google.cloud.domains.v1alpha2.DnsSettings.Builder subBuilder = null; + if (dnsSettings_ != null) { + subBuilder = dnsSettings_.toBuilder(); + } + dnsSettings_ = input.readMessage(com.google.cloud.domains.v1alpha2.DnsSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(dnsSettings_); + dnsSettings_ = subBuilder.buildPartial(); } - case 90: - { - com.google.cloud.domains.v1alpha2.DnsSettings.Builder subBuilder = null; - if (dnsSettings_ != null) { - subBuilder = dnsSettings_.toBuilder(); - } - dnsSettings_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.DnsSettings.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(dnsSettings_); - dnsSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 98: { + com.google.cloud.domains.v1alpha2.ContactSettings.Builder subBuilder = null; + if (contactSettings_ != null) { + subBuilder = contactSettings_.toBuilder(); + } + contactSettings_ = input.readMessage(com.google.cloud.domains.v1alpha2.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(contactSettings_); + contactSettings_ = subBuilder.buildPartial(); } - case 98: - { - com.google.cloud.domains.v1alpha2.ContactSettings.Builder subBuilder = null; - if (contactSettings_ != null) { - subBuilder = contactSettings_.toBuilder(); - } - contactSettings_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.ContactSettings.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(contactSettings_); - contactSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 106: { + com.google.cloud.domains.v1alpha2.ContactSettings.Builder subBuilder = null; + if (pendingContactSettings_ != null) { + subBuilder = pendingContactSettings_.toBuilder(); + } + pendingContactSettings_ = input.readMessage(com.google.cloud.domains.v1alpha2.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(pendingContactSettings_); + pendingContactSettings_ = subBuilder.buildPartial(); } - case 106: - { - com.google.cloud.domains.v1alpha2.ContactSettings.Builder subBuilder = null; - if (pendingContactSettings_ != null) { - subBuilder = pendingContactSettings_.toBuilder(); - } - pendingContactSettings_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.ContactSettings.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(pendingContactSettings_); - pendingContactSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 112: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000004) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000004; } - case 112: - { + supportedPrivacy_.add(rawValue); + break; + } + case 114: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000004) != 0)) { supportedPrivacy_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000004; } supportedPrivacy_.add(rawValue); - break; } - case 114: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000004) != 0)) { - supportedPrivacy_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000004; - } - supportedPrivacy_.add(rawValue); - } - input.popLimit(oldLimit); - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + input.popLimit(oldLimit); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { issues_ = java.util.Collections.unmodifiableList(issues_); @@ -286,46 +250,41 @@ private Registration( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_Registration_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_Registration_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 9: 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.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_Registration_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_Registration_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.Registration.class, - com.google.cloud.domains.v1alpha2.Registration.Builder.class); + com.google.cloud.domains.v1alpha2.Registration.class, com.google.cloud.domains.v1alpha2.Registration.Builder.class); } /** - * - * *
    * Possible states of a `Registration`.
    * 
* * Protobuf enum {@code google.cloud.domains.v1alpha2.Registration.State} */ - public enum State implements com.google.protobuf.ProtocolMessageEnum { + public enum State + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The state is undefined.
      * 
@@ -334,8 +293,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The domain is being registered.
      * 
@@ -344,8 +301,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ REGISTRATION_PENDING(1), /** - * - * *
      * The domain registration failed. You can delete resources in this state
      * to allow registration to be retried.
@@ -355,8 +310,24 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     REGISTRATION_FAILED(2),
     /**
+     * 
+     * The domain is being transferred from another registrar to Cloud Domains.
+     * 
* + * TRANSFER_PENDING = 3; + */ + TRANSFER_PENDING(3), + /** + *
+     * The attempt to transfer the domain from another registrar to
+     * Cloud Domains failed. You can delete resources in this state and retry
+     * the transfer.
+     * 
* + * TRANSFER_FAILED = 4; + */ + TRANSFER_FAILED(4), + /** *
      * The domain is registered and operational. The domain renews automatically
      * as long as it remains in this state.
@@ -366,8 +337,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     ACTIVE(6),
     /**
-     *
-     *
      * 
      * The domain is suspended and inoperative. For more details, see the
      * `issues` field.
@@ -377,14 +346,12 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     SUSPENDED(7),
     /**
-     *
-     *
      * 
-     * The domain has been exported from Cloud Domains to
+     * The domain is no longer managed with Cloud Domains. It may have been
+     * transferred to another registrar or exported for management in
      * [Google Domains](https://domains.google/). You can no longer update it
-     * with this API, and information shown about it may be stale. Without further action, domains in this
-     * state expire at their `expire_time`. You can delete the resource
-     * after the `expire_time` has passed.
+     * with this API, and information shown about it may be stale. Domains in
+     * this state are not automatically renewed by Cloud Domains.
      * 
* * EXPORTED = 8; @@ -394,8 +361,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The state is undefined.
      * 
@@ -404,8 +369,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The domain is being registered.
      * 
@@ -414,8 +377,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int REGISTRATION_PENDING_VALUE = 1; /** - * - * *
      * The domain registration failed. You can delete resources in this state
      * to allow registration to be retried.
@@ -425,8 +386,24 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int REGISTRATION_FAILED_VALUE = 2;
     /**
+     * 
+     * The domain is being transferred from another registrar to Cloud Domains.
+     * 
* + * TRANSFER_PENDING = 3; + */ + public static final int TRANSFER_PENDING_VALUE = 3; + /** + *
+     * The attempt to transfer the domain from another registrar to
+     * Cloud Domains failed. You can delete resources in this state and retry
+     * the transfer.
+     * 
* + * TRANSFER_FAILED = 4; + */ + public static final int TRANSFER_FAILED_VALUE = 4; + /** *
      * The domain is registered and operational. The domain renews automatically
      * as long as it remains in this state.
@@ -436,8 +413,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int ACTIVE_VALUE = 6;
     /**
-     *
-     *
      * 
      * The domain is suspended and inoperative. For more details, see the
      * `issues` field.
@@ -447,20 +422,19 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int SUSPENDED_VALUE = 7;
     /**
-     *
-     *
      * 
-     * The domain has been exported from Cloud Domains to
+     * The domain is no longer managed with Cloud Domains. It may have been
+     * transferred to another registrar or exported for management in
      * [Google Domains](https://domains.google/). You can no longer update it
-     * with this API, and information shown about it may be stale. Without further action, domains in this
-     * state expire at their `expire_time`. You can delete the resource
-     * after the `expire_time` has passed.
+     * with this API, and information shown about it may be stale. Domains in
+     * this state are not automatically renewed by Cloud Domains.
      * 
* * EXPORTED = 8; */ public static final int EXPORTED_VALUE = 8; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -485,55 +459,54 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: - return STATE_UNSPECIFIED; - case 1: - return REGISTRATION_PENDING; - case 2: - return REGISTRATION_FAILED; - case 6: - return ACTIVE; - case 7: - return SUSPENDED; - case 8: - return EXPORTED; - default: - return null; + case 0: return STATE_UNSPECIFIED; + case 1: return REGISTRATION_PENDING; + case 2: return REGISTRATION_FAILED; + case 3: return TRANSFER_PENDING; + case 4: return TRANSFER_FAILED; + case 6: return ACTIVE; + case 7: return SUSPENDED; + case 8: return EXPORTED; + 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< + State> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.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.cloud.domains.v1alpha2.Registration.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State 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; @@ -551,18 +524,15 @@ private State(int value) { } /** - * - * *
    * Possible issues with a `Registration` that require attention.
    * 
* * Protobuf enum {@code google.cloud.domains.v1alpha2.Registration.Issue} */ - public enum Issue implements com.google.protobuf.ProtocolMessageEnum { + public enum Issue + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The issue is undefined.
      * 
@@ -571,8 +541,6 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ ISSUE_UNSPECIFIED(0), /** - * - * *
      * Contact the Cloud Support team to resolve a problem with this domain.
      * 
@@ -581,15 +549,13 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ CONTACT_SUPPORT(1), /** - * - * *
      * [ICANN](https://icann.org/) requires verification of the email address
      * in the `Registration`'s `contact_settings.registrant_contact` field. To
      * verify the email address, follow the
      * instructions in the email the `registrant_contact` receives following
      * registration. If you do not complete email verification within
-     * 14 days of registration, the domain is suspended. To resend the
+     * 15 days of registration, the domain is suspended. To resend the
      * verification email, call ConfigureContactSettings and provide the current
      * `registrant_contact.email`.
      * 
@@ -601,8 +567,6 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The issue is undefined.
      * 
@@ -611,8 +575,6 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ISSUE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Contact the Cloud Support team to resolve a problem with this domain.
      * 
@@ -621,15 +583,13 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CONTACT_SUPPORT_VALUE = 1; /** - * - * *
      * [ICANN](https://icann.org/) requires verification of the email address
      * in the `Registration`'s `contact_settings.registrant_contact` field. To
      * verify the email address, follow the
      * instructions in the email the `registrant_contact` receives following
      * registration. If you do not complete email verification within
-     * 14 days of registration, the domain is suspended. To resend the
+     * 15 days of registration, the domain is suspended. To resend the
      * verification email, call ConfigureContactSettings and provide the current
      * `registrant_contact.email`.
      * 
@@ -638,6 +598,7 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ public static final int UNVERIFIED_EMAIL_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -662,49 +623,49 @@ public static Issue valueOf(int value) { */ public static Issue forNumber(int value) { switch (value) { - case 0: - return ISSUE_UNSPECIFIED; - case 1: - return CONTACT_SUPPORT; - case 2: - return UNVERIFIED_EMAIL; - default: - return null; + case 0: return ISSUE_UNSPECIFIED; + case 1: return CONTACT_SUPPORT; + case 2: return UNVERIFIED_EMAIL; + 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< + Issue> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Issue findValueByNumber(int number) { + return Issue.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Issue findValueByNumber(int number) { - return Issue.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.cloud.domains.v1alpha2.Registration.getDescriptor().getEnumTypes().get(1); } private static final Issue[] VALUES = values(); - public static Issue valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Issue 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; @@ -724,15 +685,12 @@ private Issue(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Output only. Name of the `Registration` resource, in the format
    * `projects/*/locations/*/registrations/<domain_name>`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ @java.lang.Override @@ -741,30 +699,30 @@ 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; } } /** - * - * *
    * Output only. Name of the `Registration` resource, in the format
    * `projects/*/locations/*/registrations/<domain_name>`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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 { @@ -775,16 +733,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int DOMAIN_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object domainName_; /** - * - * *
    * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The domainName. */ @java.lang.Override @@ -793,31 +746,29 @@ public java.lang.String getDomainName() { 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(); domainName_ = s; return s; } } /** - * - * *
    * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for domainName. */ @java.lang.Override - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -828,15 +779,11 @@ public com.google.protobuf.ByteString getDomainNameBytes() { public static final int CREATE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ @java.lang.Override @@ -844,15 +791,11 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ @java.lang.Override @@ -860,14 +803,11 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -877,15 +817,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int EXPIRE_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp expireTime_; /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ @java.lang.Override @@ -893,15 +829,11 @@ public boolean hasExpireTime() { return expireTime_ != null; } /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ @java.lang.Override @@ -909,14 +841,11 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { @@ -926,92 +855,61 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public static final int STATE_FIELD_NUMBER = 7; private int state_; /** - * - * *
    * Output only. The state of the `Registration`
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Output only. The state of the `Registration`
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ - @java.lang.Override - public com.google.cloud.domains.v1alpha2.Registration.State getState() { + @java.lang.Override public com.google.cloud.domains.v1alpha2.Registration.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.Registration.State result = - com.google.cloud.domains.v1alpha2.Registration.State.valueOf(state_); - return result == null - ? com.google.cloud.domains.v1alpha2.Registration.State.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.Registration.State result = com.google.cloud.domains.v1alpha2.Registration.State.valueOf(state_); + return result == null ? com.google.cloud.domains.v1alpha2.Registration.State.UNRECOGNIZED : result; } public static final int ISSUES_FIELD_NUMBER = 8; private java.util.List issues_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.Registration.Issue> - issues_converter_ = + java.lang.Integer, com.google.cloud.domains.v1alpha2.Registration.Issue> issues_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1alpha2.Registration.Issue>() { - public com.google.cloud.domains.v1alpha2.Registration.Issue convert( - java.lang.Integer from) { + public com.google.cloud.domains.v1alpha2.Registration.Issue convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.Registration.Issue result = - com.google.cloud.domains.v1alpha2.Registration.Issue.valueOf(from); - return result == null - ? com.google.cloud.domains.v1alpha2.Registration.Issue.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.Registration.Issue result = com.google.cloud.domains.v1alpha2.Registration.Issue.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.Registration.Issue.UNRECOGNIZED : result; } }; /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the issues. */ @java.lang.Override public java.util.List getIssuesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.Registration.Issue>( - issues_, issues_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.Registration.Issue>(issues_, issues_converter_); } /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of issues. */ @java.lang.Override @@ -1019,16 +917,11 @@ public int getIssuesCount() { return issues_.size(); } /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The issues at the given index. */ @@ -1037,33 +930,24 @@ public com.google.cloud.domains.v1alpha2.Registration.Issue getIssues(int index) return issues_converter_.convert(issues_.get(index)); } /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for issues. */ @java.lang.Override - public java.util.List getIssuesValueList() { + public java.util.List + getIssuesValueList() { return issues_; } /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of issues at the given index. */ @@ -1071,27 +955,27 @@ public java.util.List getIssuesValueList() { public int getIssuesValue(int index) { return issues_.get(index); } - private int issuesMemoizedSerializedSize; public static final int LABELS_FIELD_NUMBER = 9; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_Registration_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.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_Registration_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_; } @@ -1100,30 +984,28 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ + @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } 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(); } /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
@@ -1131,12 +1013,11 @@ public java.util.Map getLabels() { * map<string, string> labels = 9; */ @java.lang.Override + public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
@@ -1144,16 +1025,16 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 9; */ @java.lang.Override - public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - java.util.Map map = internalGetLabels().getMap(); + + public java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
@@ -1161,11 +1042,12 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin * map<string, string> labels = 9; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - java.util.Map map = internalGetLabels().getMap(); + + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -1175,8 +1057,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { public static final int MANAGEMENT_SETTINGS_FIELD_NUMBER = 10; private com.google.cloud.domains.v1alpha2.ManagementSettings managementSettings_; /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -1185,7 +1065,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
    * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10; - * * @return Whether the managementSettings field is set. */ @java.lang.Override @@ -1193,8 +1072,6 @@ public boolean hasManagementSettings() { return managementSettings_ != null; } /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -1203,18 +1080,13 @@ public boolean hasManagementSettings() {
    * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10; - * * @return The managementSettings. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSettings() { - return managementSettings_ == null - ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() : managementSettings_; } /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -1225,16 +1097,13 @@ public com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSetting
    * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10;
    */
   @java.lang.Override
-  public com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder
-      getManagementSettingsOrBuilder() {
+  public com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() {
     return getManagementSettings();
   }
 
   public static final int DNS_SETTINGS_FIELD_NUMBER = 11;
   private com.google.cloud.domains.v1alpha2.DnsSettings dnsSettings_;
   /**
-   *
-   *
    * 
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -1242,7 +1111,6 @@ public com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSetting
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 11; - * * @return Whether the dnsSettings field is set. */ @java.lang.Override @@ -1250,8 +1118,6 @@ public boolean hasDnsSettings() { return dnsSettings_ != null; } /** - * - * *
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -1259,18 +1125,13 @@ public boolean hasDnsSettings() {
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 11; - * * @return The dnsSettings. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.DnsSettings getDnsSettings() { - return dnsSettings_ == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() : dnsSettings_; } /** - * - * *
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -1287,18 +1148,13 @@ public com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBu
   public static final int CONTACT_SETTINGS_FIELD_NUMBER = 12;
   private com.google.cloud.domains.v1alpha2.ContactSettings contactSettings_;
   /**
-   *
-   *
    * 
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the contactSettings field is set. */ @java.lang.Override @@ -1306,38 +1162,27 @@ public boolean hasContactSettings() { return contactSettings_ != null; } /** - * - * *
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return The contactSettings. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactSettings getContactSettings() { - return contactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : contactSettings_; } /** - * - * *
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getContactSettingsOrBuilder() { @@ -1347,22 +1192,17 @@ public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getContactSett public static final int PENDING_CONTACT_SETTINGS_FIELD_NUMBER = 13; private com.google.cloud.domains.v1alpha2.ContactSettings pendingContactSettings_; /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the pendingContactSettings field is set. */ @java.lang.Override @@ -1370,103 +1210,74 @@ public boolean hasPendingContactSettings() { return pendingContactSettings_ != null; } /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The pendingContactSettings. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.ContactSettings getPendingContactSettings() { - return pendingContactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : pendingContactSettings_; + return pendingContactSettings_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : pendingContactSettings_; } /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder - getPendingContactSettingsOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder() { return getPendingContactSettings(); } public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 14; private java.util.List supportedPrivacy_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy> - supportedPrivacy_converter_ = + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy> supportedPrivacy_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>() { - public com.google.cloud.domains.v1alpha2.ContactPrivacy convert( - java.lang.Integer from) { + public com.google.cloud.domains.v1alpha2.ContactPrivacy convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.ContactPrivacy result = - com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(from); - return result == null - ? com.google.cloud.domains.v1alpha2.ContactPrivacy.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.ContactPrivacy result = com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.ContactPrivacy.UNRECOGNIZED : result; } }; /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the supportedPrivacy. */ @java.lang.Override - public java.util.List - getSupportedPrivacyList() { + public java.util.List getSupportedPrivacyList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>( - supportedPrivacy_, supportedPrivacy_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); } /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of supportedPrivacy. */ @java.lang.Override @@ -1474,17 +1285,12 @@ public int getSupportedPrivacyCount() { return supportedPrivacy_.size(); } /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ @@ -1493,35 +1299,26 @@ public com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); } /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ @java.lang.Override - public java.util.List getSupportedPrivacyValueList() { + public java.util.List + getSupportedPrivacyValueList() { return supportedPrivacy_; } /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ @@ -1529,11 +1326,9 @@ public java.util.List getSupportedPrivacyValueList() { public int getSupportedPrivacyValue(int index) { return supportedPrivacy_.get(index); } - private int supportedPrivacyMemoizedSerializedSize; private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1545,12 +1340,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 { getSerializedSize(); - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, domainName_); } if (createTime_ != null) { @@ -1559,8 +1355,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (expireTime_ != null) { output.writeMessage(6, getExpireTime()); } - if (state_ - != com.google.cloud.domains.v1alpha2.Registration.State.STATE_UNSPECIFIED.getNumber()) { + if (state_ != com.google.cloud.domains.v1alpha2.Registration.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(7, state_); } if (getIssuesList().size() > 0) { @@ -1570,8 +1365,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io for (int i = 0; i < issues_.size(); i++) { output.writeEnumNoTag(issues_.get(i)); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 9); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 9); if (managementSettings_ != null) { output.writeMessage(10, getManagementSettings()); } @@ -1600,69 +1399,73 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, domainName_); } if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getCreateTime()); } if (expireTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getExpireTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getExpireTime()); } - if (state_ - != com.google.cloud.domains.v1alpha2.Registration.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(7, state_); + if (state_ != com.google.cloud.domains.v1alpha2.Registration.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(7, state_); } { int dataSize = 0; for (int i = 0; i < issues_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(issues_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(issues_.get(i)); } size += dataSize; - if (!getIssuesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - issuesMemoizedSerializedSize = dataSize; - } - 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(9, labels__); + if (!getIssuesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }issuesMemoizedSerializedSize = dataSize; + } + 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(9, labels__); } if (managementSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getManagementSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getManagementSettings()); } if (dnsSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(11, getDnsSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(11, getDnsSettings()); } if (contactSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getContactSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(12, getContactSettings()); } if (pendingContactSettings_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(13, getPendingContactSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(13, getPendingContactSettings()); } { int dataSize = 0; for (int i = 0; i < supportedPrivacy_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(supportedPrivacy_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); } size += dataSize; - if (!getSupportedPrivacyList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - supportedPrivacyMemoizedSerializedSize = dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -1672,42 +1475,50 @@ 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.cloud.domains.v1alpha2.Registration)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.Registration other = - (com.google.cloud.domains.v1alpha2.Registration) obj; + com.google.cloud.domains.v1alpha2.Registration other = (com.google.cloud.domains.v1alpha2.Registration) obj; - if (!getName().equals(other.getName())) return false; - if (!getDomainName().equals(other.getDomainName())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getDomainName() + .equals(other.getDomainName())) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } if (hasExpireTime() != other.hasExpireTime()) return false; if (hasExpireTime()) { - if (!getExpireTime().equals(other.getExpireTime())) return false; + if (!getExpireTime() + .equals(other.getExpireTime())) return false; } if (state_ != other.state_) return false; if (!issues_.equals(other.issues_)) return false; - if (!internalGetLabels().equals(other.internalGetLabels())) return false; + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; if (hasManagementSettings() != other.hasManagementSettings()) return false; if (hasManagementSettings()) { - if (!getManagementSettings().equals(other.getManagementSettings())) return false; + if (!getManagementSettings() + .equals(other.getManagementSettings())) return false; } if (hasDnsSettings() != other.hasDnsSettings()) return false; if (hasDnsSettings()) { - if (!getDnsSettings().equals(other.getDnsSettings())) return false; + if (!getDnsSettings() + .equals(other.getDnsSettings())) return false; } if (hasContactSettings() != other.hasContactSettings()) return false; if (hasContactSettings()) { - if (!getContactSettings().equals(other.getContactSettings())) return false; + if (!getContactSettings() + .equals(other.getContactSettings())) return false; } if (hasPendingContactSettings() != other.hasPendingContactSettings()) return false; if (hasPendingContactSettings()) { - if (!getPendingContactSettings().equals(other.getPendingContactSettings())) return false; + if (!getPendingContactSettings() + .equals(other.getPendingContactSettings())) return false; } if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -1768,153 +1579,152 @@ public int hashCode() { return hash; } - public static com.google.cloud.domains.v1alpha2.Registration parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.domains.v1alpha2.Registration parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.Registration parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration 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; } /** - * - * *
    * The `Registration` resource facilitates managing and configuring domain name
    * registrations.
+   * There are several ways to create a new `Registration` resource:
    * To create a new `Registration` resource, find a suitable domain name by
    * calling the `SearchDomains` method with a query to see available domain name
    * options. After choosing a name, call `RetrieveRegisterParameters` to
    * ensure availability and obtain information like pricing, which is needed to
    * build a call to `RegisterDomain`.
+   * Another way to create a new `Registration` is to transfer an existing
+   * domain from another registrar. First, go to the current registrar to unlock
+   * the domain for transfer and retrieve the domain's transfer authorization
+   * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+   * unlocked and to get values needed to build a call to `TransferDomain`.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.Registration} */ - 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.cloud.domains.v1alpha2.Registration) com.google.cloud.domains.v1alpha2.RegistrationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_Registration_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_Registration_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 9: 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 9: 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.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_Registration_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_Registration_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.Registration.class, - com.google.cloud.domains.v1alpha2.Registration.Builder.class); + com.google.cloud.domains.v1alpha2.Registration.class, com.google.cloud.domains.v1alpha2.Registration.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.Registration.newBuilder() @@ -1922,15 +1732,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -1985,9 +1796,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_Registration_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_Registration_descriptor; } @java.lang.Override @@ -2006,8 +1817,7 @@ public com.google.cloud.domains.v1alpha2.Registration build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.Registration buildPartial() { - com.google.cloud.domains.v1alpha2.Registration result = - new com.google.cloud.domains.v1alpha2.Registration(this); + com.google.cloud.domains.v1alpha2.Registration result = new com.google.cloud.domains.v1alpha2.Registration(this); int from_bitField0_ = bitField0_; result.name_ = name_; result.domainName_ = domainName_; @@ -2062,39 +1872,38 @@ public com.google.cloud.domains.v1alpha2.Registration 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.cloud.domains.v1alpha2.Registration) { - return mergeFrom((com.google.cloud.domains.v1alpha2.Registration) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.Registration)other); } else { super.mergeFrom(other); return this; @@ -2130,7 +1939,8 @@ public Builder mergeFrom(com.google.cloud.domains.v1alpha2.Registration other) { } onChanged(); } - internalGetMutableLabels().mergeFrom(other.internalGetLabels()); + internalGetMutableLabels().mergeFrom( + other.internalGetLabels()); if (other.hasManagementSettings()) { mergeManagementSettings(other.getManagementSettings()); } @@ -2181,26 +1991,23 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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; @@ -2209,22 +2016,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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 { @@ -2232,64 +2038,57 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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; } /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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; @@ -2297,22 +2096,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object domainName_ = ""; /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The domainName. */ public java.lang.String getDomainName() { java.lang.Object ref = domainName_; 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(); domainName_ = s; return s; @@ -2321,23 +2116,20 @@ public java.lang.String getDomainName() { } } /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for domainName. */ - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -2345,67 +2137,54 @@ public com.google.protobuf.ByteString getDomainNameBytes() { } } /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The domainName to set. * @return This builder for chaining. */ - public Builder setDomainName(java.lang.String value) { + public Builder setDomainName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domainName_ = value; onChanged(); return this; } /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearDomainName() { - + domainName_ = getDefaultInstance().getDomainName(); onChanged(); return this; } /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The bytes for domainName to set. * @return This builder for chaining. */ - public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domainName_ = value; onChanged(); return this; @@ -2413,58 +2192,39 @@ public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return createTimeBuilder_ != null || createTime_ != null; } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -2480,17 +2240,14 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); onChanged(); @@ -2500,22 +2257,18 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } - /** - * - * + /** *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -2527,15 +2280,11 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearCreateTime() { if (createTimeBuilder_ == null) { @@ -2549,64 +2298,48 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ 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> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; @@ -2614,58 +2347,39 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - expireTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return expireTimeBuilder_ != null || expireTime_ != null; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setExpireTime(com.google.protobuf.Timestamp value) { if (expireTimeBuilder_ == null) { @@ -2681,17 +2395,14 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setExpireTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (expireTimeBuilder_ == null) { expireTime_ = builderForValue.build(); onChanged(); @@ -2702,21 +2413,17 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { if (expireTimeBuilder_ == null) { if (expireTime_ != null) { expireTime_ = - com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial(); } else { expireTime_ = value; } @@ -2728,15 +2435,11 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearExpireTime() { if (expireTimeBuilder_ == null) { @@ -2750,64 +2453,48 @@ public Builder clearExpireTime() { return this; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { - + onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { if (expireTimeBuilder_ != null) { return expireTimeBuilder_.getMessageOrBuilder(); } else { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ 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> getExpireTimeFieldBuilder() { if (expireTimeBuilder_ == null) { - expireTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getExpireTime(), getParentForChildren(), isClean()); + expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getExpireTime(), + getParentForChildren(), + isClean()); expireTime_ = null; } return expireTimeBuilder_; @@ -2815,75 +2502,51 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { private int state_ = 0; /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.Registration.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1alpha2.Registration.State result = - com.google.cloud.domains.v1alpha2.Registration.State.valueOf(state_); - return result == null - ? com.google.cloud.domains.v1alpha2.Registration.State.UNRECOGNIZED - : result; + com.google.cloud.domains.v1alpha2.Registration.State result = com.google.cloud.domains.v1alpha2.Registration.State.valueOf(state_); + return result == null ? com.google.cloud.domains.v1alpha2.Registration.State.UNRECOGNIZED : result; } /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The state to set. * @return This builder for chaining. */ @@ -2891,33 +2554,28 @@ public Builder setState(com.google.cloud.domains.v1alpha2.Registration.State val if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; } - private java.util.List issues_ = java.util.Collections.emptyList(); - + private java.util.List issues_ = + java.util.Collections.emptyList(); private void ensureIssuesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { issues_ = new java.util.ArrayList(issues_); @@ -2925,50 +2583,34 @@ private void ensureIssuesIsMutable() { } } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the issues. */ public java.util.List getIssuesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.Registration.Issue>( - issues_, issues_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.Registration.Issue>(issues_, issues_converter_); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of issues. */ public int getIssuesCount() { return issues_.size(); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The issues at the given index. */ @@ -2976,16 +2618,11 @@ public com.google.cloud.domains.v1alpha2.Registration.Issue getIssues(int index) return issues_converter_.convert(issues_.get(index)); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index to set the value at. * @param value The issues to set. * @return This builder for chaining. @@ -3001,16 +2638,11 @@ public Builder setIssues( return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The issues to add. * @return This builder for chaining. */ @@ -3024,16 +2656,11 @@ public Builder addIssues(com.google.cloud.domains.v1alpha2.Registration.Issue va return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The issues to add. * @return This builder for chaining. */ @@ -3047,16 +2674,11 @@ public Builder addAllIssues( return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearIssues() { @@ -3066,32 +2688,23 @@ public Builder clearIssues() { return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for issues. */ - public java.util.List getIssuesValueList() { + public java.util.List + getIssuesValueList() { return java.util.Collections.unmodifiableList(issues_); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of issues at the given index. */ @@ -3099,37 +2712,28 @@ public int getIssuesValue(int index) { return issues_.get(index); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of issues at the given index. * @return This builder for chaining. */ - public Builder setIssuesValue(int index, int value) { + public Builder setIssuesValue( + int index, int value) { ensureIssuesIsMutable(); issues_.set(index, value); onChanged(); return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for issues to add. * @return This builder for chaining. */ @@ -3140,20 +2744,16 @@ public Builder addIssuesValue(int value) { return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The enum numeric values on the wire for issues to add. * @return This builder for chaining. */ - public Builder addAllIssuesValue(java.lang.Iterable values) { + public Builder addAllIssuesValue( + java.lang.Iterable values) { ensureIssuesIsMutable(); for (int value : values) { issues_.add(value); @@ -3162,21 +2762,22 @@ public Builder addAllIssuesValue(java.lang.Iterable values) { 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(); @@ -3188,30 +2789,28 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
* * map<string, string> labels = 9; */ + @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } 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(); } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
@@ -3219,12 +2818,11 @@ public java.util.Map getLabels() { * map<string, string> labels = 9; */ @java.lang.Override + public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
@@ -3232,17 +2830,16 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 9; */ @java.lang.Override + public java.lang.String getLabelsOrDefault( - java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - java.util.Map map = internalGetLabels().getMap(); + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
@@ -3250,11 +2847,12 @@ public java.lang.String getLabelsOrDefault( * map<string, string> labels = 9; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - java.util.Map map = internalGetLabels().getMap(); + + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -3262,72 +2860,68 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { } public Builder clearLabels() { - internalGetMutableLabels().getMutableMap().clear(); + internalGetMutableLabels().getMutableMap() + .clear(); return this; } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
* * map<string, string> labels = 9; */ - public Builder removeLabels(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - internalGetMutableLabels().getMutableMap().remove(key); + + public Builder removeLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + 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(); } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
* * map<string, string> labels = 9; */ - public Builder putLabels(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - if (value == null) { - throw new java.lang.NullPointerException(); - } - internalGetMutableLabels().getMutableMap().put(key, value); + public Builder putLabels( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new java.lang.NullPointerException(); } + if (value == null) { throw new java.lang.NullPointerException(); } + internalGetMutableLabels().getMutableMap() + .put(key, value); return this; } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
* * map<string, string> labels = 9; */ - public Builder putAllLabels(java.util.Map values) { - internalGetMutableLabels().getMutableMap().putAll(values); + + public Builder putAllLabels( + java.util.Map values) { + internalGetMutableLabels().getMutableMap() + .putAll(values); return this; } private com.google.cloud.domains.v1alpha2.ManagementSettings managementSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ManagementSettings, - com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, - com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder> - managementSettingsBuilder_; + com.google.cloud.domains.v1alpha2.ManagementSettings, com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder> managementSettingsBuilder_; /** - * - * *
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3336,15 +2930,12 @@ public Builder putAllLabels(java.util.Map va
      * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10; - * * @return Whether the managementSettings field is set. */ public boolean hasManagementSettings() { return managementSettingsBuilder_ != null || managementSettings_ != null; } /** - * - * *
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3353,21 +2944,16 @@ public boolean hasManagementSettings() {
      * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10; - * * @return The managementSettings. */ public com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSettings() { if (managementSettingsBuilder_ == null) { - return managementSettings_ == null - ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() : managementSettings_; } else { return managementSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3377,8 +2963,7 @@ public com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSetting
      *
      * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10;
      */
-    public Builder setManagementSettings(
-        com.google.cloud.domains.v1alpha2.ManagementSettings value) {
+    public Builder setManagementSettings(com.google.cloud.domains.v1alpha2.ManagementSettings value) {
       if (managementSettingsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -3392,8 +2977,6 @@ public Builder setManagementSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3415,8 +2998,6 @@ public Builder setManagementSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3426,14 +3007,11 @@ public Builder setManagementSettings(
      *
      * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10;
      */
-    public Builder mergeManagementSettings(
-        com.google.cloud.domains.v1alpha2.ManagementSettings value) {
+    public Builder mergeManagementSettings(com.google.cloud.domains.v1alpha2.ManagementSettings value) {
       if (managementSettingsBuilder_ == null) {
         if (managementSettings_ != null) {
           managementSettings_ =
-              com.google.cloud.domains.v1alpha2.ManagementSettings.newBuilder(managementSettings_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.cloud.domains.v1alpha2.ManagementSettings.newBuilder(managementSettings_).mergeFrom(value).buildPartial();
         } else {
           managementSettings_ = value;
         }
@@ -3445,8 +3023,6 @@ public Builder mergeManagementSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3468,8 +3044,6 @@ public Builder clearManagementSettings() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3479,15 +3053,12 @@ public Builder clearManagementSettings() {
      *
      * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10;
      */
-    public com.google.cloud.domains.v1alpha2.ManagementSettings.Builder
-        getManagementSettingsBuilder() {
-
+    public com.google.cloud.domains.v1alpha2.ManagementSettings.Builder getManagementSettingsBuilder() {
+      
       onChanged();
       return getManagementSettingsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3497,19 +3068,15 @@ public Builder clearManagementSettings() {
      *
      * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10;
      */
-    public com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder
-        getManagementSettingsOrBuilder() {
+    public com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() {
       if (managementSettingsBuilder_ != null) {
         return managementSettingsBuilder_.getMessageOrBuilder();
       } else {
-        return managementSettings_ == null
-            ? com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance()
-            : managementSettings_;
+        return managementSettings_ == null ?
+            com.google.cloud.domains.v1alpha2.ManagementSettings.getDefaultInstance() : managementSettings_;
       }
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3520,17 +3087,14 @@ public Builder clearManagementSettings() {
      * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1alpha2.ManagementSettings,
-            com.google.cloud.domains.v1alpha2.ManagementSettings.Builder,
-            com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder>
+        com.google.cloud.domains.v1alpha2.ManagementSettings, com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder> 
         getManagementSettingsFieldBuilder() {
       if (managementSettingsBuilder_ == null) {
-        managementSettingsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.cloud.domains.v1alpha2.ManagementSettings,
-                com.google.cloud.domains.v1alpha2.ManagementSettings.Builder,
-                com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder>(
-                getManagementSettings(), getParentForChildren(), isClean());
+        managementSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.cloud.domains.v1alpha2.ManagementSettings, com.google.cloud.domains.v1alpha2.ManagementSettings.Builder, com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder>(
+                getManagementSettings(),
+                getParentForChildren(),
+                isClean());
         managementSettings_ = null;
       }
       return managementSettingsBuilder_;
@@ -3538,13 +3102,8 @@ public Builder clearManagementSettings() {
 
     private com.google.cloud.domains.v1alpha2.DnsSettings dnsSettings_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1alpha2.DnsSettings,
-            com.google.cloud.domains.v1alpha2.DnsSettings.Builder,
-            com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder>
-        dnsSettingsBuilder_;
+        com.google.cloud.domains.v1alpha2.DnsSettings, com.google.cloud.domains.v1alpha2.DnsSettings.Builder, com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder> dnsSettingsBuilder_;
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3552,15 +3111,12 @@ public Builder clearManagementSettings() {
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 11; - * * @return Whether the dnsSettings field is set. */ public boolean hasDnsSettings() { return dnsSettingsBuilder_ != null || dnsSettings_ != null; } /** - * - * *
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3568,21 +3124,16 @@ public boolean hasDnsSettings() {
      * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 11; - * * @return The dnsSettings. */ public com.google.cloud.domains.v1alpha2.DnsSettings getDnsSettings() { if (dnsSettingsBuilder_ == null) { - return dnsSettings_ == null - ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() : dnsSettings_; } else { return dnsSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3605,8 +3156,6 @@ public Builder setDnsSettings(com.google.cloud.domains.v1alpha2.DnsSettings valu
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3627,8 +3176,6 @@ public Builder setDnsSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3641,9 +3188,7 @@ public Builder mergeDnsSettings(com.google.cloud.domains.v1alpha2.DnsSettings va
       if (dnsSettingsBuilder_ == null) {
         if (dnsSettings_ != null) {
           dnsSettings_ =
-              com.google.cloud.domains.v1alpha2.DnsSettings.newBuilder(dnsSettings_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.cloud.domains.v1alpha2.DnsSettings.newBuilder(dnsSettings_).mergeFrom(value).buildPartial();
         } else {
           dnsSettings_ = value;
         }
@@ -3655,8 +3200,6 @@ public Builder mergeDnsSettings(com.google.cloud.domains.v1alpha2.DnsSettings va
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3677,8 +3220,6 @@ public Builder clearDnsSettings() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3688,13 +3229,11 @@ public Builder clearDnsSettings() {
      * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 11;
      */
     public com.google.cloud.domains.v1alpha2.DnsSettings.Builder getDnsSettingsBuilder() {
-
+      
       onChanged();
       return getDnsSettingsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3707,14 +3246,11 @@ public com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBu
       if (dnsSettingsBuilder_ != null) {
         return dnsSettingsBuilder_.getMessageOrBuilder();
       } else {
-        return dnsSettings_ == null
-            ? com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance()
-            : dnsSettings_;
+        return dnsSettings_ == null ?
+            com.google.cloud.domains.v1alpha2.DnsSettings.getDefaultInstance() : dnsSettings_;
       }
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3724,17 +3260,14 @@ public com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBu
      * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 11;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1alpha2.DnsSettings,
-            com.google.cloud.domains.v1alpha2.DnsSettings.Builder,
-            com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder>
+        com.google.cloud.domains.v1alpha2.DnsSettings, com.google.cloud.domains.v1alpha2.DnsSettings.Builder, com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder> 
         getDnsSettingsFieldBuilder() {
       if (dnsSettingsBuilder_ == null) {
-        dnsSettingsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.cloud.domains.v1alpha2.DnsSettings,
-                com.google.cloud.domains.v1alpha2.DnsSettings.Builder,
-                com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder>(
-                getDnsSettings(), getParentForChildren(), isClean());
+        dnsSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.cloud.domains.v1alpha2.DnsSettings, com.google.cloud.domains.v1alpha2.DnsSettings.Builder, com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder>(
+                getDnsSettings(),
+                getParentForChildren(),
+                isClean());
         dnsSettings_ = null;
       }
       return dnsSettingsBuilder_;
@@ -3742,64 +3275,45 @@ public com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBu
 
     private com.google.cloud.domains.v1alpha2.ContactSettings contactSettings_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1alpha2.ContactSettings,
-            com.google.cloud.domains.v1alpha2.ContactSettings.Builder,
-            com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder>
-        contactSettingsBuilder_;
+        com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> contactSettingsBuilder_;
     /**
-     *
-     *
      * 
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the contactSettings field is set. */ public boolean hasContactSettings() { return contactSettingsBuilder_ != null || contactSettings_ != null; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return The contactSettings. */ public com.google.cloud.domains.v1alpha2.ContactSettings getContactSettings() { if (contactSettingsBuilder_ == null) { - return contactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : contactSettings_; } else { return contactSettingsBuilder_.getMessage(); } } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setContactSettings(com.google.cloud.domains.v1alpha2.ContactSettings value) { if (contactSettingsBuilder_ == null) { @@ -3815,17 +3329,13 @@ public Builder setContactSettings(com.google.cloud.domains.v1alpha2.ContactSetti return this; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setContactSettings( com.google.cloud.domains.v1alpha2.ContactSettings.Builder builderForValue) { @@ -3839,25 +3349,19 @@ public Builder setContactSettings( return this; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeContactSettings(com.google.cloud.domains.v1alpha2.ContactSettings value) { if (contactSettingsBuilder_ == null) { if (contactSettings_ != null) { contactSettings_ = - com.google.cloud.domains.v1alpha2.ContactSettings.newBuilder(contactSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.ContactSettings.newBuilder(contactSettings_).mergeFrom(value).buildPartial(); } else { contactSettings_ = value; } @@ -3869,17 +3373,13 @@ public Builder mergeContactSettings(com.google.cloud.domains.v1alpha2.ContactSet return this; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearContactSettings() { if (contactSettingsBuilder_ == null) { @@ -3893,71 +3393,54 @@ public Builder clearContactSettings() { return this; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.domains.v1alpha2.ContactSettings.Builder getContactSettingsBuilder() { - + onChanged(); return getContactSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder - getContactSettingsOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getContactSettingsOrBuilder() { if (contactSettingsBuilder_ != null) { return contactSettingsBuilder_.getMessageOrBuilder(); } else { - return contactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? + com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : contactSettings_; } } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings, - com.google.cloud.domains.v1alpha2.ContactSettings.Builder, - com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> + com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> getContactSettingsFieldBuilder() { if (contactSettingsBuilder_ == null) { - contactSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings, - com.google.cloud.domains.v1alpha2.ContactSettings.Builder, - com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder>( - getContactSettings(), getParentForChildren(), isClean()); + contactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder>( + getContactSettings(), + getParentForChildren(), + isClean()); contactSettings_ = null; } return contactSettingsBuilder_; @@ -3965,79 +3448,59 @@ public com.google.cloud.domains.v1alpha2.ContactSettings.Builder getContactSetti private com.google.cloud.domains.v1alpha2.ContactSettings pendingContactSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings, - com.google.cloud.domains.v1alpha2.ContactSettings.Builder, - com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> - pendingContactSettingsBuilder_; + com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> pendingContactSettingsBuilder_; /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the pendingContactSettings field is set. */ public boolean hasPendingContactSettings() { return pendingContactSettingsBuilder_ != null || pendingContactSettings_ != null; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The pendingContactSettings. */ public com.google.cloud.domains.v1alpha2.ContactSettings getPendingContactSettings() { if (pendingContactSettingsBuilder_ == null) { - return pendingContactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : pendingContactSettings_; + return pendingContactSettings_ == null ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : pendingContactSettings_; } else { return pendingContactSettingsBuilder_.getMessage(); } } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setPendingContactSettings( - com.google.cloud.domains.v1alpha2.ContactSettings value) { + public Builder setPendingContactSettings(com.google.cloud.domains.v1alpha2.ContactSettings value) { if (pendingContactSettingsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4051,21 +3514,17 @@ public Builder setPendingContactSettings( return this; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setPendingContactSettings( com.google.cloud.domains.v1alpha2.ContactSettings.Builder builderForValue) { @@ -4079,30 +3538,23 @@ public Builder setPendingContactSettings( return this; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder mergePendingContactSettings( - com.google.cloud.domains.v1alpha2.ContactSettings value) { + public Builder mergePendingContactSettings(com.google.cloud.domains.v1alpha2.ContactSettings value) { if (pendingContactSettingsBuilder_ == null) { if (pendingContactSettings_ != null) { pendingContactSettings_ = - com.google.cloud.domains.v1alpha2.ContactSettings.newBuilder(pendingContactSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.ContactSettings.newBuilder(pendingContactSettings_).mergeFrom(value).buildPartial(); } else { pendingContactSettings_ = value; } @@ -4114,21 +3566,17 @@ public Builder mergePendingContactSettings( return this; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearPendingContactSettings() { if (pendingContactSettingsBuilder_ == null) { @@ -4142,91 +3590,73 @@ public Builder clearPendingContactSettings() { return this; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public com.google.cloud.domains.v1alpha2.ContactSettings.Builder - getPendingContactSettingsBuilder() { - + public com.google.cloud.domains.v1alpha2.ContactSettings.Builder getPendingContactSettingsBuilder() { + onChanged(); return getPendingContactSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder - getPendingContactSettingsOrBuilder() { + public com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder() { if (pendingContactSettingsBuilder_ != null) { return pendingContactSettingsBuilder_.getMessageOrBuilder(); } else { - return pendingContactSettings_ == null - ? com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() - : pendingContactSettings_; + return pendingContactSettings_ == null ? + com.google.cloud.domains.v1alpha2.ContactSettings.getDefaultInstance() : pendingContactSettings_; } } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings, - com.google.cloud.domains.v1alpha2.ContactSettings.Builder, - com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> + com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder> getPendingContactSettingsFieldBuilder() { if (pendingContactSettingsBuilder_ == null) { - pendingContactSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.ContactSettings, - com.google.cloud.domains.v1alpha2.ContactSettings.Builder, - com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder>( - getPendingContactSettings(), getParentForChildren(), isClean()); + pendingContactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.ContactSettings, com.google.cloud.domains.v1alpha2.ContactSettings.Builder, com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder>( + getPendingContactSettings(), + getParentForChildren(), + isClean()); pendingContactSettings_ = null; } return pendingContactSettingsBuilder_; } - private java.util.List supportedPrivacy_ = java.util.Collections.emptyList(); - + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); private void ensureSupportedPrivacyIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); @@ -4234,54 +3664,37 @@ private void ensureSupportedPrivacyIsMutable() { } } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the supportedPrivacy. */ - public java.util.List - getSupportedPrivacyList() { + public java.util.List getSupportedPrivacyList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>( - supportedPrivacy_, supportedPrivacy_converter_); + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of supportedPrivacy. */ public int getSupportedPrivacyCount() { return supportedPrivacy_.size(); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ @@ -4289,17 +3702,12 @@ public com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index to set the value at. * @param value The supportedPrivacy to set. * @return This builder for chaining. @@ -4315,17 +3723,12 @@ public Builder setSupportedPrivacy( return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The supportedPrivacy to add. * @return This builder for chaining. */ @@ -4339,17 +3742,12 @@ public Builder addSupportedPrivacy(com.google.cloud.domains.v1alpha2.ContactPriv return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The supportedPrivacy to add. * @return This builder for chaining. */ @@ -4363,17 +3761,12 @@ public Builder addAllSupportedPrivacy( return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearSupportedPrivacy() { @@ -4383,34 +3776,25 @@ public Builder clearSupportedPrivacy() { return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ - public java.util.List getSupportedPrivacyValueList() { + public java.util.List + getSupportedPrivacyValueList() { return java.util.Collections.unmodifiableList(supportedPrivacy_); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ @@ -4418,39 +3802,30 @@ public int getSupportedPrivacyValue(int index) { return supportedPrivacy_.get(index); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. * @return This builder for chaining. */ - public Builder setSupportedPrivacyValue(int index, int value) { + public Builder setSupportedPrivacyValue( + int index, int value) { ensureSupportedPrivacyIsMutable(); supportedPrivacy_.set(index, value); onChanged(); return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for supportedPrivacy to add. * @return This builder for chaining. */ @@ -4461,21 +3836,17 @@ public Builder addSupportedPrivacyValue(int value) { return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The enum numeric values on the wire for supportedPrivacy to add. * @return This builder for chaining. */ - public Builder addAllSupportedPrivacyValue(java.lang.Iterable values) { + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { ensureSupportedPrivacyIsMutable(); for (int value : values) { supportedPrivacy_.add(value); @@ -4483,9 +3854,9 @@ public Builder addAllSupportedPrivacyValue(java.lang.Iterable 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); } @@ -4495,12 +3866,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.Registration) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.Registration) private static final com.google.cloud.domains.v1alpha2.Registration DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.Registration(); } @@ -4509,16 +3880,16 @@ public static com.google.cloud.domains.v1alpha2.Registration getDefaultInstance( return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Registration parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Registration(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Registration parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Registration(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4533,4 +3904,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.Registration getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationName.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationName.java similarity index 100% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationName.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationName.java diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationOrBuilder.java similarity index 69% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationOrBuilder.java index f7184368..7329e453 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RegistrationOrBuilder.java @@ -1,265 +1,177 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface RegistrationOrBuilder - extends +public interface RegistrationOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.Registration) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. Name of the `Registration` resource, in the format
    * `projects/*/locations/*/registrations/<domain_name>`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Output only. Name of the `Registration` resource, in the format
    * `projects/*/locations/*/registrations/<domain_name>`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The domainName. */ java.lang.String getDomainName(); /** - * - * *
    * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for domainName. */ - com.google.protobuf.ByteString getDomainNameBytes(); + com.google.protobuf.ByteString + getDomainNameBytes(); /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder(); /** - * - * *
    * Output only. The state of the `Registration`
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Output only. The state of the `Registration`
    * 
* - * - * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ com.google.cloud.domains.v1alpha2.Registration.State getState(); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the issues. */ java.util.List getIssuesList(); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of issues. */ int getIssuesCount(); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The issues at the given index. */ com.google.cloud.domains.v1alpha2.Registration.Issue getIssues(int index); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for issues. */ - java.util.List getIssuesValueList(); + java.util.List + getIssuesValueList(); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of issues at the given index. */ int getIssuesValue(int index); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
@@ -268,52 +180,52 @@ public interface RegistrationOrBuilder */ int getLabelsCount(); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ - 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(); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ - java.util.Map getLabelsMap(); + java.util.Map + getLabelsMap(); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ - java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.String defaultValue); + + java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ - java.lang.String getLabelsOrThrow(java.lang.String key); + + java.lang.String getLabelsOrThrow( + java.lang.String key); /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -322,13 +234,10 @@ public interface RegistrationOrBuilder
    * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10; - * * @return Whether the managementSettings field is set. */ boolean hasManagementSettings(); /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -337,13 +246,10 @@ public interface RegistrationOrBuilder
    * 
* * .google.cloud.domains.v1alpha2.ManagementSettings management_settings = 10; - * * @return The managementSettings. */ com.google.cloud.domains.v1alpha2.ManagementSettings getManagementSettings(); /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -356,8 +262,6 @@ public interface RegistrationOrBuilder
   com.google.cloud.domains.v1alpha2.ManagementSettingsOrBuilder getManagementSettingsOrBuilder();
 
   /**
-   *
-   *
    * 
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -365,13 +269,10 @@ public interface RegistrationOrBuilder
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 11; - * * @return Whether the dnsSettings field is set. */ boolean hasDnsSettings(); /** - * - * *
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -379,13 +280,10 @@ public interface RegistrationOrBuilder
    * 
* * .google.cloud.domains.v1alpha2.DnsSettings dns_settings = 11; - * * @return The dnsSettings. */ com.google.cloud.domains.v1alpha2.DnsSettings getDnsSettings(); /** - * - * *
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -397,184 +295,132 @@ public interface RegistrationOrBuilder
   com.google.cloud.domains.v1alpha2.DnsSettingsOrBuilder getDnsSettingsOrBuilder();
 
   /**
-   *
-   *
    * 
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the contactSettings field is set. */ boolean hasContactSettings(); /** - * - * *
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return The contactSettings. */ com.google.cloud.domains.v1alpha2.ContactSettings getContactSettings(); /** - * - * *
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1alpha2.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getContactSettingsOrBuilder(); /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the pendingContactSettings field is set. */ boolean hasPendingContactSettings(); /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The pendingContactSettings. */ com.google.cloud.domains.v1alpha2.ContactSettings getPendingContactSettings(); /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1alpha2.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.cloud.domains.v1alpha2.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder(); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the supportedPrivacy. */ java.util.List getSupportedPrivacyList(); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of supportedPrivacy. */ int getSupportedPrivacyCount(); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int index); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ - java.util.List getSupportedPrivacyValueList(); + java.util.List + getSupportedPrivacyValueList(); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequest.java similarity index 62% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequest.java index f9634995..8792c0ed 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequest.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `ResetAuthorizationCode` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest} */ -public final class ResetAuthorizationCodeRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ResetAuthorizationCodeRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) ResetAuthorizationCodeRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ResetAuthorizationCodeRequest.newBuilder() to construct. private ResetAuthorizationCodeRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ResetAuthorizationCodeRequest() { registration_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ResetAuthorizationCodeRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ResetAuthorizationCodeRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,61 +53,53 @@ private ResetAuthorizationCodeRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + registration_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.class, - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.class, com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose authorization code is being reset,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -133,32 +108,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose authorization code is being reset,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -167,7 +140,6 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getRegistrationBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } unknownFields.writeTo(output); @@ -192,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } size += unknownFields.getSerializedSize(); @@ -203,15 +176,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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest other = - (com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) obj; + com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest other = (com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,127 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest 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; } /** - * - * *
    * Request for the `ResetAuthorizationCode` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest} */ - 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.class, - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.Builder.class); + com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.class, com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.newBuilder() @@ -359,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -377,14 +341,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest getDefaultInstanceForType() { return com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.getDefaultInstance(); } @@ -399,8 +362,7 @@ public com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest buildPartial() { - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest result = - new com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest(this); + com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest result = new com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest(this); result.registration_ = registration_; onBuilt(); return result; @@ -410,50 +372,46 @@ public com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest buildPart 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.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest other) { - if (other - == com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.getDefaultInstance()) - return this; + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest other) { + if (other == com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -477,9 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -491,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -516,24 +468,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -541,77 +490,64 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = 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); } @@ -621,32 +557,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) - private static final com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest(); } - public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ResetAuthorizationCodeRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ResetAuthorizationCodeRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ResetAuthorizationCodeRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ResetAuthorizationCodeRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -658,8 +592,9 @@ public com.google.protobuf.Parser getParserForTyp } @java.lang.Override - public com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequestOrBuilder.java new file mode 100644 index 00000000..a8dd01df --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface ResetAuthorizationCodeRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose authorization code is being reset,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose authorization code is being reset,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequest.java similarity index 61% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequest.java index aca2f9d2..df311ee9 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequest.java @@ -1,58 +1,40 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `RetrieveAuthorizationCode` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest} */ -public final class RetrieveAuthorizationCodeRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RetrieveAuthorizationCodeRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) RetrieveAuthorizationCodeRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RetrieveAuthorizationCodeRequest.newBuilder() to construct. - private RetrieveAuthorizationCodeRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RetrieveAuthorizationCodeRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RetrieveAuthorizationCodeRequest() { registration_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RetrieveAuthorizationCodeRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RetrieveAuthorizationCodeRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,61 +53,53 @@ private RetrieveAuthorizationCodeRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + registration_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.class, - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.Builder.class); + com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.class, com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose authorization code is being retrieved,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -134,32 +108,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose authorization code is being retrieved,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -168,7 +140,6 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -180,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getRegistrationBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } unknownFields.writeTo(output); @@ -193,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } size += unknownFields.getSerializedSize(); @@ -204,15 +176,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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest other = - (com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) obj; + com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest other = (com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -232,145 +204,134 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest 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; } /** - * - * *
    * Request for the `RetrieveAuthorizationCode` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest} */ - 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.class, - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.Builder.class); + com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.class, com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.Builder.class); } - // Construct using - // com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.newBuilder() + // Construct using com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -380,16 +341,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - getDefaultInstanceForType() { - return com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - .getDefaultInstance(); + public com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.getDefaultInstance(); } @java.lang.Override @@ -403,8 +362,7 @@ public com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest build( @java.lang.Override public com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest buildPartial() { - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest result = - new com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest(this); + com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest result = new com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest(this); result.registration_ = registration_; onBuilt(); return result; @@ -414,51 +372,46 @@ public com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest buildP 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.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) { - return mergeFrom( - (com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest other) { - if (other - == com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest other) { + if (other == com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -482,9 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -496,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -521,24 +468,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -546,77 +490,64 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = 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); } @@ -626,32 +557,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) - private static final com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest(); } - public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RetrieveAuthorizationCodeRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RetrieveAuthorizationCodeRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveAuthorizationCodeRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveAuthorizationCodeRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -663,8 +592,9 @@ public com.google.protobuf.Parser getParserFor } @java.lang.Override - public com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequestOrBuilder.java new file mode 100644 index 00000000..23547f93 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface RetrieveAuthorizationCodeRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose authorization code is being retrieved,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose authorization code is being retrieved,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequest.java similarity index 62% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequest.java index f6630e79..676b5563 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequest.java @@ -1,43 +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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `RetrieveRegisterParameters` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest} */ -public final class RetrieveRegisterParametersRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RetrieveRegisterParametersRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) RetrieveRegisterParametersRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RetrieveRegisterParametersRequest.newBuilder() to construct. - private RetrieveRegisterParametersRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RetrieveRegisterParametersRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RetrieveRegisterParametersRequest() { domainName_ = ""; location_ = ""; @@ -45,15 +26,16 @@ private RetrieveRegisterParametersRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RetrieveRegisterParametersRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RetrieveRegisterParametersRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -72,65 +54,58 @@ private RetrieveRegisterParametersRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - domainName_ = s; - break; - } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - location_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.class, - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.Builder.class); + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.class, com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.Builder.class); } public static final int DOMAIN_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object domainName_; /** - * - * *
    * Required. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The domainName. */ @java.lang.Override @@ -139,29 +114,29 @@ public java.lang.String getDomainName() { 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(); domainName_ = s; return s; } } /** - * - * *
    * Required. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for domainName. */ @java.lang.Override - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -172,16 +147,11 @@ public com.google.protobuf.ByteString getDomainNameBytes() { public static final int LOCATION_FIELD_NUMBER = 2; private volatile java.lang.Object location_; /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ @java.lang.Override @@ -190,31 +160,29 @@ public java.lang.String getLocation() { 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(); location_ = s; return s; } } /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ @java.lang.Override - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -223,7 +191,6 @@ public com.google.protobuf.ByteString getLocationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -235,11 +202,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getDomainNameBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); } - if (!getLocationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); } unknownFields.writeTo(output); @@ -251,10 +219,10 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); } - if (!getLocationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); } size += unknownFields.getSerializedSize(); @@ -265,16 +233,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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest other = - (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) obj; + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest other = (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) obj; - if (!getDomainName().equals(other.getDomainName())) return false; - if (!getLocation().equals(other.getLocation())) return false; + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -296,145 +265,134 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest 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; } /** - * - * *
    * Request for the `RetrieveRegisterParameters` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest} */ - 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.class, - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.Builder.class); + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.class, com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.Builder.class); } - // Construct using - // com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.newBuilder() + // Construct using com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -446,16 +404,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - getDefaultInstanceForType() { - return com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - .getDefaultInstance(); + public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.getDefaultInstance(); } @java.lang.Override @@ -469,8 +425,7 @@ public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest build @java.lang.Override public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest buildPartial() { - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest result = - new com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest(this); + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest result = new com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest(this); result.domainName_ = domainName_; result.location_ = location_; onBuilt(); @@ -481,51 +436,46 @@ public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest build 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.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) { - return mergeFrom( - (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest other) { - if (other - == com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest other) { + if (other == com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest.getDefaultInstance()) return this; if (!other.getDomainName().isEmpty()) { domainName_ = other.domainName_; onChanged(); @@ -553,9 +503,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -567,20 +515,18 @@ public Builder mergeFrom( private java.lang.Object domainName_ = ""; /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The domainName. */ public java.lang.String getDomainName() { java.lang.Object ref = domainName_; 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(); domainName_ = s; return s; @@ -589,21 +535,20 @@ public java.lang.String getDomainName() { } } /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for domainName. */ - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -611,61 +556,54 @@ public com.google.protobuf.ByteString getDomainNameBytes() { } } /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The domainName to set. * @return This builder for chaining. */ - public Builder setDomainName(java.lang.String value) { + public Builder setDomainName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domainName_ = value; onChanged(); return this; } /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDomainName() { - + domainName_ = getDefaultInstance().getDomainName(); onChanged(); return this; } /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for domainName to set. * @return This builder for chaining. */ - public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domainName_ = value; onChanged(); return this; @@ -673,22 +611,18 @@ public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object location_ = ""; /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ public java.lang.String getLocation() { java.lang.Object ref = location_; 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(); location_ = s; return s; @@ -697,23 +631,20 @@ public java.lang.String getLocation() { } } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -721,74 +652,61 @@ public com.google.protobuf.ByteString getLocationBytes() { } } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The location to set. * @return This builder for chaining. */ - public Builder setLocation(java.lang.String value) { + public Builder setLocation( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + location_ = value; onChanged(); return this; } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearLocation() { - + location_ = getDefaultInstance().getLocation(); onChanged(); return this; } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for location to set. * @return This builder for chaining. */ - public Builder setLocationBytes(com.google.protobuf.ByteString value) { + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + location_ = 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); } @@ -798,32 +716,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) - private static final com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest(); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RetrieveRegisterParametersRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RetrieveRegisterParametersRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveRegisterParametersRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveRegisterParametersRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -835,8 +751,9 @@ public com.google.protobuf.Parser getParserFo } @java.lang.Override - public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequestOrBuilder.java similarity index 52% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequestOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequestOrBuilder.java index 7db3f746..67c4ce9c 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequestOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersRequestOrBuilder.java @@ -1,79 +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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface RetrieveRegisterParametersRequestOrBuilder - extends +public interface RetrieveRegisterParametersRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.RetrieveRegisterParametersRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The domainName. */ java.lang.String getDomainName(); /** - * - * *
    * Required. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for domainName. */ - com.google.protobuf.ByteString getDomainNameBytes(); + com.google.protobuf.ByteString + getDomainNameBytes(); /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ java.lang.String getLocation(); /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ - com.google.protobuf.ByteString getLocationBytes(); + com.google.protobuf.ByteString + getLocationBytes(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponse.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponse.java similarity index 64% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponse.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponse.java index bdd7612c..feb3b34a 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponse.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponse.java @@ -1,56 +1,39 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Response for the `RetrieveRegisterParameters` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse} */ -public final class RetrieveRegisterParametersResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RetrieveRegisterParametersResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) RetrieveRegisterParametersResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RetrieveRegisterParametersResponse.newBuilder() to construct. - private RetrieveRegisterParametersResponse( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RetrieveRegisterParametersResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private RetrieveRegisterParametersResponse() {} + private RetrieveRegisterParametersResponse() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RetrieveRegisterParametersResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RetrieveRegisterParametersResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -69,68 +52,59 @@ private RetrieveRegisterParametersResponse( case 0: done = true; break; - case 10: - { - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder subBuilder = null; - if (registerParameters_ != null) { - subBuilder = registerParameters_.toBuilder(); - } - registerParameters_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.RegisterParameters.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(registerParameters_); - registerParameters_ = subBuilder.buildPartial(); - } - - break; + case 10: { + com.google.cloud.domains.v1alpha2.RegisterParameters.Builder subBuilder = null; + if (registerParameters_ != null) { + subBuilder = registerParameters_.toBuilder(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + registerParameters_ = input.readMessage(com.google.cloud.domains.v1alpha2.RegisterParameters.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registerParameters_); + registerParameters_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.class, - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.Builder.class); + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.class, com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.Builder.class); } public static final int REGISTER_PARAMETERS_FIELD_NUMBER = 1; private com.google.cloud.domains.v1alpha2.RegisterParameters registerParameters_; /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * * @return Whether the registerParameters field is set. */ @java.lang.Override @@ -138,25 +112,18 @@ public boolean hasRegisterParameters() { return registerParameters_ != null; } /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * * @return The registerParameters. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.RegisterParameters getRegisterParameters() { - return registerParameters_ == null - ? com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance() - : registerParameters_; + return registerParameters_ == null ? com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance() : registerParameters_; } /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
@@ -164,13 +131,11 @@ public com.google.cloud.domains.v1alpha2.RegisterParameters getRegisterParameter * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder - getRegisterParametersOrBuilder() { + public com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder getRegisterParametersOrBuilder() { return getRegisterParameters(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -182,7 +147,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 (registerParameters_ != null) { output.writeMessage(1, getRegisterParameters()); } @@ -196,7 +162,8 @@ public int getSerializedSize() { size = 0; if (registerParameters_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getRegisterParameters()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getRegisterParameters()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -206,17 +173,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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse other = - (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) obj; + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse other = (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) obj; if (hasRegisterParameters() != other.hasRegisterParameters()) return false; if (hasRegisterParameters()) { - if (!getRegisterParameters().equals(other.getRegisterParameters())) return false; + if (!getRegisterParameters() + .equals(other.getRegisterParameters())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -239,145 +206,134 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse 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; } /** - * - * *
    * Response for the `RetrieveRegisterParameters` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse} */ - 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.class, - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.Builder.class); + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.class, com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.Builder.class); } - // Construct using - // com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.newBuilder() + // Construct using com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -391,16 +347,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - getDefaultInstanceForType() { - return com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - .getDefaultInstance(); + public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse getDefaultInstanceForType() { + return com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.getDefaultInstance(); } @java.lang.Override @@ -414,8 +368,7 @@ public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse buil @java.lang.Override public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse buildPartial() { - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse result = - new com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse(this); + com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse result = new com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse(this); if (registerParametersBuilder_ == null) { result.registerParameters_ = registerParameters_; } else { @@ -429,51 +382,46 @@ public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse buil 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.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) { - return mergeFrom( - (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse other) { - if (other - == com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse other) { + if (other == com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse.getDefaultInstance()) return this; if (other.hasRegisterParameters()) { mergeRegisterParameters(other.getRegisterParameters()); } @@ -496,9 +444,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -510,55 +456,41 @@ public Builder mergeFrom( private com.google.cloud.domains.v1alpha2.RegisterParameters registerParameters_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.RegisterParameters, - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, - com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder> - registerParametersBuilder_; + com.google.cloud.domains.v1alpha2.RegisterParameters, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder> registerParametersBuilder_; /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * * @return Whether the registerParameters field is set. */ public boolean hasRegisterParameters() { return registerParametersBuilder_ != null || registerParameters_ != null; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * * @return The registerParameters. */ public com.google.cloud.domains.v1alpha2.RegisterParameters getRegisterParameters() { if (registerParametersBuilder_ == null) { - return registerParameters_ == null - ? com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance() - : registerParameters_; + return registerParameters_ == null ? com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance() : registerParameters_; } else { return registerParametersBuilder_.getMessage(); } } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public Builder setRegisterParameters( - com.google.cloud.domains.v1alpha2.RegisterParameters value) { + public Builder setRegisterParameters(com.google.cloud.domains.v1alpha2.RegisterParameters value) { if (registerParametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -572,8 +504,6 @@ public Builder setRegisterParameters( return this; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
@@ -592,22 +522,17 @@ public Builder setRegisterParameters( return this; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public Builder mergeRegisterParameters( - com.google.cloud.domains.v1alpha2.RegisterParameters value) { + public Builder mergeRegisterParameters(com.google.cloud.domains.v1alpha2.RegisterParameters value) { if (registerParametersBuilder_ == null) { if (registerParameters_ != null) { registerParameters_ = - com.google.cloud.domains.v1alpha2.RegisterParameters.newBuilder(registerParameters_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.RegisterParameters.newBuilder(registerParameters_).mergeFrom(value).buildPartial(); } else { registerParameters_ = value; } @@ -619,8 +544,6 @@ public Builder mergeRegisterParameters( return this; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
@@ -639,42 +562,33 @@ public Builder clearRegisterParameters() { return this; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1alpha2.RegisterParameters.Builder - getRegisterParametersBuilder() { - + public com.google.cloud.domains.v1alpha2.RegisterParameters.Builder getRegisterParametersBuilder() { + onChanged(); return getRegisterParametersFieldBuilder().getBuilder(); } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder - getRegisterParametersOrBuilder() { + public com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder getRegisterParametersOrBuilder() { if (registerParametersBuilder_ != null) { return registerParametersBuilder_.getMessageOrBuilder(); } else { - return registerParameters_ == null - ? com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance() - : registerParameters_; + return registerParameters_ == null ? + com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance() : registerParameters_; } } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
@@ -682,24 +596,21 @@ public Builder clearRegisterParameters() { * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.RegisterParameters, - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, - com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder> + com.google.cloud.domains.v1alpha2.RegisterParameters, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder> getRegisterParametersFieldBuilder() { if (registerParametersBuilder_ == null) { - registerParametersBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.RegisterParameters, - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, - com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder>( - getRegisterParameters(), getParentForChildren(), isClean()); + registerParametersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.RegisterParameters, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder>( + getRegisterParameters(), + getParentForChildren(), + isClean()); registerParameters_ = null; } return registerParametersBuilder_; } - @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); } @@ -709,32 +620,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) - private static final com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse(); } - public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - getDefaultInstance() { + public static com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RetrieveRegisterParametersResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RetrieveRegisterParametersResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveRegisterParametersResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveRegisterParametersResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -746,8 +655,9 @@ public com.google.protobuf.Parser getParserF } @java.lang.Override - public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse - getDefaultInstanceForType() { + public com.google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponseOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponseOrBuilder.java similarity index 63% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponseOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponseOrBuilder.java index fafced7b..ecceec31 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponseOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveRegisterParametersResponseOrBuilder.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface RetrieveRegisterParametersResponseOrBuilder - extends +public interface RetrieveRegisterParametersResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.RetrieveRegisterParametersResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * * @return Whether the registerParameters field is set. */ boolean hasRegisterParameters(); /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
* * .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * * @return The registerParameters. */ com.google.cloud.domains.v1alpha2.RegisterParameters getRegisterParameters(); /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersRequest.java new file mode 100644 index 00000000..f518d4ad --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersRequest.java @@ -0,0 +1,759 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +/** + *
+ * Request for the `RetrieveTransferParameters` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest} + */ +public final class RetrieveTransferParametersRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) + RetrieveTransferParametersRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveTransferParametersRequest.newBuilder() to construct. + private RetrieveTransferParametersRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveTransferParametersRequest() { + domainName_ = ""; + location_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveTransferParametersRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveTransferParametersRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.class, com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.Builder.class); + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object domainName_; + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int LOCATION_FIELD_NUMBER = 2; + private volatile java.lang.Object location_; + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + @java.lang.Override + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } + } + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest other = (com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) obj; + + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + hash = (37 * hash) + LOCATION_FIELD_NUMBER; + hash = (53 * hash) + getLocation().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest 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.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `RetrieveTransferParameters` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.class, com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + domainName_ = ""; + + location_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest build() { + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest buildPartial() { + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest result = new com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest(this); + result.domainName_ = domainName_; + result.location_ = location_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) { + return mergeFrom((com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest other) { + if (other == com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest.getDefaultInstance()) return this; + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (!other.getLocation().isEmpty()) { + location_ = other.location_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object domainName_ = ""; + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private java.lang.Object location_ = ""; + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The location to set. + * @return This builder for chaining. + */ + public Builder setLocation( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + location_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearLocation() { + + location_ = getDefaultInstance().getLocation(); + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for location to set. + * @return This builder for chaining. + */ + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + location_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) + private static final com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest(); + } + + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveTransferParametersRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveTransferParametersRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersRequestOrBuilder.java new file mode 100644 index 00000000..42b367c8 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersRequestOrBuilder.java @@ -0,0 +1,49 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface RetrieveTransferParametersRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + java.lang.String getLocation(); + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + com.google.protobuf.ByteString + getLocationBytes(); +} diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersResponse.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersResponse.java new file mode 100644 index 00000000..08de7bd2 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersResponse.java @@ -0,0 +1,663 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +/** + *
+ * Response for the `RetrieveTransferParameters` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse} + */ +public final class RetrieveTransferParametersResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse) + RetrieveTransferParametersResponseOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveTransferParametersResponse.newBuilder() to construct. + private RetrieveTransferParametersResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveTransferParametersResponse() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveTransferParametersResponse(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveTransferParametersResponse( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.cloud.domains.v1alpha2.TransferParameters.Builder subBuilder = null; + if (transferParameters_ != null) { + subBuilder = transferParameters_.toBuilder(); + } + transferParameters_ = input.readMessage(com.google.cloud.domains.v1alpha2.TransferParameters.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(transferParameters_); + transferParameters_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.class, com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.Builder.class); + } + + public static final int TRANSFER_PARAMETERS_FIELD_NUMBER = 1; + private com.google.cloud.domains.v1alpha2.TransferParameters transferParameters_; + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + @java.lang.Override + public boolean hasTransferParameters() { + return transferParameters_ != null; + } + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferParameters getTransferParameters() { + return transferParameters_ == null ? com.google.cloud.domains.v1alpha2.TransferParameters.getDefaultInstance() : transferParameters_; + } + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferParametersOrBuilder getTransferParametersOrBuilder() { + return getTransferParameters(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (transferParameters_ != null) { + output.writeMessage(1, getTransferParameters()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (transferParameters_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getTransferParameters()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse)) { + return super.equals(obj); + } + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse other = (com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse) obj; + + if (hasTransferParameters() != other.hasTransferParameters()) return false; + if (hasTransferParameters()) { + if (!getTransferParameters() + .equals(other.getTransferParameters())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasTransferParameters()) { + hash = (37 * hash) + TRANSFER_PARAMETERS_FIELD_NUMBER; + hash = (53 * hash) + getTransferParameters().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse 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.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Response for the `RetrieveTransferParameters` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse) + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.class, com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.Builder.class); + } + + // Construct using com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (transferParametersBuilder_ == null) { + transferParameters_ = null; + } else { + transferParameters_ = null; + transferParametersBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse getDefaultInstanceForType() { + return com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse build() { + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse buildPartial() { + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse result = new com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse(this); + if (transferParametersBuilder_ == null) { + result.transferParameters_ = transferParameters_; + } else { + result.transferParameters_ = transferParametersBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1alpha2.RetrieveTransferParametersResponse) { + return mergeFrom((com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse other) { + if (other == com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse.getDefaultInstance()) return this; + if (other.hasTransferParameters()) { + mergeTransferParameters(other.getTransferParameters()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.cloud.domains.v1alpha2.TransferParameters transferParameters_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.TransferParameters, com.google.cloud.domains.v1alpha2.TransferParameters.Builder, com.google.cloud.domains.v1alpha2.TransferParametersOrBuilder> transferParametersBuilder_; + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + public boolean hasTransferParameters() { + return transferParametersBuilder_ != null || transferParameters_ != null; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + public com.google.cloud.domains.v1alpha2.TransferParameters getTransferParameters() { + if (transferParametersBuilder_ == null) { + return transferParameters_ == null ? com.google.cloud.domains.v1alpha2.TransferParameters.getDefaultInstance() : transferParameters_; + } else { + return transferParametersBuilder_.getMessage(); + } + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + public Builder setTransferParameters(com.google.cloud.domains.v1alpha2.TransferParameters value) { + if (transferParametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + transferParameters_ = value; + onChanged(); + } else { + transferParametersBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + public Builder setTransferParameters( + com.google.cloud.domains.v1alpha2.TransferParameters.Builder builderForValue) { + if (transferParametersBuilder_ == null) { + transferParameters_ = builderForValue.build(); + onChanged(); + } else { + transferParametersBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + public Builder mergeTransferParameters(com.google.cloud.domains.v1alpha2.TransferParameters value) { + if (transferParametersBuilder_ == null) { + if (transferParameters_ != null) { + transferParameters_ = + com.google.cloud.domains.v1alpha2.TransferParameters.newBuilder(transferParameters_).mergeFrom(value).buildPartial(); + } else { + transferParameters_ = value; + } + onChanged(); + } else { + transferParametersBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + public Builder clearTransferParameters() { + if (transferParametersBuilder_ == null) { + transferParameters_ = null; + onChanged(); + } else { + transferParameters_ = null; + transferParametersBuilder_ = null; + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + public com.google.cloud.domains.v1alpha2.TransferParameters.Builder getTransferParametersBuilder() { + + onChanged(); + return getTransferParametersFieldBuilder().getBuilder(); + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + public com.google.cloud.domains.v1alpha2.TransferParametersOrBuilder getTransferParametersOrBuilder() { + if (transferParametersBuilder_ != null) { + return transferParametersBuilder_.getMessageOrBuilder(); + } else { + return transferParameters_ == null ? + com.google.cloud.domains.v1alpha2.TransferParameters.getDefaultInstance() : transferParameters_; + } + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.TransferParameters, com.google.cloud.domains.v1alpha2.TransferParameters.Builder, com.google.cloud.domains.v1alpha2.TransferParametersOrBuilder> + getTransferParametersFieldBuilder() { + if (transferParametersBuilder_ == null) { + transferParametersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.TransferParameters, com.google.cloud.domains.v1alpha2.TransferParameters.Builder, com.google.cloud.domains.v1alpha2.TransferParametersOrBuilder>( + getTransferParameters(), + getParentForChildren(), + isClean()); + transferParameters_ = null; + } + return transferParametersBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse) + private static final com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse(); + } + + public static com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveTransferParametersResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveTransferParametersResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersResponseOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersResponseOrBuilder.java new file mode 100644 index 00000000..50be16b9 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveTransferParametersResponseOrBuilder.java @@ -0,0 +1,36 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface RetrieveTransferParametersResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.RetrieveTransferParametersResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + boolean hasTransferParameters(); + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + com.google.cloud.domains.v1alpha2.TransferParameters getTransferParameters(); + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferParameters transfer_parameters = 1; + */ + com.google.cloud.domains.v1alpha2.TransferParametersOrBuilder getTransferParametersOrBuilder(); +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequest.java similarity index 65% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequest.java index 16f20985..e573e58b 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequest.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `SearchDomains` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.SearchDomainsRequest} */ -public final class SearchDomainsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class SearchDomainsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.SearchDomainsRequest) SearchDomainsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use SearchDomainsRequest.newBuilder() to construct. private SearchDomainsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private SearchDomainsRequest() { query_ = ""; location_ = ""; @@ -44,15 +26,16 @@ private SearchDomainsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new SearchDomainsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private SearchDomainsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,65 +54,58 @@ private SearchDomainsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - query_ = s; - break; - } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); + query_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - location_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.SearchDomainsRequest.class, - com.google.cloud.domains.v1alpha2.SearchDomainsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.SearchDomainsRequest.class, com.google.cloud.domains.v1alpha2.SearchDomainsRequest.Builder.class); } public static final int QUERY_FIELD_NUMBER = 1; private volatile java.lang.Object query_; /** - * - * *
    * Required. String used to search for available domain names.
    * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The query. */ @java.lang.Override @@ -138,29 +114,29 @@ 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(); query_ = s; return s; } } /** - * - * *
    * Required. String used to search for available domain names.
    * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for query. */ @java.lang.Override - public com.google.protobuf.ByteString getQueryBytes() { + public com.google.protobuf.ByteString + getQueryBytes() { java.lang.Object ref = query_; 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); query_ = b; return b; } else { @@ -171,16 +147,11 @@ public com.google.protobuf.ByteString getQueryBytes() { public static final int LOCATION_FIELD_NUMBER = 2; private volatile java.lang.Object location_; /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ @java.lang.Override @@ -189,31 +160,29 @@ public java.lang.String getLocation() { 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(); location_ = s; return s; } } /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ @java.lang.Override - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -222,7 +191,6 @@ public com.google.protobuf.ByteString getLocationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -234,11 +202,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getQueryBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(query_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, query_); } - if (!getLocationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); } unknownFields.writeTo(output); @@ -250,10 +219,10 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getQueryBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(query_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, query_); } - if (!getLocationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); } size += unknownFields.getSerializedSize(); @@ -264,16 +233,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.cloud.domains.v1alpha2.SearchDomainsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.SearchDomainsRequest other = - (com.google.cloud.domains.v1alpha2.SearchDomainsRequest) obj; + com.google.cloud.domains.v1alpha2.SearchDomainsRequest other = (com.google.cloud.domains.v1alpha2.SearchDomainsRequest) obj; - if (!getQuery().equals(other.getQuery())) return false; - if (!getLocation().equals(other.getLocation())) return false; + if (!getQuery() + .equals(other.getQuery())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -295,127 +265,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.SearchDomainsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.SearchDomainsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.SearchDomainsRequest 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; } /** - * - * *
    * Request for the `SearchDomains` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.SearchDomainsRequest} */ - 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.cloud.domains.v1alpha2.SearchDomainsRequest) com.google.cloud.domains.v1alpha2.SearchDomainsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.SearchDomainsRequest.class, - com.google.cloud.domains.v1alpha2.SearchDomainsRequest.Builder.class); + com.google.cloud.domains.v1alpha2.SearchDomainsRequest.class, com.google.cloud.domains.v1alpha2.SearchDomainsRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.SearchDomainsRequest.newBuilder() @@ -423,15 +383,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -443,9 +404,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor; } @java.lang.Override @@ -464,8 +425,7 @@ public com.google.cloud.domains.v1alpha2.SearchDomainsRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.SearchDomainsRequest buildPartial() { - com.google.cloud.domains.v1alpha2.SearchDomainsRequest result = - new com.google.cloud.domains.v1alpha2.SearchDomainsRequest(this); + com.google.cloud.domains.v1alpha2.SearchDomainsRequest result = new com.google.cloud.domains.v1alpha2.SearchDomainsRequest(this); result.query_ = query_; result.location_ = location_; onBuilt(); @@ -476,39 +436,38 @@ public com.google.cloud.domains.v1alpha2.SearchDomainsRequest 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.cloud.domains.v1alpha2.SearchDomainsRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.SearchDomainsRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.SearchDomainsRequest)other); } else { super.mergeFrom(other); return this; @@ -516,8 +475,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.SearchDomainsRequest other) { - if (other == com.google.cloud.domains.v1alpha2.SearchDomainsRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.SearchDomainsRequest.getDefaultInstance()) return this; if (!other.getQuery().isEmpty()) { query_ = other.query_; onChanged(); @@ -545,8 +503,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.SearchDomainsRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.SearchDomainsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -558,20 +515,18 @@ public Builder mergeFrom( private java.lang.Object query_ = ""; /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The query. */ public java.lang.String getQuery() { java.lang.Object ref = query_; 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(); query_ = s; return s; @@ -580,21 +535,20 @@ public java.lang.String getQuery() { } } /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for query. */ - public com.google.protobuf.ByteString getQueryBytes() { + public com.google.protobuf.ByteString + getQueryBytes() { java.lang.Object ref = query_; 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); query_ = b; return b; } else { @@ -602,61 +556,54 @@ public com.google.protobuf.ByteString getQueryBytes() { } } /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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(); - } - + throw new NullPointerException(); + } + query_ = value; onChanged(); return this; } /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearQuery() { - + query_ = getDefaultInstance().getQuery(); onChanged(); return this; } /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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); + query_ = value; onChanged(); return this; @@ -664,22 +611,18 @@ public Builder setQueryBytes(com.google.protobuf.ByteString value) { private java.lang.Object location_ = ""; /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ public java.lang.String getLocation() { java.lang.Object ref = location_; 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(); location_ = s; return s; @@ -688,23 +631,20 @@ public java.lang.String getLocation() { } } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -712,74 +652,61 @@ public com.google.protobuf.ByteString getLocationBytes() { } } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The location to set. * @return This builder for chaining. */ - public Builder setLocation(java.lang.String value) { + public Builder setLocation( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + location_ = value; onChanged(); return this; } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearLocation() { - + location_ = getDefaultInstance().getLocation(); onChanged(); return this; } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for location to set. * @return This builder for chaining. */ - public Builder setLocationBytes(com.google.protobuf.ByteString value) { + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + location_ = 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); } @@ -789,12 +716,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.SearchDomainsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.SearchDomainsRequest) private static final com.google.cloud.domains.v1alpha2.SearchDomainsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.SearchDomainsRequest(); } @@ -803,16 +730,16 @@ public static com.google.cloud.domains.v1alpha2.SearchDomainsRequest getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public SearchDomainsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new SearchDomainsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public SearchDomainsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new SearchDomainsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -827,4 +754,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.SearchDomainsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequestOrBuilder.java similarity index 50% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequestOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequestOrBuilder.java index 1c8fdb6f..1a07283a 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequestOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsRequestOrBuilder.java @@ -1,79 +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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface SearchDomainsRequestOrBuilder - extends +public interface SearchDomainsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.SearchDomainsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. String used to search for available domain names.
    * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The query. */ java.lang.String getQuery(); /** - * - * *
    * Required. String used to search for available domain names.
    * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for query. */ - com.google.protobuf.ByteString getQueryBytes(); + com.google.protobuf.ByteString + getQueryBytes(); /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ java.lang.String getLocation(); /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ - com.google.protobuf.ByteString getLocationBytes(); + com.google.protobuf.ByteString + getLocationBytes(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponse.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponse.java similarity index 69% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponse.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponse.java index e925fea8..7bbbdd57 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponse.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponse.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Response for the `SearchDomains` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.SearchDomainsResponse} */ -public final class SearchDomainsResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class SearchDomainsResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.SearchDomainsResponse) SearchDomainsResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use SearchDomainsResponse.newBuilder() to construct. private SearchDomainsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private SearchDomainsResponse() { registerParameters_ = 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 SearchDomainsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private SearchDomainsResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,32 +54,29 @@ private SearchDomainsResponse( case 0: done = true; break; - case 10: - { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - registerParameters_ = - new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - registerParameters_.add( - input.readMessage( - com.google.cloud.domains.v1alpha2.RegisterParameters.parser(), - extensionRegistry)); - break; + case 10: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + registerParameters_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + registerParameters_.add( + input.readMessage(com.google.cloud.domains.v1alpha2.RegisterParameters.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { registerParameters_ = java.util.Collections.unmodifiableList(registerParameters_); @@ -105,100 +85,80 @@ private SearchDomainsResponse( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.SearchDomainsResponse.class, - com.google.cloud.domains.v1alpha2.SearchDomainsResponse.Builder.class); + com.google.cloud.domains.v1alpha2.SearchDomainsResponse.class, com.google.cloud.domains.v1alpha2.SearchDomainsResponse.Builder.class); } public static final int REGISTER_PARAMETERS_FIELD_NUMBER = 1; private java.util.List registerParameters_; /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ @java.lang.Override - public java.util.List - getRegisterParametersList() { + public java.util.List getRegisterParametersList() { return registerParameters_; } /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ @java.lang.Override - public java.util.List + public java.util.List getRegisterParametersOrBuilderList() { return registerParameters_; } /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ @java.lang.Override public int getRegisterParametersCount() { return registerParameters_.size(); } /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ @java.lang.Override public com.google.cloud.domains.v1alpha2.RegisterParameters getRegisterParameters(int index) { return registerParameters_.get(index); } /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ @java.lang.Override - public com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder - getRegisterParametersOrBuilder(int index) { + public com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder getRegisterParametersOrBuilder( + int index) { return registerParameters_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -210,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 { for (int i = 0; i < registerParameters_.size(); i++) { output.writeMessage(1, registerParameters_.get(i)); } @@ -224,8 +185,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < registerParameters_.size(); i++) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(1, registerParameters_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, registerParameters_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -235,15 +196,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.cloud.domains.v1alpha2.SearchDomainsResponse)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.SearchDomainsResponse other = - (com.google.cloud.domains.v1alpha2.SearchDomainsResponse) obj; + com.google.cloud.domains.v1alpha2.SearchDomainsResponse other = (com.google.cloud.domains.v1alpha2.SearchDomainsResponse) obj; - if (!getRegisterParametersList().equals(other.getRegisterParametersList())) return false; + if (!getRegisterParametersList() + .equals(other.getRegisterParametersList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -265,127 +226,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.SearchDomainsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.SearchDomainsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.SearchDomainsResponse 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; } /** - * - * *
    * Response for the `SearchDomains` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.SearchDomainsResponse} */ - 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.cloud.domains.v1alpha2.SearchDomainsResponse) com.google.cloud.domains.v1alpha2.SearchDomainsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.SearchDomainsResponse.class, - com.google.cloud.domains.v1alpha2.SearchDomainsResponse.Builder.class); + com.google.cloud.domains.v1alpha2.SearchDomainsResponse.class, com.google.cloud.domains.v1alpha2.SearchDomainsResponse.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.SearchDomainsResponse.newBuilder() @@ -393,17 +344,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getRegisterParametersFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -417,9 +368,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor; } @java.lang.Override @@ -438,8 +389,7 @@ public com.google.cloud.domains.v1alpha2.SearchDomainsResponse build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.SearchDomainsResponse buildPartial() { - com.google.cloud.domains.v1alpha2.SearchDomainsResponse result = - new com.google.cloud.domains.v1alpha2.SearchDomainsResponse(this); + com.google.cloud.domains.v1alpha2.SearchDomainsResponse result = new com.google.cloud.domains.v1alpha2.SearchDomainsResponse(this); int from_bitField0_ = bitField0_; if (registerParametersBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -458,39 +408,38 @@ public com.google.cloud.domains.v1alpha2.SearchDomainsResponse 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.cloud.domains.v1alpha2.SearchDomainsResponse) { - return mergeFrom((com.google.cloud.domains.v1alpha2.SearchDomainsResponse) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.SearchDomainsResponse)other); } else { super.mergeFrom(other); return this; @@ -498,8 +447,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.SearchDomainsResponse other) { - if (other == com.google.cloud.domains.v1alpha2.SearchDomainsResponse.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.SearchDomainsResponse.getDefaultInstance()) return this; if (registerParametersBuilder_ == null) { if (!other.registerParameters_.isEmpty()) { if (registerParameters_.isEmpty()) { @@ -518,10 +466,9 @@ public Builder mergeFrom(com.google.cloud.domains.v1alpha2.SearchDomainsResponse registerParametersBuilder_ = null; registerParameters_ = other.registerParameters_; bitField0_ = (bitField0_ & ~0x00000001); - registerParametersBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getRegisterParametersFieldBuilder() - : null; + registerParametersBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getRegisterParametersFieldBuilder() : null; } else { registerParametersBuilder_.addAllMessages(other.registerParameters_); } @@ -546,8 +493,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.SearchDomainsResponse) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.SearchDomainsResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -556,39 +502,28 @@ public Builder mergeFrom( } return this; } - private int bitField0_; - private java.util.List - registerParameters_ = java.util.Collections.emptyList(); - + private java.util.List registerParameters_ = + java.util.Collections.emptyList(); private void ensureRegisterParametersIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - registerParameters_ = - new java.util.ArrayList( - registerParameters_); + registerParameters_ = new java.util.ArrayList(registerParameters_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.RegisterParameters, - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, - com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder> - registerParametersBuilder_; + com.google.cloud.domains.v1alpha2.RegisterParameters, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder> registerParametersBuilder_; /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public java.util.List - getRegisterParametersList() { + public java.util.List getRegisterParametersList() { if (registerParametersBuilder_ == null) { return java.util.Collections.unmodifiableList(registerParameters_); } else { @@ -596,14 +531,11 @@ private void ensureRegisterParametersIsMutable() { } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public int getRegisterParametersCount() { if (registerParametersBuilder_ == null) { @@ -613,14 +545,11 @@ public int getRegisterParametersCount() { } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public com.google.cloud.domains.v1alpha2.RegisterParameters getRegisterParameters(int index) { if (registerParametersBuilder_ == null) { @@ -630,14 +559,11 @@ public com.google.cloud.domains.v1alpha2.RegisterParameters getRegisterParameter } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public Builder setRegisterParameters( int index, com.google.cloud.domains.v1alpha2.RegisterParameters value) { @@ -654,14 +580,11 @@ public Builder setRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public Builder setRegisterParameters( int index, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder builderForValue) { @@ -675,17 +598,13 @@ public Builder setRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public Builder addRegisterParameters( - com.google.cloud.domains.v1alpha2.RegisterParameters value) { + public Builder addRegisterParameters(com.google.cloud.domains.v1alpha2.RegisterParameters value) { if (registerParametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -699,14 +618,11 @@ public Builder addRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public Builder addRegisterParameters( int index, com.google.cloud.domains.v1alpha2.RegisterParameters value) { @@ -723,14 +639,11 @@ public Builder addRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public Builder addRegisterParameters( com.google.cloud.domains.v1alpha2.RegisterParameters.Builder builderForValue) { @@ -744,14 +657,11 @@ public Builder addRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public Builder addRegisterParameters( int index, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder builderForValue) { @@ -765,20 +675,18 @@ public Builder addRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public Builder addAllRegisterParameters( java.lang.Iterable values) { if (registerParametersBuilder_ == null) { ensureRegisterParametersIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, registerParameters_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, registerParameters_); onChanged(); } else { registerParametersBuilder_.addAllMessages(values); @@ -786,14 +694,11 @@ public Builder addAllRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public Builder clearRegisterParameters() { if (registerParametersBuilder_ == null) { @@ -806,14 +711,11 @@ public Builder clearRegisterParameters() { return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ public Builder removeRegisterParameters(int index) { if (registerParametersBuilder_ == null) { @@ -826,49 +728,39 @@ public Builder removeRegisterParameters(int index) { return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1alpha2.RegisterParameters.Builder - getRegisterParametersBuilder(int index) { + public com.google.cloud.domains.v1alpha2.RegisterParameters.Builder getRegisterParametersBuilder( + int index) { return getRegisterParametersFieldBuilder().getBuilder(index); } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder - getRegisterParametersOrBuilder(int index) { + public com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder getRegisterParametersOrBuilder( + int index) { if (registerParametersBuilder_ == null) { - return registerParameters_.get(index); - } else { + return registerParameters_.get(index); } else { return registerParametersBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public java.util.List - getRegisterParametersOrBuilderList() { + public java.util.List + getRegisterParametersOrBuilderList() { if (registerParametersBuilder_ != null) { return registerParametersBuilder_.getMessageOrBuilderList(); } else { @@ -876,62 +768,45 @@ public Builder removeRegisterParameters(int index) { } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1alpha2.RegisterParameters.Builder - addRegisterParametersBuilder() { - return getRegisterParametersFieldBuilder() - .addBuilder(com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance()); + public com.google.cloud.domains.v1alpha2.RegisterParameters.Builder addRegisterParametersBuilder() { + return getRegisterParametersFieldBuilder().addBuilder( + com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance()); } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1alpha2.RegisterParameters.Builder - addRegisterParametersBuilder(int index) { - return getRegisterParametersFieldBuilder() - .addBuilder( - index, com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance()); + public com.google.cloud.domains.v1alpha2.RegisterParameters.Builder addRegisterParametersBuilder( + int index) { + return getRegisterParametersFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1alpha2.RegisterParameters.getDefaultInstance()); } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - public java.util.List - getRegisterParametersBuilderList() { + public java.util.List + getRegisterParametersBuilderList() { return getRegisterParametersFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.RegisterParameters, - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, - com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder> + com.google.cloud.domains.v1alpha2.RegisterParameters, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder> getRegisterParametersFieldBuilder() { if (registerParametersBuilder_ == null) { - registerParametersBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1alpha2.RegisterParameters, - com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, - com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder>( + registerParametersBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1alpha2.RegisterParameters, com.google.cloud.domains.v1alpha2.RegisterParameters.Builder, com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder>( registerParameters_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -940,9 +815,9 @@ public Builder removeRegisterParameters(int index) { } return registerParametersBuilder_; } - @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); } @@ -952,12 +827,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.SearchDomainsResponse) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.SearchDomainsResponse) private static final com.google.cloud.domains.v1alpha2.SearchDomainsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.SearchDomainsResponse(); } @@ -966,16 +841,16 @@ public static com.google.cloud.domains.v1alpha2.SearchDomainsResponse getDefault return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public SearchDomainsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new SearchDomainsResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public SearchDomainsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new SearchDomainsResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -990,4 +865,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1alpha2.SearchDomainsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponseOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponseOrBuilder.java similarity index 59% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponseOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponseOrBuilder.java index 4654c018..994a23aa 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponseOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/SearchDomainsResponseOrBuilder.java @@ -1,82 +1,52 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface SearchDomainsResponseOrBuilder - extends +public interface SearchDomainsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.SearchDomainsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - java.util.List getRegisterParametersList(); + java.util.List + getRegisterParametersList(); /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ com.google.cloud.domains.v1alpha2.RegisterParameters getRegisterParameters(int index); /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ int getRegisterParametersCount(); /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ - java.util.List + java.util.List getRegisterParametersOrBuilderList(); /** - * - * *
    * Results of the domain name search.
    * 
* - * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1alpha2.RegisterParameters register_parameters = 1; */ com.google.cloud.domains.v1alpha2.RegisterParametersOrBuilder getRegisterParametersOrBuilder( int index); diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequest.java new file mode 100644 index 00000000..21844f1d --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequest.java @@ -0,0 +1,1857 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +/** + *
+ * Request for the `TransferDomain` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1alpha2.TransferDomainRequest} + */ +public final class TransferDomainRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.TransferDomainRequest) + TransferDomainRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use TransferDomainRequest.newBuilder() to construct. + private TransferDomainRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TransferDomainRequest() { + parent_ = ""; + contactNotices_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new TransferDomainRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TransferDomainRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + parent_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1alpha2.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1alpha2.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); + } + + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + contactNotices_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + contactNotices_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 34: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); + } + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); + } + + break; + } + case 42: { + com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder subBuilder = null; + if (authorizationCode_ != null) { + subBuilder = authorizationCode_.toBuilder(); + } + authorizationCode_ = input.readMessage(com.google.cloud.domains.v1alpha2.AuthorizationCode.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(authorizationCode_); + authorizationCode_ = subBuilder.buildPartial(); + } + + break; + } + case 48: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1alpha2.TransferDomainRequest.class, com.google.cloud.domains.v1alpha2.TransferDomainRequest.Builder.class); + } + + public static final int PARENT_FIELD_NUMBER = 1; + private volatile java.lang.Object parent_; + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + @java.lang.Override + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } + } + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int REGISTRATION_FIELD_NUMBER = 2; + private com.google.cloud.domains.v1alpha2.Registration registration_; + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + @java.lang.Override + public boolean hasRegistration() { + return registration_ != null; + } + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.Registration getRegistration() { + return registration_ == null ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; + } + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOrBuilder() { + return getRegistration(); + } + + public static final int CONTACT_NOTICES_FIELD_NUMBER = 3; + private java.util.List contactNotices_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice> contactNotices_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>() { + public com.google.cloud.domains.v1alpha2.ContactNotice convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1alpha2.ContactNotice result = com.google.cloud.domains.v1alpha2.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.ContactNotice.UNRECOGNIZED : result; + } + }; + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + @java.lang.Override + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + @java.lang.Override + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + @java.lang.Override + public java.util.List + getContactNoticesValueList() { + return contactNotices_; + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + @java.lang.Override + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + private int contactNoticesMemoizedSerializedSize; + + public static final int YEARLY_PRICE_FIELD_NUMBER = 4; + private com.google.type.Money yearlyPrice_; + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + @java.lang.Override + public boolean hasYearlyPrice() { + return yearlyPrice_ != null; + } + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + @java.lang.Override + public com.google.type.Money getYearlyPrice() { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + return getYearlyPrice(); + } + + public static final int AUTHORIZATION_CODE_FIELD_NUMBER = 5; + private com.google.cloud.domains.v1alpha2.AuthorizationCode authorizationCode_; + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + @java.lang.Override + public boolean hasAuthorizationCode() { + return authorizationCode_ != null; + } + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.AuthorizationCode getAuthorizationCode() { + return authorizationCode_ == null ? com.google.cloud.domains.v1alpha2.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder() { + return getAuthorizationCode(); + } + + public static final int VALIDATE_ONLY_FIELD_NUMBER = 6; + private boolean validateOnly_; + /** + *
+   * Validate the request without actually transferring the domain.
+   * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); + } + if (registration_ != null) { + output.writeMessage(2, getRegistration()); + } + if (getContactNoticesList().size() > 0) { + output.writeUInt32NoTag(26); + output.writeUInt32NoTag(contactNoticesMemoizedSerializedSize); + } + for (int i = 0; i < contactNotices_.size(); i++) { + output.writeEnumNoTag(contactNotices_.get(i)); + } + if (yearlyPrice_ != null) { + output.writeMessage(4, getYearlyPrice()); + } + if (authorizationCode_ != null) { + output.writeMessage(5, getAuthorizationCode()); + } + if (validateOnly_ != false) { + output.writeBool(6, validateOnly_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); + } + if (registration_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistration()); + } + { + int dataSize = 0; + for (int i = 0; i < contactNotices_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); + } + size += dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; + } + if (yearlyPrice_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getYearlyPrice()); + } + if (authorizationCode_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getAuthorizationCode()); + } + if (validateOnly_ != false) { + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(6, validateOnly_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1alpha2.TransferDomainRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1alpha2.TransferDomainRequest other = (com.google.cloud.domains.v1alpha2.TransferDomainRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (hasRegistration() != other.hasRegistration()) return false; + if (hasRegistration()) { + if (!getRegistration() + .equals(other.getRegistration())) return false; + } + if (!contactNotices_.equals(other.contactNotices_)) return false; + if (hasYearlyPrice() != other.hasYearlyPrice()) return false; + if (hasYearlyPrice()) { + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; + } + if (hasAuthorizationCode() != other.hasAuthorizationCode()) return false; + if (hasAuthorizationCode()) { + if (!getAuthorizationCode() + .equals(other.getAuthorizationCode())) return false; + } + if (getValidateOnly() + != other.getValidateOnly()) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + PARENT_FIELD_NUMBER; + hash = (53 * hash) + getParent().hashCode(); + if (hasRegistration()) { + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + } + if (getContactNoticesCount() > 0) { + hash = (37 * hash) + CONTACT_NOTICES_FIELD_NUMBER; + hash = (53 * hash) + contactNotices_.hashCode(); + } + if (hasYearlyPrice()) { + hash = (37 * hash) + YEARLY_PRICE_FIELD_NUMBER; + hash = (53 * hash) + getYearlyPrice().hashCode(); + } + if (hasAuthorizationCode()) { + hash = (37 * hash) + AUTHORIZATION_CODE_FIELD_NUMBER; + hash = (53 * hash) + getAuthorizationCode().hashCode(); + } + hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest 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.cloud.domains.v1alpha2.TransferDomainRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.TransferDomainRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `TransferDomain` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1alpha2.TransferDomainRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1alpha2.TransferDomainRequest) + com.google.cloud.domains.v1alpha2.TransferDomainRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1alpha2.TransferDomainRequest.class, com.google.cloud.domains.v1alpha2.TransferDomainRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1alpha2.TransferDomainRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + parent_ = ""; + + if (registrationBuilder_ == null) { + registration_ = null; + } else { + registration_ = null; + registrationBuilder_ = null; + } + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = null; + } else { + authorizationCode_ = null; + authorizationCodeBuilder_ = null; + } + validateOnly_ = false; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferDomainRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferDomainRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1alpha2.TransferDomainRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferDomainRequest build() { + com.google.cloud.domains.v1alpha2.TransferDomainRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferDomainRequest buildPartial() { + com.google.cloud.domains.v1alpha2.TransferDomainRequest result = new com.google.cloud.domains.v1alpha2.TransferDomainRequest(this); + int from_bitField0_ = bitField0_; + result.parent_ = parent_; + if (registrationBuilder_ == null) { + result.registration_ = registration_; + } else { + result.registration_ = registrationBuilder_.build(); + } + if (((bitField0_ & 0x00000001) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.contactNotices_ = contactNotices_; + if (yearlyPriceBuilder_ == null) { + result.yearlyPrice_ = yearlyPrice_; + } else { + result.yearlyPrice_ = yearlyPriceBuilder_.build(); + } + if (authorizationCodeBuilder_ == null) { + result.authorizationCode_ = authorizationCode_; + } else { + result.authorizationCode_ = authorizationCodeBuilder_.build(); + } + result.validateOnly_ = validateOnly_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1alpha2.TransferDomainRequest) { + return mergeFrom((com.google.cloud.domains.v1alpha2.TransferDomainRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.TransferDomainRequest other) { + if (other == com.google.cloud.domains.v1alpha2.TransferDomainRequest.getDefaultInstance()) return this; + if (!other.getParent().isEmpty()) { + parent_ = other.parent_; + onChanged(); + } + if (other.hasRegistration()) { + mergeRegistration(other.getRegistration()); + } + if (!other.contactNotices_.isEmpty()) { + if (contactNotices_.isEmpty()) { + contactNotices_ = other.contactNotices_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureContactNoticesIsMutable(); + contactNotices_.addAll(other.contactNotices_); + } + onChanged(); + } + if (other.hasYearlyPrice()) { + mergeYearlyPrice(other.getYearlyPrice()); + } + if (other.hasAuthorizationCode()) { + mergeAuthorizationCode(other.getAuthorizationCode()); + } + if (other.getValidateOnly() != false) { + setValidateOnly(other.getValidateOnly()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1alpha2.TransferDomainRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1alpha2.TransferDomainRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object parent_ = ""; + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The parent to set. + * @return This builder for chaining. + */ + public Builder setParent( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + parent_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearParent() { + + parent_ = getDefaultInstance().getParent(); + onChanged(); + return this; + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for parent to set. + * @return This builder for chaining. + */ + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + parent_ = value; + onChanged(); + return this; + } + + private com.google.cloud.domains.v1alpha2.Registration registration_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> registrationBuilder_; + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + public boolean hasRegistration() { + return registrationBuilder_ != null || registration_ != null; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + public com.google.cloud.domains.v1alpha2.Registration getRegistration() { + if (registrationBuilder_ == null) { + return registration_ == null ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; + } else { + return registrationBuilder_.getMessage(); + } + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistration(com.google.cloud.domains.v1alpha2.Registration value) { + if (registrationBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + registration_ = value; + onChanged(); + } else { + registrationBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistration( + com.google.cloud.domains.v1alpha2.Registration.Builder builderForValue) { + if (registrationBuilder_ == null) { + registration_ = builderForValue.build(); + onChanged(); + } else { + registrationBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeRegistration(com.google.cloud.domains.v1alpha2.Registration value) { + if (registrationBuilder_ == null) { + if (registration_ != null) { + registration_ = + com.google.cloud.domains.v1alpha2.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); + } else { + registration_ = value; + } + onChanged(); + } else { + registrationBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearRegistration() { + if (registrationBuilder_ == null) { + registration_ = null; + onChanged(); + } else { + registration_ = null; + registrationBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1alpha2.Registration.Builder getRegistrationBuilder() { + + onChanged(); + return getRegistrationFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOrBuilder() { + if (registrationBuilder_ != null) { + return registrationBuilder_.getMessageOrBuilder(); + } else { + return registration_ == null ? + com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; + } + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> + getRegistrationFieldBuilder() { + if (registrationBuilder_ == null) { + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); + registration_ = null; + } + return registrationBuilder_; + } + + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); + private void ensureContactNoticesIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(contactNotices_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + public com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param index The index to set the value at. + * @param value The contactNotices to set. + * @return This builder for chaining. + */ + public Builder setContactNotices( + int index, com.google.cloud.domains.v1alpha2.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param value The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNotices(com.google.cloud.domains.v1alpha2.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param values The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNotices( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (com.google.cloud.domains.v1alpha2.ContactNotice value : values) { + contactNotices_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return This builder for chaining. + */ + public Builder clearContactNotices() { + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + public java.util.List + getContactNoticesValueList() { + return java.util.Collections.unmodifiableList(contactNotices_); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + * @return This builder for chaining. + */ + public Builder setContactNoticesValue( + int index, int value) { + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param value The enum numeric value on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNoticesValue(int value) { + ensureContactNoticesIsMutable(); + contactNotices_.add(value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param values The enum numeric values on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (int value : values) { + contactNotices_.add(value); + } + onChanged(); + return this; + } + + private com.google.type.Money yearlyPrice_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + public boolean hasYearlyPrice() { + return yearlyPriceBuilder_ != null || yearlyPrice_ != null; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + public com.google.type.Money getYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } else { + return yearlyPriceBuilder_.getMessage(); + } + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + yearlyPrice_ = value; + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = builderForValue.build(); + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (yearlyPrice_ != null) { + yearlyPrice_ = + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + } else { + yearlyPrice_ = value; + } + onChanged(); + } else { + yearlyPriceBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + onChanged(); + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.Money.Builder getYearlyPriceBuilder() { + + onChanged(); + return getYearlyPriceFieldBuilder().getBuilder(); + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + if (yearlyPriceBuilder_ != null) { + return yearlyPriceBuilder_.getMessageOrBuilder(); + } else { + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + getYearlyPriceFieldBuilder() { + if (yearlyPriceBuilder_ == null) { + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); + yearlyPrice_ = null; + } + return yearlyPriceBuilder_; + } + + private com.google.cloud.domains.v1alpha2.AuthorizationCode authorizationCode_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.AuthorizationCode, com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder, com.google.cloud.domains.v1alpha2.AuthorizationCodeOrBuilder> authorizationCodeBuilder_; + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + public boolean hasAuthorizationCode() { + return authorizationCodeBuilder_ != null || authorizationCode_ != null; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + public com.google.cloud.domains.v1alpha2.AuthorizationCode getAuthorizationCode() { + if (authorizationCodeBuilder_ == null) { + return authorizationCode_ == null ? com.google.cloud.domains.v1alpha2.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } else { + return authorizationCodeBuilder_.getMessage(); + } + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + public Builder setAuthorizationCode(com.google.cloud.domains.v1alpha2.AuthorizationCode value) { + if (authorizationCodeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + authorizationCode_ = value; + onChanged(); + } else { + authorizationCodeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + public Builder setAuthorizationCode( + com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder builderForValue) { + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = builderForValue.build(); + onChanged(); + } else { + authorizationCodeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + public Builder mergeAuthorizationCode(com.google.cloud.domains.v1alpha2.AuthorizationCode value) { + if (authorizationCodeBuilder_ == null) { + if (authorizationCode_ != null) { + authorizationCode_ = + com.google.cloud.domains.v1alpha2.AuthorizationCode.newBuilder(authorizationCode_).mergeFrom(value).buildPartial(); + } else { + authorizationCode_ = value; + } + onChanged(); + } else { + authorizationCodeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + public Builder clearAuthorizationCode() { + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = null; + onChanged(); + } else { + authorizationCode_ = null; + authorizationCodeBuilder_ = null; + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + public com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder getAuthorizationCodeBuilder() { + + onChanged(); + return getAuthorizationCodeFieldBuilder().getBuilder(); + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + public com.google.cloud.domains.v1alpha2.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder() { + if (authorizationCodeBuilder_ != null) { + return authorizationCodeBuilder_.getMessageOrBuilder(); + } else { + return authorizationCode_ == null ? + com.google.cloud.domains.v1alpha2.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.AuthorizationCode, com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder, com.google.cloud.domains.v1alpha2.AuthorizationCodeOrBuilder> + getAuthorizationCodeFieldBuilder() { + if (authorizationCodeBuilder_ == null) { + authorizationCodeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.AuthorizationCode, com.google.cloud.domains.v1alpha2.AuthorizationCode.Builder, com.google.cloud.domains.v1alpha2.AuthorizationCodeOrBuilder>( + getAuthorizationCode(), + getParentForChildren(), + isClean()); + authorizationCode_ = null; + } + return authorizationCodeBuilder_; + } + + private boolean validateOnly_ ; + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @param value The validateOnly to set. + * @return This builder for chaining. + */ + public Builder setValidateOnly(boolean value) { + + validateOnly_ = value; + onChanged(); + return this; + } + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @return This builder for chaining. + */ + public Builder clearValidateOnly() { + + validateOnly_ = false; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.TransferDomainRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.TransferDomainRequest) + private static final com.google.cloud.domains.v1alpha2.TransferDomainRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.TransferDomainRequest(); + } + + public static com.google.cloud.domains.v1alpha2.TransferDomainRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TransferDomainRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TransferDomainRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferDomainRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequestOrBuilder.java new file mode 100644 index 00000000..0bce06e0 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferDomainRequestOrBuilder.java @@ -0,0 +1,205 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface TransferDomainRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.TransferDomainRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); + + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + boolean hasRegistration(); + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + com.google.cloud.domains.v1alpha2.Registration getRegistration(); + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOrBuilder(); + + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + java.util.List getContactNoticesList(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + int getContactNoticesCount(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + com.google.cloud.domains.v1alpha2.ContactNotice getContactNotices(int index); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + java.util.List + getContactNoticesValueList(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + int getContactNoticesValue(int index); + + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + boolean hasYearlyPrice(); + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + com.google.type.Money getYearlyPrice(); + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder(); + + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + boolean hasAuthorizationCode(); + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + com.google.cloud.domains.v1alpha2.AuthorizationCode getAuthorizationCode(); + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5; + */ + com.google.cloud.domains.v1alpha2.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder(); + + /** + *
+   * Validate the request without actually transferring the domain.
+   * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + boolean getValidateOnly(); +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferLockState.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferLockState.java similarity index 69% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferLockState.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferLockState.java index c23537c7..063bfe04 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferLockState.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferLockState.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Possible states of a `Registration`'s transfer lock.
  * 
* * Protobuf enum {@code google.cloud.domains.v1alpha2.TransferLockState} */ -public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum { +public enum TransferLockState + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
    * The state is unspecified.
    * 
@@ -39,8 +21,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ TRANSFER_LOCK_STATE_UNSPECIFIED(0), /** - * - * *
    * The domain is unlocked and can be transferred to another registrar.
    * 
@@ -49,8 +29,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ UNLOCKED(1), /** - * - * *
    * The domain is locked and cannot be transferred to another registrar.
    * 
@@ -62,8 +40,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum ; /** - * - * *
    * The state is unspecified.
    * 
@@ -72,8 +48,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ public static final int TRANSFER_LOCK_STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * The domain is unlocked and can be transferred to another registrar.
    * 
@@ -82,8 +56,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ public static final int UNLOCKED_VALUE = 1; /** - * - * *
    * The domain is locked and cannot be transferred to another registrar.
    * 
@@ -92,6 +64,7 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ public static final int LOCKED_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -116,42 +89,39 @@ public static TransferLockState valueOf(int value) { */ public static TransferLockState forNumber(int value) { switch (value) { - case 0: - return TRANSFER_LOCK_STATE_UNSPECIFIED; - case 1: - return UNLOCKED; - case 2: - return LOCKED; - default: - return null; + case 0: return TRANSFER_LOCK_STATE_UNSPECIFIED; + case 1: return UNLOCKED; + case 2: return LOCKED; + 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 TransferLockState findValueByNumber(int number) { - return TransferLockState.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap< + TransferLockState> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public TransferLockState findValueByNumber(int number) { + return TransferLockState.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.cloud.domains.v1alpha2.DomainsProto.getDescriptor().getEnumTypes().get(3); } @@ -160,7 +130,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor public static TransferLockState 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; @@ -176,3 +147,4 @@ private TransferLockState(int value) { // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1alpha2.TransferLockState) } + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParameters.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParameters.java new file mode 100644 index 00000000..9ee69983 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParameters.java @@ -0,0 +1,1715 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +/** + *
+ * Parameters required to transfer a domain from another registrar.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1alpha2.TransferParameters} + */ +public final class TransferParameters extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.TransferParameters) + TransferParametersOrBuilder { +private static final long serialVersionUID = 0L; + // Use TransferParameters.newBuilder() to construct. + private TransferParameters(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TransferParameters() { + domainName_ = ""; + currentRegistrar_ = ""; + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + transferLockState_ = 0; + supportedPrivacy_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new TransferParameters(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TransferParameters( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + currentRegistrar_ = s; + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; + } + nameServers_.add(s); + break; + } + case 32: { + int rawValue = input.readEnum(); + + transferLockState_ = rawValue; + break; + } + case 40: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + supportedPrivacy_.add(rawValue); + break; + } + case 42: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + supportedPrivacy_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 50: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); + } + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferParameters_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferParameters_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1alpha2.TransferParameters.class, com.google.cloud.domains.v1alpha2.TransferParameters.Builder.class); + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object domainName_; + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int CURRENT_REGISTRAR_FIELD_NUMBER = 2; + private volatile java.lang.Object currentRegistrar_; + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + @java.lang.Override + public java.lang.String getCurrentRegistrar() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + currentRegistrar_ = s; + return s; + } + } + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getCurrentRegistrarBytes() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + currentRegistrar_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int NAME_SERVERS_FIELD_NUMBER = 3; + private com.google.protobuf.LazyStringList nameServers_; + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_; + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + + public static final int TRANSFER_LOCK_STATE_FIELD_NUMBER = 4; + private int transferLockState_; + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + @java.lang.Override public int getTransferLockStateValue() { + return transferLockState_; + } + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + @java.lang.Override public com.google.cloud.domains.v1alpha2.TransferLockState getTransferLockState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1alpha2.TransferLockState result = com.google.cloud.domains.v1alpha2.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1alpha2.TransferLockState.UNRECOGNIZED : result; + } + + public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 5; + private java.util.List supportedPrivacy_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy> supportedPrivacy_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>() { + public com.google.cloud.domains.v1alpha2.ContactPrivacy convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1alpha2.ContactPrivacy result = com.google.cloud.domains.v1alpha2.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1alpha2.ContactPrivacy.UNRECOGNIZED : result; + } + }; + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + @java.lang.Override + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + @java.lang.Override + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + @java.lang.Override + public java.util.List + getSupportedPrivacyValueList() { + return supportedPrivacy_; + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + @java.lang.Override + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + private int supportedPrivacyMemoizedSerializedSize; + + public static final int YEARLY_PRICE_FIELD_NUMBER = 6; + private com.google.type.Money yearlyPrice_; + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + @java.lang.Override + public boolean hasYearlyPrice() { + return yearlyPrice_ != null; + } + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + @java.lang.Override + public com.google.type.Money getYearlyPrice() { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + */ + @java.lang.Override + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + return getYearlyPrice(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currentRegistrar_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, currentRegistrar_); + } + for (int i = 0; i < nameServers_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, nameServers_.getRaw(i)); + } + if (transferLockState_ != com.google.cloud.domains.v1alpha2.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + output.writeEnum(4, transferLockState_); + } + if (getSupportedPrivacyList().size() > 0) { + output.writeUInt32NoTag(42); + output.writeUInt32NoTag(supportedPrivacyMemoizedSerializedSize); + } + for (int i = 0; i < supportedPrivacy_.size(); i++) { + output.writeEnumNoTag(supportedPrivacy_.get(i)); + } + if (yearlyPrice_ != null) { + output.writeMessage(6, getYearlyPrice()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currentRegistrar_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, currentRegistrar_); + } + { + int dataSize = 0; + for (int i = 0; i < nameServers_.size(); i++) { + dataSize += computeStringSizeNoTag(nameServers_.getRaw(i)); + } + size += dataSize; + size += 1 * getNameServersList().size(); + } + if (transferLockState_ != com.google.cloud.domains.v1alpha2.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, transferLockState_); + } + { + int dataSize = 0; + for (int i = 0; i < supportedPrivacy_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); + } + size += dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; + } + if (yearlyPrice_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getYearlyPrice()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1alpha2.TransferParameters)) { + return super.equals(obj); + } + com.google.cloud.domains.v1alpha2.TransferParameters other = (com.google.cloud.domains.v1alpha2.TransferParameters) obj; + + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getCurrentRegistrar() + .equals(other.getCurrentRegistrar())) return false; + if (!getNameServersList() + .equals(other.getNameServersList())) return false; + if (transferLockState_ != other.transferLockState_) return false; + if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; + if (hasYearlyPrice() != other.hasYearlyPrice()) return false; + if (hasYearlyPrice()) { + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + hash = (37 * hash) + CURRENT_REGISTRAR_FIELD_NUMBER; + hash = (53 * hash) + getCurrentRegistrar().hashCode(); + if (getNameServersCount() > 0) { + hash = (37 * hash) + NAME_SERVERS_FIELD_NUMBER; + hash = (53 * hash) + getNameServersList().hashCode(); + } + hash = (37 * hash) + TRANSFER_LOCK_STATE_FIELD_NUMBER; + hash = (53 * hash) + transferLockState_; + if (getSupportedPrivacyCount() > 0) { + hash = (37 * hash) + SUPPORTED_PRIVACY_FIELD_NUMBER; + hash = (53 * hash) + supportedPrivacy_.hashCode(); + } + if (hasYearlyPrice()) { + hash = (37 * hash) + YEARLY_PRICE_FIELD_NUMBER; + hash = (53 * hash) + getYearlyPrice().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1alpha2.TransferParameters parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters 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.cloud.domains.v1alpha2.TransferParameters parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1alpha2.TransferParameters parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.TransferParameters prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Parameters required to transfer a domain from another registrar.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1alpha2.TransferParameters} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1alpha2.TransferParameters) + com.google.cloud.domains.v1alpha2.TransferParametersOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferParameters_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferParameters_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1alpha2.TransferParameters.class, com.google.cloud.domains.v1alpha2.TransferParameters.Builder.class); + } + + // Construct using com.google.cloud.domains.v1alpha2.TransferParameters.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + domainName_ = ""; + + currentRegistrar_ = ""; + + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + transferLockState_ = 0; + + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_TransferParameters_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferParameters getDefaultInstanceForType() { + return com.google.cloud.domains.v1alpha2.TransferParameters.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferParameters build() { + com.google.cloud.domains.v1alpha2.TransferParameters result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferParameters buildPartial() { + com.google.cloud.domains.v1alpha2.TransferParameters result = new com.google.cloud.domains.v1alpha2.TransferParameters(this); + int from_bitField0_ = bitField0_; + result.domainName_ = domainName_; + result.currentRegistrar_ = currentRegistrar_; + if (((bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.nameServers_ = nameServers_; + result.transferLockState_ = transferLockState_; + if (((bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.supportedPrivacy_ = supportedPrivacy_; + if (yearlyPriceBuilder_ == null) { + result.yearlyPrice_ = yearlyPrice_; + } else { + result.yearlyPrice_ = yearlyPriceBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1alpha2.TransferParameters) { + return mergeFrom((com.google.cloud.domains.v1alpha2.TransferParameters)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1alpha2.TransferParameters other) { + if (other == com.google.cloud.domains.v1alpha2.TransferParameters.getDefaultInstance()) return this; + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (!other.getCurrentRegistrar().isEmpty()) { + currentRegistrar_ = other.currentRegistrar_; + onChanged(); + } + if (!other.nameServers_.isEmpty()) { + if (nameServers_.isEmpty()) { + nameServers_ = other.nameServers_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureNameServersIsMutable(); + nameServers_.addAll(other.nameServers_); + } + onChanged(); + } + if (other.transferLockState_ != 0) { + setTransferLockStateValue(other.getTransferLockStateValue()); + } + if (!other.supportedPrivacy_.isEmpty()) { + if (supportedPrivacy_.isEmpty()) { + supportedPrivacy_ = other.supportedPrivacy_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.addAll(other.supportedPrivacy_); + } + onChanged(); + } + if (other.hasYearlyPrice()) { + mergeYearlyPrice(other.getYearlyPrice()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1alpha2.TransferParameters parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1alpha2.TransferParameters) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object domainName_ = ""; + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private java.lang.Object currentRegistrar_ = ""; + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + public java.lang.String getCurrentRegistrar() { + java.lang.Object ref = currentRegistrar_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + currentRegistrar_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + public com.google.protobuf.ByteString + getCurrentRegistrarBytes() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + currentRegistrar_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @param value The currentRegistrar to set. + * @return This builder for chaining. + */ + public Builder setCurrentRegistrar( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + currentRegistrar_ = value; + onChanged(); + return this; + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return This builder for chaining. + */ + public Builder clearCurrentRegistrar() { + + currentRegistrar_ = getDefaultInstance().getCurrentRegistrar(); + onChanged(); + return this; + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @param value The bytes for currentRegistrar to set. + * @return This builder for chaining. + */ + public Builder setCurrentRegistrarBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + currentRegistrar_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureNameServersIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_.getUnmodifiableView(); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index to set the value at. + * @param value The nameServers to set. + * @return This builder for chaining. + */ + public Builder setNameServers( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param value The nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServers( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param values The nameServers to add. + * @return This builder for chaining. + */ + public Builder addAllNameServers( + java.lang.Iterable values) { + ensureNameServersIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return This builder for chaining. + */ + public Builder clearNameServers() { + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param value The bytes of the nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + + private int transferLockState_ = 0; + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + @java.lang.Override public int getTransferLockStateValue() { + return transferLockState_; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @param value The enum numeric value on the wire for transferLockState to set. + * @return This builder for chaining. + */ + public Builder setTransferLockStateValue(int value) { + + transferLockState_ = value; + onChanged(); + return this; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferLockState getTransferLockState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1alpha2.TransferLockState result = com.google.cloud.domains.v1alpha2.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1alpha2.TransferLockState.UNRECOGNIZED : result; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @param value The transferLockState to set. + * @return This builder for chaining. + */ + public Builder setTransferLockState(com.google.cloud.domains.v1alpha2.TransferLockState value) { + if (value == null) { + throw new NullPointerException(); + } + + transferLockState_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @return This builder for chaining. + */ + public Builder clearTransferLockState() { + + transferLockState_ = 0; + onChanged(); + return this; + } + + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); + private void ensureSupportedPrivacyIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); + bitField0_ |= 0x00000002; + } + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1alpha2.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + public com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param index The index to set the value at. + * @param value The supportedPrivacy to set. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacy( + int index, com.google.cloud.domains.v1alpha2.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param value The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacy(com.google.cloud.domains.v1alpha2.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param values The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacy( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (com.google.cloud.domains.v1alpha2.ContactPrivacy value : values) { + supportedPrivacy_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return This builder for chaining. + */ + public Builder clearSupportedPrivacy() { + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + public java.util.List + getSupportedPrivacyValueList() { + return java.util.Collections.unmodifiableList(supportedPrivacy_); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacyValue( + int index, int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param value The enum numeric value on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacyValue(int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param values The enum numeric values on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (int value : values) { + supportedPrivacy_.add(value); + } + onChanged(); + return this; + } + + private com.google.type.Money yearlyPrice_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + public boolean hasYearlyPrice() { + return yearlyPriceBuilder_ != null || yearlyPrice_ != null; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + public com.google.type.Money getYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } else { + return yearlyPriceBuilder_.getMessage(); + } + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder setYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + yearlyPrice_ = value; + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = builderForValue.build(); + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder mergeYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (yearlyPrice_ != null) { + yearlyPrice_ = + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + } else { + yearlyPrice_ = value; + } + onChanged(); + } else { + yearlyPriceBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder clearYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + onChanged(); + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public com.google.type.Money.Builder getYearlyPriceBuilder() { + + onChanged(); + return getYearlyPriceFieldBuilder().getBuilder(); + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + if (yearlyPriceBuilder_ != null) { + return yearlyPriceBuilder_.getMessageOrBuilder(); + } else { + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + getYearlyPriceFieldBuilder() { + if (yearlyPriceBuilder_ == null) { + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); + yearlyPrice_ = null; + } + return yearlyPriceBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.TransferParameters) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.TransferParameters) + private static final com.google.cloud.domains.v1alpha2.TransferParameters DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.TransferParameters(); + } + + public static com.google.cloud.domains.v1alpha2.TransferParameters getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TransferParameters parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TransferParameters(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1alpha2.TransferParameters getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParametersOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParametersOrBuilder.java new file mode 100644 index 00000000..65297464 --- /dev/null +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/TransferParametersOrBuilder.java @@ -0,0 +1,189 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1alpha2/domains.proto + +package com.google.cloud.domains.v1alpha2; + +public interface TransferParametersOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.TransferParameters) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + java.lang.String getCurrentRegistrar(); + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + com.google.protobuf.ByteString + getCurrentRegistrarBytes(); + + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + java.util.List + getNameServersList(); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + int getNameServersCount(); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + java.lang.String getNameServers(int index); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + com.google.protobuf.ByteString + getNameServersBytes(int index); + + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + int getTransferLockStateValue(); + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + com.google.cloud.domains.v1alpha2.TransferLockState getTransferLockState(); + + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + java.util.List getSupportedPrivacyList(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + int getSupportedPrivacyCount(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + com.google.cloud.domains.v1alpha2.ContactPrivacy getSupportedPrivacy(int index); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + java.util.List + getSupportedPrivacyValueList(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + int getSupportedPrivacyValue(int index); + + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + boolean hasYearlyPrice(); + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + com.google.type.Money getYearlyPrice(); + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + */ + com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder(); +} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequest.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequest.java similarity index 68% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequest.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequest.java index 1b4d54d4..2ef0b2be 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequest.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequest.java @@ -1,55 +1,39 @@ -/* - * 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/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; /** - * - * *
  * Request for the `UpdateRegistration` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.UpdateRegistrationRequest} */ -public final class UpdateRegistrationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class UpdateRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1alpha2.UpdateRegistrationRequest) UpdateRegistrationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use UpdateRegistrationRequest.newBuilder() to construct. private UpdateRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private UpdateRegistrationRequest() {} + private UpdateRegistrationRequest() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new UpdateRegistrationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private UpdateRegistrationRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -68,82 +52,72 @@ private UpdateRegistrationRequest( case 0: done = true; break; - case 10: - { - com.google.cloud.domains.v1alpha2.Registration.Builder subBuilder = null; - if (registration_ != null) { - subBuilder = registration_.toBuilder(); - } - registration_ = - input.readMessage( - com.google.cloud.domains.v1alpha2.Registration.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(registration_); - registration_ = subBuilder.buildPartial(); - } - - break; + case 10: { + com.google.cloud.domains.v1alpha2.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1alpha2.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); } - case 18: - { - com.google.protobuf.FieldMask.Builder subBuilder = null; - if (updateMask_ != null) { - subBuilder = updateMask_.toBuilder(); - } - updateMask_ = - input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(updateMask_); - updateMask_ = subBuilder.buildPartial(); - } - break; + break; + } + case 18: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.class, - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.Builder.class); + com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.class, com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private com.google.cloud.domains.v1alpha2.Registration registration_; /** - * - * *
    * Fields of the `Registration` to update.
    * 
* * .google.cloud.domains.v1alpha2.Registration registration = 1; - * * @return Whether the registration field is set. */ @java.lang.Override @@ -151,25 +125,18 @@ public boolean hasRegistration() { return registration_ != null; } /** - * - * *
    * Fields of the `Registration` to update.
    * 
* * .google.cloud.domains.v1alpha2.Registration registration = 1; - * * @return The registration. */ @java.lang.Override public com.google.cloud.domains.v1alpha2.Registration getRegistration() { - return registration_ == null - ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; } /** - * - * *
    * Fields of the `Registration` to update.
    * 
@@ -184,17 +151,13 @@ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOr public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -202,17 +165,13 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -220,16 +179,13 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -237,7 +193,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -249,7 +204,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 (registration_ != null) { output.writeMessage(1, getRegistration()); } @@ -266,10 +222,12 @@ public int getSerializedSize() { size = 0; if (registration_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getRegistration()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getRegistration()); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getUpdateMask()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -279,21 +237,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.cloud.domains.v1alpha2.UpdateRegistrationRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest other = - (com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest) obj; + com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest other = (com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest) obj; if (hasRegistration() != other.hasRegistration()) return false; if (hasRegistration()) { - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -320,127 +279,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest 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; } /** - * - * *
    * Request for the `UpdateRegistration` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1alpha2.UpdateRegistrationRequest} */ - 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.cloud.domains.v1alpha2.UpdateRegistrationRequest) com.google.cloud.domains.v1alpha2.UpdateRegistrationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.class, - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.Builder.class); + com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.class, com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.Builder.class); } // Construct using com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.newBuilder() @@ -448,15 +397,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -476,9 +426,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1alpha2.DomainsProto - .internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1alpha2.DomainsProto.internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor; } @java.lang.Override @@ -497,8 +447,7 @@ public com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest build() { @java.lang.Override public com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest buildPartial() { - com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest result = - new com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest(this); + com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest result = new com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest(this); if (registrationBuilder_ == null) { result.registration_ = registration_; } else { @@ -517,39 +466,38 @@ public com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest 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.cloud.domains.v1alpha2.UpdateRegistrationRequest) { - return mergeFrom((com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest) other); + return mergeFrom((com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest)other); } else { super.mergeFrom(other); return this; @@ -557,8 +505,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest other) { - if (other == com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest.getDefaultInstance()) return this; if (other.hasRegistration()) { mergeRegistration(other.getRegistration()); } @@ -584,8 +531,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -597,47 +543,34 @@ public Builder mergeFrom( private com.google.cloud.domains.v1alpha2.Registration registration_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> - registrationBuilder_; + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> registrationBuilder_; /** - * - * *
      * Fields of the `Registration` to update.
      * 
* * .google.cloud.domains.v1alpha2.Registration registration = 1; - * * @return Whether the registration field is set. */ public boolean hasRegistration() { return registrationBuilder_ != null || registration_ != null; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
* * .google.cloud.domains.v1alpha2.Registration registration = 1; - * * @return The registration. */ public com.google.cloud.domains.v1alpha2.Registration getRegistration() { if (registrationBuilder_ == null) { - return registration_ == null - ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; } else { return registrationBuilder_.getMessage(); } } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -658,8 +591,6 @@ public Builder setRegistration(com.google.cloud.domains.v1alpha2.Registration va return this; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -678,8 +609,6 @@ public Builder setRegistration( return this; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -690,9 +619,7 @@ public Builder mergeRegistration(com.google.cloud.domains.v1alpha2.Registration if (registrationBuilder_ == null) { if (registration_ != null) { registration_ = - com.google.cloud.domains.v1alpha2.Registration.newBuilder(registration_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1alpha2.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); } else { registration_ = value; } @@ -704,8 +631,6 @@ public Builder mergeRegistration(com.google.cloud.domains.v1alpha2.Registration return this; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -724,8 +649,6 @@ public Builder clearRegistration() { return this; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -733,13 +656,11 @@ public Builder clearRegistration() { * .google.cloud.domains.v1alpha2.Registration registration = 1; */ public com.google.cloud.domains.v1alpha2.Registration.Builder getRegistrationBuilder() { - + onChanged(); return getRegistrationFieldBuilder().getBuilder(); } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -750,14 +671,11 @@ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOr if (registrationBuilder_ != null) { return registrationBuilder_.getMessageOrBuilder(); } else { - return registration_ == null - ? com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? + com.google.cloud.domains.v1alpha2.Registration.getDefaultInstance() : registration_; } } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -765,17 +683,14 @@ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOr * .google.cloud.domains.v1alpha2.Registration registration = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder> getRegistrationFieldBuilder() { if (registrationBuilder_ == null) { - registrationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1alpha2.Registration, - com.google.cloud.domains.v1alpha2.Registration.Builder, - com.google.cloud.domains.v1alpha2.RegistrationOrBuilder>( - getRegistration(), getParentForChildren(), isClean()); + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1alpha2.Registration, com.google.cloud.domains.v1alpha2.Registration.Builder, com.google.cloud.domains.v1alpha2.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); registration_ = null; } return registrationBuilder_; @@ -783,61 +698,45 @@ public com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOr private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -853,18 +752,16 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -875,22 +772,19 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -902,16 +796,13 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -925,74 +816,61 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - @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); } @@ -1002,12 +880,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1alpha2.UpdateRegistrationRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1alpha2.UpdateRegistrationRequest) private static final com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest(); } @@ -1016,16 +894,16 @@ public static com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest getDef return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateRegistrationRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new UpdateRegistrationRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new UpdateRegistrationRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1040,4 +918,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.cloud.domains.v1alpha2.UpdateRegistrationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequestOrBuilder.java b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequestOrBuilder.java similarity index 67% rename from proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequestOrBuilder.java rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequestOrBuilder.java index cb55c48c..9b569077 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequestOrBuilder.java +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/UpdateRegistrationRequestOrBuilder.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/cloud/domains/v1alpha2/domains.proto package com.google.cloud.domains.v1alpha2; -public interface UpdateRegistrationRequestOrBuilder - extends +public interface UpdateRegistrationRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.UpdateRegistrationRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Fields of the `Registration` to update.
    * 
* * .google.cloud.domains.v1alpha2.Registration registration = 1; - * * @return Whether the registration field is set. */ boolean hasRegistration(); /** - * - * *
    * Fields of the `Registration` to update.
    * 
* * .google.cloud.domains.v1alpha2.Registration registration = 1; - * * @return The registration. */ com.google.cloud.domains.v1alpha2.Registration getRegistration(); /** - * - * *
    * Fields of the `Registration` to update.
    * 
@@ -59,46 +35,35 @@ public interface UpdateRegistrationRequestOrBuilder com.google.cloud.domains.v1alpha2.RegistrationOrBuilder getRegistrationOrBuilder(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); } diff --git a/proto-google-cloud-domains-v1alpha2/src/main/proto/google/cloud/domains/v1alpha2/domains.proto b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/proto/google/cloud/domains/v1alpha2/domains.proto similarity index 80% rename from proto-google-cloud-domains-v1alpha2/src/main/proto/google/cloud/domains/v1alpha2/domains.proto rename to owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/proto/google/cloud/domains/v1alpha2/domains.proto index 3d219bac..8f4273c3 100644 --- a/proto-google-cloud-domains-v1alpha2/src/main/proto/google/cloud/domains/v1alpha2/domains.proto +++ b/owl-bot-staging/v1alpha2/proto-google-cloud-domains-v1alpha2/src/main/proto/google/cloud/domains/v1alpha2/domains.proto @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -82,6 +82,52 @@ service Domains { }; } + // Gets parameters needed to transfer a domain name from another registrar to + // Cloud Domains. For domains managed by Google Domains, transferring to Cloud + // Domains is not supported. + // + // + // Use the returned values to call `TransferDomain`. + rpc RetrieveTransferParameters(RetrieveTransferParametersRequest) returns (RetrieveTransferParametersResponse) { + option (google.api.http) = { + get: "/v1alpha2/{location=projects/*/locations/*}/registrations:retrieveTransferParameters" + }; + option (google.api.method_signature) = "location,domain_name"; + } + + // Transfers a domain name from another registrar to Cloud Domains. For + // domains managed by Google Domains, transferring to Cloud Domains is not + // supported. + // + // + // Before calling this method, go to the domain's current registrar to unlock + // the domain for transfer and retrieve the domain's transfer authorization + // code. Then call `RetrieveTransferParameters` to confirm that the domain is + // unlocked and to get values needed to build a call to this method. + // + // A successful call creates a `Registration` resource in state + // `TRANSFER_PENDING`. It can take several days to complete the transfer + // process. The registrant can often speed up this process by approving the + // transfer through the current registrar, either by clicking a link in an + // email from the registrar or by visiting the registrar's website. + // + // A few minutes after transfer approval, the resource transitions to state + // `ACTIVE`, indicating that the transfer was successful. If the transfer is + // rejected or the request expires without being approved, the resource can + // end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete + // the resource and retry the transfer. + rpc TransferDomain(TransferDomainRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1alpha2/{parent=projects/*/locations/*}/registrations:transfer" + body: "*" + }; + option (google.api.method_signature) = "parent,registration,yearly_price,authorization_code"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + // Lists the `Registration` resources in a project. rpc ListRegistrations(ListRegistrationsRequest) returns (ListRegistrationsResponse) { option (google.api.http) = { @@ -156,20 +202,15 @@ service Domains { }; } - // Exports a `Registration` that you no longer want to use with - // Cloud Domains. You can continue to use the domain in - // [Google Domains](https://domains.google/) until it expires. - // - // If the export is successful: + // Exports a `Registration` resource, such that it is no longer managed by + // Cloud Domains. // - // * The resource's `state` becomes `EXPORTED`, meaning that it is no longer - // managed by Cloud Domains - // * Because individual users can own domains in Google Domains, the calling - // user becomes the domain's sole owner. Permissions for the domain are - // subsequently managed in Google Domains. - // * Without further action, the domain does not renew automatically. - // The new owner can set up billing in Google Domains to renew the domain - // if needed. + // When an active domain is successfully exported, you can continue to use the + // domain in [Google Domains](https://domains.google/) until it expires. The + // calling user becomes the domain's sole owner in Google Domains, and + // permissions for the domain are subsequently managed there. The domain does + // not renew automatically unless the new owner sets up billing in Google + // Domains. rpc ExportRegistration(ExportRegistrationRequest) returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1alpha2/{name=projects/*/locations/*/registrations/*}:export" @@ -184,10 +225,23 @@ service Domains { // Deletes a `Registration` resource. // - // This method only works on resources in one of the following states: + // This method works on any `Registration` resource using [Subscription or + // Commitment billing](/domains/pricing#billing-models), provided that the + // resource was created at least 1 day in the past. + // + // For `Registration` resources using + // [Monthly billing](/domains/pricing#billing-models), this method works if: // // * `state` is `EXPORTED` with `expire_time` in the past // * `state` is `REGISTRATION_FAILED` + // * `state` is `TRANSFER_FAILED` + // + // When an active registration is successfully deleted, you can continue to + // use the domain in [Google Domains](https://domains.google/) until it + // expires. The calling user becomes the domain's sole owner in Google + // Domains, and permissions for the domain are subsequently managed there. The + // domain does not renew automatically unless the new owner sets up billing in + // Google Domains. rpc DeleteRegistration(DeleteRegistrationRequest) returns (google.longrunning.Operation) { option (google.api.http) = { delete: "/v1alpha2/{name=projects/*/locations/*/registrations/*}" @@ -227,6 +281,7 @@ service Domains { // The `Registration` resource facilitates managing and configuring domain name // registrations. // +// There are several ways to create a new `Registration` resource: // // To create a new `Registration` resource, find a suitable domain name by // calling the `SearchDomains` method with a query to see available domain name @@ -234,6 +289,11 @@ service Domains { // ensure availability and obtain information like pricing, which is needed to // build a call to `RegisterDomain`. // +// Another way to create a new `Registration` is to transfer an existing +// domain from another registrar. First, go to the current registrar to unlock +// the domain for transfer and retrieve the domain's transfer authorization +// code. Then call `RetrieveTransferParameters` to confirm that the domain is +// unlocked and to get values needed to build a call to `TransferDomain`. message Registration { option (google.api.resource) = { type: "domains.googleapis.com/Registration" @@ -252,6 +312,14 @@ message Registration { // to allow registration to be retried. REGISTRATION_FAILED = 2; + // The domain is being transferred from another registrar to Cloud Domains. + TRANSFER_PENDING = 3; + + // The attempt to transfer the domain from another registrar to + // Cloud Domains failed. You can delete resources in this state and retry + // the transfer. + TRANSFER_FAILED = 4; + // The domain is registered and operational. The domain renews automatically // as long as it remains in this state. ACTIVE = 6; @@ -260,11 +328,11 @@ message Registration { // `issues` field. SUSPENDED = 7; - // The domain has been exported from Cloud Domains to + // The domain is no longer managed with Cloud Domains. It may have been + // transferred to another registrar or exported for management in // [Google Domains](https://domains.google/). You can no longer update it - // with this API, and information shown about it may be stale. Without further action, domains in this - // state expire at their `expire_time`. You can delete the resource - // after the `expire_time` has passed. + // with this API, and information shown about it may be stale. Domains in + // this state are not automatically renewed by Cloud Domains. EXPORTED = 8; } @@ -281,7 +349,7 @@ message Registration { // verify the email address, follow the // instructions in the email the `registrant_contact` receives following // registration. If you do not complete email verification within - // 14 days of registration, the domain is suspended. To resend the + // 15 days of registration, the domain is suspended. To resend the // verification email, call ConfigureContactSettings and provide the current // `registrant_contact.email`. UNVERIFIED_EMAIL = 2; @@ -332,7 +400,7 @@ message Registration { // `contact_settings` field that change its `registrant_contact` or `privacy` // fields require email confirmation by the `registrant_contact` // before taking effect. This field is set only if there are pending updates - // to the `contact_settings` that have not yet been confirmed. To confirm the + // to the `contact_settings` that have not been confirmed. To confirm the // changes, the `registrant_contact` must follow the instructions in the // email they receive. ContactSettings pending_contact_settings = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -351,8 +419,8 @@ message ManagementSettings { // The domain is automatically renewed each year . // - // To disable automatic renewals, export the domain by calling - // `ExportRegistration` . + // To disable automatic renewals, delete the resource by calling + // `DeleteRegistration` or export it by calling `ExportRegistration`. AUTOMATIC_RENEWAL = 1; // The domain must be explicitly renewed each year before its @@ -418,6 +486,12 @@ message DnsSettings { // The algorithm is unspecified. ALGORITHM_UNSPECIFIED = 0; + // RSA/MD5. Cannot be used for new deployments. + RSAMD5 = 1; + + // Diffie-Hellman. Cannot be used for new deployments. + DH = 2; + // DSA/SHA1. Not recommended for new deployments. DSA = 3; @@ -453,6 +527,15 @@ message DnsSettings { // Ed448. ED448 = 16; + + // Reserved for Indirect Keys. Cannot be used for new deployments. + INDIRECT = 252; + + // Private algorithm. Cannot be used for new deployments. + PRIVATEDNS = 253; + + // Private algorithm OID. Cannot be used for new deployments. + PRIVATEOID = 254; } // List of hash functions that may have been used to generate a digest of a @@ -569,8 +652,8 @@ message ContactSettings { // *Caution: Anyone with access to this email address, phone number, // and/or postal address can take control of the domain.* // - // *Warning: For new `Registration`s, the registrant will receive an email - // confirmation that they must complete within 14 days to avoid domain + // *Warning: For new `Registration`s, the registrant receives an email + // confirmation that they must complete within 15 days to avoid domain // suspension.* Contact registrant_contact = 2 [(google.api.field_behavior) = REQUIRED]; @@ -640,7 +723,7 @@ message RegisterDomainRequest { repeated DomainNotice domain_notices = 3; // The list of contact notices that the caller acknowledges. The notices - // required here depend on the values specified in + // needed here depend on the values specified in // `registration.contact_settings`. repeated ContactNotice contact_notices = 4; @@ -649,12 +732,70 @@ message RegisterDomainRequest { // RetrieveRegisterParameters or SearchDomains calls. google.type.Money yearly_price = 5 [(google.api.field_behavior) = REQUIRED]; - // When true, only validation will be performed, without actually registering + // When true, only validation is performed, without actually registering // the domain. Follows: // https://cloud.google.com/apis/design/design_patterns#request_validation bool validate_only = 6; } +// Request for the `RetrieveTransferParameters` method. +message RetrieveTransferParametersRequest { + // Required. The domain name. Unicode domain names must be expressed in Punycode format. + string domain_name = 1 [(google.api.field_behavior) = REQUIRED]; + + // Required. The location. Must be in the format `projects/*/locations/*`. + string location = 2 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; +} + +// Response for the `RetrieveTransferParameters` method. +message RetrieveTransferParametersResponse { + // Parameters to use when calling the `TransferDomain` method. + TransferParameters transfer_parameters = 1; +} + +// Request for the `TransferDomain` method. +message TransferDomainRequest { + // Required. The parent resource of the `Registration`. Must be in the + // format `projects/*/locations/*`. + string parent = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; + + // Required. The complete `Registration` resource to be created. + // + // You can leave `registration.dns_settings` unset to import the + // domain's current DNS configuration from its current registrar. Use this + // option only if you are sure that the domain's current DNS service + // does not cease upon transfer, as is often the case for DNS services + // provided for free by the registrar. + Registration registration = 2 [(google.api.field_behavior) = REQUIRED]; + + // The list of contact notices that you acknowledge. The notices + // needed here depend on the values specified in + // `registration.contact_settings`. + repeated ContactNotice contact_notices = 3; + + // Required. Acknowledgement of the price to transfer or renew the domain for one year. + // Call `RetrieveTransferParameters` to obtain the price, which you must + // acknowledge. + google.type.Money yearly_price = 4 [(google.api.field_behavior) = REQUIRED]; + + // The domain's transfer authorization code. You can obtain this from the + // domain's current registrar. + AuthorizationCode authorization_code = 5; + + // Validate the request without actually transferring the domain. + bool validate_only = 6; +} + // Request for the `ListRegistrations` method. message ListRegistrationsRequest { // Required. The project and location from which to list `Registration`s, specified in @@ -720,8 +861,8 @@ message UpdateRegistrationRequest { Registration registration = 1; // Required. The field mask describing which fields to update as a comma-separated list. - // For example, if only the labels are being updated, the `update_mask` would - // be `"labels"`. + // For example, if only the labels are being updated, the `update_mask` is + // `"labels"`. google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; } @@ -741,7 +882,7 @@ message ConfigureManagementSettingsRequest { // Required. The field mask describing which fields to update as a comma-separated list. // For example, if only the transfer lock is being updated, the `update_mask` - // would be `"transfer_lock_state"`. + // is `"transfer_lock_state"`. google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; } @@ -761,13 +902,13 @@ message ConfigureDnsSettingsRequest { // Required. The field mask describing which fields to update as a comma-separated list. // For example, if only the name servers are being updated for an existing - // Custom DNS configuration, the `update_mask` would be + // Custom DNS configuration, the `update_mask` is // `"custom_dns.name_servers"`. // // When changing the DNS provider from one type to another, pass the new // provider's field name as part of the field mask. For example, when changing // from a Google Domains DNS configuration to a Custom DNS configuration, the - // `update_mask` would be `"custom_dns"`. // + // `update_mask` is `"custom_dns"`. // google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; // Validate the request without actually updating the DNS settings. @@ -790,11 +931,11 @@ message ConfigureContactSettingsRequest { // Required. The field mask describing which fields to update as a comma-separated list. // For example, if only the registrant contact is being updated, the - // `update_mask` would be `"registrant_contact"`. + // `update_mask` is `"registrant_contact"`. google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; // The list of contact notices that the caller acknowledges. The notices - // required here depend on the values specified in `contact_settings`. + // needed here depend on the values specified in `contact_settings`. repeated ContactNotice contact_notices = 4; // Validate the request without actually updating the contact settings. @@ -890,6 +1031,29 @@ message RegisterParameters { google.type.Money yearly_price = 5; } +// Parameters required to transfer a domain from another registrar. +message TransferParameters { + // The domain name. Unicode domain names are expressed in Punycode format. + string domain_name = 1; + + // The registrar that currently manages the domain. + string current_registrar = 2; + + // The name servers that currently store the configuration of the domain. + repeated string name_servers = 3; + + // Indicates whether the domain is protected by a transfer lock. For a + // transfer to succeed, this must show `UNLOCKED`. To unlock a domain, + // go to its current registrar. + TransferLockState transfer_lock_state = 4; + + // Contact privacy options that the domain supports. + repeated ContactPrivacy supported_privacy = 5; + + // Price to transfer or renew the domain for one year. + google.type.Money yearly_price = 6; +} + // Defines an authorization code. message AuthorizationCode { // The Authorization Code in ASCII. It can be used to transfer the domain diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java similarity index 74% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java index c84af520..402c3f6a 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java +++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsClient.java @@ -62,13 +62,13 @@ * methods: * *
    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been + *
  2. A "flattened" method. With this type of method, the fields of the request type have been * converted into function parameters. It may be the case that not all fields are available as * parameters, and not every API method will have a flattened method entry point. - *
  3. A "request object" method. This type of method only takes one parameter, a request object, + *
  4. A "request object" method. This type of method only takes one parameter, a request object, * which must be constructed before the call. Not every API method will have a request object * method. - *
  5. A "callable" method. This type of method takes no parameters and returns an immutable API + *
  6. A "callable" method. This type of method takes no parameters and returns an immutable API * callable object, which can be used to initiate calls to the service. *
* @@ -587,6 +587,390 @@ public final UnaryCallable registerDomainCalla return stub.registerDomainCallable(); } + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName location = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   String domainName = "domainName-1244085905";
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(location, domainName);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param domainName Required. The domain name. Unicode domain names must be expressed in Punycode + * format. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + LocationName location, String domainName) { + RetrieveTransferParametersRequest request = + RetrieveTransferParametersRequest.newBuilder() + .setLocation(location == null ? null : location.toString()) + .setDomainName(domainName) + .build(); + return retrieveTransferParameters(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String location = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   String domainName = "domainName-1244085905";
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(location, domainName);
+   * }
+   * }
+ * + * @param location Required. The location. Must be in the format `projects/*/locations/*`. + * @param domainName Required. The domain name. Unicode domain names must be expressed in Punycode + * format. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + String location, String domainName) { + RetrieveTransferParametersRequest request = + RetrieveTransferParametersRequest.newBuilder() + .setLocation(location) + .setDomainName(domainName) + .build(); + return retrieveTransferParameters(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveTransferParametersRequest request =
+   *       RetrieveTransferParametersRequest.newBuilder()
+   *           .setDomainName("domainName-1244085905")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   RetrieveTransferParametersResponse response =
+   *       domainsClient.retrieveTransferParameters(request);
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final RetrieveTransferParametersResponse retrieveTransferParameters( + RetrieveTransferParametersRequest request) { + return retrieveTransferParametersCallable().call(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Gets parameters needed to transfer a domain name from another registrar to Cloud Domains. For + * domains managed by Google Domains, transferring to Cloud Domains is not supported. + * + *

Use the returned values to call `TransferDomain`. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   RetrieveTransferParametersRequest request =
+   *       RetrieveTransferParametersRequest.newBuilder()
+   *           .setDomainName("domainName-1244085905")
+   *           .setLocation(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .build();
+   *   ApiFuture future =
+   *       domainsClient.retrieveTransferParametersCallable().futureCall(request);
+   *   // Do something.
+   *   RetrieveTransferParametersResponse response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable + retrieveTransferParametersCallable() { + return stub.retrieveTransferParametersCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+   *   Registration registration = Registration.newBuilder().build();
+   *   Money yearlyPrice = Money.newBuilder().build();
+   *   AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .transferDomainAsync(parent, registration, yearlyPrice, authorizationCode)
+   *           .get();
+   * }
+   * }
+ * + * @param parent Required. The parent resource of the `Registration`. Must be in the format + * `projects/*/locations/*`. + * @param registration Required. The complete `Registration` resource to be created. + *

You can leave `registration.dns_settings` unset to import the domain's current DNS + * configuration from its current registrar. Use this option only if you are sure that the + * domain's current DNS service does not cease upon transfer, as is often the case for DNS + * services provided for free by the registrar. + * @param yearlyPrice Required. Acknowledgement of the price to transfer or renew the domain for + * one year. Call `RetrieveTransferParameters` to obtain the price, which you must + * acknowledge. + * @param authorizationCode The domain's transfer authorization code. You can obtain this from the + * domain's current registrar. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + LocationName parent, + Registration registration, + Money yearlyPrice, + AuthorizationCode authorizationCode) { + TransferDomainRequest request = + TransferDomainRequest.newBuilder() + .setParent(parent == null ? null : parent.toString()) + .setRegistration(registration) + .setYearlyPrice(yearlyPrice) + .setAuthorizationCode(authorizationCode) + .build(); + return transferDomainAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+   *   Registration registration = Registration.newBuilder().build();
+   *   Money yearlyPrice = Money.newBuilder().build();
+   *   AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build();
+   *   Registration response =
+   *       domainsClient
+   *           .transferDomainAsync(parent, registration, yearlyPrice, authorizationCode)
+   *           .get();
+   * }
+   * }
+ * + * @param parent Required. The parent resource of the `Registration`. Must be in the format + * `projects/*/locations/*`. + * @param registration Required. The complete `Registration` resource to be created. + *

You can leave `registration.dns_settings` unset to import the domain's current DNS + * configuration from its current registrar. Use this option only if you are sure that the + * domain's current DNS service does not cease upon transfer, as is often the case for DNS + * services provided for free by the registrar. + * @param yearlyPrice Required. Acknowledgement of the price to transfer or renew the domain for + * one year. Call `RetrieveTransferParameters` to obtain the price, which you must + * acknowledge. + * @param authorizationCode The domain's transfer authorization code. You can obtain this from the + * domain's current registrar. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + String parent, + Registration registration, + Money yearlyPrice, + AuthorizationCode authorizationCode) { + TransferDomainRequest request = + TransferDomainRequest.newBuilder() + .setParent(parent) + .setRegistration(registration) + .setYearlyPrice(yearlyPrice) + .setAuthorizationCode(authorizationCode) + .build(); + return transferDomainAsync(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   Registration response = domainsClient.transferDomainAsync(request).get();
+   * }
+   * }
+ * + * @param request The request object containing all of the parameters for the API call. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final OperationFuture transferDomainAsync( + TransferDomainRequest request) { + return transferDomainOperationCallable().futureCall(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   OperationFuture future =
+   *       domainsClient.transferDomainOperationCallable().futureCall(request);
+   *   // Do something.
+   *   Registration response = future.get();
+   * }
+   * }
+ */ + public final OperationCallable + transferDomainOperationCallable() { + return stub.transferDomainOperationCallable(); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Transfers a domain name from another registrar to Cloud Domains. For domains managed by Google + * Domains, transferring to Cloud Domains is not supported. + * + *

Before calling this method, go to the domain's current registrar to unlock the domain for + * transfer and retrieve the domain's transfer authorization code. Then call + * `RetrieveTransferParameters` to confirm that the domain is unlocked and to get values needed to + * build a call to this method. + * + *

A successful call creates a `Registration` resource in state `TRANSFER_PENDING`. It can take + * several days to complete the transfer process. The registrant can often speed up this process + * by approving the transfer through the current registrar, either by clicking a link in an email + * from the registrar or by visiting the registrar's website. + * + *

A few minutes after transfer approval, the resource transitions to state `ACTIVE`, + * indicating that the transfer was successful. If the transfer is rejected or the request expires + * without being approved, the resource can end up in state `TRANSFER_FAILED`. If transfer fails, + * you can safely delete the resource and retry the transfer. + * + *

Sample code: + * + *

{@code
+   * try (DomainsClient domainsClient = DomainsClient.create()) {
+   *   TransferDomainRequest request =
+   *       TransferDomainRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setRegistration(Registration.newBuilder().build())
+   *           .addAllContactNotices(new ArrayList())
+   *           .setYearlyPrice(Money.newBuilder().build())
+   *           .setAuthorizationCode(AuthorizationCode.newBuilder().build())
+   *           .setValidateOnly(true)
+   *           .build();
+   *   ApiFuture future = domainsClient.transferDomainCallable().futureCall(request);
+   *   // Do something.
+   *   Operation response = future.get();
+   * }
+   * }
+ */ + public final UnaryCallable transferDomainCallable() { + return stub.transferDomainCallable(); + } + // AUTO-GENERATED DOCUMENTATION AND METHOD. /** * Lists the `Registration` resources in a project. @@ -828,9 +1212,9 @@ public final UnaryCallable getRegistration * use the appropriate custom update method: * *
    - *
  • To update management settings, see `ConfigureManagementSettings` - *
  • To update DNS configuration, see `ConfigureDnsSettings` - *
  • To update contact information, see `ConfigureContactSettings` + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` *
* *

Sample code: @@ -846,7 +1230,7 @@ public final UnaryCallable getRegistration * @param registration Fields of the `Registration` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the labels are being updated, the `update_mask` - * would be `"labels"`. + * is `"labels"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture updateRegistrationAsync( @@ -865,9 +1249,9 @@ public final OperationFuture updateRegistration * use the appropriate custom update method: * *

    - *
  • To update management settings, see `ConfigureManagementSettings` - *
  • To update DNS configuration, see `ConfigureDnsSettings` - *
  • To update contact information, see `ConfigureContactSettings` + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` *
* *

Sample code: @@ -897,9 +1281,9 @@ public final OperationFuture updateRegistration * use the appropriate custom update method: * *

    - *
  • To update management settings, see `ConfigureManagementSettings` - *
  • To update DNS configuration, see `ConfigureDnsSettings` - *
  • To update contact information, see `ConfigureContactSettings` + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` *
* *

Sample code: @@ -929,9 +1313,9 @@ public final OperationFuture updateRegistration * use the appropriate custom update method: * *

    - *
  • To update management settings, see `ConfigureManagementSettings` - *
  • To update DNS configuration, see `ConfigureDnsSettings` - *
  • To update contact information, see `ConfigureContactSettings` + *
  • To update management settings, see `ConfigureManagementSettings` + *
  • To update DNS configuration, see `ConfigureDnsSettings` + *
  • To update contact information, see `ConfigureContactSettings` *
* *

Sample code: @@ -977,7 +1361,7 @@ public final UnaryCallable updateRegistrat * @param managementSettings Fields of the `ManagementSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the transfer lock is being updated, the - * `update_mask` would be `"transfer_lock_state"`. + * `update_mask` is `"transfer_lock_state"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureManagementSettingsAsync( @@ -1015,7 +1399,7 @@ public final OperationFuture configureManagemen * @param managementSettings Fields of the `ManagementSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the transfer lock is being updated, the - * `update_mask` would be `"transfer_lock_state"`. + * `update_mask` is `"transfer_lock_state"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureManagementSettingsAsync( @@ -1133,10 +1517,10 @@ public final OperationFuture configureManagemen * @param dnsSettings Fields of the `DnsSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the name servers are being updated for an - * existing Custom DNS configuration, the `update_mask` would be `"custom_dns.name_servers"`. + * existing Custom DNS configuration, the `update_mask` is `"custom_dns.name_servers"`. *

When changing the DNS provider from one type to another, pass the new provider's field * name as part of the field mask. For example, when changing from a Google Domains DNS - * configuration to a Custom DNS configuration, the `update_mask` would be `"custom_dns"`. // + * configuration to a Custom DNS configuration, the `update_mask` is `"custom_dns"`. // * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureDnsSettingsAsync( @@ -1172,10 +1556,10 @@ public final OperationFuture configureDnsSettin * @param dnsSettings Fields of the `DnsSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the name servers are being updated for an - * existing Custom DNS configuration, the `update_mask` would be `"custom_dns.name_servers"`. + * existing Custom DNS configuration, the `update_mask` is `"custom_dns.name_servers"`. *

When changing the DNS provider from one type to another, pass the new provider's field * name as part of the field mask. For example, when changing from a Google Domains DNS - * configuration to a Custom DNS configuration, the `update_mask` would be `"custom_dns"`. // + * configuration to a Custom DNS configuration, the `update_mask` is `"custom_dns"`. // * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureDnsSettingsAsync( @@ -1298,7 +1682,7 @@ public final OperationFuture configureDnsSettin * @param contactSettings Fields of the `ContactSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the registrant contact is being updated, the - * `update_mask` would be `"registrant_contact"`. + * `update_mask` is `"registrant_contact"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureContactSettingsAsync( @@ -1337,7 +1721,7 @@ public final OperationFuture configureContactSe * @param contactSettings Fields of the `ContactSettings` to update. * @param updateMask Required. The field mask describing which fields to update as a * comma-separated list. For example, if only the registrant contact is being updated, the - * `update_mask` would be `"registrant_contact"`. + * `update_mask` is `"registrant_contact"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final OperationFuture configureContactSettingsAsync( @@ -1443,20 +1827,13 @@ public final OperationFuture configureContactSe // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. - * - *

If the export is successful: + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1482,20 +1859,13 @@ public final OperationFuture exportRegistration // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

If the export is successful: - * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1519,20 +1889,13 @@ public final OperationFuture exportRegistration // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

If the export is successful: - * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1556,20 +1919,13 @@ public final OperationFuture exportRegistration // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. - * - *

If the export is successful: + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1593,20 +1949,13 @@ public final OperationFuture exportRegistration // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * Exports a `Registration` that you no longer want to use with Cloud Domains. You can continue to - * use the domain in [Google Domains](https://domains.google/) until it expires. + * Exports a `Registration` resource, such that it is no longer managed by Cloud Domains. * - *

If the export is successful: - * - *

    - *
  • The resource's `state` becomes `EXPORTED`, meaning that it is no longer managed by Cloud - * Domains - *
  • Because individual users can own domains in Google Domains, the calling user becomes the - * domain's sole owner. Permissions for the domain are subsequently managed in Google - * Domains. - *
  • Without further action, the domain does not renew automatically. The new owner can set up - * billing in Google Domains to renew the domain if needed. - *
+ *

When an active domain is successfully exported, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. * *

Sample code: * @@ -1630,13 +1979,25 @@ public final UnaryCallable exportRegistrat /** * Deletes a `Registration` resource. * - *

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -1663,13 +2024,25 @@ public final OperationFuture deleteRegistrationAsync(
   /**
    * Deletes a `Registration` resource.
    *
-   * 

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -1693,13 +2066,25 @@ public final OperationFuture deleteRegistrationAsync(S
   /**
    * Deletes a `Registration` resource.
    *
-   * 

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -1724,13 +2109,25 @@ public final OperationFuture deleteRegistrationAsync(
   /**
    * Deletes a `Registration` resource.
    *
-   * 

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -1755,13 +2152,25 @@ public final OperationFuture deleteRegistrationAsync(
   /**
    * Deletes a `Registration` resource.
    *
-   * 

This method only works on resources in one of the following states: + *

This method works on any `Registration` resource using [Subscription or Commitment + * billing](/domains/pricing#billing-models), provided that the resource was created at least 1 + * day in the past. + * + *

For `Registration` resources using [Monthly billing](/domains/pricing#billing-models), this + * method works if: * *

    - *
  • `state` is `EXPORTED` with `expire_time` in the past - *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `EXPORTED` with `expire_time` in the past + *
  • `state` is `REGISTRATION_FAILED` + *
  • `state` is `TRANSFER_FAILED` *
* + *

When an active registration is successfully deleted, you can continue to use the domain in + * [Google Domains](https://domains.google/) until it expires. The calling user becomes the + * domain's sole owner in Google Domains, and permissions for the domain are subsequently managed + * there. The domain does not renew automatically unless the new owner sets up billing in Google + * Domains. + * *

Sample code: * *

{@code
@@ -2039,10 +2448,7 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted
 
   public static class ListRegistrationsPagedResponse
       extends AbstractPagedListResponse<
-          ListRegistrationsRequest,
-          ListRegistrationsResponse,
-          Registration,
-          ListRegistrationsPage,
+          ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage,
           ListRegistrationsFixedSizeCollection> {
 
     public static ApiFuture createAsync(
@@ -2063,9 +2469,7 @@ private ListRegistrationsPagedResponse(ListRegistrationsPage page) {
 
   public static class ListRegistrationsPage
       extends AbstractPage<
-          ListRegistrationsRequest,
-          ListRegistrationsResponse,
-          Registration,
+          ListRegistrationsRequest, ListRegistrationsResponse, Registration,
           ListRegistrationsPage> {
 
     private ListRegistrationsPage(
@@ -2095,10 +2499,7 @@ public ApiFuture createPageAsync(
 
   public static class ListRegistrationsFixedSizeCollection
       extends AbstractFixedSizeCollection<
-          ListRegistrationsRequest,
-          ListRegistrationsResponse,
-          Registration,
-          ListRegistrationsPage,
+          ListRegistrationsRequest, ListRegistrationsResponse, Registration, ListRegistrationsPage,
           ListRegistrationsFixedSizeCollection> {
 
     private ListRegistrationsFixedSizeCollection(
diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java
similarity index 89%
rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java
rename to owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java
index 0461621f..703300c1 100644
--- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java
+++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/DomainsSettings.java
@@ -28,6 +28,7 @@
 import com.google.api.gax.rpc.ClientSettings;
 import com.google.api.gax.rpc.OperationCallSettings;
 import com.google.api.gax.rpc.PagedCallSettings;
+import com.google.api.gax.rpc.StubSettings;
 import com.google.api.gax.rpc.TransportChannelProvider;
 import com.google.api.gax.rpc.UnaryCallSettings;
 import com.google.cloud.domains.v1beta1.stub.DomainsStubSettings;
@@ -44,9 +45,9 @@
  * 

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (domains.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (domains.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When @@ -94,6 +95,23 @@ public UnaryCallSettings registerDomainSetting return ((DomainsStubSettings) getStubSettings()).registerDomainOperationSettings(); } + /** Returns the object with the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings + retrieveTransferParametersSettings() { + return ((DomainsStubSettings) getStubSettings()).retrieveTransferParametersSettings(); + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public UnaryCallSettings transferDomainSettings() { + return ((DomainsStubSettings) getStubSettings()).transferDomainSettings(); + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public OperationCallSettings + transferDomainOperationSettings() { + return ((DomainsStubSettings) getStubSettings()).transferDomainOperationSettings(); + } + /** Returns the object with the settings used for calls to listRegistrations. */ public PagedCallSettings< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> @@ -306,6 +324,24 @@ public UnaryCallSettings.Builder registerDomai return getStubSettingsBuilder().registerDomainOperationSettings(); } + /** Returns the builder for the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings() { + return getStubSettingsBuilder().retrieveTransferParametersSettings(); + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public UnaryCallSettings.Builder transferDomainSettings() { + return getStubSettingsBuilder().transferDomainSettings(); + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public OperationCallSettings.Builder + transferDomainOperationSettings() { + return getStubSettingsBuilder().transferDomainOperationSettings(); + } + /** Returns the builder for the settings used for calls to listRegistrations. */ public PagedCallSettings.Builder< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/gapic_metadata.json b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/gapic_metadata.json similarity index 88% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/gapic_metadata.json rename to owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/gapic_metadata.json index d9e2c30f..75266a8d 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/gapic_metadata.json +++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/gapic_metadata.json @@ -43,9 +43,15 @@ "RetrieveRegisterParameters": { "methods": ["retrieveRegisterParameters", "retrieveRegisterParameters", "retrieveRegisterParameters", "retrieveRegisterParametersCallable"] }, + "RetrieveTransferParameters": { + "methods": ["retrieveTransferParameters", "retrieveTransferParameters", "retrieveTransferParameters", "retrieveTransferParametersCallable"] + }, "SearchDomains": { "methods": ["searchDomains", "searchDomains", "searchDomains", "searchDomainsCallable"] }, + "TransferDomain": { + "methods": ["transferDomainAsync", "transferDomainAsync", "transferDomainAsync", "transferDomainOperationCallable", "transferDomainCallable"] + }, "UpdateRegistration": { "methods": ["updateRegistrationAsync", "updateRegistrationAsync", "updateRegistrationOperationCallable", "updateRegistrationCallable"] } diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java similarity index 91% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java index 53b25ee4..830fda6e 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java +++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/package-info.java @@ -15,7 +15,9 @@ */ /** - * The interfaces provided are listed below, along with usage samples. + * A client to Cloud Domains API + * + *

The interfaces provided are listed below, along with usage samples. * *

======================= DomainsClient ======================= * diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java similarity index 89% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java index 500fb24a..656436fb 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java +++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStub.java @@ -38,8 +38,11 @@ import com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest; import com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest; import com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse; import com.google.cloud.domains.v1beta1.SearchDomainsRequest; import com.google.cloud.domains.v1beta1.SearchDomainsResponse; +import com.google.cloud.domains.v1beta1.TransferDomainRequest; import com.google.cloud.domains.v1beta1.UpdateRegistrationRequest; import com.google.longrunning.Operation; import com.google.longrunning.stub.OperationsStub; @@ -79,6 +82,21 @@ public UnaryCallable registerDomainCallable() throw new UnsupportedOperationException("Not implemented: registerDomainCallable()"); } + public UnaryCallable + retrieveTransferParametersCallable() { + throw new UnsupportedOperationException( + "Not implemented: retrieveTransferParametersCallable()"); + } + + public OperationCallable + transferDomainOperationCallable() { + throw new UnsupportedOperationException("Not implemented: transferDomainOperationCallable()"); + } + + public UnaryCallable transferDomainCallable() { + throw new UnsupportedOperationException("Not implemented: transferDomainCallable()"); + } + public UnaryCallable listRegistrationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listRegistrationsPagedCallable()"); diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java similarity index 89% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java index 25df33c0..d3257414 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java +++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/DomainsStubSettings.java @@ -60,8 +60,11 @@ import com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest; import com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest; import com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse; import com.google.cloud.domains.v1beta1.SearchDomainsRequest; import com.google.cloud.domains.v1beta1.SearchDomainsResponse; +import com.google.cloud.domains.v1beta1.TransferDomainRequest; import com.google.cloud.domains.v1beta1.UpdateRegistrationRequest; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; @@ -81,9 +84,9 @@ *

The default instance has everything set to sensible defaults: * *

    - *
  • The default service address (domains.googleapis.com) and default port (443) are used. - *
  • Credentials are acquired automatically through Application Default Credentials. - *
  • Retries are configured for idempotent methods but not for non-idempotent methods. + *
  • The default service address (domains.googleapis.com) and default port (443) are used. + *
  • Credentials are acquired automatically through Application Default Credentials. + *
  • Retries are configured for idempotent methods but not for non-idempotent methods. *
* *

The builder of this class is recursive, so contained classes are themselves builders. When @@ -120,6 +123,12 @@ public class DomainsStubSettings extends StubSettings { private final UnaryCallSettings registerDomainSettings; private final OperationCallSettings registerDomainOperationSettings; + private final UnaryCallSettings< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings; + private final UnaryCallSettings transferDomainSettings; + private final OperationCallSettings + transferDomainOperationSettings; private final PagedCallSettings< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> listRegistrationsSettings; @@ -196,8 +205,7 @@ public Iterable extractResources(ListRegistrationsResponse payload ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> LIST_REGISTRATIONS_PAGE_STR_FACT = new PagedListResponseFactory< - ListRegistrationsRequest, - ListRegistrationsResponse, + ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse>() { @Override public ApiFuture getFuturePagedResponse( @@ -235,6 +243,23 @@ public UnaryCallSettings registerDomainSetting return registerDomainOperationSettings; } + /** Returns the object with the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings + retrieveTransferParametersSettings() { + return retrieveTransferParametersSettings; + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public UnaryCallSettings transferDomainSettings() { + return transferDomainSettings; + } + + /** Returns the object with the settings used for calls to transferDomain. */ + public OperationCallSettings + transferDomainOperationSettings() { + return transferDomainOperationSettings; + } + /** Returns the object with the settings used for calls to listRegistrations. */ public PagedCallSettings< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> @@ -361,7 +386,9 @@ public static List getDefaultServiceScopes() { /** Returns a builder for the default credentials for this service. */ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder() { - return GoogleCredentialsProvider.newBuilder().setScopesToApply(DEFAULT_SERVICE_SCOPES); + return GoogleCredentialsProvider.newBuilder() + .setScopesToApply(DEFAULT_SERVICE_SCOPES) + .setUseJwtAccessWithScope(true); } /** Returns a builder for the default ChannelProvider for this service. */ @@ -405,6 +432,10 @@ protected DomainsStubSettings(Builder settingsBuilder) throws IOException { settingsBuilder.retrieveRegisterParametersSettings().build(); registerDomainSettings = settingsBuilder.registerDomainSettings().build(); registerDomainOperationSettings = settingsBuilder.registerDomainOperationSettings().build(); + retrieveTransferParametersSettings = + settingsBuilder.retrieveTransferParametersSettings().build(); + transferDomainSettings = settingsBuilder.transferDomainSettings().build(); + transferDomainOperationSettings = settingsBuilder.transferDomainOperationSettings().build(); listRegistrationsSettings = settingsBuilder.listRegistrationsSettings().build(); getRegistrationSettings = settingsBuilder.getRegistrationSettings().build(); updateRegistrationSettings = settingsBuilder.updateRegistrationSettings().build(); @@ -443,6 +474,14 @@ public static class Builder extends StubSettings.Builder registerDomainOperationSettings; + private final UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings; + private final UnaryCallSettings.Builder + transferDomainSettings; + private final OperationCallSettings.Builder< + TransferDomainRequest, Registration, OperationMetadata> + transferDomainOperationSettings; private final PagedCallSettings.Builder< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> listRegistrationsSettings; @@ -512,6 +551,9 @@ protected Builder(ClientContext clientContext) { retrieveRegisterParametersSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); registerDomainSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); registerDomainOperationSettings = OperationCallSettings.newBuilder(); + retrieveTransferParametersSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + transferDomainSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); + transferDomainOperationSettings = OperationCallSettings.newBuilder(); listRegistrationsSettings = PagedCallSettings.newBuilder(LIST_REGISTRATIONS_PAGE_STR_FACT); getRegistrationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); updateRegistrationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder(); @@ -534,6 +576,8 @@ protected Builder(ClientContext clientContext) { searchDomainsSettings, retrieveRegisterParametersSettings, registerDomainSettings, + retrieveTransferParametersSettings, + transferDomainSettings, listRegistrationsSettings, getRegistrationSettings, updateRegistrationSettings, @@ -554,6 +598,9 @@ protected Builder(DomainsStubSettings settings) { retrieveRegisterParametersSettings = settings.retrieveRegisterParametersSettings.toBuilder(); registerDomainSettings = settings.registerDomainSettings.toBuilder(); registerDomainOperationSettings = settings.registerDomainOperationSettings.toBuilder(); + retrieveTransferParametersSettings = settings.retrieveTransferParametersSettings.toBuilder(); + transferDomainSettings = settings.transferDomainSettings.toBuilder(); + transferDomainOperationSettings = settings.transferDomainOperationSettings.toBuilder(); listRegistrationsSettings = settings.listRegistrationsSettings.toBuilder(); getRegistrationSettings = settings.getRegistrationSettings.toBuilder(); updateRegistrationSettings = settings.updateRegistrationSettings.toBuilder(); @@ -583,6 +630,8 @@ protected Builder(DomainsStubSettings settings) { searchDomainsSettings, retrieveRegisterParametersSettings, registerDomainSettings, + retrieveTransferParametersSettings, + transferDomainSettings, listRegistrationsSettings, getRegistrationSettings, updateRegistrationSettings, @@ -624,6 +673,16 @@ private static Builder initDefaults(Builder builder) { .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + builder + .retrieveTransferParametersSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + + builder + .transferDomainSettings() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")); + builder .listRegistrationsSettings() .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) @@ -698,6 +757,30 @@ private static Builder initDefaults(Builder builder) { .setTotalTimeout(Duration.ofMillis(300000L)) .build())); + builder + .transferDomainOperationSettings() + .setInitialCallSettings( + UnaryCallSettings + .newUnaryCallSettingsBuilder() + .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("no_retry_codes")) + .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("no_retry_params")) + .build()) + .setResponseTransformer( + ProtoOperationTransformers.ResponseTransformer.create(Registration.class)) + .setMetadataTransformer( + ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class)) + .setPollingAlgorithm( + OperationTimedPollAlgorithm.create( + RetrySettings.newBuilder() + .setInitialRetryDelay(Duration.ofMillis(5000L)) + .setRetryDelayMultiplier(1.5) + .setMaxRetryDelay(Duration.ofMillis(45000L)) + .setInitialRpcTimeout(Duration.ZERO) + .setRpcTimeoutMultiplier(1.0) + .setMaxRpcTimeout(Duration.ZERO) + .setTotalTimeout(Duration.ofMillis(300000L)) + .build())); + builder .updateRegistrationOperationSettings() .setInitialCallSettings( @@ -887,6 +970,26 @@ public UnaryCallSettings.Builder registerDomai return registerDomainOperationSettings; } + /** Returns the builder for the settings used for calls to retrieveTransferParameters. */ + public UnaryCallSettings.Builder< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersSettings() { + return retrieveTransferParametersSettings; + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + public UnaryCallSettings.Builder transferDomainSettings() { + return transferDomainSettings; + } + + /** Returns the builder for the settings used for calls to transferDomain. */ + @BetaApi( + "The surface for use by generated code is not stable yet and may change in the future.") + public OperationCallSettings.Builder + transferDomainOperationSettings() { + return transferDomainOperationSettings; + } + /** Returns the builder for the settings used for calls to listRegistrations. */ public PagedCallSettings.Builder< ListRegistrationsRequest, ListRegistrationsResponse, ListRegistrationsPagedResponse> diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsCallableFactory.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsCallableFactory.java similarity index 100% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsCallableFactory.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsCallableFactory.java diff --git a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java similarity index 88% rename from google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java index b49013c0..1f93a314 100644 --- a/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java +++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/GrpcDomainsStub.java @@ -42,8 +42,11 @@ import com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest; import com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest; import com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse; +import com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest; +import com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse; import com.google.cloud.domains.v1beta1.SearchDomainsRequest; import com.google.cloud.domains.v1beta1.SearchDomainsResponse; +import com.google.cloud.domains.v1beta1.TransferDomainRequest; import com.google.cloud.domains.v1beta1.UpdateRegistrationRequest; import com.google.common.collect.ImmutableMap; import com.google.longrunning.Operation; @@ -52,6 +55,7 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; +import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; @@ -98,6 +102,29 @@ public class GrpcDomainsStub extends DomainsStub { .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) .build(); + private static final MethodDescriptor< + RetrieveTransferParametersRequest, RetrieveTransferParametersResponse> + retrieveTransferParametersMethodDescriptor = + MethodDescriptor + .newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1beta1.Domains/RetrieveTransferParameters") + .setRequestMarshaller( + ProtoUtils.marshaller(RetrieveTransferParametersRequest.getDefaultInstance())) + .setResponseMarshaller( + ProtoUtils.marshaller(RetrieveTransferParametersResponse.getDefaultInstance())) + .build(); + + private static final MethodDescriptor + transferDomainMethodDescriptor = + MethodDescriptor.newBuilder() + .setType(MethodDescriptor.MethodType.UNARY) + .setFullMethodName("google.cloud.domains.v1beta1.Domains/TransferDomain") + .setRequestMarshaller( + ProtoUtils.marshaller(TransferDomainRequest.getDefaultInstance())) + .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance())) + .build(); + private static final MethodDescriptor listRegistrationsMethodDescriptor = MethodDescriptor.newBuilder() @@ -205,6 +232,11 @@ public class GrpcDomainsStub extends DomainsStub { private final UnaryCallable registerDomainCallable; private final OperationCallable registerDomainOperationCallable; + private final UnaryCallable + retrieveTransferParametersCallable; + private final UnaryCallable transferDomainCallable; + private final OperationCallable + transferDomainOperationCallable; private final UnaryCallable listRegistrationsCallable; private final UnaryCallable @@ -307,6 +339,28 @@ protected GrpcDomainsStub( return params.build(); }) .build(); + GrpcCallSettings + retrieveTransferParametersTransportSettings = + GrpcCallSettings + .newBuilder() + .setMethodDescriptor(retrieveTransferParametersMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("location", String.valueOf(request.getLocation())); + return params.build(); + }) + .build(); + GrpcCallSettings transferDomainTransportSettings = + GrpcCallSettings.newBuilder() + .setMethodDescriptor(transferDomainMethodDescriptor) + .setParamsExtractor( + request -> { + ImmutableMap.Builder params = ImmutableMap.builder(); + params.put("parent", String.valueOf(request.getParent())); + return params.build(); + }) + .build(); GrpcCallSettings listRegistrationsTransportSettings = GrpcCallSettings.newBuilder() @@ -431,6 +485,20 @@ protected GrpcDomainsStub( settings.registerDomainOperationSettings(), clientContext, operationsStub); + this.retrieveTransferParametersCallable = + callableFactory.createUnaryCallable( + retrieveTransferParametersTransportSettings, + settings.retrieveTransferParametersSettings(), + clientContext); + this.transferDomainCallable = + callableFactory.createUnaryCallable( + transferDomainTransportSettings, settings.transferDomainSettings(), clientContext); + this.transferDomainOperationCallable = + callableFactory.createOperationCallable( + transferDomainTransportSettings, + settings.transferDomainOperationSettings(), + clientContext, + operationsStub); this.listRegistrationsCallable = callableFactory.createUnaryCallable( listRegistrationsTransportSettings, @@ -551,6 +619,23 @@ public UnaryCallable registerDomainCallable() return registerDomainOperationCallable; } + @Override + public UnaryCallable + retrieveTransferParametersCallable() { + return retrieveTransferParametersCallable; + } + + @Override + public UnaryCallable transferDomainCallable() { + return transferDomainCallable; + } + + @Override + public OperationCallable + transferDomainOperationCallable() { + return transferDomainOperationCallable; + } + @Override public UnaryCallable listRegistrationsCallable() { diff --git a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java similarity index 85% rename from google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java index 2d3eef28..cfb1778d 100644 --- a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java +++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/DomainsClientTest.java @@ -382,6 +382,224 @@ public void registerDomainExceptionTest2() throws Exception { } } + @Test + public void retrieveTransferParametersTest() throws Exception { + RetrieveTransferParametersResponse expectedResponse = + RetrieveTransferParametersResponse.newBuilder() + .setTransferParameters(TransferParameters.newBuilder().build()) + .build(); + mockDomains.addResponse(expectedResponse); + + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String domainName = "domainName-1244085905"; + + RetrieveTransferParametersResponse actualResponse = + client.retrieveTransferParameters(location, domainName); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveTransferParametersRequest actualRequest = + ((RetrieveTransferParametersRequest) actualRequests.get(0)); + + Assert.assertEquals(location.toString(), actualRequest.getLocation()); + Assert.assertEquals(domainName, actualRequest.getDomainName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveTransferParametersExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName location = LocationName.of("[PROJECT]", "[LOCATION]"); + String domainName = "domainName-1244085905"; + client.retrieveTransferParameters(location, domainName); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void retrieveTransferParametersTest2() throws Exception { + RetrieveTransferParametersResponse expectedResponse = + RetrieveTransferParametersResponse.newBuilder() + .setTransferParameters(TransferParameters.newBuilder().build()) + .build(); + mockDomains.addResponse(expectedResponse); + + String location = "location1901043637"; + String domainName = "domainName-1244085905"; + + RetrieveTransferParametersResponse actualResponse = + client.retrieveTransferParameters(location, domainName); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + RetrieveTransferParametersRequest actualRequest = + ((RetrieveTransferParametersRequest) actualRequests.get(0)); + + Assert.assertEquals(location, actualRequest.getLocation()); + Assert.assertEquals(domainName, actualRequest.getDomainName()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void retrieveTransferParametersExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String location = "location1901043637"; + String domainName = "domainName-1244085905"; + client.retrieveTransferParameters(location, domainName); + Assert.fail("No exception raised"); + } catch (InvalidArgumentException e) { + // Expected exception. + } + } + + @Test + public void transferDomainTest() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("transferDomainTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + + Registration actualResponse = + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + TransferDomainRequest actualRequest = ((TransferDomainRequest) actualRequests.get(0)); + + Assert.assertEquals(parent.toString(), actualRequest.getParent()); + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(yearlyPrice, actualRequest.getYearlyPrice()); + Assert.assertEquals(authorizationCode, actualRequest.getAuthorizationCode()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void transferDomainExceptionTest() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]"); + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + + @Test + public void transferDomainTest2() throws Exception { + Registration expectedResponse = + Registration.newBuilder() + .setName(RegistrationName.of("[PROJECT]", "[LOCATION]", "[REGISTRATION]").toString()) + .setDomainName("domainName-1244085905") + .setCreateTime(Timestamp.newBuilder().build()) + .setExpireTime(Timestamp.newBuilder().build()) + .addAllIssues(new ArrayList()) + .putAllLabels(new HashMap()) + .setManagementSettings(ManagementSettings.newBuilder().build()) + .setDnsSettings(DnsSettings.newBuilder().build()) + .setContactSettings(ContactSettings.newBuilder().build()) + .setPendingContactSettings(ContactSettings.newBuilder().build()) + .addAllSupportedPrivacy(new ArrayList()) + .build(); + Operation resultOperation = + Operation.newBuilder() + .setName("transferDomainTest") + .setDone(true) + .setResponse(Any.pack(expectedResponse)) + .build(); + mockDomains.addResponse(resultOperation); + + String parent = "parent-995424086"; + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + + Registration actualResponse = + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.assertEquals(expectedResponse, actualResponse); + + List actualRequests = mockDomains.getRequests(); + Assert.assertEquals(1, actualRequests.size()); + TransferDomainRequest actualRequest = ((TransferDomainRequest) actualRequests.get(0)); + + Assert.assertEquals(parent, actualRequest.getParent()); + Assert.assertEquals(registration, actualRequest.getRegistration()); + Assert.assertEquals(yearlyPrice, actualRequest.getYearlyPrice()); + Assert.assertEquals(authorizationCode, actualRequest.getAuthorizationCode()); + Assert.assertTrue( + channelProvider.isHeaderSent( + ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), + GaxGrpcProperties.getDefaultApiClientHeaderPattern())); + } + + @Test + public void transferDomainExceptionTest2() throws Exception { + StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); + mockDomains.addException(exception); + + try { + String parent = "parent-995424086"; + Registration registration = Registration.newBuilder().build(); + Money yearlyPrice = Money.newBuilder().build(); + AuthorizationCode authorizationCode = AuthorizationCode.newBuilder().build(); + client.transferDomainAsync(parent, registration, yearlyPrice, authorizationCode).get(); + Assert.fail("No exception raised"); + } catch (ExecutionException e) { + Assert.assertEquals(InvalidArgumentException.class, e.getCause().getClass()); + InvalidArgumentException apiException = ((InvalidArgumentException) e.getCause()); + Assert.assertEquals(StatusCode.Code.INVALID_ARGUMENT, apiException.getStatusCode().getCode()); + } + } + @Test public void listRegistrationsTest() throws Exception { Registration responsesElement = Registration.newBuilder().build(); diff --git a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomains.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomains.java similarity index 100% rename from google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomains.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomains.java diff --git a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java b/owl-bot-staging/v1beta1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java similarity index 87% rename from google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java rename to owl-bot-staging/v1beta1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java index 65e397b5..2c71fcce 100644 --- a/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java +++ b/owl-bot-staging/v1beta1/google-cloud-domains/src/test/java/com/google/cloud/domains/v1beta1/MockDomainsImpl.java @@ -123,6 +123,49 @@ public void registerDomain( } } + @Override + public void retrieveTransferParameters( + RetrieveTransferParametersRequest request, + StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof RetrieveTransferParametersResponse) { + requests.add(request); + responseObserver.onNext(((RetrieveTransferParametersResponse) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method RetrieveTransferParameters, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + RetrieveTransferParametersResponse.class.getName(), + Exception.class.getName()))); + } + } + + @Override + public void transferDomain( + TransferDomainRequest request, StreamObserver responseObserver) { + Object response = responses.poll(); + if (response instanceof Operation) { + requests.add(request); + responseObserver.onNext(((Operation) response)); + responseObserver.onCompleted(); + } else if (response instanceof Exception) { + responseObserver.onError(((Exception) response)); + } else { + responseObserver.onError( + new IllegalArgumentException( + String.format( + "Unrecognized response type %s for method TransferDomain, expected %s or %s", + response == null ? "null" : response.getClass().getName(), + Operation.class.getName(), + Exception.class.getName()))); + } + } + @Override public void listRegistrations( ListRegistrationsRequest request, diff --git a/owl-bot-staging/v1beta1/grpc-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsGrpc.java b/owl-bot-staging/v1beta1/grpc-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsGrpc.java new file mode 100644 index 00000000..565a385a --- /dev/null +++ b/owl-bot-staging/v1beta1/grpc-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsGrpc.java @@ -0,0 +1,1762 @@ +package com.google.cloud.domains.v1beta1; + +import static io.grpc.MethodDescriptor.generateFullMethodName; + +/** + *

+ * The Cloud Domains API enables management and configuration of domain names.
+ * 
+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/cloud/domains/v1beta1/domains.proto") +public final class DomainsGrpc { + + private DomainsGrpc() {} + + public static final String SERVICE_NAME = "google.cloud.domains.v1beta1.Domains"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor getSearchDomainsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "SearchDomains", + requestType = com.google.cloud.domains.v1beta1.SearchDomainsRequest.class, + responseType = com.google.cloud.domains.v1beta1.SearchDomainsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getSearchDomainsMethod() { + io.grpc.MethodDescriptor getSearchDomainsMethod; + if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getSearchDomainsMethod = DomainsGrpc.getSearchDomainsMethod) == null) { + DomainsGrpc.getSearchDomainsMethod = getSearchDomainsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SearchDomains")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.SearchDomainsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.SearchDomainsResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("SearchDomains")) + .build(); + } + } + } + return getSearchDomainsMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveRegisterParameters", + requestType = com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.class, + responseType = com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod() { + io.grpc.MethodDescriptor getRetrieveRegisterParametersMethod; + if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveRegisterParametersMethod = DomainsGrpc.getRetrieveRegisterParametersMethod) == null) { + DomainsGrpc.getRetrieveRegisterParametersMethod = getRetrieveRegisterParametersMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveRegisterParameters")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveRegisterParameters")) + .build(); + } + } + } + return getRetrieveRegisterParametersMethod; + } + + private static volatile io.grpc.MethodDescriptor getRegisterDomainMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RegisterDomain", + requestType = com.google.cloud.domains.v1beta1.RegisterDomainRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRegisterDomainMethod() { + io.grpc.MethodDescriptor getRegisterDomainMethod; + if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRegisterDomainMethod = DomainsGrpc.getRegisterDomainMethod) == null) { + DomainsGrpc.getRegisterDomainMethod = getRegisterDomainMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RegisterDomain")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.RegisterDomainRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RegisterDomain")) + .build(); + } + } + } + return getRegisterDomainMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveTransferParametersMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveTransferParameters", + requestType = com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.class, + responseType = com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveTransferParametersMethod() { + io.grpc.MethodDescriptor getRetrieveTransferParametersMethod; + if ((getRetrieveTransferParametersMethod = DomainsGrpc.getRetrieveTransferParametersMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveTransferParametersMethod = DomainsGrpc.getRetrieveTransferParametersMethod) == null) { + DomainsGrpc.getRetrieveTransferParametersMethod = getRetrieveTransferParametersMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveTransferParameters")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveTransferParameters")) + .build(); + } + } + } + return getRetrieveTransferParametersMethod; + } + + private static volatile io.grpc.MethodDescriptor getTransferDomainMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "TransferDomain", + requestType = com.google.cloud.domains.v1beta1.TransferDomainRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getTransferDomainMethod() { + io.grpc.MethodDescriptor getTransferDomainMethod; + if ((getTransferDomainMethod = DomainsGrpc.getTransferDomainMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getTransferDomainMethod = DomainsGrpc.getTransferDomainMethod) == null) { + DomainsGrpc.getTransferDomainMethod = getTransferDomainMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "TransferDomain")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.TransferDomainRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("TransferDomain")) + .build(); + } + } + } + return getTransferDomainMethod; + } + + private static volatile io.grpc.MethodDescriptor getListRegistrationsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ListRegistrations", + requestType = com.google.cloud.domains.v1beta1.ListRegistrationsRequest.class, + responseType = com.google.cloud.domains.v1beta1.ListRegistrationsResponse.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getListRegistrationsMethod() { + io.grpc.MethodDescriptor getListRegistrationsMethod; + if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getListRegistrationsMethod = DomainsGrpc.getListRegistrationsMethod) == null) { + DomainsGrpc.getListRegistrationsMethod = getListRegistrationsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListRegistrations")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.ListRegistrationsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.ListRegistrationsResponse.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ListRegistrations")) + .build(); + } + } + } + return getListRegistrationsMethod; + } + + private static volatile io.grpc.MethodDescriptor getGetRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "GetRegistration", + requestType = com.google.cloud.domains.v1beta1.GetRegistrationRequest.class, + responseType = com.google.cloud.domains.v1beta1.Registration.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getGetRegistrationMethod() { + io.grpc.MethodDescriptor getGetRegistrationMethod; + if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getGetRegistrationMethod = DomainsGrpc.getGetRegistrationMethod) == null) { + DomainsGrpc.getGetRegistrationMethod = getGetRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.GetRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.Registration.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("GetRegistration")) + .build(); + } + } + } + return getGetRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getUpdateRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "UpdateRegistration", + requestType = com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getUpdateRegistrationMethod() { + io.grpc.MethodDescriptor getUpdateRegistrationMethod; + if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getUpdateRegistrationMethod = DomainsGrpc.getUpdateRegistrationMethod) == null) { + DomainsGrpc.getUpdateRegistrationMethod = getUpdateRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("UpdateRegistration")) + .build(); + } + } + } + return getUpdateRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureManagementSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureManagementSettings", + requestType = com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureManagementSettingsMethod() { + io.grpc.MethodDescriptor getConfigureManagementSettingsMethod; + if ((getConfigureManagementSettingsMethod = DomainsGrpc.getConfigureManagementSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureManagementSettingsMethod = DomainsGrpc.getConfigureManagementSettingsMethod) == null) { + DomainsGrpc.getConfigureManagementSettingsMethod = getConfigureManagementSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureManagementSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureManagementSettings")) + .build(); + } + } + } + return getConfigureManagementSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureDnsSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureDnsSettings", + requestType = com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureDnsSettingsMethod() { + io.grpc.MethodDescriptor getConfigureDnsSettingsMethod; + if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureDnsSettingsMethod = DomainsGrpc.getConfigureDnsSettingsMethod) == null) { + DomainsGrpc.getConfigureDnsSettingsMethod = getConfigureDnsSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureDnsSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureDnsSettings")) + .build(); + } + } + } + return getConfigureDnsSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getConfigureContactSettingsMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ConfigureContactSettings", + requestType = com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getConfigureContactSettingsMethod() { + io.grpc.MethodDescriptor getConfigureContactSettingsMethod; + if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getConfigureContactSettingsMethod = DomainsGrpc.getConfigureContactSettingsMethod) == null) { + DomainsGrpc.getConfigureContactSettingsMethod = getConfigureContactSettingsMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureContactSettings")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ConfigureContactSettings")) + .build(); + } + } + } + return getConfigureContactSettingsMethod; + } + + private static volatile io.grpc.MethodDescriptor getExportRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ExportRegistration", + requestType = com.google.cloud.domains.v1beta1.ExportRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getExportRegistrationMethod() { + io.grpc.MethodDescriptor getExportRegistrationMethod; + if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getExportRegistrationMethod = DomainsGrpc.getExportRegistrationMethod) == null) { + DomainsGrpc.getExportRegistrationMethod = getExportRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.ExportRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ExportRegistration")) + .build(); + } + } + } + return getExportRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getDeleteRegistrationMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "DeleteRegistration", + requestType = com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.class, + responseType = com.google.longrunning.Operation.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getDeleteRegistrationMethod() { + io.grpc.MethodDescriptor getDeleteRegistrationMethod; + if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getDeleteRegistrationMethod = DomainsGrpc.getDeleteRegistrationMethod) == null) { + DomainsGrpc.getDeleteRegistrationMethod = getDeleteRegistrationMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteRegistration")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.longrunning.Operation.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("DeleteRegistration")) + .build(); + } + } + } + return getDeleteRegistrationMethod; + } + + private static volatile io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "RetrieveAuthorizationCode", + requestType = com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.class, + responseType = com.google.cloud.domains.v1beta1.AuthorizationCode.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod() { + io.grpc.MethodDescriptor getRetrieveAuthorizationCodeMethod; + if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getRetrieveAuthorizationCodeMethod = DomainsGrpc.getRetrieveAuthorizationCodeMethod) == null) { + DomainsGrpc.getRetrieveAuthorizationCodeMethod = getRetrieveAuthorizationCodeMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "RetrieveAuthorizationCode")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.AuthorizationCode.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("RetrieveAuthorizationCode")) + .build(); + } + } + } + return getRetrieveAuthorizationCodeMethod; + } + + private static volatile io.grpc.MethodDescriptor getResetAuthorizationCodeMethod; + + @io.grpc.stub.annotations.RpcMethod( + fullMethodName = SERVICE_NAME + '/' + "ResetAuthorizationCode", + requestType = com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.class, + responseType = com.google.cloud.domains.v1beta1.AuthorizationCode.class, + methodType = io.grpc.MethodDescriptor.MethodType.UNARY) + public static io.grpc.MethodDescriptor getResetAuthorizationCodeMethod() { + io.grpc.MethodDescriptor getResetAuthorizationCodeMethod; + if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) == null) { + synchronized (DomainsGrpc.class) { + if ((getResetAuthorizationCodeMethod = DomainsGrpc.getResetAuthorizationCodeMethod) == null) { + DomainsGrpc.getResetAuthorizationCodeMethod = getResetAuthorizationCodeMethod = + io.grpc.MethodDescriptor.newBuilder() + .setType(io.grpc.MethodDescriptor.MethodType.UNARY) + .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ResetAuthorizationCode")) + .setSampledToLocalTracing(true) + .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.getDefaultInstance())) + .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( + com.google.cloud.domains.v1beta1.AuthorizationCode.getDefaultInstance())) + .setSchemaDescriptor(new DomainsMethodDescriptorSupplier("ResetAuthorizationCode")) + .build(); + } + } + } + return getResetAuthorizationCodeMethod; + } + + /** + * Creates a new async stub that supports all call types for the service + */ + public static DomainsStub newStub(io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsStub(channel, callOptions); + } + }; + return DomainsStub.newStub(factory, channel); + } + + /** + * Creates a new blocking-style stub that supports unary and streaming output calls on the service + */ + public static DomainsBlockingStub newBlockingStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsBlockingStub(channel, callOptions); + } + }; + return DomainsBlockingStub.newStub(factory, channel); + } + + /** + * Creates a new ListenableFuture-style stub that supports unary calls on the service + */ + public static DomainsFutureStub newFutureStub( + io.grpc.Channel channel) { + io.grpc.stub.AbstractStub.StubFactory factory = + new io.grpc.stub.AbstractStub.StubFactory() { + @java.lang.Override + public DomainsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsFutureStub(channel, callOptions); + } + }; + return DomainsFutureStub.newStub(factory, channel); + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static abstract class DomainsImplBase implements io.grpc.BindableService { + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public void searchDomains(com.google.cloud.domains.v1beta1.SearchDomainsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSearchDomainsMethod(), responseObserver); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public void retrieveRegisterParameters(com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveRegisterParametersMethod(), responseObserver); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public void registerDomain(com.google.cloud.domains.v1beta1.RegisterDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRegisterDomainMethod(), responseObserver); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public void retrieveTransferParameters(com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveTransferParametersMethod(), responseObserver); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public void transferDomain(com.google.cloud.domains.v1beta1.TransferDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getTransferDomainMethod(), responseObserver); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public void listRegistrations(com.google.cloud.domains.v1beta1.ListRegistrationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListRegistrationsMethod(), responseObserver); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public void getRegistration(com.google.cloud.domains.v1beta1.GetRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetRegistrationMethod(), responseObserver); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public void updateRegistration(com.google.cloud.domains.v1beta1.UpdateRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateRegistrationMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public void configureManagementSettings(com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureManagementSettingsMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public void configureDnsSettings(com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureDnsSettingsMethod(), responseObserver); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public void configureContactSettings(com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureContactSettingsMethod(), responseObserver); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public void exportRegistration(com.google.cloud.domains.v1beta1.ExportRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getExportRegistrationMethod(), responseObserver); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public void deleteRegistration(com.google.cloud.domains.v1beta1.DeleteRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteRegistrationMethod(), responseObserver); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void retrieveAuthorizationCode(com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getRetrieveAuthorizationCodeMethod(), responseObserver); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void resetAuthorizationCode(com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getResetAuthorizationCodeMethod(), responseObserver); + } + + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { + return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) + .addMethod( + getSearchDomainsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.SearchDomainsRequest, + com.google.cloud.domains.v1beta1.SearchDomainsResponse>( + this, METHODID_SEARCH_DOMAINS))) + .addMethod( + getRetrieveRegisterParametersMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest, + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse>( + this, METHODID_RETRIEVE_REGISTER_PARAMETERS))) + .addMethod( + getRegisterDomainMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.RegisterDomainRequest, + com.google.longrunning.Operation>( + this, METHODID_REGISTER_DOMAIN))) + .addMethod( + getRetrieveTransferParametersMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest, + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse>( + this, METHODID_RETRIEVE_TRANSFER_PARAMETERS))) + .addMethod( + getTransferDomainMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.TransferDomainRequest, + com.google.longrunning.Operation>( + this, METHODID_TRANSFER_DOMAIN))) + .addMethod( + getListRegistrationsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.ListRegistrationsRequest, + com.google.cloud.domains.v1beta1.ListRegistrationsResponse>( + this, METHODID_LIST_REGISTRATIONS))) + .addMethod( + getGetRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.GetRegistrationRequest, + com.google.cloud.domains.v1beta1.Registration>( + this, METHODID_GET_REGISTRATION))) + .addMethod( + getUpdateRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.UpdateRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_UPDATE_REGISTRATION))) + .addMethod( + getConfigureManagementSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_MANAGEMENT_SETTINGS))) + .addMethod( + getConfigureDnsSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_DNS_SETTINGS))) + .addMethod( + getConfigureContactSettingsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest, + com.google.longrunning.Operation>( + this, METHODID_CONFIGURE_CONTACT_SETTINGS))) + .addMethod( + getExportRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.ExportRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_EXPORT_REGISTRATION))) + .addMethod( + getDeleteRegistrationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.DeleteRegistrationRequest, + com.google.longrunning.Operation>( + this, METHODID_DELETE_REGISTRATION))) + .addMethod( + getRetrieveAuthorizationCodeMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest, + com.google.cloud.domains.v1beta1.AuthorizationCode>( + this, METHODID_RETRIEVE_AUTHORIZATION_CODE))) + .addMethod( + getResetAuthorizationCodeMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest, + com.google.cloud.domains.v1beta1.AuthorizationCode>( + this, METHODID_RESET_AUTHORIZATION_CODE))) + .build(); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsStub extends io.grpc.stub.AbstractAsyncStub { + private DomainsStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public void searchDomains(com.google.cloud.domains.v1beta1.SearchDomainsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public void retrieveRegisterParameters(com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public void registerDomain(com.google.cloud.domains.v1beta1.RegisterDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public void retrieveTransferParameters(com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveTransferParametersMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public void transferDomain(com.google.cloud.domains.v1beta1.TransferDomainRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getTransferDomainMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public void listRegistrations(com.google.cloud.domains.v1beta1.ListRegistrationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public void getRegistration(com.google.cloud.domains.v1beta1.GetRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public void updateRegistration(com.google.cloud.domains.v1beta1.UpdateRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public void configureManagementSettings(com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public void configureDnsSettings(com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public void configureContactSettings(com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public void exportRegistration(com.google.cloud.domains.v1beta1.ExportRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public void deleteRegistration(com.google.cloud.domains.v1beta1.DeleteRegistrationRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void retrieveAuthorizationCode(com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), request, responseObserver); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public void resetAuthorizationCode(com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ClientCalls.asyncUnaryCall( + getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), request, responseObserver); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsBlockingStub extends io.grpc.stub.AbstractBlockingStub { + private DomainsBlockingStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsBlockingStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsBlockingStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public com.google.cloud.domains.v1beta1.SearchDomainsResponse searchDomains(com.google.cloud.domains.v1beta1.SearchDomainsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getSearchDomainsMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse retrieveRegisterParameters(com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveRegisterParametersMethod(), getCallOptions(), request); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public com.google.longrunning.Operation registerDomain(com.google.cloud.domains.v1beta1.RegisterDomainRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRegisterDomainMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse retrieveTransferParameters(com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveTransferParametersMethod(), getCallOptions(), request); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public com.google.longrunning.Operation transferDomain(com.google.cloud.domains.v1beta1.TransferDomainRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getTransferDomainMethod(), getCallOptions(), request); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public com.google.cloud.domains.v1beta1.ListRegistrationsResponse listRegistrations(com.google.cloud.domains.v1beta1.ListRegistrationsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListRegistrationsMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public com.google.cloud.domains.v1beta1.Registration getRegistration(com.google.cloud.domains.v1beta1.GetRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public com.google.longrunning.Operation updateRegistration(com.google.cloud.domains.v1beta1.UpdateRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getUpdateRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public com.google.longrunning.Operation configureManagementSettings(com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureManagementSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public com.google.longrunning.Operation configureDnsSettings(com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureDnsSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public com.google.longrunning.Operation configureContactSettings(com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getConfigureContactSettingsMethod(), getCallOptions(), request); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public com.google.longrunning.Operation exportRegistration(com.google.cloud.domains.v1beta1.ExportRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getExportRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public com.google.longrunning.Operation deleteRegistration(com.google.cloud.domains.v1beta1.DeleteRegistrationRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getDeleteRegistrationMethod(), getCallOptions(), request); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.cloud.domains.v1beta1.AuthorizationCode retrieveAuthorizationCode(com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getRetrieveAuthorizationCodeMethod(), getCallOptions(), request); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.cloud.domains.v1beta1.AuthorizationCode resetAuthorizationCode(com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getResetAuthorizationCodeMethod(), getCallOptions(), request); + } + } + + /** + *
+   * The Cloud Domains API enables management and configuration of domain names.
+   * 
+ */ + public static final class DomainsFutureStub extends io.grpc.stub.AbstractFutureStub { + private DomainsFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + super(channel, callOptions); + } + + @java.lang.Override + protected DomainsFutureStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + return new DomainsFutureStub(channel, callOptions); + } + + /** + *
+     * Searches for available domain names similar to the provided query.
+     * Availability results from this method are approximate; call
+     * `RetrieveRegisterParameters` on a domain before registering to confirm
+     * availability.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture searchDomains( + com.google.cloud.domains.v1beta1.SearchDomainsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getSearchDomainsMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets parameters needed to register a new domain name, including price and
+     * up-to-date availability. Use the returned values to call `RegisterDomain`.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveRegisterParameters( + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveRegisterParametersMethod(), getCallOptions()), request); + } + + /** + *
+     * Registers a new domain name and creates a corresponding `Registration`
+     * resource.
+     * Call `RetrieveRegisterParameters` first to check availability of the domain
+     * name and determine parameters like price that are needed to build a call to
+     * this method.
+     * A successful call creates a `Registration` resource in state
+     * `REGISTRATION_PENDING`, which resolves to `ACTIVE` within 1-2
+     * minutes, indicating that the domain was successfully registered. If the
+     * resource ends up in state `REGISTRATION_FAILED`, it indicates that the
+     * domain was not registered successfully, and you can safely delete the
+     * resource and retry registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture registerDomain( + com.google.cloud.domains.v1beta1.RegisterDomainRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRegisterDomainMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets parameters needed to transfer a domain name from another registrar to
+     * Cloud Domains. For domains managed by Google Domains, transferring to Cloud
+     * Domains is not supported.
+     * Use the returned values to call `TransferDomain`.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveTransferParameters( + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveTransferParametersMethod(), getCallOptions()), request); + } + + /** + *
+     * Transfers a domain name from another registrar to Cloud Domains.  For
+     * domains managed by Google Domains, transferring to Cloud Domains is not
+     * supported.
+     * Before calling this method, go to the domain's current registrar to unlock
+     * the domain for transfer and retrieve the domain's transfer authorization
+     * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+     * unlocked and to get values needed to build a call to this method.
+     * A successful call creates a `Registration` resource in state
+     * `TRANSFER_PENDING`. It can take several days to complete the transfer
+     * process. The registrant can often speed up this process by approving the
+     * transfer through the current registrar, either by clicking a link in an
+     * email from the registrar or by visiting the registrar's website.
+     * A few minutes after transfer approval, the resource transitions to state
+     * `ACTIVE`, indicating that the transfer was successful. If the transfer is
+     * rejected or the request expires without being approved, the resource can
+     * end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete
+     * the resource and retry the transfer.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture transferDomain( + com.google.cloud.domains.v1beta1.TransferDomainRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getTransferDomainMethod(), getCallOptions()), request); + } + + /** + *
+     * Lists the `Registration` resources in a project.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture listRegistrations( + com.google.cloud.domains.v1beta1.ListRegistrationsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListRegistrationsMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets the details of a `Registration` resource.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture getRegistration( + com.google.cloud.domains.v1beta1.GetRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getGetRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates select fields of a `Registration` resource, notably `labels`. To
+     * update other fields, use the appropriate custom update method:
+     * * To update management settings, see `ConfigureManagementSettings`
+     * * To update DNS configuration, see `ConfigureDnsSettings`
+     * * To update contact information, see `ConfigureContactSettings`
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture updateRegistration( + com.google.cloud.domains.v1beta1.UpdateRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getUpdateRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s management settings.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureManagementSettings( + com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureManagementSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s DNS settings.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureDnsSettings( + com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureDnsSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Updates a `Registration`'s contact settings. Some changes require
+     * confirmation by the domain's registrant contact .
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture configureContactSettings( + com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getConfigureContactSettingsMethod(), getCallOptions()), request); + } + + /** + *
+     * Exports a `Registration` resource, such that it is no longer managed by
+     * Cloud Domains.
+     * When an active domain is successfully exported, you can continue to use the
+     * domain in [Google Domains](https://domains.google/) until it expires. The
+     * calling user becomes the domain's sole owner in Google Domains, and
+     * permissions for the domain are subsequently managed there. The domain does
+     * not renew automatically unless the new owner sets up billing in Google
+     * Domains.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture exportRegistration( + com.google.cloud.domains.v1beta1.ExportRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getExportRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Deletes a `Registration` resource.
+     * This method works on any `Registration` resource using [Subscription or
+     * Commitment billing](/domains/pricing#billing-models), provided that the
+     * resource was created at least 1 day in the past.
+     * For `Registration` resources using
+     * [Monthly billing](/domains/pricing#billing-models), this method works if:
+     * * `state` is `EXPORTED` with `expire_time` in the past
+     * * `state` is `REGISTRATION_FAILED`
+     * * `state` is `TRANSFER_FAILED`
+     * When an active registration is successfully deleted, you can continue to
+     * use the domain in [Google Domains](https://domains.google/) until it
+     * expires. The calling user becomes the domain's sole owner in Google
+     * Domains, and permissions for the domain are subsequently managed there. The
+     * domain does not renew automatically unless the new owner sets up billing in
+     * Google Domains.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture deleteRegistration( + com.google.cloud.domains.v1beta1.DeleteRegistrationRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getDeleteRegistrationMethod(), getCallOptions()), request); + } + + /** + *
+     * Gets the authorization code of the `Registration` for the purpose of
+     * transferring the domain to another registrar.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture retrieveAuthorizationCode( + com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getRetrieveAuthorizationCodeMethod(), getCallOptions()), request); + } + + /** + *
+     * Resets the authorization code of the `Registration` to a new random string.
+     * You can call this method only after 60 days have elapsed since the initial
+     * domain registration.
+     * 
+ */ + public com.google.common.util.concurrent.ListenableFuture resetAuthorizationCode( + com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest request) { + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getResetAuthorizationCodeMethod(), getCallOptions()), request); + } + } + + private static final int METHODID_SEARCH_DOMAINS = 0; + private static final int METHODID_RETRIEVE_REGISTER_PARAMETERS = 1; + private static final int METHODID_REGISTER_DOMAIN = 2; + private static final int METHODID_RETRIEVE_TRANSFER_PARAMETERS = 3; + private static final int METHODID_TRANSFER_DOMAIN = 4; + private static final int METHODID_LIST_REGISTRATIONS = 5; + private static final int METHODID_GET_REGISTRATION = 6; + private static final int METHODID_UPDATE_REGISTRATION = 7; + private static final int METHODID_CONFIGURE_MANAGEMENT_SETTINGS = 8; + private static final int METHODID_CONFIGURE_DNS_SETTINGS = 9; + private static final int METHODID_CONFIGURE_CONTACT_SETTINGS = 10; + private static final int METHODID_EXPORT_REGISTRATION = 11; + private static final int METHODID_DELETE_REGISTRATION = 12; + private static final int METHODID_RETRIEVE_AUTHORIZATION_CODE = 13; + private static final int METHODID_RESET_AUTHORIZATION_CODE = 14; + + 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 DomainsImplBase serviceImpl; + private final int methodId; + + MethodHandlers(DomainsImplBase serviceImpl, int methodId) { + this.serviceImpl = serviceImpl; + this.methodId = methodId; + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + case METHODID_SEARCH_DOMAINS: + serviceImpl.searchDomains((com.google.cloud.domains.v1beta1.SearchDomainsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_REGISTER_PARAMETERS: + serviceImpl.retrieveRegisterParameters((com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_REGISTER_DOMAIN: + serviceImpl.registerDomain((com.google.cloud.domains.v1beta1.RegisterDomainRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_TRANSFER_PARAMETERS: + serviceImpl.retrieveTransferParameters((com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_TRANSFER_DOMAIN: + serviceImpl.transferDomain((com.google.cloud.domains.v1beta1.TransferDomainRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_LIST_REGISTRATIONS: + serviceImpl.listRegistrations((com.google.cloud.domains.v1beta1.ListRegistrationsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_GET_REGISTRATION: + serviceImpl.getRegistration((com.google.cloud.domains.v1beta1.GetRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_UPDATE_REGISTRATION: + serviceImpl.updateRegistration((com.google.cloud.domains.v1beta1.UpdateRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_MANAGEMENT_SETTINGS: + serviceImpl.configureManagementSettings((com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_DNS_SETTINGS: + serviceImpl.configureDnsSettings((com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_CONFIGURE_CONTACT_SETTINGS: + serviceImpl.configureContactSettings((com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_EXPORT_REGISTRATION: + serviceImpl.exportRegistration((com.google.cloud.domains.v1beta1.ExportRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_DELETE_REGISTRATION: + serviceImpl.deleteRegistration((com.google.cloud.domains.v1beta1.DeleteRegistrationRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RETRIEVE_AUTHORIZATION_CODE: + serviceImpl.retrieveAuthorizationCode((com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + case METHODID_RESET_AUTHORIZATION_CODE: + serviceImpl.resetAuthorizationCode((com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); + break; + default: + throw new AssertionError(); + } + } + + @java.lang.Override + @java.lang.SuppressWarnings("unchecked") + public io.grpc.stub.StreamObserver invoke( + io.grpc.stub.StreamObserver responseObserver) { + switch (methodId) { + default: + throw new AssertionError(); + } + } + } + + private static abstract class DomainsBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { + DomainsBaseDescriptorSupplier() {} + + @java.lang.Override + public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.getDescriptor(); + } + + @java.lang.Override + public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { + return getFileDescriptor().findServiceByName("Domains"); + } + } + + private static final class DomainsFileDescriptorSupplier + extends DomainsBaseDescriptorSupplier { + DomainsFileDescriptorSupplier() {} + } + + private static final class DomainsMethodDescriptorSupplier + extends DomainsBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { + private final String methodName; + + DomainsMethodDescriptorSupplier(String methodName) { + this.methodName = methodName; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { + return getServiceDescriptor().findMethodByName(methodName); + } + } + + private static volatile io.grpc.ServiceDescriptor serviceDescriptor; + + public static io.grpc.ServiceDescriptor getServiceDescriptor() { + io.grpc.ServiceDescriptor result = serviceDescriptor; + if (result == null) { + synchronized (DomainsGrpc.class) { + result = serviceDescriptor; + if (result == null) { + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new DomainsFileDescriptorSupplier()) + .addMethod(getSearchDomainsMethod()) + .addMethod(getRetrieveRegisterParametersMethod()) + .addMethod(getRegisterDomainMethod()) + .addMethod(getRetrieveTransferParametersMethod()) + .addMethod(getTransferDomainMethod()) + .addMethod(getListRegistrationsMethod()) + .addMethod(getGetRegistrationMethod()) + .addMethod(getUpdateRegistrationMethod()) + .addMethod(getConfigureManagementSettingsMethod()) + .addMethod(getConfigureDnsSettingsMethod()) + .addMethod(getConfigureContactSettingsMethod()) + .addMethod(getExportRegistrationMethod()) + .addMethod(getDeleteRegistrationMethod()) + .addMethod(getRetrieveAuthorizationCodeMethod()) + .addMethod(getResetAuthorizationCodeMethod()) + .build(); + } + } + } + return result; + } +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCode.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCode.java similarity index 67% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCode.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCode.java index 30d11bd4..ae2b39c7 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCode.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCode.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Defines an authorization code.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.AuthorizationCode} */ -public final class AuthorizationCode extends com.google.protobuf.GeneratedMessageV3 - implements +public final class AuthorizationCode extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.AuthorizationCode) AuthorizationCodeOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use AuthorizationCode.newBuilder() to construct. private AuthorizationCode(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private AuthorizationCode() { code_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new AuthorizationCode(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private AuthorizationCode( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,59 +53,53 @@ private AuthorizationCode( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - code_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + code_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_AuthorizationCode_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_AuthorizationCode_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.AuthorizationCode.class, - com.google.cloud.domains.v1beta1.AuthorizationCode.Builder.class); + com.google.cloud.domains.v1beta1.AuthorizationCode.class, com.google.cloud.domains.v1beta1.AuthorizationCode.Builder.class); } public static final int CODE_FIELD_NUMBER = 1; private volatile java.lang.Object code_; /** - * - * *
    * The Authorization Code in ASCII. It can be used to transfer the domain
    * to or from another registrar.
    * 
* * string code = 1; - * * @return The code. */ @java.lang.Override @@ -131,30 +108,30 @@ public java.lang.String getCode() { 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(); code_ = s; return s; } } /** - * - * *
    * The Authorization Code in ASCII. It can be used to transfer the domain
    * to or from another registrar.
    * 
* * string code = 1; - * * @return The bytes for code. */ @java.lang.Override - public com.google.protobuf.ByteString getCodeBytes() { + public com.google.protobuf.ByteString + getCodeBytes() { java.lang.Object ref = code_; 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); code_ = b; return b; } else { @@ -163,7 +140,6 @@ public com.google.protobuf.ByteString getCodeBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -175,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getCodeBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(code_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, code_); } unknownFields.writeTo(output); @@ -188,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getCodeBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(code_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, code_); } size += unknownFields.getSerializedSize(); @@ -199,15 +176,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.cloud.domains.v1beta1.AuthorizationCode)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.AuthorizationCode other = - (com.google.cloud.domains.v1beta1.AuthorizationCode) obj; + com.google.cloud.domains.v1beta1.AuthorizationCode other = (com.google.cloud.domains.v1beta1.AuthorizationCode) obj; - if (!getCode().equals(other.getCode())) return false; + if (!getCode() + .equals(other.getCode())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -227,126 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.AuthorizationCode parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.AuthorizationCode parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode 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 an authorization code.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.AuthorizationCode} */ - 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.cloud.domains.v1beta1.AuthorizationCode) com.google.cloud.domains.v1beta1.AuthorizationCodeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_AuthorizationCode_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_AuthorizationCode_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.AuthorizationCode.class, - com.google.cloud.domains.v1beta1.AuthorizationCode.Builder.class); + com.google.cloud.domains.v1beta1.AuthorizationCode.class, com.google.cloud.domains.v1beta1.AuthorizationCode.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.AuthorizationCode.newBuilder() @@ -354,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -372,9 +341,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor; } @java.lang.Override @@ -393,8 +362,7 @@ public com.google.cloud.domains.v1beta1.AuthorizationCode build() { @java.lang.Override public com.google.cloud.domains.v1beta1.AuthorizationCode buildPartial() { - com.google.cloud.domains.v1beta1.AuthorizationCode result = - new com.google.cloud.domains.v1beta1.AuthorizationCode(this); + com.google.cloud.domains.v1beta1.AuthorizationCode result = new com.google.cloud.domains.v1beta1.AuthorizationCode(this); result.code_ = code_; onBuilt(); return result; @@ -404,39 +372,38 @@ public com.google.cloud.domains.v1beta1.AuthorizationCode 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.cloud.domains.v1beta1.AuthorizationCode) { - return mergeFrom((com.google.cloud.domains.v1beta1.AuthorizationCode) other); + return mergeFrom((com.google.cloud.domains.v1beta1.AuthorizationCode)other); } else { super.mergeFrom(other); return this; @@ -444,8 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.AuthorizationCode other) { - if (other == com.google.cloud.domains.v1beta1.AuthorizationCode.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.AuthorizationCode.getDefaultInstance()) return this; if (!other.getCode().isEmpty()) { code_ = other.code_; onChanged(); @@ -469,8 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.AuthorizationCode) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.AuthorizationCode) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -482,21 +447,19 @@ public Builder mergeFrom( private java.lang.Object code_ = ""; /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @return The code. */ public java.lang.String getCode() { java.lang.Object ref = code_; 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(); code_ = s; return s; @@ -505,22 +468,21 @@ public java.lang.String getCode() { } } /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @return The bytes for code. */ - public com.google.protobuf.ByteString getCodeBytes() { + public com.google.protobuf.ByteString + getCodeBytes() { java.lang.Object ref = code_; 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); code_ = b; return b; } else { @@ -528,71 +490,64 @@ public com.google.protobuf.ByteString getCodeBytes() { } } /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @param value The code to set. * @return This builder for chaining. */ - public Builder setCode(java.lang.String value) { + public Builder setCode( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + code_ = value; onChanged(); return this; } /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @return This builder for chaining. */ public Builder clearCode() { - + code_ = getDefaultInstance().getCode(); onChanged(); return this; } /** - * - * *
      * The Authorization Code in ASCII. It can be used to transfer the domain
      * to or from another registrar.
      * 
* * string code = 1; - * * @param value The bytes for code to set. * @return This builder for chaining. */ - public Builder setCodeBytes(com.google.protobuf.ByteString value) { + public Builder setCodeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + code_ = 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); } @@ -602,12 +557,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.AuthorizationCode) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.AuthorizationCode) private static final com.google.cloud.domains.v1beta1.AuthorizationCode DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.AuthorizationCode(); } @@ -616,16 +571,16 @@ public static com.google.cloud.domains.v1beta1.AuthorizationCode getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AuthorizationCode parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new AuthorizationCode(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AuthorizationCode parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AuthorizationCode(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -640,4 +595,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.AuthorizationCode getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCodeOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCodeOrBuilder.java similarity index 51% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCodeOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCodeOrBuilder.java index 07767451..7c83b8f5 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCodeOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/AuthorizationCodeOrBuilder.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface AuthorizationCodeOrBuilder - extends +public interface AuthorizationCodeOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.AuthorizationCode) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The Authorization Code in ASCII. It can be used to transfer the domain
    * to or from another registrar.
    * 
* * string code = 1; - * * @return The code. */ java.lang.String getCode(); /** - * - * *
    * The Authorization Code in ASCII. It can be used to transfer the domain
    * to or from another registrar.
    * 
* * string code = 1; - * * @return The bytes for code. */ - com.google.protobuf.ByteString getCodeBytes(); + com.google.protobuf.ByteString + getCodeBytes(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java similarity index 69% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java index 823fb50d..e8f81b51 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequest.java @@ -1,43 +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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `ConfigureContactSettings` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ConfigureContactSettingsRequest} */ -public final class ConfigureContactSettingsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ConfigureContactSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) ConfigureContactSettingsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ConfigureContactSettingsRequest.newBuilder() to construct. - private ConfigureContactSettingsRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private ConfigureContactSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ConfigureContactSettingsRequest() { registration_ = ""; contactNotices_ = java.util.Collections.emptyList(); @@ -45,15 +26,16 @@ private ConfigureContactSettingsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ConfigureContactSettingsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ConfigureContactSettingsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -73,87 +55,80 @@ private ConfigureContactSettingsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1beta1.ContactSettings.Builder subBuilder = null; + if (contactSettings_ != null) { + subBuilder = contactSettings_.toBuilder(); + } + contactSettings_ = input.readMessage(com.google.cloud.domains.v1beta1.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(contactSettings_); + contactSettings_ = subBuilder.buildPartial(); } - case 18: - { - com.google.cloud.domains.v1beta1.ContactSettings.Builder subBuilder = null; - if (contactSettings_ != null) { - subBuilder = contactSettings_.toBuilder(); - } - contactSettings_ = - input.readMessage( - com.google.cloud.domains.v1beta1.ContactSettings.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(contactSettings_); - contactSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); + } + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); } - case 26: - { - com.google.protobuf.FieldMask.Builder subBuilder = null; - if (updateMask_ != null) { - subBuilder = updateMask_.toBuilder(); - } - updateMask_ = - input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(updateMask_); - updateMask_ = subBuilder.buildPartial(); - } - break; + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 32: - { + contactNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { contactNotices_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } contactNotices_.add(rawValue); - break; } - case 34: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - contactNotices_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - contactNotices_.add(rawValue); - } - input.popLimit(oldLimit); - break; - } - case 40: - { - validateOnly_ = input.readBool(); - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + input.popLimit(oldLimit); + break; + } + case 40: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); @@ -162,36 +137,28 @@ private ConfigureContactSettingsRequest( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.class, - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.Builder.class); + com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.class, com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose contact settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -200,32 +167,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose contact settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -236,14 +201,11 @@ public com.google.protobuf.ByteString getRegistrationBytes() { public static final int CONTACT_SETTINGS_FIELD_NUMBER = 2; private com.google.cloud.domains.v1beta1.ContactSettings contactSettings_; /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 2; - * * @return Whether the contactSettings field is set. */ @java.lang.Override @@ -251,25 +213,18 @@ public boolean hasContactSettings() { return contactSettings_ != null; } /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 2; - * * @return The contactSettings. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ContactSettings getContactSettings() { - return contactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : contactSettings_; } /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
@@ -284,17 +239,13 @@ public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSetti public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -302,17 +253,13 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -320,16 +267,13 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -339,47 +283,36 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { public static final int CONTACT_NOTICES_FIELD_NUMBER = 4; private java.util.List contactNotices_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice> - contactNotices_converter_ = + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice> contactNotices_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>() { public com.google.cloud.domains.v1beta1.ContactNotice convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.ContactNotice result = - com.google.cloud.domains.v1beta1.ContactNotice.valueOf(from); - return result == null - ? com.google.cloud.domains.v1beta1.ContactNotice.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.ContactNotice result = com.google.cloud.domains.v1beta1.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.ContactNotice.UNRECOGNIZED : result; } }; /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ @java.lang.Override public java.util.List getContactNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>( - contactNotices_, contactNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>(contactNotices_, contactNotices_converter_); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ @java.lang.Override @@ -387,15 +320,12 @@ public int getContactNoticesCount() { return contactNotices_.size(); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ @@ -404,31 +334,26 @@ public com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int inde return contactNotices_converter_.convert(contactNotices_.get(index)); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ @java.lang.Override - public java.util.List getContactNoticesValueList() { + public java.util.List + getContactNoticesValueList() { return contactNotices_; } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ @@ -436,20 +361,16 @@ public java.util.List getContactNoticesValueList() { public int getContactNoticesValue(int index) { return contactNotices_.get(index); } - private int contactNoticesMemoizedSerializedSize; public static final int VALIDATE_ONLY_FIELD_NUMBER = 5; private boolean validateOnly_; /** - * - * *
    * Validate the request without actually updating the contact settings.
    * 
* * bool validate_only = 5; - * * @return The validateOnly. */ @java.lang.Override @@ -458,7 +379,6 @@ public boolean getValidateOnly() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -470,9 +390,10 @@ 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 (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } if (contactSettings_ != null) { @@ -500,30 +421,32 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } if (contactSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getContactSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getContactSettings()); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); } { int dataSize = 0; for (int i = 0; i < contactNotices_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(contactNotices_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); } size += dataSize; - if (!getContactNoticesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - contactNoticesMemoizedSerializedSize = dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; } if (validateOnly_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, validateOnly_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(5, validateOnly_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -533,25 +456,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.cloud.domains.v1beta1.ConfigureContactSettingsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest other = - (com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) obj; + com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest other = (com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (hasContactSettings() != other.hasContactSettings()) return false; if (hasContactSettings()) { - if (!getContactSettings().equals(other.getContactSettings())) return false; + if (!getContactSettings() + .equals(other.getContactSettings())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!contactNotices_.equals(other.contactNotices_)) return false; - if (getValidateOnly() != other.getValidateOnly()) return false; + if (getValidateOnly() + != other.getValidateOnly()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -578,134 +504,125 @@ public int hashCode() { hash = (53 * hash) + contactNotices_.hashCode(); } hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getValidateOnly()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest 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; } /** - * - * *
    * Request for the `ConfigureContactSettings` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ConfigureContactSettingsRequest} */ - 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest) com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.class, - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.Builder.class); + com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.class, com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.newBuilder() @@ -713,15 +630,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -747,14 +665,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest getDefaultInstanceForType() { return com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.getDefaultInstance(); } @@ -769,8 +686,7 @@ public com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest build() @java.lang.Override public com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest buildPartial() { - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest result = - new com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest(this); + com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest result = new com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest(this); int from_bitField0_ = bitField0_; result.registration_ = registration_; if (contactSettingsBuilder_ == null) { @@ -797,50 +713,46 @@ public com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest buildPar 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.cloud.domains.v1beta1.ConfigureContactSettingsRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest other) { - if (other - == com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.getDefaultInstance()) - return this; + public Builder mergeFrom(com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest other) { + if (other == com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -883,9 +795,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -894,28 +804,23 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -924,24 +829,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -949,70 +851,57 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose contact settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = value; onChanged(); return this; @@ -1020,47 +909,34 @@ public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { private com.google.cloud.domains.v1beta1.ContactSettings contactSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings, - com.google.cloud.domains.v1beta1.ContactSettings.Builder, - com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> - contactSettingsBuilder_; + com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> contactSettingsBuilder_; /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 2; - * * @return Whether the contactSettings field is set. */ public boolean hasContactSettings() { return contactSettingsBuilder_ != null || contactSettings_ != null; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 2; - * * @return The contactSettings. */ public com.google.cloud.domains.v1beta1.ContactSettings getContactSettings() { if (contactSettingsBuilder_ == null) { - return contactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : contactSettings_; } else { return contactSettingsBuilder_.getMessage(); } } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1081,8 +957,6 @@ public Builder setContactSettings(com.google.cloud.domains.v1beta1.ContactSettin return this; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1101,8 +975,6 @@ public Builder setContactSettings( return this; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1113,9 +985,7 @@ public Builder mergeContactSettings(com.google.cloud.domains.v1beta1.ContactSett if (contactSettingsBuilder_ == null) { if (contactSettings_ != null) { contactSettings_ = - com.google.cloud.domains.v1beta1.ContactSettings.newBuilder(contactSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.ContactSettings.newBuilder(contactSettings_).mergeFrom(value).buildPartial(); } else { contactSettings_ = value; } @@ -1127,8 +997,6 @@ public Builder mergeContactSettings(com.google.cloud.domains.v1beta1.ContactSett return this; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1147,8 +1015,6 @@ public Builder clearContactSettings() { return this; } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1156,13 +1022,11 @@ public Builder clearContactSettings() { * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 2; */ public com.google.cloud.domains.v1beta1.ContactSettings.Builder getContactSettingsBuilder() { - + onChanged(); return getContactSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1173,14 +1037,11 @@ public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSetti if (contactSettingsBuilder_ != null) { return contactSettingsBuilder_.getMessageOrBuilder(); } else { - return contactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? + com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : contactSettings_; } } /** - * - * *
      * Fields of the `ContactSettings` to update.
      * 
@@ -1188,17 +1049,14 @@ public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSetti * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings, - com.google.cloud.domains.v1beta1.ContactSettings.Builder, - com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> + com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> getContactSettingsFieldBuilder() { if (contactSettingsBuilder_ == null) { - contactSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings, - com.google.cloud.domains.v1beta1.ContactSettings.Builder, - com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder>( - getContactSettings(), getParentForChildren(), isClean()); + contactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder>( + getContactSettings(), + getParentForChildren(), + isClean()); contactSettings_ = null; } return contactSettingsBuilder_; @@ -1206,61 +1064,45 @@ public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSetti private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1276,18 +1118,16 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1298,22 +1138,19 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1325,16 +1162,13 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1348,74 +1182,61 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the registrant contact is being updated, the
-     * `update_mask` would be `"registrant_contact"`.
+     * `update_mask` is `"registrant_contact"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - private java.util.List contactNotices_ = java.util.Collections.emptyList(); - + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); private void ensureContactNoticesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { contactNotices_ = new java.util.ArrayList(contactNotices_); @@ -1423,47 +1244,37 @@ private void ensureContactNoticesIsMutable() { } } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ public java.util.List getContactNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>( - contactNotices_, contactNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>(contactNotices_, contactNotices_converter_); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ public int getContactNoticesCount() { return contactNotices_.size(); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ @@ -1471,15 +1282,12 @@ public com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int inde return contactNotices_converter_.convert(contactNotices_.get(index)); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index to set the value at. * @param value The contactNotices to set. * @return This builder for chaining. @@ -1495,15 +1303,12 @@ public Builder setContactNotices( return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param value The contactNotices to add. * @return This builder for chaining. */ @@ -1517,15 +1322,12 @@ public Builder addContactNotices(com.google.cloud.domains.v1beta1.ContactNotice return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param values The contactNotices to add. * @return This builder for chaining. */ @@ -1539,15 +1341,12 @@ public Builder addAllContactNotices( return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return This builder for chaining. */ public Builder clearContactNotices() { @@ -1557,30 +1356,25 @@ public Builder clearContactNotices() { return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ - public java.util.List getContactNoticesValueList() { + public java.util.List + getContactNoticesValueList() { return java.util.Collections.unmodifiableList(contactNotices_); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ @@ -1588,35 +1382,30 @@ public int getContactNoticesValue(int index) { return contactNotices_.get(index); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. * @return This builder for chaining. */ - public Builder setContactNoticesValue(int index, int value) { + public Builder setContactNoticesValue( + int index, int value) { ensureContactNoticesIsMutable(); contactNotices_.set(index, value); onChanged(); return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param value The enum numeric value on the wire for contactNotices to add. * @return This builder for chaining. */ @@ -1627,19 +1416,17 @@ public Builder addContactNoticesValue(int value) { return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in `contact_settings`.
+     * needed here depend on the values specified in `contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param values The enum numeric values on the wire for contactNotices to add. * @return This builder for chaining. */ - public Builder addAllContactNoticesValue(java.lang.Iterable values) { + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { ensureContactNoticesIsMutable(); for (int value : values) { contactNotices_.add(value); @@ -1648,16 +1435,13 @@ public Builder addAllContactNoticesValue(java.lang.Iterable v return this; } - private boolean validateOnly_; + private boolean validateOnly_ ; /** - * - * *
      * Validate the request without actually updating the contact settings.
      * 
* * bool validate_only = 5; - * * @return The validateOnly. */ @java.lang.Override @@ -1665,43 +1449,37 @@ public boolean getValidateOnly() { return validateOnly_; } /** - * - * *
      * Validate the request without actually updating the contact settings.
      * 
* * bool validate_only = 5; - * * @param value The validateOnly to set. * @return This builder for chaining. */ public Builder setValidateOnly(boolean value) { - + validateOnly_ = value; onChanged(); return this; } /** - * - * *
      * Validate the request without actually updating the contact settings.
      * 
* * bool validate_only = 5; - * * @return This builder for chaining. */ public Builder clearValidateOnly() { - + validateOnly_ = 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); } @@ -1711,32 +1489,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) - private static final com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest(); } - public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ConfigureContactSettingsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ConfigureContactSettingsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureContactSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureContactSettingsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1748,8 +1524,9 @@ public com.google.protobuf.Parser getParserForT } @java.lang.Override - public com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequestOrBuilder.java similarity index 70% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequestOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequestOrBuilder.java index 87414307..d545d5a2 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequestOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureContactSettingsRequestOrBuilder.java @@ -1,86 +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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface ConfigureContactSettingsRequestOrBuilder - extends +public interface ConfigureContactSettingsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ConfigureContactSettingsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The name of the `Registration` whose contact settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ java.lang.String getRegistration(); /** - * - * *
    * Required. The name of the `Registration` whose contact settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - com.google.protobuf.ByteString getRegistrationBytes(); + com.google.protobuf.ByteString + getRegistrationBytes(); /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 2; - * * @return Whether the contactSettings field is set. */ boolean hasContactSettings(); /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 2; - * * @return The contactSettings. */ com.google.cloud.domains.v1beta1.ContactSettings getContactSettings(); /** - * - * *
    * Fields of the `ContactSettings` to update.
    * 
@@ -90,126 +57,98 @@ public interface ConfigureContactSettingsRequestOrBuilder com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSettingsOrBuilder(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the registrant contact is being updated, the
-   * `update_mask` would be `"registrant_contact"`.
+   * `update_mask` is `"registrant_contact"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ java.util.List getContactNoticesList(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ int getContactNoticesCount(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int index); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ - java.util.List getContactNoticesValueList(); + java.util.List + getContactNoticesValueList(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in `contact_settings`.
+   * needed here depend on the values specified in `contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ int getContactNoticesValue(int index); /** - * - * *
    * Validate the request without actually updating the contact settings.
    * 
* * bool validate_only = 5; - * * @return The validateOnly. */ boolean getValidateOnly(); diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequest.java similarity index 69% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequest.java index c7d56844..6f8978da 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequest.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `ConfigureDnsSettings` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest} */ -public final class ConfigureDnsSettingsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ConfigureDnsSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) ConfigureDnsSettingsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ConfigureDnsSettingsRequest.newBuilder() to construct. private ConfigureDnsSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ConfigureDnsSettingsRequest() { registration_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ConfigureDnsSettingsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ConfigureDnsSettingsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,97 +53,84 @@ private ConfigureDnsSettingsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1beta1.DnsSettings.Builder subBuilder = null; + if (dnsSettings_ != null) { + subBuilder = dnsSettings_.toBuilder(); } - case 18: - { - com.google.cloud.domains.v1beta1.DnsSettings.Builder subBuilder = null; - if (dnsSettings_ != null) { - subBuilder = dnsSettings_.toBuilder(); - } - dnsSettings_ = - input.readMessage( - com.google.cloud.domains.v1beta1.DnsSettings.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(dnsSettings_); - dnsSettings_ = subBuilder.buildPartial(); - } - - break; + dnsSettings_ = input.readMessage(com.google.cloud.domains.v1beta1.DnsSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(dnsSettings_); + dnsSettings_ = subBuilder.buildPartial(); } - case 26: - { - com.google.protobuf.FieldMask.Builder subBuilder = null; - if (updateMask_ != null) { - subBuilder = updateMask_.toBuilder(); - } - updateMask_ = - input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(updateMask_); - updateMask_ = subBuilder.buildPartial(); - } - break; + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); } - case 32: - { - validateOnly_ = input.readBool(); - break; + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + + break; + } + case 32: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.class, - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.Builder.class); + com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.class, com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose DNS settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -169,32 +139,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose DNS settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -205,14 +173,11 @@ public com.google.protobuf.ByteString getRegistrationBytes() { public static final int DNS_SETTINGS_FIELD_NUMBER = 2; private com.google.cloud.domains.v1beta1.DnsSettings dnsSettings_; /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 2; - * * @return Whether the dnsSettings field is set. */ @java.lang.Override @@ -220,25 +185,18 @@ public boolean hasDnsSettings() { return dnsSettings_ != null; } /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 2; - * * @return The dnsSettings. */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings getDnsSettings() { - return dnsSettings_ == null - ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() : dnsSettings_; } /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
@@ -253,22 +211,18 @@ public com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBui public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -276,22 +230,18 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -299,21 +249,18 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -323,14 +270,11 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { public static final int VALIDATE_ONLY_FIELD_NUMBER = 4; private boolean validateOnly_; /** - * - * *
    * Validate the request without actually updating the DNS settings.
    * 
* * bool validate_only = 4; - * * @return The validateOnly. */ @java.lang.Override @@ -339,7 +283,6 @@ public boolean getValidateOnly() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -351,8 +294,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getRegistrationBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } if (dnsSettings_ != null) { @@ -373,17 +317,20 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } if (dnsSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getDnsSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getDnsSettings()); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); } if (validateOnly_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(4, validateOnly_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(4, validateOnly_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -393,24 +340,27 @@ 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest other = - (com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) obj; + com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest other = (com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (hasDnsSettings() != other.hasDnsSettings()) return false; if (hasDnsSettings()) { - if (!getDnsSettings().equals(other.getDnsSettings())) return false; + if (!getDnsSettings() + .equals(other.getDnsSettings())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } - if (getValidateOnly() != other.getValidateOnly()) return false; + if (getValidateOnly() + != other.getValidateOnly()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -433,134 +383,125 @@ public int hashCode() { hash = (53 * hash) + getUpdateMask().hashCode(); } hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getValidateOnly()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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; } /** - * - * *
    * Request for the `ConfigureDnsSettings` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest} */ - 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.class, - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.Builder.class); + com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.class, com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.newBuilder() @@ -568,15 +509,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -600,14 +542,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest getDefaultInstanceForType() { return com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.getDefaultInstance(); } @@ -622,8 +563,7 @@ public com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest buildPartial() { - com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest result = - new com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest(this); + com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest result = new com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest(this); result.registration_ = registration_; if (dnsSettingsBuilder_ == null) { result.dnsSettings_ = dnsSettings_; @@ -644,39 +584,38 @@ public com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest 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.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest)other); } else { super.mergeFrom(other); return this; @@ -684,9 +623,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest other) { - if (other - == com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -719,8 +656,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -732,23 +668,19 @@ public Builder mergeFrom( private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -757,24 +689,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -782,70 +711,57 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose DNS settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = value; onChanged(); return this; @@ -853,47 +769,34 @@ public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { private com.google.cloud.domains.v1beta1.DnsSettings dnsSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings, - com.google.cloud.domains.v1beta1.DnsSettings.Builder, - com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder> - dnsSettingsBuilder_; + com.google.cloud.domains.v1beta1.DnsSettings, com.google.cloud.domains.v1beta1.DnsSettings.Builder, com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder> dnsSettingsBuilder_; /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 2; - * * @return Whether the dnsSettings field is set. */ public boolean hasDnsSettings() { return dnsSettingsBuilder_ != null || dnsSettings_ != null; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 2; - * * @return The dnsSettings. */ public com.google.cloud.domains.v1beta1.DnsSettings getDnsSettings() { if (dnsSettingsBuilder_ == null) { - return dnsSettings_ == null - ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() : dnsSettings_; } else { return dnsSettingsBuilder_.getMessage(); } } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -914,8 +817,6 @@ public Builder setDnsSettings(com.google.cloud.domains.v1beta1.DnsSettings value return this; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -934,8 +835,6 @@ public Builder setDnsSettings( return this; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -946,9 +845,7 @@ public Builder mergeDnsSettings(com.google.cloud.domains.v1beta1.DnsSettings val if (dnsSettingsBuilder_ == null) { if (dnsSettings_ != null) { dnsSettings_ = - com.google.cloud.domains.v1beta1.DnsSettings.newBuilder(dnsSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.DnsSettings.newBuilder(dnsSettings_).mergeFrom(value).buildPartial(); } else { dnsSettings_ = value; } @@ -960,8 +857,6 @@ public Builder mergeDnsSettings(com.google.cloud.domains.v1beta1.DnsSettings val return this; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -980,8 +875,6 @@ public Builder clearDnsSettings() { return this; } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -989,13 +882,11 @@ public Builder clearDnsSettings() { * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 2; */ public com.google.cloud.domains.v1beta1.DnsSettings.Builder getDnsSettingsBuilder() { - + onChanged(); return getDnsSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -1006,14 +897,11 @@ public com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBui if (dnsSettingsBuilder_ != null) { return dnsSettingsBuilder_.getMessageOrBuilder(); } else { - return dnsSettings_ == null - ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? + com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() : dnsSettings_; } } /** - * - * *
      * Fields of the `DnsSettings` to update.
      * 
@@ -1021,17 +909,14 @@ public com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBui * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings, - com.google.cloud.domains.v1beta1.DnsSettings.Builder, - com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder> + com.google.cloud.domains.v1beta1.DnsSettings, com.google.cloud.domains.v1beta1.DnsSettings.Builder, com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder> getDnsSettingsFieldBuilder() { if (dnsSettingsBuilder_ == null) { - dnsSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings, - com.google.cloud.domains.v1beta1.DnsSettings.Builder, - com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder>( - getDnsSettings(), getParentForChildren(), isClean()); + dnsSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.DnsSettings, com.google.cloud.domains.v1beta1.DnsSettings.Builder, com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder>( + getDnsSettings(), + getParentForChildren(), + isClean()); dnsSettings_ = null; } return dnsSettingsBuilder_; @@ -1039,76 +924,60 @@ public com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBui private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1124,23 +993,21 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1151,27 +1018,24 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1183,21 +1047,18 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1211,97 +1072,81 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the name servers are being updated for an existing
-     * Custom DNS configuration, the `update_mask` would be
+     * Custom DNS configuration, the `update_mask` is
      * `"custom_dns.name_servers"`.
      * When changing the DNS provider from one type to another, pass the new
      * provider's field name as part of the field mask. For example, when changing
      * from a Google Domains DNS configuration to a Custom DNS configuration, the
-     * `update_mask` would be `"custom_dns"`. //
+     * `update_mask` is `"custom_dns"`. //
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - private boolean validateOnly_; + private boolean validateOnly_ ; /** - * - * *
      * Validate the request without actually updating the DNS settings.
      * 
* * bool validate_only = 4; - * * @return The validateOnly. */ @java.lang.Override @@ -1309,43 +1154,37 @@ public boolean getValidateOnly() { return validateOnly_; } /** - * - * *
      * Validate the request without actually updating the DNS settings.
      * 
* * bool validate_only = 4; - * * @param value The validateOnly to set. * @return This builder for chaining. */ public Builder setValidateOnly(boolean value) { - + validateOnly_ = value; onChanged(); return this; } /** - * - * *
      * Validate the request without actually updating the DNS settings.
      * 
* * bool validate_only = 4; - * * @return This builder for chaining. */ public Builder clearValidateOnly() { - + validateOnly_ = 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); } @@ -1355,13 +1194,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) - private static final com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest(); } @@ -1370,16 +1208,16 @@ public static com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest getDe return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ConfigureDnsSettingsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ConfigureDnsSettingsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureDnsSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureDnsSettingsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1394,4 +1232,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequestOrBuilder.java similarity index 69% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequestOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequestOrBuilder.java index 34d9f38f..d05776ba 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequestOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureDnsSettingsRequestOrBuilder.java @@ -1,86 +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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface ConfigureDnsSettingsRequestOrBuilder - extends +public interface ConfigureDnsSettingsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ConfigureDnsSettingsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The name of the `Registration` whose DNS settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ java.lang.String getRegistration(); /** - * - * *
    * Required. The name of the `Registration` whose DNS settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - com.google.protobuf.ByteString getRegistrationBytes(); + com.google.protobuf.ByteString + getRegistrationBytes(); /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 2; - * * @return Whether the dnsSettings field is set. */ boolean hasDnsSettings(); /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 2; - * * @return The dnsSettings. */ com.google.cloud.domains.v1beta1.DnsSettings getDnsSettings(); /** - * - * *
    * Fields of the `DnsSettings` to update.
    * 
@@ -90,73 +57,59 @@ public interface ConfigureDnsSettingsRequestOrBuilder com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBuilder(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the name servers are being updated for an existing
-   * Custom DNS configuration, the `update_mask` would be
+   * Custom DNS configuration, the `update_mask` is
    * `"custom_dns.name_servers"`.
    * When changing the DNS provider from one type to another, pass the new
    * provider's field name as part of the field mask. For example, when changing
    * from a Google Domains DNS configuration to a Custom DNS configuration, the
-   * `update_mask` would be `"custom_dns"`. //
+   * `update_mask` is `"custom_dns"`. //
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); /** - * - * *
    * Validate the request without actually updating the DNS settings.
    * 
* * bool validate_only = 4; - * * @return The validateOnly. */ boolean getValidateOnly(); diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequest.java similarity index 65% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequest.java index 93e4bade..29e3f5a8 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequest.java @@ -1,58 +1,40 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `ConfigureManagementSettings` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest} */ -public final class ConfigureManagementSettingsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ConfigureManagementSettingsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) ConfigureManagementSettingsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ConfigureManagementSettingsRequest.newBuilder() to construct. - private ConfigureManagementSettingsRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private ConfigureManagementSettingsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ConfigureManagementSettingsRequest() { registration_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ConfigureManagementSettingsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ConfigureManagementSettingsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,93 +53,79 @@ private ConfigureManagementSettingsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; + registration_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1beta1.ManagementSettings.Builder subBuilder = null; + if (managementSettings_ != null) { + subBuilder = managementSettings_.toBuilder(); } - case 18: - { - com.google.cloud.domains.v1beta1.ManagementSettings.Builder subBuilder = null; - if (managementSettings_ != null) { - subBuilder = managementSettings_.toBuilder(); - } - managementSettings_ = - input.readMessage( - com.google.cloud.domains.v1beta1.ManagementSettings.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(managementSettings_); - managementSettings_ = subBuilder.buildPartial(); - } - - break; + managementSettings_ = input.readMessage(com.google.cloud.domains.v1beta1.ManagementSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(managementSettings_); + managementSettings_ = subBuilder.buildPartial(); } - case 26: - { - com.google.protobuf.FieldMask.Builder subBuilder = null; - if (updateMask_ != null) { - subBuilder = updateMask_.toBuilder(); - } - updateMask_ = - input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(updateMask_); - updateMask_ = subBuilder.buildPartial(); - } - break; + break; + } + case 26: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); + } + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.class, - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.Builder.class); + com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.class, com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose management settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -166,32 +134,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose management settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -202,14 +168,11 @@ public com.google.protobuf.ByteString getRegistrationBytes() { public static final int MANAGEMENT_SETTINGS_FIELD_NUMBER = 2; private com.google.cloud.domains.v1beta1.ManagementSettings managementSettings_; /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; - * * @return Whether the managementSettings field is set. */ @java.lang.Override @@ -217,25 +180,18 @@ public boolean hasManagementSettings() { return managementSettings_ != null; } /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; - * * @return The managementSettings. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings() { - return managementSettings_ == null - ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() : managementSettings_; } /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
@@ -243,25 +199,20 @@ public com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; */ @java.lang.Override - public com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder - getManagementSettingsOrBuilder() { + public com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() { return getManagementSettings(); } public static final int UPDATE_MASK_FIELD_NUMBER = 3; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -269,17 +220,13 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -287,16 +234,13 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -304,7 +248,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -316,8 +259,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getRegistrationBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } if (managementSettings_ != null) { @@ -335,14 +279,16 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } if (managementSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getManagementSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getManagementSettings()); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getUpdateMask()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -352,22 +298,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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest other = - (com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) obj; + com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest other = (com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (hasManagementSettings() != other.hasManagementSettings()) return false; if (hasManagementSettings()) { - if (!getManagementSettings().equals(other.getManagementSettings())) return false; + if (!getManagementSettings() + .equals(other.getManagementSettings())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -396,145 +344,134 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest 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; } /** - * - * *
    * Request for the `ConfigureManagementSettings` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest} */ - 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.class, - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.Builder.class); + com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.class, com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.Builder.class); } - // Construct using - // com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.newBuilder() + // Construct using com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -556,16 +493,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - getDefaultInstanceForType() { - return com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - .getDefaultInstance(); + public com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.getDefaultInstance(); } @java.lang.Override @@ -579,8 +514,7 @@ public com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest build @java.lang.Override public com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest buildPartial() { - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest result = - new com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest(this); + com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest result = new com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest(this); result.registration_ = registration_; if (managementSettingsBuilder_ == null) { result.managementSettings_ = managementSettings_; @@ -600,51 +534,46 @@ public com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest build 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.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) { - return mergeFrom( - (com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest other) { - if (other - == com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest other) { + if (other == com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -674,9 +603,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -688,23 +615,19 @@ public Builder mergeFrom( private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -713,24 +636,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -738,70 +658,57 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose management settings are being updated,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = value; onChanged(); return this; @@ -809,55 +716,41 @@ public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { private com.google.cloud.domains.v1beta1.ManagementSettings managementSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ManagementSettings, - com.google.cloud.domains.v1beta1.ManagementSettings.Builder, - com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder> - managementSettingsBuilder_; + com.google.cloud.domains.v1beta1.ManagementSettings, com.google.cloud.domains.v1beta1.ManagementSettings.Builder, com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder> managementSettingsBuilder_; /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; - * * @return Whether the managementSettings field is set. */ public boolean hasManagementSettings() { return managementSettingsBuilder_ != null || managementSettings_ != null; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; - * * @return The managementSettings. */ public com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings() { if (managementSettingsBuilder_ == null) { - return managementSettings_ == null - ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() : managementSettings_; } else { return managementSettingsBuilder_.getMessage(); } } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; */ - public Builder setManagementSettings( - com.google.cloud.domains.v1beta1.ManagementSettings value) { + public Builder setManagementSettings(com.google.cloud.domains.v1beta1.ManagementSettings value) { if (managementSettingsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -871,8 +764,6 @@ public Builder setManagementSettings( return this; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
@@ -891,22 +782,17 @@ public Builder setManagementSettings( return this; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; */ - public Builder mergeManagementSettings( - com.google.cloud.domains.v1beta1.ManagementSettings value) { + public Builder mergeManagementSettings(com.google.cloud.domains.v1beta1.ManagementSettings value) { if (managementSettingsBuilder_ == null) { if (managementSettings_ != null) { managementSettings_ = - com.google.cloud.domains.v1beta1.ManagementSettings.newBuilder(managementSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.ManagementSettings.newBuilder(managementSettings_).mergeFrom(value).buildPartial(); } else { managementSettings_ = value; } @@ -918,8 +804,6 @@ public Builder mergeManagementSettings( return this; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
@@ -938,42 +822,33 @@ public Builder clearManagementSettings() { return this; } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; */ - public com.google.cloud.domains.v1beta1.ManagementSettings.Builder - getManagementSettingsBuilder() { - + public com.google.cloud.domains.v1beta1.ManagementSettings.Builder getManagementSettingsBuilder() { + onChanged(); return getManagementSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; */ - public com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder - getManagementSettingsOrBuilder() { + public com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() { if (managementSettingsBuilder_ != null) { return managementSettingsBuilder_.getMessageOrBuilder(); } else { - return managementSettings_ == null - ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? + com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() : managementSettings_; } } /** - * - * *
      * Fields of the `ManagementSettings` to update.
      * 
@@ -981,17 +856,14 @@ public Builder clearManagementSettings() { * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ManagementSettings, - com.google.cloud.domains.v1beta1.ManagementSettings.Builder, - com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder> + com.google.cloud.domains.v1beta1.ManagementSettings, com.google.cloud.domains.v1beta1.ManagementSettings.Builder, com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder> getManagementSettingsFieldBuilder() { if (managementSettingsBuilder_ == null) { - managementSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ManagementSettings, - com.google.cloud.domains.v1beta1.ManagementSettings.Builder, - com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder>( - getManagementSettings(), getParentForChildren(), isClean()); + managementSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.ManagementSettings, com.google.cloud.domains.v1beta1.ManagementSettings.Builder, com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder>( + getManagementSettings(), + getParentForChildren(), + isClean()); managementSettings_ = null; } return managementSettingsBuilder_; @@ -999,61 +871,45 @@ public Builder clearManagementSettings() { private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -1069,18 +925,16 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -1091,22 +945,19 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -1118,16 +969,13 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -1141,74 +989,61 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
      * For example, if only the transfer lock is being updated, the `update_mask`
-     * would be `"transfer_lock_state"`.
+     * is `"transfer_lock_state"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - @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); } @@ -1218,32 +1053,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) - private static final com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest(); } - public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ConfigureManagementSettingsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ConfigureManagementSettingsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ConfigureManagementSettingsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ConfigureManagementSettingsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1255,8 +1088,9 @@ public com.google.protobuf.Parser getParserF } @java.lang.Override - public com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequestOrBuilder.java similarity index 66% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequestOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequestOrBuilder.java index 041b41f6..bfb71d70 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequestOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ConfigureManagementSettingsRequestOrBuilder.java @@ -1,86 +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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface ConfigureManagementSettingsRequestOrBuilder - extends +public interface ConfigureManagementSettingsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The name of the `Registration` whose management settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ java.lang.String getRegistration(); /** - * - * *
    * Required. The name of the `Registration` whose management settings are being updated,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - com.google.protobuf.ByteString getRegistrationBytes(); + com.google.protobuf.ByteString + getRegistrationBytes(); /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; - * * @return Whether the managementSettings field is set. */ boolean hasManagementSettings(); /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2; - * * @return The managementSettings. */ com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings(); /** - * - * *
    * Fields of the `ManagementSettings` to update.
    * 
@@ -90,46 +57,35 @@ public interface ConfigureManagementSettingsRequestOrBuilder com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
    * For example, if only the transfer lock is being updated, the `update_mask`
-   * would be `"transfer_lock_state"`.
+   * is `"transfer_lock_state"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactNotice.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactNotice.java similarity index 67% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactNotice.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactNotice.java index fc252847..494222df 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactNotice.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactNotice.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Notices related to contact information.
  * 
* * Protobuf enum {@code google.cloud.domains.v1beta1.ContactNotice} */ -public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum { +public enum ContactNotice + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
    * The notice is undefined.
    * 
@@ -39,8 +21,6 @@ public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum { */ CONTACT_NOTICE_UNSPECIFIED(0), /** - * - * *
    * Required when setting the `privacy` field of `ContactSettings` to
    * `PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
@@ -53,8 +33,6 @@ public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * The notice is undefined.
    * 
@@ -63,8 +41,6 @@ public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CONTACT_NOTICE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * Required when setting the `privacy` field of `ContactSettings` to
    * `PUBLIC_CONTACT_DATA`, which exposes contact data publicly.
@@ -74,6 +50,7 @@ public enum ContactNotice implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT_VALUE = 1;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -98,47 +75,48 @@ public static ContactNotice valueOf(int value) {
    */
   public static ContactNotice forNumber(int value) {
     switch (value) {
-      case 0:
-        return CONTACT_NOTICE_UNSPECIFIED;
-      case 1:
-        return PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT;
-      default:
-        return null;
+      case 0: return CONTACT_NOTICE_UNSPECIFIED;
+      case 1: return PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT;
+      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 ContactNotice findValueByNumber(int number) {
-          return ContactNotice.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      ContactNotice> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public ContactNotice findValueByNumber(int number) {
+            return ContactNotice.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.cloud.domains.v1beta1.DomainsProto.getDescriptor().getEnumTypes().get(2);
   }
 
   private static final ContactNotice[] VALUES = values();
 
-  public static ContactNotice valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static ContactNotice 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;
@@ -154,3 +132,4 @@ private ContactNotice(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1beta1.ContactNotice)
 }
+
diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactPrivacy.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactPrivacy.java
similarity index 75%
rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactPrivacy.java
rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactPrivacy.java
index d9e6a204..2674f6a6 100644
--- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactPrivacy.java
+++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactPrivacy.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/cloud/domains/v1beta1/domains.proto
 
 package com.google.cloud.domains.v1beta1;
 
 /**
- *
- *
  * 
  * Defines a set of possible contact privacy settings for a `Registration`.
  * [ICANN](https://icann.org/) maintains the WHOIS database, a publicly
@@ -31,10 +14,9 @@
  *
  * Protobuf enum {@code google.cloud.domains.v1beta1.ContactPrivacy}
  */
-public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
+public enum ContactPrivacy
+    implements com.google.protobuf.ProtocolMessageEnum {
   /**
-   *
-   *
    * 
    * The contact privacy settings are undefined.
    * 
@@ -43,8 +25,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum { */ CONTACT_PRIVACY_UNSPECIFIED(0), /** - * - * *
    * All the data from `ContactSettings` is publicly available. When setting
    * this option, you must also provide a
@@ -56,8 +36,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   PUBLIC_CONTACT_DATA(1),
   /**
-   *
-   *
    * 
    * None of the data from `ContactSettings` is publicly available. Instead,
    * proxy contact data is published for your domain. Email sent to the proxy
@@ -69,8 +47,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   PRIVATE_CONTACT_DATA(2),
   /**
-   *
-   *
    * 
    * Some data from `ContactSettings` is publicly available. The actual
    * information redacted depends on the domain. For details, see [the
@@ -85,8 +61,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * The contact privacy settings are undefined.
    * 
@@ -95,8 +69,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CONTACT_PRIVACY_UNSPECIFIED_VALUE = 0; /** - * - * *
    * All the data from `ContactSettings` is publicly available. When setting
    * this option, you must also provide a
@@ -108,8 +80,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int PUBLIC_CONTACT_DATA_VALUE = 1;
   /**
-   *
-   *
    * 
    * None of the data from `ContactSettings` is publicly available. Instead,
    * proxy contact data is published for your domain. Email sent to the proxy
@@ -121,8 +91,6 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int PRIVATE_CONTACT_DATA_VALUE = 2;
   /**
-   *
-   *
    * 
    * Some data from `ContactSettings` is publicly available. The actual
    * information redacted depends on the domain. For details, see [the
@@ -134,6 +102,7 @@ public enum ContactPrivacy implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int REDACTED_CONTACT_DATA_VALUE = 3;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -158,51 +127,50 @@ public static ContactPrivacy valueOf(int value) {
    */
   public static ContactPrivacy forNumber(int value) {
     switch (value) {
-      case 0:
-        return CONTACT_PRIVACY_UNSPECIFIED;
-      case 1:
-        return PUBLIC_CONTACT_DATA;
-      case 2:
-        return PRIVATE_CONTACT_DATA;
-      case 3:
-        return REDACTED_CONTACT_DATA;
-      default:
-        return null;
+      case 0: return CONTACT_PRIVACY_UNSPECIFIED;
+      case 1: return PUBLIC_CONTACT_DATA;
+      case 2: return PRIVATE_CONTACT_DATA;
+      case 3: return REDACTED_CONTACT_DATA;
+      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 ContactPrivacy findValueByNumber(int number) {
-          return ContactPrivacy.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      ContactPrivacy> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public ContactPrivacy findValueByNumber(int number) {
+            return ContactPrivacy.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.cloud.domains.v1beta1.DomainsProto.getDescriptor().getEnumTypes().get(0);
   }
 
   private static final ContactPrivacy[] VALUES = values();
 
-  public static ContactPrivacy valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static ContactPrivacy 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;
@@ -218,3 +186,4 @@ private ContactPrivacy(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1beta1.ContactPrivacy)
 }
+
diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettings.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettings.java
similarity index 64%
rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettings.java
rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettings.java
index d7b808a7..10a4a62b 100644
--- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettings.java
+++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettings.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/cloud/domains/v1beta1/domains.proto
 
 package com.google.cloud.domains.v1beta1;
 
 /**
- *
- *
  * 
  * Defines the contact information associated with a `Registration`.
  * [ICANN](https://icann.org/) requires all domain names to have associated
@@ -30,31 +13,31 @@
  *
  * Protobuf type {@code google.cloud.domains.v1beta1.ContactSettings}
  */
-public final class ContactSettings extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ContactSettings extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ContactSettings)
     ContactSettingsOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ContactSettings.newBuilder() to construct.
   private ContactSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ContactSettings() {
     privacy_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ContactSettings();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private ContactSettings(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -73,242 +56,194 @@ private ContactSettings(
           case 0:
             done = true;
             break;
-          case 8:
-            {
-              int rawValue = input.readEnum();
+          case 8: {
+            int rawValue = input.readEnum();
 
-              privacy_ = rawValue;
-              break;
+            privacy_ = rawValue;
+            break;
+          }
+          case 18: {
+            com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder subBuilder = null;
+            if (registrantContact_ != null) {
+              subBuilder = registrantContact_.toBuilder();
             }
-          case 18:
-            {
-              com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder subBuilder = null;
-              if (registrantContact_ != null) {
-                subBuilder = registrantContact_.toBuilder();
-              }
-              registrantContact_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1beta1.ContactSettings.Contact.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(registrantContact_);
-                registrantContact_ = subBuilder.buildPartial();
-              }
-
-              break;
+            registrantContact_ = input.readMessage(com.google.cloud.domains.v1beta1.ContactSettings.Contact.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(registrantContact_);
+              registrantContact_ = subBuilder.buildPartial();
             }
-          case 26:
-            {
-              com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder subBuilder = null;
-              if (adminContact_ != null) {
-                subBuilder = adminContact_.toBuilder();
-              }
-              adminContact_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1beta1.ContactSettings.Contact.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(adminContact_);
-                adminContact_ = subBuilder.buildPartial();
-              }
 
-              break;
+            break;
+          }
+          case 26: {
+            com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder subBuilder = null;
+            if (adminContact_ != null) {
+              subBuilder = adminContact_.toBuilder();
+            }
+            adminContact_ = input.readMessage(com.google.cloud.domains.v1beta1.ContactSettings.Contact.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(adminContact_);
+              adminContact_ = subBuilder.buildPartial();
             }
-          case 34:
-            {
-              com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder subBuilder = null;
-              if (technicalContact_ != null) {
-                subBuilder = technicalContact_.toBuilder();
-              }
-              technicalContact_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1beta1.ContactSettings.Contact.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(technicalContact_);
-                technicalContact_ = subBuilder.buildPartial();
-              }
 
-              break;
+            break;
+          }
+          case 34: {
+            com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder subBuilder = null;
+            if (technicalContact_ != null) {
+              subBuilder = technicalContact_.toBuilder();
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            technicalContact_ = input.readMessage(com.google.cloud.domains.v1beta1.ContactSettings.Contact.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom(technicalContact_);
+              technicalContact_ = subBuilder.buildPartial();
+            }
+
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
             }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
       throw e.setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       this.unknownFields = unknownFields.build();
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.domains.v1beta1.DomainsProto
-        .internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.domains.v1beta1.DomainsProto
-        .internal_static_google_cloud_domains_v1beta1_ContactSettings_fieldAccessorTable
+    return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.domains.v1beta1.ContactSettings.class,
-            com.google.cloud.domains.v1beta1.ContactSettings.Builder.class);
+            com.google.cloud.domains.v1beta1.ContactSettings.class, com.google.cloud.domains.v1beta1.ContactSettings.Builder.class);
   }
 
-  public interface ContactOrBuilder
-      extends
+  public interface ContactOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ContactSettings.Contact)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the postalAddress field is set. */ boolean hasPostalAddress(); /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The postalAddress. */ com.google.type.PostalAddress getPostalAddress(); /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder(); /** - * - * *
      * Required. Email address of the contact.
      * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The email. */ java.lang.String getEmail(); /** - * - * *
      * Required. Email address of the contact.
      * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for email. */ - com.google.protobuf.ByteString getEmailBytes(); + com.google.protobuf.ByteString + getEmailBytes(); /** - * - * *
      * Required. Phone number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The phoneNumber. */ java.lang.String getPhoneNumber(); /** - * - * *
      * Required. Phone number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for phoneNumber. */ - com.google.protobuf.ByteString getPhoneNumberBytes(); + com.google.protobuf.ByteString + getPhoneNumberBytes(); /** - * - * *
      * Fax number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string fax_number = 4; - * * @return The faxNumber. */ java.lang.String getFaxNumber(); /** - * - * *
      * Fax number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string fax_number = 4; - * * @return The bytes for faxNumber. */ - com.google.protobuf.ByteString getFaxNumberBytes(); + com.google.protobuf.ByteString + getFaxNumberBytes(); } /** - * - * *
    * Details required for a contact associated with a `Registration`.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ContactSettings.Contact} */ - public static final class Contact extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Contact extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ContactSettings.Contact) ContactOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Contact.newBuilder() to construct. private Contact(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Contact() { email_ = ""; phoneNumber_ = ""; @@ -317,15 +252,16 @@ private Contact() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Contact(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private Contact( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -344,89 +280,77 @@ private Contact( case 0: done = true; break; - case 10: - { - com.google.type.PostalAddress.Builder subBuilder = null; - if (postalAddress_ != null) { - subBuilder = postalAddress_.toBuilder(); - } - postalAddress_ = - input.readMessage(com.google.type.PostalAddress.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(postalAddress_); - postalAddress_ = subBuilder.buildPartial(); - } - - break; + case 10: { + com.google.type.PostalAddress.Builder subBuilder = null; + if (postalAddress_ != null) { + subBuilder = postalAddress_.toBuilder(); } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - - email_ = s; - break; + postalAddress_ = input.readMessage(com.google.type.PostalAddress.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(postalAddress_); + postalAddress_ = subBuilder.buildPartial(); } - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - phoneNumber_ = s; - break; - } - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - faxNumber_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + email_ = s; + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + + phoneNumber_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + faxNumber_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ContactSettings.Contact.class, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder.class); + com.google.cloud.domains.v1beta1.ContactSettings.Contact.class, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder.class); } public static final int POSTAL_ADDRESS_FIELD_NUMBER = 1; private com.google.type.PostalAddress postalAddress_; /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the postalAddress field is set. */ @java.lang.Override @@ -434,34 +358,23 @@ public boolean hasPostalAddress() { return postalAddress_ != null; } /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The postalAddress. */ @java.lang.Override public com.google.type.PostalAddress getPostalAddress() { - return postalAddress_ == null - ? com.google.type.PostalAddress.getDefaultInstance() - : postalAddress_; + return postalAddress_ == null ? com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; } /** - * - * *
      * Required. Postal address of the contact.
      * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { @@ -471,14 +384,11 @@ public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { public static final int EMAIL_FIELD_NUMBER = 2; private volatile java.lang.Object email_; /** - * - * *
      * Required. Email address of the contact.
      * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The email. */ @java.lang.Override @@ -487,29 +397,29 @@ public java.lang.String getEmail() { 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(); email_ = s; return s; } } /** - * - * *
      * Required. Email address of the contact.
      * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for email. */ @java.lang.Override - public com.google.protobuf.ByteString getEmailBytes() { + public com.google.protobuf.ByteString + getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -520,15 +430,12 @@ public com.google.protobuf.ByteString getEmailBytes() { public static final int PHONE_NUMBER_FIELD_NUMBER = 3; private volatile java.lang.Object phoneNumber_; /** - * - * *
      * Required. Phone number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The phoneNumber. */ @java.lang.Override @@ -537,30 +444,30 @@ public java.lang.String getPhoneNumber() { 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(); phoneNumber_ = s; return s; } } /** - * - * *
      * Required. Phone number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for phoneNumber. */ @java.lang.Override - public com.google.protobuf.ByteString getPhoneNumberBytes() { + public com.google.protobuf.ByteString + getPhoneNumberBytes() { java.lang.Object ref = phoneNumber_; 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); phoneNumber_ = b; return b; } else { @@ -571,15 +478,12 @@ public com.google.protobuf.ByteString getPhoneNumberBytes() { public static final int FAX_NUMBER_FIELD_NUMBER = 4; private volatile java.lang.Object faxNumber_; /** - * - * *
      * Fax number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string fax_number = 4; - * * @return The faxNumber. */ @java.lang.Override @@ -588,30 +492,30 @@ public java.lang.String getFaxNumber() { 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(); faxNumber_ = s; return s; } } /** - * - * *
      * Fax number of the contact in international format. For example,
      * `"+1-800-555-0123"`.
      * 
* * string fax_number = 4; - * * @return The bytes for faxNumber. */ @java.lang.Override - public com.google.protobuf.ByteString getFaxNumberBytes() { + public com.google.protobuf.ByteString + getFaxNumberBytes() { java.lang.Object ref = faxNumber_; 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); faxNumber_ = b; return b; } else { @@ -620,7 +524,6 @@ public com.google.protobuf.ByteString getFaxNumberBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -632,17 +535,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 (postalAddress_ != null) { output.writeMessage(1, getPostalAddress()); } - if (!getEmailBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(email_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, email_); } - if (!getPhoneNumberBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(phoneNumber_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, phoneNumber_); } - if (!getFaxNumberBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(faxNumber_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, faxNumber_); } unknownFields.writeTo(output); @@ -655,15 +559,16 @@ public int getSerializedSize() { size = 0; if (postalAddress_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getPostalAddress()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getPostalAddress()); } - if (!getEmailBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(email_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, email_); } - if (!getPhoneNumberBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(phoneNumber_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, phoneNumber_); } - if (!getFaxNumberBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(faxNumber_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, faxNumber_); } size += unknownFields.getSerializedSize(); @@ -674,21 +579,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.cloud.domains.v1beta1.ContactSettings.Contact)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ContactSettings.Contact other = - (com.google.cloud.domains.v1beta1.ContactSettings.Contact) obj; + com.google.cloud.domains.v1beta1.ContactSettings.Contact other = (com.google.cloud.domains.v1beta1.ContactSettings.Contact) obj; if (hasPostalAddress() != other.hasPostalAddress()) return false; if (hasPostalAddress()) { - if (!getPostalAddress().equals(other.getPostalAddress())) return false; - } - if (!getEmail().equals(other.getEmail())) return false; - if (!getPhoneNumber().equals(other.getPhoneNumber())) return false; - if (!getFaxNumber().equals(other.getFaxNumber())) return false; + if (!getPostalAddress() + .equals(other.getPostalAddress())) return false; + } + if (!getEmail() + .equals(other.getEmail())) return false; + if (!getPhoneNumber() + .equals(other.getPhoneNumber())) return false; + if (!getFaxNumber() + .equals(other.getFaxNumber())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -716,94 +624,87 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ContactSettings.Contact parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ContactSettings.Contact parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.ContactSettings.Contact 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 @@ -813,32 +714,27 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Details required for a contact associated with a `Registration`.
      * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ContactSettings.Contact} */ - 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.cloud.domains.v1beta1.ContactSettings.Contact) com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ContactSettings.Contact.class, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder.class); + com.google.cloud.domains.v1beta1.ContactSettings.Contact.class, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.ContactSettings.Contact.newBuilder() @@ -846,15 +742,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -874,9 +771,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor; } @java.lang.Override @@ -895,8 +792,7 @@ public com.google.cloud.domains.v1beta1.ContactSettings.Contact build() { @java.lang.Override public com.google.cloud.domains.v1beta1.ContactSettings.Contact buildPartial() { - com.google.cloud.domains.v1beta1.ContactSettings.Contact result = - new com.google.cloud.domains.v1beta1.ContactSettings.Contact(this); + com.google.cloud.domains.v1beta1.ContactSettings.Contact result = new com.google.cloud.domains.v1beta1.ContactSettings.Contact(this); if (postalAddressBuilder_ == null) { result.postalAddress_ = postalAddress_; } else { @@ -913,41 +809,38 @@ public com.google.cloud.domains.v1beta1.ContactSettings.Contact 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.cloud.domains.v1beta1.ContactSettings.Contact) { - return mergeFrom((com.google.cloud.domains.v1beta1.ContactSettings.Contact) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ContactSettings.Contact)other); } else { super.mergeFrom(other); return this; @@ -955,8 +848,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.ContactSettings.Contact other) { - if (other == com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance()) return this; if (other.hasPostalAddress()) { mergePostalAddress(other.getPostalAddress()); } @@ -991,8 +883,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ContactSettings.Contact) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ContactSettings.Contact) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -1004,58 +895,39 @@ public Builder mergeFrom( private com.google.type.PostalAddress postalAddress_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.PostalAddress, - com.google.type.PostalAddress.Builder, - com.google.type.PostalAddressOrBuilder> - postalAddressBuilder_; + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder> postalAddressBuilder_; /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the postalAddress field is set. */ public boolean hasPostalAddress() { return postalAddressBuilder_ != null || postalAddress_ != null; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The postalAddress. */ public com.google.type.PostalAddress getPostalAddress() { if (postalAddressBuilder_ == null) { - return postalAddress_ == null - ? com.google.type.PostalAddress.getDefaultInstance() - : postalAddress_; + return postalAddress_ == null ? com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; } else { return postalAddressBuilder_.getMessage(); } } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setPostalAddress(com.google.type.PostalAddress value) { if (postalAddressBuilder_ == null) { @@ -1071,17 +943,14 @@ public Builder setPostalAddress(com.google.type.PostalAddress value) { return this; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setPostalAddress(com.google.type.PostalAddress.Builder builderForValue) { + public Builder setPostalAddress( + com.google.type.PostalAddress.Builder builderForValue) { if (postalAddressBuilder_ == null) { postalAddress_ = builderForValue.build(); onChanged(); @@ -1092,23 +961,17 @@ public Builder setPostalAddress(com.google.type.PostalAddress.Builder builderFor return this; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergePostalAddress(com.google.type.PostalAddress value) { if (postalAddressBuilder_ == null) { if (postalAddress_ != null) { postalAddress_ = - com.google.type.PostalAddress.newBuilder(postalAddress_) - .mergeFrom(value) - .buildPartial(); + com.google.type.PostalAddress.newBuilder(postalAddress_).mergeFrom(value).buildPartial(); } else { postalAddress_ = value; } @@ -1120,15 +983,11 @@ public Builder mergePostalAddress(com.google.type.PostalAddress value) { return this; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearPostalAddress() { if (postalAddressBuilder_ == null) { @@ -1142,64 +1001,48 @@ public Builder clearPostalAddress() { return this; } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.type.PostalAddress.Builder getPostalAddressBuilder() { - + onChanged(); return getPostalAddressFieldBuilder().getBuilder(); } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { if (postalAddressBuilder_ != null) { return postalAddressBuilder_.getMessageOrBuilder(); } else { - return postalAddress_ == null - ? com.google.type.PostalAddress.getDefaultInstance() - : postalAddress_; + return postalAddress_ == null ? + com.google.type.PostalAddress.getDefaultInstance() : postalAddress_; } } /** - * - * *
        * Required. Postal address of the contact.
        * 
* - * - * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.type.PostalAddress postal_address = 1 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.PostalAddress, - com.google.type.PostalAddress.Builder, - com.google.type.PostalAddressOrBuilder> + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder> getPostalAddressFieldBuilder() { if (postalAddressBuilder_ == null) { - postalAddressBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.type.PostalAddress, - com.google.type.PostalAddress.Builder, - com.google.type.PostalAddressOrBuilder>( - getPostalAddress(), getParentForChildren(), isClean()); + postalAddressBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.PostalAddress, com.google.type.PostalAddress.Builder, com.google.type.PostalAddressOrBuilder>( + getPostalAddress(), + getParentForChildren(), + isClean()); postalAddress_ = null; } return postalAddressBuilder_; @@ -1207,20 +1050,18 @@ public com.google.type.PostalAddressOrBuilder getPostalAddressOrBuilder() { private java.lang.Object email_ = ""; /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The email. */ public java.lang.String getEmail() { java.lang.Object ref = email_; 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(); email_ = s; return s; @@ -1229,21 +1070,20 @@ public java.lang.String getEmail() { } } /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for email. */ - public com.google.protobuf.ByteString getEmailBytes() { + public com.google.protobuf.ByteString + getEmailBytes() { java.lang.Object ref = email_; 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); email_ = b; return b; } else { @@ -1251,61 +1091,54 @@ public com.google.protobuf.ByteString getEmailBytes() { } } /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The email to set. * @return This builder for chaining. */ - public Builder setEmail(java.lang.String value) { + public Builder setEmail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + email_ = value; onChanged(); return this; } /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearEmail() { - + email_ = getDefaultInstance().getEmail(); onChanged(); return this; } /** - * - * *
        * Required. Email address of the contact.
        * 
* * string email = 2 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for email to set. * @return This builder for chaining. */ - public Builder setEmailBytes(com.google.protobuf.ByteString value) { + public Builder setEmailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + email_ = value; onChanged(); return this; @@ -1313,21 +1146,19 @@ public Builder setEmailBytes(com.google.protobuf.ByteString value) { private java.lang.Object phoneNumber_ = ""; /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The phoneNumber. */ public java.lang.String getPhoneNumber() { java.lang.Object ref = phoneNumber_; 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(); phoneNumber_ = s; return s; @@ -1336,22 +1167,21 @@ public java.lang.String getPhoneNumber() { } } /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for phoneNumber. */ - public com.google.protobuf.ByteString getPhoneNumberBytes() { + public com.google.protobuf.ByteString + getPhoneNumberBytes() { java.lang.Object ref = phoneNumber_; 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); phoneNumber_ = b; return b; } else { @@ -1359,64 +1189,57 @@ public com.google.protobuf.ByteString getPhoneNumberBytes() { } } /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The phoneNumber to set. * @return This builder for chaining. */ - public Builder setPhoneNumber(java.lang.String value) { + public Builder setPhoneNumber( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + phoneNumber_ = value; onChanged(); return this; } /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearPhoneNumber() { - + phoneNumber_ = getDefaultInstance().getPhoneNumber(); onChanged(); return this; } /** - * - * *
        * Required. Phone number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string phone_number = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for phoneNumber to set. * @return This builder for chaining. */ - public Builder setPhoneNumberBytes(com.google.protobuf.ByteString value) { + public Builder setPhoneNumberBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + phoneNumber_ = value; onChanged(); return this; @@ -1424,21 +1247,19 @@ public Builder setPhoneNumberBytes(com.google.protobuf.ByteString value) { private java.lang.Object faxNumber_ = ""; /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @return The faxNumber. */ public java.lang.String getFaxNumber() { java.lang.Object ref = faxNumber_; 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(); faxNumber_ = s; return s; @@ -1447,22 +1268,21 @@ public java.lang.String getFaxNumber() { } } /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @return The bytes for faxNumber. */ - public com.google.protobuf.ByteString getFaxNumberBytes() { + public com.google.protobuf.ByteString + getFaxNumberBytes() { java.lang.Object ref = faxNumber_; 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); faxNumber_ = b; return b; } else { @@ -1470,69 +1290,61 @@ public com.google.protobuf.ByteString getFaxNumberBytes() { } } /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @param value The faxNumber to set. * @return This builder for chaining. */ - public Builder setFaxNumber(java.lang.String value) { + public Builder setFaxNumber( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + faxNumber_ = value; onChanged(); return this; } /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @return This builder for chaining. */ public Builder clearFaxNumber() { - + faxNumber_ = getDefaultInstance().getFaxNumber(); onChanged(); return this; } /** - * - * *
        * Fax number of the contact in international format. For example,
        * `"+1-800-555-0123"`.
        * 
* * string fax_number = 4; - * * @param value The bytes for faxNumber to set. * @return This builder for chaining. */ - public Builder setFaxNumberBytes(com.google.protobuf.ByteString value) { + public Builder setFaxNumberBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + faxNumber_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1545,12 +1357,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ContactSettings.Contact) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ContactSettings.Contact) private static final com.google.cloud.domains.v1beta1.ContactSettings.Contact DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ContactSettings.Contact(); } @@ -1559,16 +1371,16 @@ public static com.google.cloud.domains.v1beta1.ContactSettings.Contact getDefaul return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Contact parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Contact(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Contact parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Contact(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1583,66 +1395,49 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.ContactSettings.Contact getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int PRIVACY_FIELD_NUMBER = 1; private int privacy_; /** - * - * *
    * Required. Privacy setting for the contacts associated with the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for privacy. */ - @java.lang.Override - public int getPrivacyValue() { + @java.lang.Override public int getPrivacyValue() { return privacy_; } /** - * - * *
    * Required. Privacy setting for the contacts associated with the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The privacy. */ - @java.lang.Override - public com.google.cloud.domains.v1beta1.ContactPrivacy getPrivacy() { + @java.lang.Override public com.google.cloud.domains.v1beta1.ContactPrivacy getPrivacy() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.ContactPrivacy result = - com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(privacy_); + com.google.cloud.domains.v1beta1.ContactPrivacy result = com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(privacy_); return result == null ? com.google.cloud.domains.v1beta1.ContactPrivacy.UNRECOGNIZED : result; } public static final int REGISTRANT_CONTACT_FIELD_NUMBER = 2; private com.google.cloud.domains.v1beta1.ContactSettings.Contact registrantContact_; /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registrantContact field is set. */ @java.lang.Override @@ -1650,64 +1445,47 @@ public boolean hasRegistrantContact() { return registrantContact_ != null; } /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registrantContact. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ContactSettings.Contact getRegistrantContact() { - return registrantContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : registrantContact_; + return registrantContact_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : registrantContact_; } /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder - getRegistrantContactOrBuilder() { + public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder() { return getRegistrantContact(); } public static final int ADMIN_CONTACT_FIELD_NUMBER = 3; private com.google.cloud.domains.v1beta1.ContactSettings.Contact adminContact_; /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the adminContact field is set. */ @java.lang.Override @@ -1715,54 +1493,37 @@ public boolean hasAdminContact() { return adminContact_ != null; } /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The adminContact. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ContactSettings.Contact getAdminContact() { - return adminContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : adminContact_; + return adminContact_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : adminContact_; } /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder - getAdminContactOrBuilder() { + public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getAdminContactOrBuilder() { return getAdminContact(); } public static final int TECHNICAL_CONTACT_FIELD_NUMBER = 4; private com.google.cloud.domains.v1beta1.ContactSettings.Contact technicalContact_; /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the technicalContact field is set. */ @java.lang.Override @@ -1770,43 +1531,30 @@ public boolean hasTechnicalContact() { return technicalContact_ != null; } /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The technicalContact. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ContactSettings.Contact getTechnicalContact() { - return technicalContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : technicalContact_; + return technicalContact_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : technicalContact_; } /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder - getTechnicalContactOrBuilder() { + public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder() { return getTechnicalContact(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1818,10 +1566,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (privacy_ - != com.google.cloud.domains.v1beta1.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (privacy_ != com.google.cloud.domains.v1beta1.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED.getNumber()) { output.writeEnum(1, privacy_); } if (registrantContact_ != null) { @@ -1842,19 +1589,21 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (privacy_ - != com.google.cloud.domains.v1beta1.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, privacy_); + if (privacy_ != com.google.cloud.domains.v1beta1.ContactPrivacy.CONTACT_PRIVACY_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, privacy_); } if (registrantContact_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getRegistrantContact()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistrantContact()); } if (adminContact_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getAdminContact()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getAdminContact()); } if (technicalContact_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getTechnicalContact()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getTechnicalContact()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -1864,26 +1613,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.cloud.domains.v1beta1.ContactSettings)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ContactSettings other = - (com.google.cloud.domains.v1beta1.ContactSettings) obj; + com.google.cloud.domains.v1beta1.ContactSettings other = (com.google.cloud.domains.v1beta1.ContactSettings) obj; if (privacy_ != other.privacy_) return false; if (hasRegistrantContact() != other.hasRegistrantContact()) return false; if (hasRegistrantContact()) { - if (!getRegistrantContact().equals(other.getRegistrantContact())) return false; + if (!getRegistrantContact() + .equals(other.getRegistrantContact())) return false; } if (hasAdminContact() != other.hasAdminContact()) return false; if (hasAdminContact()) { - if (!getAdminContact().equals(other.getAdminContact())) return false; + if (!getAdminContact() + .equals(other.getAdminContact())) return false; } if (hasTechnicalContact() != other.hasTechnicalContact()) return false; if (hasTechnicalContact()) { - if (!getTechnicalContact().equals(other.getTechnicalContact())) return false; + if (!getTechnicalContact() + .equals(other.getTechnicalContact())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -1915,104 +1666,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.domains.v1beta1.ContactSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.domains.v1beta1.ContactSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ContactSettings 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.cloud.domains.v1beta1.ContactSettings parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ContactSettings 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.cloud.domains.v1beta1.ContactSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ContactSettings 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.cloud.domains.v1beta1.ContactSettings parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ContactSettings parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ContactSettings 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.cloud.domains.v1beta1.ContactSettings parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ContactSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ContactSettings 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.cloud.domains.v1beta1.ContactSettings 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.cloud.domains.v1beta1.ContactSettings 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.cloud.domains.v1beta1.ContactSettings 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 contact information associated with a `Registration`.
    * [ICANN](https://icann.org/) requires all domain names to have associated
@@ -2022,23 +1766,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.domains.v1beta1.ContactSettings}
    */
-  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.cloud.domains.v1beta1.ContactSettings)
       com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_ContactSettings_fieldAccessorTable
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1beta1.ContactSettings.class,
-              com.google.cloud.domains.v1beta1.ContactSettings.Builder.class);
+              com.google.cloud.domains.v1beta1.ContactSettings.class, com.google.cloud.domains.v1beta1.ContactSettings.Builder.class);
     }
 
     // Construct using com.google.cloud.domains.v1beta1.ContactSettings.newBuilder()
@@ -2046,15 +1788,16 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
+      }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -2082,9 +1825,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor;
     }
 
     @java.lang.Override
@@ -2103,8 +1846,7 @@ public com.google.cloud.domains.v1beta1.ContactSettings build() {
 
     @java.lang.Override
     public com.google.cloud.domains.v1beta1.ContactSettings buildPartial() {
-      com.google.cloud.domains.v1beta1.ContactSettings result =
-          new com.google.cloud.domains.v1beta1.ContactSettings(this);
+      com.google.cloud.domains.v1beta1.ContactSettings result = new com.google.cloud.domains.v1beta1.ContactSettings(this);
       result.privacy_ = privacy_;
       if (registrantContactBuilder_ == null) {
         result.registrantContact_ = registrantContact_;
@@ -2129,39 +1871,38 @@ public com.google.cloud.domains.v1beta1.ContactSettings 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.cloud.domains.v1beta1.ContactSettings) {
-        return mergeFrom((com.google.cloud.domains.v1beta1.ContactSettings) other);
+        return mergeFrom((com.google.cloud.domains.v1beta1.ContactSettings)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -2169,8 +1910,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
     }
 
     public Builder mergeFrom(com.google.cloud.domains.v1beta1.ContactSettings other) {
-      if (other == com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance())
-        return this;
+      if (other == com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance()) return this;
       if (other.privacy_ != 0) {
         setPrivacyValue(other.getPrivacyValue());
       }
@@ -2214,73 +1954,51 @@ public Builder mergeFrom(
 
     private int privacy_ = 0;
     /**
-     *
-     *
      * 
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for privacy. */ - @java.lang.Override - public int getPrivacyValue() { + @java.lang.Override public int getPrivacyValue() { return privacy_; } /** - * - * *
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @param value The enum numeric value on the wire for privacy to set. * @return This builder for chaining. */ public Builder setPrivacyValue(int value) { - + privacy_ = value; onChanged(); return this; } /** - * - * *
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The privacy. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ContactPrivacy getPrivacy() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.ContactPrivacy result = - com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(privacy_); + com.google.cloud.domains.v1beta1.ContactPrivacy result = com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(privacy_); return result == null ? com.google.cloud.domains.v1beta1.ContactPrivacy.UNRECOGNIZED : result; } /** - * - * *
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @param value The privacy to set. * @return This builder for chaining. */ @@ -2288,26 +2006,21 @@ public Builder setPrivacy(com.google.cloud.domains.v1beta1.ContactPrivacy value) if (value == null) { throw new NullPointerException(); } - + privacy_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Required. Privacy setting for the contacts associated with the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return This builder for chaining. */ public Builder clearPrivacy() { - + privacy_ = 0; onChanged(); return this; @@ -2315,76 +2028,56 @@ public Builder clearPrivacy() { private com.google.cloud.domains.v1beta1.ContactSettings.Contact registrantContact_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> - registrantContactBuilder_; + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> registrantContactBuilder_; /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registrantContact field is set. */ public boolean hasRegistrantContact() { return registrantContactBuilder_ != null || registrantContact_ != null; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registrantContact. */ public com.google.cloud.domains.v1beta1.ContactSettings.Contact getRegistrantContact() { if (registrantContactBuilder_ == null) { - return registrantContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : registrantContact_; + return registrantContact_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : registrantContact_; } else { return registrantContactBuilder_.getMessage(); } } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setRegistrantContact( - com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { + public Builder setRegistrantContact(com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { if (registrantContactBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2398,20 +2091,16 @@ public Builder setRegistrantContact( return this; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setRegistrantContact( com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder builderForValue) { @@ -2425,30 +2114,22 @@ public Builder setRegistrantContact( return this; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder mergeRegistrantContact( - com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { + public Builder mergeRegistrantContact(com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { if (registrantContactBuilder_ == null) { if (registrantContact_ != null) { registrantContact_ = - com.google.cloud.domains.v1beta1.ContactSettings.Contact.newBuilder( - registrantContact_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.ContactSettings.Contact.newBuilder(registrantContact_).mergeFrom(value).buildPartial(); } else { registrantContact_ = value; } @@ -2460,20 +2141,16 @@ public Builder mergeRegistrantContact( return this; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearRegistrantContact() { if (registrantContactBuilder_ == null) { @@ -2487,81 +2164,63 @@ public Builder clearRegistrantContact() { return this; } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder - getRegistrantContactBuilder() { - + public com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder getRegistrantContactBuilder() { + onChanged(); return getRegistrantContactFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder - getRegistrantContactOrBuilder() { + public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder() { if (registrantContactBuilder_ != null) { return registrantContactBuilder_.getMessageOrBuilder(); } else { - return registrantContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : registrantContact_; + return registrantContact_ == null ? + com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : registrantContact_; } } /** - * - * *
      * Required. The registrant contact for the `Registration`.
      * *Caution: Anyone with access to this email address, phone number,
      * and/or postal address can take control of the domain.*
-     * *Warning: For new `Registration`s, the registrant will receive an email
-     * confirmation that they must complete within 14 days to avoid domain
+     * *Warning: For new `Registration`s, the registrant receives an email
+     * confirmation that they must complete within 15 days to avoid domain
      * suspension.*
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> getRegistrantContactFieldBuilder() { if (registrantContactBuilder_ == null) { - registrantContactBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder>( - getRegistrantContact(), getParentForChildren(), isClean()); + registrantContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder>( + getRegistrantContact(), + getParentForChildren(), + isClean()); registrantContact_ = null; } return registrantContactBuilder_; @@ -2569,58 +2228,39 @@ public Builder clearRegistrantContact() { private com.google.cloud.domains.v1beta1.ContactSettings.Contact adminContact_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> - adminContactBuilder_; + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> adminContactBuilder_; /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the adminContact field is set. */ public boolean hasAdminContact() { return adminContactBuilder_ != null || adminContact_ != null; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The adminContact. */ public com.google.cloud.domains.v1beta1.ContactSettings.Contact getAdminContact() { if (adminContactBuilder_ == null) { - return adminContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : adminContact_; + return adminContact_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : adminContact_; } else { return adminContactBuilder_.getMessage(); } } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setAdminContact(com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { if (adminContactBuilder_ == null) { @@ -2636,15 +2276,11 @@ public Builder setAdminContact(com.google.cloud.domains.v1beta1.ContactSettings. return this; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setAdminContact( com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder builderForValue) { @@ -2658,24 +2294,17 @@ public Builder setAdminContact( return this; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder mergeAdminContact( - com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { + public Builder mergeAdminContact(com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { if (adminContactBuilder_ == null) { if (adminContact_ != null) { adminContact_ = - com.google.cloud.domains.v1beta1.ContactSettings.Contact.newBuilder(adminContact_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.ContactSettings.Contact.newBuilder(adminContact_).mergeFrom(value).buildPartial(); } else { adminContact_ = value; } @@ -2687,15 +2316,11 @@ public Builder mergeAdminContact( return this; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearAdminContact() { if (adminContactBuilder_ == null) { @@ -2709,66 +2334,48 @@ public Builder clearAdminContact() { return this; } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder - getAdminContactBuilder() { - + public com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder getAdminContactBuilder() { + onChanged(); return getAdminContactFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder - getAdminContactOrBuilder() { + public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getAdminContactOrBuilder() { if (adminContactBuilder_ != null) { return adminContactBuilder_.getMessageOrBuilder(); } else { - return adminContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : adminContact_; + return adminContact_ == null ? + com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : adminContact_; } } /** - * - * *
      * Required. The administrative contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> getAdminContactFieldBuilder() { if (adminContactBuilder_ == null) { - adminContactBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder>( - getAdminContact(), getParentForChildren(), isClean()); + adminContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder>( + getAdminContact(), + getParentForChildren(), + isClean()); adminContact_ = null; } return adminContactBuilder_; @@ -2776,61 +2383,41 @@ public Builder clearAdminContact() { private com.google.cloud.domains.v1beta1.ContactSettings.Contact technicalContact_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> - technicalContactBuilder_; + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> technicalContactBuilder_; /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the technicalContact field is set. */ public boolean hasTechnicalContact() { return technicalContactBuilder_ != null || technicalContact_ != null; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The technicalContact. */ public com.google.cloud.domains.v1beta1.ContactSettings.Contact getTechnicalContact() { if (technicalContactBuilder_ == null) { - return technicalContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : technicalContact_; + return technicalContact_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : technicalContact_; } else { return technicalContactBuilder_.getMessage(); } } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setTechnicalContact( - com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { + public Builder setTechnicalContact(com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { if (technicalContactBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -2844,15 +2431,11 @@ public Builder setTechnicalContact( return this; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setTechnicalContact( com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder builderForValue) { @@ -2866,24 +2449,17 @@ public Builder setTechnicalContact( return this; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder mergeTechnicalContact( - com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { + public Builder mergeTechnicalContact(com.google.cloud.domains.v1beta1.ContactSettings.Contact value) { if (technicalContactBuilder_ == null) { if (technicalContact_ != null) { technicalContact_ = - com.google.cloud.domains.v1beta1.ContactSettings.Contact.newBuilder(technicalContact_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.ContactSettings.Contact.newBuilder(technicalContact_).mergeFrom(value).buildPartial(); } else { technicalContact_ = value; } @@ -2895,15 +2471,11 @@ public Builder mergeTechnicalContact( return this; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearTechnicalContact() { if (technicalContactBuilder_ == null) { @@ -2917,73 +2489,55 @@ public Builder clearTechnicalContact() { return this; } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder - getTechnicalContactBuilder() { - + public com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder getTechnicalContactBuilder() { + onChanged(); return getTechnicalContactFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder - getTechnicalContactOrBuilder() { + public com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder() { if (technicalContactBuilder_ != null) { return technicalContactBuilder_.getMessageOrBuilder(); } else { - return technicalContact_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() - : technicalContact_; + return technicalContact_ == null ? + com.google.cloud.domains.v1beta1.ContactSettings.Contact.getDefaultInstance() : technicalContact_; } } /** - * - * *
      * Required. The technical contact for the `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder> getTechnicalContactFieldBuilder() { if (technicalContactBuilder_ == null) { - technicalContactBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings.Contact, - com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, - com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder>( - getTechnicalContact(), getParentForChildren(), isClean()); + technicalContactBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.ContactSettings.Contact, com.google.cloud.domains.v1beta1.ContactSettings.Contact.Builder, com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder>( + getTechnicalContact(), + getParentForChildren(), + isClean()); technicalContact_ = null; } return technicalContactBuilder_; } - @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); } @@ -2993,12 +2547,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ContactSettings) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ContactSettings) private static final com.google.cloud.domains.v1beta1.ContactSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ContactSettings(); } @@ -3007,16 +2561,16 @@ public static com.google.cloud.domains.v1beta1.ContactSettings getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ContactSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ContactSettings(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ContactSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ContactSettings(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3031,4 +2585,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.ContactSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettingsOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettingsOrBuilder.java similarity index 51% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettingsOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettingsOrBuilder.java index 76581fe1..62f490db 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettingsOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ContactSettingsOrBuilder.java @@ -1,192 +1,124 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface ContactSettingsOrBuilder - extends +public interface ContactSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ContactSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Privacy setting for the contacts associated with the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for privacy. */ int getPrivacyValue(); /** - * - * *
    * Required. Privacy setting for the contacts associated with the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The privacy. */ com.google.cloud.domains.v1beta1.ContactPrivacy getPrivacy(); /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registrantContact field is set. */ boolean hasRegistrantContact(); /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registrantContact. */ com.google.cloud.domains.v1beta1.ContactSettings.Contact getRegistrantContact(); /** - * - * *
    * Required. The registrant contact for the `Registration`.
    * *Caution: Anyone with access to this email address, phone number,
    * and/or postal address can take control of the domain.*
-   * *Warning: For new `Registration`s, the registrant will receive an email
-   * confirmation that they must complete within 14 days to avoid domain
+   * *Warning: For new `Registration`s, the registrant receives an email
+   * confirmation that they must complete within 15 days to avoid domain
    * suspension.*
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder(); /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the adminContact field is set. */ boolean hasAdminContact(); /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; * @return The adminContact. */ com.google.cloud.domains.v1beta1.ContactSettings.Contact getAdminContact(); /** - * - * *
    * Required. The administrative contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getAdminContactOrBuilder(); /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the technicalContact field is set. */ boolean hasTechnicalContact(); /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The technicalContact. */ com.google.cloud.domains.v1beta1.ContactSettings.Contact getTechnicalContact(); /** - * - * *
    * Required. The technical contact for the `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1beta1.ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequest.java similarity index 64% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequest.java index 6e7c181a..89a72bef 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequest.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `DeleteRegistration` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.DeleteRegistrationRequest} */ -public final class DeleteRegistrationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DeleteRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.DeleteRegistrationRequest) DeleteRegistrationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DeleteRegistrationRequest.newBuilder() to construct. private DeleteRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DeleteRegistrationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DeleteRegistrationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private DeleteRegistrationRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,61 +53,53 @@ private DeleteRegistrationRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.class, - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.Builder.class); + com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.class, com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The name of the `Registration` to delete,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -133,32 +108,30 @@ 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; } } /** - * - * *
    * Required. The name of the `Registration` to delete,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -167,7 +140,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { + 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_); } unknownFields.writeTo(output); @@ -192,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += unknownFields.getSerializedSize(); @@ -203,15 +176,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.cloud.domains.v1beta1.DeleteRegistrationRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest other = - (com.google.cloud.domains.v1beta1.DeleteRegistrationRequest) obj; + com.google.cloud.domains.v1beta1.DeleteRegistrationRequest other = (com.google.cloud.domains.v1beta1.DeleteRegistrationRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,127 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DeleteRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DeleteRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.DeleteRegistrationRequest 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; } /** - * - * *
    * Request for the `DeleteRegistration` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.DeleteRegistrationRequest} */ - 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.cloud.domains.v1beta1.DeleteRegistrationRequest) com.google.cloud.domains.v1beta1.DeleteRegistrationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.class, - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.Builder.class); + com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.class, com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.newBuilder() @@ -359,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -377,9 +341,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor; } @java.lang.Override @@ -398,8 +362,7 @@ public com.google.cloud.domains.v1beta1.DeleteRegistrationRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.DeleteRegistrationRequest buildPartial() { - com.google.cloud.domains.v1beta1.DeleteRegistrationRequest result = - new com.google.cloud.domains.v1beta1.DeleteRegistrationRequest(this); + com.google.cloud.domains.v1beta1.DeleteRegistrationRequest result = new com.google.cloud.domains.v1beta1.DeleteRegistrationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -409,39 +372,38 @@ public com.google.cloud.domains.v1beta1.DeleteRegistrationRequest 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.cloud.domains.v1beta1.DeleteRegistrationRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.DeleteRegistrationRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.DeleteRegistrationRequest)other); } else { super.mergeFrom(other); return this; @@ -449,8 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.DeleteRegistrationRequest other) { - if (other == com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.DeleteRegistrationRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -474,8 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.DeleteRegistrationRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.DeleteRegistrationRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -487,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; @@ -512,24 +468,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -537,77 +490,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` to delete,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } - @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); } @@ -617,12 +557,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.DeleteRegistrationRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.DeleteRegistrationRequest) private static final com.google.cloud.domains.v1beta1.DeleteRegistrationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.DeleteRegistrationRequest(); } @@ -631,16 +571,16 @@ public static com.google.cloud.domains.v1beta1.DeleteRegistrationRequest getDefa return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteRegistrationRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new DeleteRegistrationRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DeleteRegistrationRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -655,4 +595,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.cloud.domains.v1beta1.DeleteRegistrationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..c37b2bcf --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface DeleteRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.DeleteRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to delete,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to delete,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettings.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettings.java similarity index 74% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettings.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettings.java index 81ed5763..97f44c9a 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettings.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettings.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Defines the DNS configuration of a `Registration`, including name servers,
  * DNSSEC, and glue records.
@@ -28,31 +11,31 @@
  *
  * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings}
  */
-public final class DnsSettings extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class DnsSettings extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.DnsSettings)
     DnsSettingsOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use DnsSettings.newBuilder() to construct.
   private DnsSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private DnsSettings() {
     glueRecords_ = 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 DnsSettings();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
   private DnsSettings(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -72,74 +55,57 @@ private DnsSettings(
           case 0:
             done = true;
             break;
-          case 10:
-            {
-              com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder subBuilder = null;
-              if (dnsProviderCase_ == 1) {
-                subBuilder =
-                    ((com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_)
-                        .toBuilder();
-              }
-              dnsProvider_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(
-                    (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_);
-                dnsProvider_ = subBuilder.buildPartial();
-              }
-              dnsProviderCase_ = 1;
-              break;
+          case 10: {
+            com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder subBuilder = null;
+            if (dnsProviderCase_ == 1) {
+              subBuilder = ((com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_).toBuilder();
             }
-          case 18:
-            {
-              com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder subBuilder =
-                  null;
-              if (dnsProviderCase_ == 2) {
-                subBuilder =
-                    ((com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_)
-                        .toBuilder();
-              }
-              dnsProvider_ =
-                  input.readMessage(
-                      com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.parser(),
-                      extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(
-                    (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_);
-                dnsProvider_ = subBuilder.buildPartial();
-              }
-              dnsProviderCase_ = 2;
-              break;
+            dnsProvider_ =
+                input.readMessage(com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_);
+              dnsProvider_ = subBuilder.buildPartial();
             }
-          case 34:
-            {
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                glueRecords_ =
-                    new java.util.ArrayList<
-                        com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord>();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              glueRecords_.add(
-                  input.readMessage(
-                      com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.parser(),
-                      extensionRegistry));
-              break;
+            dnsProviderCase_ = 1;
+            break;
+          }
+          case 18: {
+            com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder subBuilder = null;
+            if (dnsProviderCase_ == 2) {
+              subBuilder = ((com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_).toBuilder();
             }
-          default:
-            {
-              if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
+            dnsProvider_ =
+                input.readMessage(com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.parser(), extensionRegistry);
+            if (subBuilder != null) {
+              subBuilder.mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_);
+              dnsProvider_ = subBuilder.buildPartial();
             }
+            dnsProviderCase_ = 2;
+            break;
+          }
+          case 34: {
+            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+              glueRecords_ = new java.util.ArrayList();
+              mutable_bitField0_ |= 0x00000001;
+            }
+            glueRecords_.add(
+                input.readMessage(com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.parser(), extensionRegistry));
+            break;
+          }
+          default: {
+            if (!parseUnknownField(
+                input, unknownFields, extensionRegistry, tag)) {
+              done = true;
+            }
+            break;
+          }
         }
       }
     } catch (com.google.protobuf.InvalidProtocolBufferException e) {
       throw e.setUnfinishedMessage(this);
     } catch (java.io.IOException e) {
-      throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+      throw new com.google.protobuf.InvalidProtocolBufferException(
+          e).setUnfinishedMessage(this);
     } finally {
       if (((mutable_bitField0_ & 0x00000001) != 0)) {
         glueRecords_ = java.util.Collections.unmodifiableList(glueRecords_);
@@ -148,35 +114,29 @@ private DnsSettings(
       makeExtensionsImmutable();
     }
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.domains.v1beta1.DomainsProto
-        .internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.domains.v1beta1.DomainsProto
-        .internal_static_google_cloud_domains_v1beta1_DnsSettings_fieldAccessorTable
+    return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.domains.v1beta1.DnsSettings.class,
-            com.google.cloud.domains.v1beta1.DnsSettings.Builder.class);
+            com.google.cloud.domains.v1beta1.DnsSettings.class, com.google.cloud.domains.v1beta1.DnsSettings.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * The publication state of DS records for a `Registration`.
    * 
* * Protobuf enum {@code google.cloud.domains.v1beta1.DnsSettings.DsState} */ - public enum DsState implements com.google.protobuf.ProtocolMessageEnum { + public enum DsState + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * DS state is unspecified.
      * 
@@ -185,8 +145,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum { */ DS_STATE_UNSPECIFIED(0), /** - * - * *
      * DNSSEC is disabled for this domain. No DS records for this domain are
      * published in the parent DNS zone.
@@ -196,8 +154,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum {
      */
     DS_RECORDS_UNPUBLISHED(1),
     /**
-     *
-     *
      * 
      * DNSSEC is enabled for this domain. Appropriate DS records for this domain
      * are published in the parent DNS zone. This option is valid only if the
@@ -212,8 +168,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * DS state is unspecified.
      * 
@@ -222,8 +176,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DS_STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * DNSSEC is disabled for this domain. No DS records for this domain are
      * published in the parent DNS zone.
@@ -233,8 +185,6 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int DS_RECORDS_UNPUBLISHED_VALUE = 1;
     /**
-     *
-     *
      * 
      * DNSSEC is enabled for this domain. Appropriate DS records for this domain
      * are published in the parent DNS zone. This option is valid only if the
@@ -246,6 +196,7 @@ public enum DsState implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int DS_RECORDS_PUBLISHED_VALUE = 2;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -270,49 +221,49 @@ public static DsState valueOf(int value) {
      */
     public static DsState forNumber(int value) {
       switch (value) {
-        case 0:
-          return DS_STATE_UNSPECIFIED;
-        case 1:
-          return DS_RECORDS_UNPUBLISHED;
-        case 2:
-          return DS_RECORDS_PUBLISHED;
-        default:
-          return null;
+        case 0: return DS_STATE_UNSPECIFIED;
+        case 1: return DS_RECORDS_UNPUBLISHED;
+        case 2: return DS_RECORDS_PUBLISHED;
+        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<
+        DsState> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public DsState findValueByNumber(int number) {
+              return DsState.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public DsState findValueByNumber(int number) {
-            return DsState.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.cloud.domains.v1beta1.DnsSettings.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final DsState[] VALUES = values();
 
-    public static DsState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static DsState 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;
@@ -329,14 +280,11 @@ private DsState(int value) {
     // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1beta1.DnsSettings.DsState)
   }
 
-  public interface CustomDnsOrBuilder
-      extends
+  public interface CustomDnsOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.DnsSettings.CustomDns)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -344,13 +292,11 @@ public interface CustomDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return A list containing the nameServers. */ - java.util.List getNameServersList(); + java.util.List + getNameServersList(); /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -358,13 +304,10 @@ public interface CustomDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The count of nameServers. */ int getNameServersCount(); /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -372,14 +315,11 @@ public interface CustomDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ java.lang.String getNameServers(int index); /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -387,15 +327,13 @@ public interface CustomDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - com.google.protobuf.ByteString getNameServersBytes(int index); + com.google.protobuf.ByteString + getNameServersBytes(int index); /** - * - * *
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -404,10 +342,9 @@ public interface CustomDnsOrBuilder
      *
      * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
      */
-    java.util.List getDsRecordsList();
+    java.util.List 
+        getDsRecordsList();
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -418,8 +355,6 @@ public interface CustomDnsOrBuilder
      */
     com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDsRecords(int index);
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -430,8 +365,6 @@ public interface CustomDnsOrBuilder
      */
     int getDsRecordsCount();
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -440,11 +373,9 @@ public interface CustomDnsOrBuilder
      *
      * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
      */
-    java.util.List
+    java.util.List 
         getDsRecordsOrBuilderList();
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -453,27 +384,25 @@ public interface CustomDnsOrBuilder
      *
      * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
      */
-    com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder(int index);
+    com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder(
+        int index);
   }
   /**
-   *
-   *
    * 
    * Configuration for an arbitrary DNS provider.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings.CustomDns} */ - public static final class CustomDns extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class CustomDns extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.DnsSettings.CustomDns) CustomDnsOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use CustomDns.newBuilder() to construct. private CustomDns(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CustomDns() { nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; dsRecords_ = java.util.Collections.emptyList(); @@ -481,15 +410,16 @@ private CustomDns() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CustomDns(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private CustomDns( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -509,43 +439,38 @@ private CustomDns( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - nameServers_ = new com.google.protobuf.LazyStringArrayList(); - mutable_bitField0_ |= 0x00000001; - } - nameServers_.add(s); - break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 18: - { - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - dsRecords_ = - new java.util.ArrayList< - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord>(); - mutable_bitField0_ |= 0x00000002; - } - dsRecords_.add( - input.readMessage( - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.parser(), - extensionRegistry)); - break; + nameServers_.add(s); + break; + } + case 18: { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + dsRecords_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + dsRecords_.add( + input.readMessage(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { nameServers_ = nameServers_.getUnmodifiableView(); @@ -557,27 +482,22 @@ private CustomDns( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.class, - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder.class); + com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.class, com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder.class); } public static final int NAME_SERVERS_FIELD_NUMBER = 1; private com.google.protobuf.LazyStringList nameServers_; /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -585,15 +505,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return A list containing the nameServers. */ - public com.google.protobuf.ProtocolStringList getNameServersList() { + public com.google.protobuf.ProtocolStringList + getNameServersList() { return nameServers_; } /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -601,15 +519,12 @@ public com.google.protobuf.ProtocolStringList getNameServersList() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The count of nameServers. */ public int getNameServersCount() { return nameServers_.size(); } /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -617,7 +532,6 @@ public int getNameServersCount() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ @@ -625,8 +539,6 @@ public java.lang.String getNameServers(int index) { return nameServers_.get(index); } /** - * - * *
      * Required. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -634,19 +546,17 @@ public java.lang.String getNameServers(int index) {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - public com.google.protobuf.ByteString getNameServersBytes(int index) { + public com.google.protobuf.ByteString + getNameServersBytes(int index) { return nameServers_.getByteString(index); } public static final int DS_RECORDS_FIELD_NUMBER = 2; private java.util.List dsRecords_; /** - * - * *
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -656,13 +566,10 @@ public com.google.protobuf.ByteString getNameServersBytes(int index) {
      * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
      */
     @java.lang.Override
-    public java.util.List
-        getDsRecordsList() {
+    public java.util.List getDsRecordsList() {
       return dsRecords_;
     }
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -672,13 +579,11 @@ public com.google.protobuf.ByteString getNameServersBytes(int index) {
      * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
      */
     @java.lang.Override
-    public java.util.List
+    public java.util.List 
         getDsRecordsOrBuilderList() {
       return dsRecords_;
     }
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -692,8 +597,6 @@ public int getDsRecordsCount() {
       return dsRecords_.size();
     }
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -707,8 +610,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDsRecords(int in
       return dsRecords_.get(index);
     }
     /**
-     *
-     *
      * 
      * The list of DS records for this domain, which are used to enable DNSSEC.
      * The domain's DNS provider can provide the values to set here. If this
@@ -724,7 +625,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecor
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -736,7 +636,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 < nameServers_.size(); i++) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 1, nameServers_.getRaw(i));
       }
@@ -761,7 +662,8 @@ public int getSerializedSize() {
         size += 1 * getNameServersList().size();
       }
       for (int i = 0; i < dsRecords_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, dsRecords_.get(i));
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, dsRecords_.get(i));
       }
       size += unknownFields.getSerializedSize();
       memoizedSize = size;
@@ -771,16 +673,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.cloud.domains.v1beta1.DnsSettings.CustomDns)) {
         return super.equals(obj);
       }
-      com.google.cloud.domains.v1beta1.DnsSettings.CustomDns other =
-          (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) obj;
+      com.google.cloud.domains.v1beta1.DnsSettings.CustomDns other = (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) obj;
 
-      if (!getNameServersList().equals(other.getNameServersList())) return false;
-      if (!getDsRecordsList().equals(other.getDsRecordsList())) return false;
+      if (!getNameServersList()
+          .equals(other.getNameServersList())) return false;
+      if (!getDsRecordsList()
+          .equals(other.getDsRecordsList())) return false;
       if (!unknownFields.equals(other.unknownFields)) return false;
       return true;
     }
@@ -806,94 +709,87 @@ public int hashCode() {
     }
 
     public static com.google.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.cloud.domains.v1beta1.DnsSettings.CustomDns parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.cloud.domains.v1beta1.DnsSettings.CustomDns parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
-
     public static com.google.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns prototype) {
+    public static Builder newBuilder(com.google.cloud.domains.v1beta1.DnsSettings.CustomDns 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
@@ -903,32 +799,27 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * Configuration for an arbitrary DNS provider.
      * 
* * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings.CustomDns} */ - 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.cloud.domains.v1beta1.DnsSettings.CustomDns) com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.class, - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder.class); + com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.class, com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.newBuilder() @@ -936,17 +827,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getDsRecordsFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -962,9 +853,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor; } @java.lang.Override @@ -983,8 +874,7 @@ public com.google.cloud.domains.v1beta1.DnsSettings.CustomDns build() { @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.CustomDns buildPartial() { - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns result = - new com.google.cloud.domains.v1beta1.DnsSettings.CustomDns(this); + com.google.cloud.domains.v1beta1.DnsSettings.CustomDns result = new com.google.cloud.domains.v1beta1.DnsSettings.CustomDns(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) != 0)) { nameServers_ = nameServers_.getUnmodifiableView(); @@ -1008,41 +898,38 @@ public com.google.cloud.domains.v1beta1.DnsSettings.CustomDns 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.cloud.domains.v1beta1.DnsSettings.CustomDns) { - return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) other); + return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.CustomDns)other); } else { super.mergeFrom(other); return this; @@ -1050,8 +937,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.DnsSettings.CustomDns other) { - if (other == com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.getDefaultInstance()) return this; if (!other.nameServers_.isEmpty()) { if (nameServers_.isEmpty()) { nameServers_ = other.nameServers_; @@ -1080,10 +966,9 @@ public Builder mergeFrom(com.google.cloud.domains.v1beta1.DnsSettings.CustomDns dsRecordsBuilder_ = null; dsRecords_ = other.dsRecords_; bitField0_ = (bitField0_ & ~0x00000002); - dsRecordsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getDsRecordsFieldBuilder() - : null; + dsRecordsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getDsRecordsFieldBuilder() : null; } else { dsRecordsBuilder_.addAllMessages(other.dsRecords_); } @@ -1108,8 +993,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -1118,21 +1002,16 @@ public Builder mergeFrom( } return this; } - private int bitField0_; - private com.google.protobuf.LazyStringList nameServers_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureNameServersIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1140,15 +1019,13 @@ private void ensureNameServersIsMutable() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return A list containing the nameServers. */ - public com.google.protobuf.ProtocolStringList getNameServersList() { + public com.google.protobuf.ProtocolStringList + getNameServersList() { return nameServers_.getUnmodifiableView(); } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1156,15 +1033,12 @@ public com.google.protobuf.ProtocolStringList getNameServersList() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The count of nameServers. */ public int getNameServersCount() { return nameServers_.size(); } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1172,7 +1046,6 @@ public int getNameServersCount() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ @@ -1180,8 +1053,6 @@ public java.lang.String getNameServers(int index) { return nameServers_.get(index); } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1189,16 +1060,14 @@ public java.lang.String getNameServers(int index) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - public com.google.protobuf.ByteString getNameServersBytes(int index) { + public com.google.protobuf.ByteString + getNameServersBytes(int index) { return nameServers_.getByteString(index); } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1206,23 +1075,21 @@ public com.google.protobuf.ByteString getNameServersBytes(int index) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param index The index to set the value at. * @param value The nameServers to set. * @return This builder for chaining. */ - public Builder setNameServers(int index, java.lang.String value) { + public Builder setNameServers( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureNameServersIsMutable(); + throw new NullPointerException(); + } + ensureNameServersIsMutable(); nameServers_.set(index, value); onChanged(); return this; } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1230,22 +1097,20 @@ public Builder setNameServers(int index, java.lang.String value) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The nameServers to add. * @return This builder for chaining. */ - public Builder addNameServers(java.lang.String value) { + public Builder addNameServers( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureNameServersIsMutable(); + throw new NullPointerException(); + } + ensureNameServersIsMutable(); nameServers_.add(value); onChanged(); return this; } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1253,19 +1118,18 @@ public Builder addNameServers(java.lang.String value) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param values The nameServers to add. * @return This builder for chaining. */ - public Builder addAllNameServers(java.lang.Iterable values) { + public Builder addAllNameServers( + java.lang.Iterable values) { ensureNameServersIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, nameServers_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); onChanged(); return this; } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1273,7 +1137,6 @@ public Builder addAllNameServers(java.lang.Iterable values) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearNameServers() { @@ -1283,8 +1146,6 @@ public Builder clearNameServers() { return this; } /** - * - * *
        * Required. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -1292,15 +1153,15 @@ public Builder clearNameServers() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes of the nameServers to add. * @return This builder for chaining. */ - public Builder addNameServersBytes(com.google.protobuf.ByteString value) { + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureNameServersIsMutable(); nameServers_.add(value); onChanged(); @@ -1308,26 +1169,18 @@ public Builder addNameServersBytes(com.google.protobuf.ByteString value) { } private java.util.List dsRecords_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureDsRecordsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - dsRecords_ = - new java.util.ArrayList( - dsRecords_); + dsRecords_ = new java.util.ArrayList(dsRecords_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder> - dsRecordsBuilder_; + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder> dsRecordsBuilder_; /** - * - * *
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1336,8 +1189,7 @@ private void ensureDsRecordsIsMutable() {
        *
        * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
        */
-      public java.util.List
-          getDsRecordsList() {
+      public java.util.List getDsRecordsList() {
         if (dsRecordsBuilder_ == null) {
           return java.util.Collections.unmodifiableList(dsRecords_);
         } else {
@@ -1345,8 +1197,6 @@ private void ensureDsRecordsIsMutable() {
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1363,8 +1213,6 @@ public int getDsRecordsCount() {
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1381,8 +1229,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDsRecords(int in
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1406,8 +1252,6 @@ public Builder setDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1417,8 +1261,7 @@ public Builder setDsRecords(
        * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
        */
       public Builder setDsRecords(
-          int index,
-          com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) {
+          int index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) {
         if (dsRecordsBuilder_ == null) {
           ensureDsRecordsIsMutable();
           dsRecords_.set(index, builderForValue.build());
@@ -1429,8 +1272,6 @@ public Builder setDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1453,8 +1294,6 @@ public Builder addDsRecords(com.google.cloud.domains.v1beta1.DnsSettings.DsRecor
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1478,8 +1317,6 @@ public Builder addDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1500,8 +1337,6 @@ public Builder addDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1511,8 +1346,7 @@ public Builder addDsRecords(
        * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
        */
       public Builder addDsRecords(
-          int index,
-          com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) {
+          int index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) {
         if (dsRecordsBuilder_ == null) {
           ensureDsRecordsIsMutable();
           dsRecords_.add(index, builderForValue.build());
@@ -1523,8 +1357,6 @@ public Builder addDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1534,11 +1366,11 @@ public Builder addDsRecords(
        * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
        */
       public Builder addAllDsRecords(
-          java.lang.Iterable
-              values) {
+          java.lang.Iterable values) {
         if (dsRecordsBuilder_ == null) {
           ensureDsRecordsIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, dsRecords_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(
+              values, dsRecords_);
           onChanged();
         } else {
           dsRecordsBuilder_.addAllMessages(values);
@@ -1546,8 +1378,6 @@ public Builder addAllDsRecords(
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1567,8 +1397,6 @@ public Builder clearDsRecords() {
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1588,8 +1416,6 @@ public Builder removeDsRecords(int index) {
         return this;
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1603,8 +1429,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder getDsRecord
         return getDsRecordsFieldBuilder().getBuilder(index);
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1616,14 +1440,11 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder getDsRecord
       public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder(
           int index) {
         if (dsRecordsBuilder_ == null) {
-          return dsRecords_.get(index);
-        } else {
+          return dsRecords_.get(index);  } else {
           return dsRecordsBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1632,9 +1453,8 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecor
        *
        * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
        */
-      public java.util.List<
-              ? extends com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder>
-          getDsRecordsOrBuilderList() {
+      public java.util.List 
+           getDsRecordsOrBuilderList() {
         if (dsRecordsBuilder_ != null) {
           return dsRecordsBuilder_.getMessageOrBuilderList();
         } else {
@@ -1642,8 +1462,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecor
         }
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1653,12 +1471,10 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecor
        * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
        */
       public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder addDsRecordsBuilder() {
-        return getDsRecordsFieldBuilder()
-            .addBuilder(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance());
+        return getDsRecordsFieldBuilder().addBuilder(
+            com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1669,13 +1485,10 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder addDsRecord
        */
       public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder addDsRecordsBuilder(
           int index) {
-        return getDsRecordsFieldBuilder()
-            .addBuilder(
-                index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance());
+        return getDsRecordsFieldBuilder().addBuilder(
+            index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * The list of DS records for this domain, which are used to enable DNSSEC.
        * The domain's DNS provider can provide the values to set here. If this
@@ -1684,28 +1497,24 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder addDsRecord
        *
        * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 2;
        */
-      public java.util.List
-          getDsRecordsBuilderList() {
+      public java.util.List 
+           getDsRecordsBuilderList() {
         return getDsRecordsFieldBuilder().getBuilderList();
       }
-
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.cloud.domains.v1beta1.DnsSettings.DsRecord,
-              com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder,
-              com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder>
+          com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder> 
           getDsRecordsFieldBuilder() {
         if (dsRecordsBuilder_ == null) {
-          dsRecordsBuilder_ =
-              new com.google.protobuf.RepeatedFieldBuilderV3<
-                  com.google.cloud.domains.v1beta1.DnsSettings.DsRecord,
-                  com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder,
-                  com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder>(
-                  dsRecords_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+          dsRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+              com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder>(
+                  dsRecords_,
+                  ((bitField0_ & 0x00000002) != 0),
+                  getParentForChildren(),
+                  isClean());
           dsRecords_ = null;
         }
         return dsRecordsBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -1718,12 +1527,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.DnsSettings.CustomDns)
     }
 
     // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.DnsSettings.CustomDns)
     private static final com.google.cloud.domains.v1beta1.DnsSettings.CustomDns DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.DnsSettings.CustomDns();
     }
@@ -1732,16 +1541,16 @@ public static com.google.cloud.domains.v1beta1.DnsSettings.CustomDns getDefaultI
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public CustomDns parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            return new CustomDns(input, extensionRegistry);
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public CustomDns parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        return new CustomDns(input, extensionRegistry);
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -1756,16 +1565,14 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.cloud.domains.v1beta1.DnsSettings.CustomDns getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
-  public interface GoogleDomainsDnsOrBuilder
-      extends
+  public interface GoogleDomainsDnsOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -1774,13 +1581,11 @@ public interface GoogleDomainsDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the nameServers. */ - java.util.List getNameServersList(); + java.util.List + getNameServersList(); /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -1789,13 +1594,10 @@ public interface GoogleDomainsDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of nameServers. */ int getNameServersCount(); /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -1804,14 +1606,11 @@ public interface GoogleDomainsDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ java.lang.String getNameServers(int index); /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -1820,118 +1619,88 @@ public interface GoogleDomainsDnsOrBuilder
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - com.google.protobuf.ByteString getNameServersBytes(int index); + com.google.protobuf.ByteString + getNameServersBytes(int index); /** - * - * *
      * Required. The state of DS records for this domain. Used to enable or disable
      * automatic DNSSEC.
      * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for dsState. */ int getDsStateValue(); /** - * - * *
      * Required. The state of DS records for this domain. Used to enable or disable
      * automatic DNSSEC.
      * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The dsState. */ com.google.cloud.domains.v1beta1.DnsSettings.DsState getDsState(); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - java.util.List getDsRecordsList(); + java.util.List + getDsRecordsList(); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDsRecords(int index); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getDsRecordsCount(); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - java.util.List + java.util.List getDsRecordsOrBuilderList(); /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder(int index); + com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( + int index); } /** - * - * *
    * Configuration for using the free DNS zone provided by Google Domains as a
    * `Registration`'s `dns_provider`. You cannot configure the DNS zone itself
@@ -1941,16 +1710,15 @@ public interface GoogleDomainsDnsOrBuilder
    *
    * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns}
    */
-  public static final class GoogleDomainsDns extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class GoogleDomainsDns extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns)
       GoogleDomainsDnsOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use GoogleDomainsDns.newBuilder() to construct.
     private GoogleDomainsDns(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private GoogleDomainsDns() {
       nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY;
       dsState_ = 0;
@@ -1959,15 +1727,16 @@ private GoogleDomainsDns() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new GoogleDomainsDns();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
     private GoogleDomainsDns(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -1987,50 +1756,44 @@ private GoogleDomainsDns(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                  nameServers_ = new com.google.protobuf.LazyStringArrayList();
-                  mutable_bitField0_ |= 0x00000001;
-                }
-                nameServers_.add(s);
-                break;
+            case 10: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                nameServers_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
               }
-            case 16:
-              {
-                int rawValue = input.readEnum();
+              nameServers_.add(s);
+              break;
+            }
+            case 16: {
+              int rawValue = input.readEnum();
 
-                dsState_ = rawValue;
-                break;
-              }
-            case 26:
-              {
-                if (!((mutable_bitField0_ & 0x00000002) != 0)) {
-                  dsRecords_ =
-                      new java.util.ArrayList<
-                          com.google.cloud.domains.v1beta1.DnsSettings.DsRecord>();
-                  mutable_bitField0_ |= 0x00000002;
-                }
-                dsRecords_.add(
-                    input.readMessage(
-                        com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.parser(),
-                        extensionRegistry));
-                break;
+              dsState_ = rawValue;
+              break;
+            }
+            case 26: {
+              if (!((mutable_bitField0_ & 0x00000002) != 0)) {
+                dsRecords_ = new java.util.ArrayList();
+                mutable_bitField0_ |= 0x00000002;
               }
-            default:
-              {
-                if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                  done = true;
-                }
-                break;
+              dsRecords_.add(
+                  input.readMessage(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.parser(), extensionRegistry));
+              break;
+            }
+            default: {
+              if (!parseUnknownField(
+                  input, unknownFields, extensionRegistry, tag)) {
+                done = true;
               }
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
         throw e.setUnfinishedMessage(this);
       } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+        throw new com.google.protobuf.InvalidProtocolBufferException(
+            e).setUnfinishedMessage(this);
       } finally {
         if (((mutable_bitField0_ & 0x00000001) != 0)) {
           nameServers_ = nameServers_.getUnmodifiableView();
@@ -2042,27 +1805,22 @@ private GoogleDomainsDns(
         makeExtensionsImmutable();
       }
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_fieldAccessorTable
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.class,
-              com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder.class);
+              com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.class, com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder.class);
     }
 
     public static final int NAME_SERVERS_FIELD_NUMBER = 1;
     private com.google.protobuf.LazyStringList nameServers_;
     /**
-     *
-     *
      * 
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -2071,15 +1829,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the nameServers. */ - public com.google.protobuf.ProtocolStringList getNameServersList() { + public com.google.protobuf.ProtocolStringList + getNameServersList() { return nameServers_; } /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -2088,15 +1844,12 @@ public com.google.protobuf.ProtocolStringList getNameServersList() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of nameServers. */ public int getNameServersCount() { return nameServers_.size(); } /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -2105,7 +1858,6 @@ public int getNameServersCount() {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ @@ -2113,8 +1865,6 @@ public java.lang.String getNameServers(int index) { return nameServers_.get(index); } /** - * - * *
      * Output only. A list of name servers that store the DNS zone for this domain. Each name
      * server is a domain name, with Unicode domain names expressed in
@@ -2123,142 +1873,106 @@ public java.lang.String getNameServers(int index) {
      * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - public com.google.protobuf.ByteString getNameServersBytes(int index) { + public com.google.protobuf.ByteString + getNameServersBytes(int index) { return nameServers_.getByteString(index); } public static final int DS_STATE_FIELD_NUMBER = 2; private int dsState_; /** - * - * *
      * Required. The state of DS records for this domain. Used to enable or disable
      * automatic DNSSEC.
      * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for dsState. */ - @java.lang.Override - public int getDsStateValue() { + @java.lang.Override public int getDsStateValue() { return dsState_; } /** - * - * *
      * Required. The state of DS records for this domain. Used to enable or disable
      * automatic DNSSEC.
      * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The dsState. */ - @java.lang.Override - public com.google.cloud.domains.v1beta1.DnsSettings.DsState getDsState() { + @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.DsState getDsState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.DnsSettings.DsState result = - com.google.cloud.domains.v1beta1.DnsSettings.DsState.valueOf(dsState_); - return result == null - ? com.google.cloud.domains.v1beta1.DnsSettings.DsState.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.DnsSettings.DsState result = com.google.cloud.domains.v1beta1.DnsSettings.DsState.valueOf(dsState_); + return result == null ? com.google.cloud.domains.v1beta1.DnsSettings.DsState.UNRECOGNIZED : result; } public static final int DS_RECORDS_FIELD_NUMBER = 3; private java.util.List dsRecords_; /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override - public java.util.List - getDsRecordsList() { + public java.util.List getDsRecordsList() { return dsRecords_; } /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override - public java.util.List + public java.util.List getDsRecordsOrBuilderList() { return dsRecords_; } /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public int getDsRecordsCount() { return dsRecords_.size(); } /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDsRecords(int index) { return dsRecords_.get(index); } /** - * - * *
      * Output only. The list of DS records published for this domain. The list is
      * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
      * otherwise it remains empty.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( @@ -2267,7 +1981,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecor } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2279,13 +1992,12 @@ 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 < nameServers_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, nameServers_.getRaw(i)); } - if (dsState_ - != com.google.cloud.domains.v1beta1.DnsSettings.DsState.DS_STATE_UNSPECIFIED - .getNumber()) { + if (dsState_ != com.google.cloud.domains.v1beta1.DnsSettings.DsState.DS_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(2, dsState_); } for (int i = 0; i < dsRecords_.size(); i++) { @@ -2308,13 +2020,13 @@ public int getSerializedSize() { size += dataSize; size += 1 * getNameServersList().size(); } - if (dsState_ - != com.google.cloud.domains.v1beta1.DnsSettings.DsState.DS_STATE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, dsState_); + if (dsState_ != com.google.cloud.domains.v1beta1.DnsSettings.DsState.DS_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, dsState_); } for (int i = 0; i < dsRecords_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, dsRecords_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, dsRecords_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -2324,17 +2036,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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns other = - (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) obj; + com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns other = (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) obj; - if (!getNameServersList().equals(other.getNameServersList())) return false; + if (!getNameServersList() + .equals(other.getNameServersList())) return false; if (dsState_ != other.dsState_) return false; - if (!getDsRecordsList().equals(other.getDsRecordsList())) return false; + if (!getDsRecordsList() + .equals(other.getDsRecordsList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -2362,94 +2075,87 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns 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 @@ -2459,8 +2165,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Configuration for using the free DNS zone provided by Google Domains as a
      * `Registration`'s `dns_provider`. You cannot configure the DNS zone itself
@@ -2470,24 +2174,21 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns}
      */
-    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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns)
         com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_fieldAccessorTable
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.class,
-                com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder.class);
+                com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.class, com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder.class);
       }
 
       // Construct using com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.newBuilder()
@@ -2495,17 +2196,17 @@ private Builder() {
         maybeForceBuilderInitialization();
       }
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
         maybeForceBuilderInitialization();
       }
-
       private void maybeForceBuilderInitialization() {
-        if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+        if (com.google.protobuf.GeneratedMessageV3
+                .alwaysUseFieldBuilders) {
           getDsRecordsFieldBuilder();
         }
       }
-
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -2523,14 +2224,13 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor;
       }
 
       @java.lang.Override
-      public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns
-          getDefaultInstanceForType() {
+      public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getDefaultInstanceForType() {
         return com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.getDefaultInstance();
       }
 
@@ -2545,8 +2245,7 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns build() {
 
       @java.lang.Override
       public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns buildPartial() {
-        com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns result =
-            new com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns(this);
+        com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns result = new com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns(this);
         int from_bitField0_ = bitField0_;
         if (((bitField0_ & 0x00000001) != 0)) {
           nameServers_ = nameServers_.getUnmodifiableView();
@@ -2571,52 +2270,46 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns buildPartia
       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.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) {
-          return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) other);
+          return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns)other);
         } else {
           super.mergeFrom(other);
           return this;
         }
       }
 
-      public Builder mergeFrom(
-          com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns other) {
-        if (other
-            == com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.getDefaultInstance())
-          return this;
+      public Builder mergeFrom(com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns other) {
+        if (other == com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.getDefaultInstance()) return this;
         if (!other.nameServers_.isEmpty()) {
           if (nameServers_.isEmpty()) {
             nameServers_ = other.nameServers_;
@@ -2648,10 +2341,9 @@ public Builder mergeFrom(
               dsRecordsBuilder_ = null;
               dsRecords_ = other.dsRecords_;
               bitField0_ = (bitField0_ & ~0x00000002);
-              dsRecordsBuilder_ =
-                  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                      ? getDsRecordsFieldBuilder()
-                      : null;
+              dsRecordsBuilder_ = 
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                   getDsRecordsFieldBuilder() : null;
             } else {
               dsRecordsBuilder_.addAllMessages(other.dsRecords_);
             }
@@ -2676,9 +2368,7 @@ public Builder mergeFrom(
         try {
           parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage =
-              (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns)
-                  e.getUnfinishedMessage();
+          parsedMessage = (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) e.getUnfinishedMessage();
           throw e.unwrapIOException();
         } finally {
           if (parsedMessage != null) {
@@ -2687,21 +2377,16 @@ public Builder mergeFrom(
         }
         return this;
       }
-
       private int bitField0_;
 
-      private com.google.protobuf.LazyStringList nameServers_ =
-          com.google.protobuf.LazyStringArrayList.EMPTY;
-
+      private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY;
       private void ensureNameServersIsMutable() {
         if (!((bitField0_ & 0x00000001) != 0)) {
           nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_);
           bitField0_ |= 0x00000001;
-        }
+         }
       }
       /**
-       *
-       *
        * 
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2710,15 +2395,13 @@ private void ensureNameServersIsMutable() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return A list containing the nameServers. */ - public com.google.protobuf.ProtocolStringList getNameServersList() { + public com.google.protobuf.ProtocolStringList + getNameServersList() { return nameServers_.getUnmodifiableView(); } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2727,15 +2410,12 @@ public com.google.protobuf.ProtocolStringList getNameServersList() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The count of nameServers. */ public int getNameServersCount() { return nameServers_.size(); } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2744,7 +2424,6 @@ public int getNameServersCount() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the element to return. * @return The nameServers at the given index. */ @@ -2752,8 +2431,6 @@ public java.lang.String getNameServers(int index) { return nameServers_.get(index); } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2762,16 +2439,14 @@ public java.lang.String getNameServers(int index) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index of the value to return. * @return The bytes of the nameServers at the given index. */ - public com.google.protobuf.ByteString getNameServersBytes(int index) { + public com.google.protobuf.ByteString + getNameServersBytes(int index) { return nameServers_.getByteString(index); } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2780,23 +2455,21 @@ public com.google.protobuf.ByteString getNameServersBytes(int index) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param index The index to set the value at. * @param value The nameServers to set. * @return This builder for chaining. */ - public Builder setNameServers(int index, java.lang.String value) { + public Builder setNameServers( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureNameServersIsMutable(); + throw new NullPointerException(); + } + ensureNameServersIsMutable(); nameServers_.set(index, value); onChanged(); return this; } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2805,22 +2478,20 @@ public Builder setNameServers(int index, java.lang.String value) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The nameServers to add. * @return This builder for chaining. */ - public Builder addNameServers(java.lang.String value) { + public Builder addNameServers( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureNameServersIsMutable(); + throw new NullPointerException(); + } + ensureNameServersIsMutable(); nameServers_.add(value); onChanged(); return this; } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2829,19 +2500,18 @@ public Builder addNameServers(java.lang.String value) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param values The nameServers to add. * @return This builder for chaining. */ - public Builder addAllNameServers(java.lang.Iterable values) { + public Builder addAllNameServers( + java.lang.Iterable values) { ensureNameServersIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, nameServers_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); onChanged(); return this; } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2850,7 +2520,6 @@ public Builder addAllNameServers(java.lang.Iterable values) {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearNameServers() { @@ -2860,8 +2529,6 @@ public Builder clearNameServers() { return this; } /** - * - * *
        * Output only. A list of name servers that store the DNS zone for this domain. Each name
        * server is a domain name, with Unicode domain names expressed in
@@ -2870,15 +2537,15 @@ public Builder clearNameServers() {
        * 
* * repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes of the nameServers to add. * @return This builder for chaining. */ - public Builder addNameServersBytes(com.google.protobuf.ByteString value) { + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureNameServersIsMutable(); nameServers_.add(value); onChanged(); @@ -2887,79 +2554,55 @@ public Builder addNameServersBytes(com.google.protobuf.ByteString value) { private int dsState_ = 0; /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The enum numeric value on the wire for dsState. */ - @java.lang.Override - public int getDsStateValue() { + @java.lang.Override public int getDsStateValue() { return dsState_; } /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @param value The enum numeric value on the wire for dsState to set. * @return This builder for chaining. */ public Builder setDsStateValue(int value) { - + dsState_ = value; onChanged(); return this; } /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The dsState. */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.DsState getDsState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.DnsSettings.DsState result = - com.google.cloud.domains.v1beta1.DnsSettings.DsState.valueOf(dsState_); - return result == null - ? com.google.cloud.domains.v1beta1.DnsSettings.DsState.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.DnsSettings.DsState result = com.google.cloud.domains.v1beta1.DnsSettings.DsState.valueOf(dsState_); + return result == null ? com.google.cloud.domains.v1beta1.DnsSettings.DsState.UNRECOGNIZED : result; } /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @param value The dsState to set. * @return This builder for chaining. */ @@ -2967,65 +2610,49 @@ public Builder setDsState(com.google.cloud.domains.v1beta1.DnsSettings.DsState v if (value == null) { throw new NullPointerException(); } - + dsState_ = value.getNumber(); onChanged(); return this; } /** - * - * *
        * Required. The state of DS records for this domain. Used to enable or disable
        * automatic DNSSEC.
        * 
* - * - * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED]; * @return This builder for chaining. */ public Builder clearDsState() { - + dsState_ = 0; onChanged(); return this; } private java.util.List dsRecords_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureDsRecordsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - dsRecords_ = - new java.util.ArrayList( - dsRecords_); + dsRecords_ = new java.util.ArrayList(dsRecords_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder> - dsRecordsBuilder_; + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder> dsRecordsBuilder_; /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public java.util.List - getDsRecordsList() { + public java.util.List getDsRecordsList() { if (dsRecordsBuilder_ == null) { return java.util.Collections.unmodifiableList(dsRecords_); } else { @@ -3033,17 +2660,13 @@ private void ensureDsRecordsIsMutable() { } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public int getDsRecordsCount() { if (dsRecordsBuilder_ == null) { @@ -3053,17 +2676,13 @@ public int getDsRecordsCount() { } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDsRecords(int index) { if (dsRecordsBuilder_ == null) { @@ -3073,17 +2692,13 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDsRecords(int in } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setDsRecords( int index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord value) { @@ -3100,21 +2715,16 @@ public Builder setDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setDsRecords( - int index, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) { + int index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) { if (dsRecordsBuilder_ == null) { ensureDsRecordsIsMutable(); dsRecords_.set(index, builderForValue.build()); @@ -3125,17 +2735,13 @@ public Builder setDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addDsRecords(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord value) { if (dsRecordsBuilder_ == null) { @@ -3151,17 +2757,13 @@ public Builder addDsRecords(com.google.cloud.domains.v1beta1.DnsSettings.DsRecor return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addDsRecords( int index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord value) { @@ -3178,17 +2780,13 @@ public Builder addDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addDsRecords( com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) { @@ -3202,21 +2800,16 @@ public Builder addDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addDsRecords( - int index, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) { + int index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder builderForValue) { if (dsRecordsBuilder_ == null) { ensureDsRecordsIsMutable(); dsRecords_.add(index, builderForValue.build()); @@ -3227,24 +2820,20 @@ public Builder addDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAllDsRecords( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (dsRecordsBuilder_ == null) { ensureDsRecordsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, dsRecords_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, dsRecords_); onChanged(); } else { dsRecordsBuilder_.addAllMessages(values); @@ -3252,17 +2841,13 @@ public Builder addAllDsRecords( return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearDsRecords() { if (dsRecordsBuilder_ == null) { @@ -3275,17 +2860,13 @@ public Builder clearDsRecords() { return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder removeDsRecords(int index) { if (dsRecordsBuilder_ == null) { @@ -3298,59 +2879,45 @@ public Builder removeDsRecords(int index) { return this; } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder getDsRecordsBuilder( int index) { return getDsRecordsFieldBuilder().getBuilder(index); } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder( int index) { if (dsRecordsBuilder_ == null) { - return dsRecords_.get(index); - } else { + return dsRecords_.get(index); } else { return dsRecordsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public java.util.List< - ? extends com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder> - getDsRecordsOrBuilderList() { + public java.util.List + getDsRecordsOrBuilderList() { if (dsRecordsBuilder_ != null) { return dsRecordsBuilder_.getMessageOrBuilderList(); } else { @@ -3358,76 +2925,59 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder getDsRecor } } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder addDsRecordsBuilder() { - return getDsRecordsFieldBuilder() - .addBuilder(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance()); + return getDsRecordsFieldBuilder().addBuilder( + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance()); } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder addDsRecordsBuilder( int index) { - return getDsRecordsFieldBuilder() - .addBuilder( - index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance()); + return getDsRecordsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance()); } /** - * - * *
        * Output only. The list of DS records published for this domain. The list is
        * automatically populated when `ds_state` is `DS_RECORDS_PUBLISHED`,
        * otherwise it remains empty.
        * 
* - * - * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public java.util.List - getDsRecordsBuilderList() { + public java.util.List + getDsRecordsBuilderList() { return getDsRecordsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder> + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder> getDsRecordsFieldBuilder() { if (dsRecordsBuilder_ == null) { - dsRecordsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder>( - dsRecords_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + dsRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder>( + dsRecords_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); dsRecords_ = null; } return dsRecordsBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -3440,32 +2990,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) - private static final com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns(); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns - getDefaultInstance() { + public static com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GoogleDomainsDns parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GoogleDomainsDns(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GoogleDomainsDns parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GoogleDomainsDns(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3477,108 +3025,85 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface DsRecordOrBuilder - extends + public interface DsRecordOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.DnsSettings.DsRecord) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The key tag of the record. Must be set in range 0 -- 65535.
      * 
* * int32 key_tag = 1; - * * @return The keyTag. */ int getKeyTag(); /** - * - * *
      * The algorithm used to generate the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The enum numeric value on the wire for algorithm. */ int getAlgorithmValue(); /** - * - * *
      * The algorithm used to generate the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The algorithm. */ com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm getAlgorithm(); /** - * - * *
      * The hash function used to generate the digest of the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The enum numeric value on the wire for digestType. */ int getDigestTypeValue(); /** - * - * *
      * The hash function used to generate the digest of the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The digestType. */ com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType getDigestType(); /** - * - * *
      * The digest generated from the referenced DNSKEY.
      * 
* * string digest = 4; - * * @return The digest. */ java.lang.String getDigest(); /** - * - * *
      * The digest generated from the referenced DNSKEY.
      * 
* * string digest = 4; - * * @return The bytes for digest. */ - com.google.protobuf.ByteString getDigestBytes(); + com.google.protobuf.ByteString + getDigestBytes(); } /** - * - * *
    * Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC
    * for a domain. It contains a digest (hash) of a DNSKEY record that must be
@@ -3587,16 +3112,15 @@ public interface DsRecordOrBuilder
    *
    * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings.DsRecord}
    */
-  public static final class DsRecord extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class DsRecord extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.DnsSettings.DsRecord)
       DsRecordOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use DsRecord.newBuilder() to construct.
     private DsRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private DsRecord() {
       algorithm_ = 0;
       digestType_ = 0;
@@ -3605,15 +3129,16 @@ private DsRecord() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new DsRecord();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
     private DsRecord(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -3632,69 +3157,62 @@ private DsRecord(
             case 0:
               done = true;
               break;
-            case 8:
-              {
-                keyTag_ = input.readInt32();
-                break;
-              }
-            case 16:
-              {
-                int rawValue = input.readEnum();
+            case 8: {
 
-                algorithm_ = rawValue;
-                break;
-              }
-            case 24:
-              {
-                int rawValue = input.readEnum();
+              keyTag_ = input.readInt32();
+              break;
+            }
+            case 16: {
+              int rawValue = input.readEnum();
 
-                digestType_ = rawValue;
-                break;
-              }
-            case 34:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
+              algorithm_ = rawValue;
+              break;
+            }
+            case 24: {
+              int rawValue = input.readEnum();
 
-                digest_ = s;
-                break;
-              }
-            default:
-              {
-                if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                  done = true;
-                }
-                break;
+              digestType_ = rawValue;
+              break;
+            }
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              digest_ = s;
+              break;
+            }
+            default: {
+              if (!parseUnknownField(
+                  input, unknownFields, extensionRegistry, tag)) {
+                done = true;
               }
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
         throw e.setUnfinishedMessage(this);
       } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+        throw new com.google.protobuf.InvalidProtocolBufferException(
+            e).setUnfinishedMessage(this);
       } finally {
         this.unknownFields = unknownFields.build();
         makeExtensionsImmutable();
       }
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_fieldAccessorTable
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.class,
-              com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder.class);
+              com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.class, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder.class);
     }
 
     /**
-     *
-     *
      * 
      * List of algorithms used to create a DNSKEY. Certain
      * algorithms are not supported for particular domains.
@@ -3702,10 +3220,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      *
      * Protobuf enum {@code google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm}
      */
-    public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum {
+    public enum Algorithm
+        implements com.google.protobuf.ProtocolMessageEnum {
       /**
-       *
-       *
        * 
        * The algorithm is unspecified.
        * 
@@ -3714,8 +3231,22 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ALGORITHM_UNSPECIFIED(0), /** + *
+       * RSA/MD5. Cannot be used for new deployments.
+       * 
* + * RSAMD5 = 1; + */ + RSAMD5(1), + /** + *
+       * Diffie-Hellman. Cannot be used for new deployments.
+       * 
* + * DH = 2; + */ + DH(2), + /** *
        * DSA/SHA1. Not recommended for new deployments.
        * 
@@ -3724,8 +3255,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ DSA(3), /** - * - * *
        * ECC. Not recommended for new deployments.
        * 
@@ -3734,8 +3263,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ECC(4), /** - * - * *
        * RSA/SHA-1. Not recommended for new deployments.
        * 
@@ -3744,8 +3271,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ RSASHA1(5), /** - * - * *
        * DSA-NSEC3-SHA1. Not recommended for new deployments.
        * 
@@ -3754,8 +3279,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ DSANSEC3SHA1(6), /** - * - * *
        * RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.
        * 
@@ -3764,8 +3287,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ RSASHA1NSEC3SHA1(7), /** - * - * *
        * RSA/SHA-256.
        * 
@@ -3774,8 +3295,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ RSASHA256(8), /** - * - * *
        * RSA/SHA-512.
        * 
@@ -3784,8 +3303,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ RSASHA512(10), /** - * - * *
        * GOST R 34.10-2001.
        * 
@@ -3794,8 +3311,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ECCGOST(12), /** - * - * *
        * ECDSA Curve P-256 with SHA-256.
        * 
@@ -3804,8 +3319,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ECDSAP256SHA256(13), /** - * - * *
        * ECDSA Curve P-384 with SHA-384.
        * 
@@ -3814,8 +3327,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ECDSAP384SHA384(14), /** - * - * *
        * Ed25519.
        * 
@@ -3824,8 +3335,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ ED25519(15), /** - * - * *
        * Ed448.
        * 
@@ -3833,12 +3342,34 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { * ED448 = 16; */ ED448(16), + /** + *
+       * Reserved for Indirect Keys. Cannot be used for new deployments.
+       * 
+ * + * INDIRECT = 252; + */ + INDIRECT(252), + /** + *
+       * Private algorithm. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEDNS = 253; + */ + PRIVATEDNS(253), + /** + *
+       * Private algorithm OID. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEOID = 254; + */ + PRIVATEOID(254), UNRECOGNIZED(-1), ; /** - * - * *
        * The algorithm is unspecified.
        * 
@@ -3847,8 +3378,22 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ALGORITHM_UNSPECIFIED_VALUE = 0; /** + *
+       * RSA/MD5. Cannot be used for new deployments.
+       * 
* + * RSAMD5 = 1; + */ + public static final int RSAMD5_VALUE = 1; + /** + *
+       * Diffie-Hellman. Cannot be used for new deployments.
+       * 
* + * DH = 2; + */ + public static final int DH_VALUE = 2; + /** *
        * DSA/SHA1. Not recommended for new deployments.
        * 
@@ -3857,8 +3402,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DSA_VALUE = 3; /** - * - * *
        * ECC. Not recommended for new deployments.
        * 
@@ -3867,8 +3410,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ECC_VALUE = 4; /** - * - * *
        * RSA/SHA-1. Not recommended for new deployments.
        * 
@@ -3877,8 +3418,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RSASHA1_VALUE = 5; /** - * - * *
        * DSA-NSEC3-SHA1. Not recommended for new deployments.
        * 
@@ -3887,8 +3426,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DSANSEC3SHA1_VALUE = 6; /** - * - * *
        * RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.
        * 
@@ -3897,8 +3434,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RSASHA1NSEC3SHA1_VALUE = 7; /** - * - * *
        * RSA/SHA-256.
        * 
@@ -3907,8 +3442,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RSASHA256_VALUE = 8; /** - * - * *
        * RSA/SHA-512.
        * 
@@ -3917,8 +3450,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RSASHA512_VALUE = 10; /** - * - * *
        * GOST R 34.10-2001.
        * 
@@ -3927,8 +3458,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ECCGOST_VALUE = 12; /** - * - * *
        * ECDSA Curve P-256 with SHA-256.
        * 
@@ -3937,8 +3466,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ECDSAP256SHA256_VALUE = 13; /** - * - * *
        * ECDSA Curve P-384 with SHA-384.
        * 
@@ -3947,8 +3474,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ECDSAP384SHA384_VALUE = 14; /** - * - * *
        * Ed25519.
        * 
@@ -3957,8 +3482,6 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ED25519_VALUE = 15; /** - * - * *
        * Ed448.
        * 
@@ -3966,6 +3489,31 @@ public enum Algorithm implements com.google.protobuf.ProtocolMessageEnum { * ED448 = 16; */ public static final int ED448_VALUE = 16; + /** + *
+       * Reserved for Indirect Keys. Cannot be used for new deployments.
+       * 
+ * + * INDIRECT = 252; + */ + public static final int INDIRECT_VALUE = 252; + /** + *
+       * Private algorithm. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEDNS = 253; + */ + public static final int PRIVATEDNS_VALUE = 253; + /** + *
+       * Private algorithm OID. Cannot be used for new deployments.
+       * 
+ * + * PRIVATEOID = 254; + */ + public static final int PRIVATEOID_VALUE = 254; + public final int getNumber() { if (this == UNRECOGNIZED) { @@ -3991,71 +3539,64 @@ public static Algorithm valueOf(int value) { */ public static Algorithm forNumber(int value) { switch (value) { - case 0: - return ALGORITHM_UNSPECIFIED; - case 3: - return DSA; - case 4: - return ECC; - case 5: - return RSASHA1; - case 6: - return DSANSEC3SHA1; - case 7: - return RSASHA1NSEC3SHA1; - case 8: - return RSASHA256; - case 10: - return RSASHA512; - case 12: - return ECCGOST; - case 13: - return ECDSAP256SHA256; - case 14: - return ECDSAP384SHA384; - case 15: - return ED25519; - case 16: - return ED448; - default: - return null; - } - } - - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + case 0: return ALGORITHM_UNSPECIFIED; + case 1: return RSAMD5; + case 2: return DH; + case 3: return DSA; + case 4: return ECC; + case 5: return RSASHA1; + case 6: return DSANSEC3SHA1; + case 7: return RSASHA1NSEC3SHA1; + case 8: return RSASHA256; + case 10: return RSASHA512; + case 12: return ECCGOST; + case 13: return ECDSAP256SHA256; + case 14: return ECDSAP384SHA384; + case 15: return ED25519; + case 16: return ED448; + case 252: return INDIRECT; + case 253: return PRIVATEDNS; + case 254: return PRIVATEOID; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + Algorithm> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Algorithm findValueByNumber(int number) { + return Algorithm.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Algorithm findValueByNumber(int number) { - return Algorithm.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() { - return com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDescriptor() - .getEnumTypes() - .get(0); + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDescriptor().getEnumTypes().get(0); } private static final Algorithm[] VALUES = values(); - public static Algorithm valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Algorithm 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; @@ -4073,8 +3614,6 @@ private Algorithm(int value) { } /** - * - * *
      * List of hash functions that may have been used to generate a digest of a
      * DNSKEY.
@@ -4082,10 +3621,9 @@ private Algorithm(int value) {
      *
      * Protobuf enum {@code google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType}
      */
-    public enum DigestType implements com.google.protobuf.ProtocolMessageEnum {
+    public enum DigestType
+        implements com.google.protobuf.ProtocolMessageEnum {
       /**
-       *
-       *
        * 
        * The DigestType is unspecified.
        * 
@@ -4094,8 +3632,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ DIGEST_TYPE_UNSPECIFIED(0), /** - * - * *
        * SHA-1. Not recommended for new deployments.
        * 
@@ -4104,8 +3640,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ SHA1(1), /** - * - * *
        * SHA-256.
        * 
@@ -4114,8 +3648,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ SHA256(2), /** - * - * *
        * GOST R 34.11-94.
        * 
@@ -4124,8 +3656,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ GOST3411(3), /** - * - * *
        * SHA-384.
        * 
@@ -4137,8 +3667,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
        * The DigestType is unspecified.
        * 
@@ -4147,8 +3675,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DIGEST_TYPE_UNSPECIFIED_VALUE = 0; /** - * - * *
        * SHA-1. Not recommended for new deployments.
        * 
@@ -4157,8 +3683,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SHA1_VALUE = 1; /** - * - * *
        * SHA-256.
        * 
@@ -4167,8 +3691,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SHA256_VALUE = 2; /** - * - * *
        * GOST R 34.11-94.
        * 
@@ -4177,8 +3699,6 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int GOST3411_VALUE = 3; /** - * - * *
        * SHA-384.
        * 
@@ -4187,6 +3707,7 @@ public enum DigestType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SHA384_VALUE = 4; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -4211,55 +3732,51 @@ public static DigestType valueOf(int value) { */ public static DigestType forNumber(int value) { switch (value) { - case 0: - return DIGEST_TYPE_UNSPECIFIED; - case 1: - return SHA1; - case 2: - return SHA256; - case 3: - return GOST3411; - case 4: - return SHA384; - default: - return null; + case 0: return DIGEST_TYPE_UNSPECIFIED; + case 1: return SHA1; + case 2: return SHA256; + case 3: return GOST3411; + case 4: return SHA384; + 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< + DigestType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public DigestType findValueByNumber(int number) { + return DigestType.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public DigestType findValueByNumber(int number) { - return DigestType.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() { - return com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDescriptor() - .getEnumTypes() - .get(1); + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDescriptor().getEnumTypes().get(1); } private static final DigestType[] VALUES = values(); - public static DigestType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static DigestType 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; @@ -4279,14 +3796,11 @@ private DigestType(int value) { public static final int KEY_TAG_FIELD_NUMBER = 1; private int keyTag_; /** - * - * *
      * The key tag of the record. Must be set in range 0 -- 65535.
      * 
* * int32 key_tag = 1; - * * @return The keyTag. */ @java.lang.Override @@ -4297,90 +3811,65 @@ public int getKeyTag() { public static final int ALGORITHM_FIELD_NUMBER = 2; private int algorithm_; /** - * - * *
      * The algorithm used to generate the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The enum numeric value on the wire for algorithm. */ - @java.lang.Override - public int getAlgorithmValue() { + @java.lang.Override public int getAlgorithmValue() { return algorithm_; } /** - * - * *
      * The algorithm used to generate the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The algorithm. */ - @java.lang.Override - public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm getAlgorithm() { + @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm getAlgorithm() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm result = - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); - return result == null - ? com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm result = com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); + return result == null ? com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED : result; } public static final int DIGEST_TYPE_FIELD_NUMBER = 3; private int digestType_; /** - * - * *
      * The hash function used to generate the digest of the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The enum numeric value on the wire for digestType. */ - @java.lang.Override - public int getDigestTypeValue() { + @java.lang.Override public int getDigestTypeValue() { return digestType_; } /** - * - * *
      * The hash function used to generate the digest of the referenced DNSKEY.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The digestType. */ - @java.lang.Override - public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType getDigestType() { + @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType getDigestType() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType result = - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.valueOf(digestType_); - return result == null - ? com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType result = com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.valueOf(digestType_); + return result == null ? com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.UNRECOGNIZED : result; } public static final int DIGEST_FIELD_NUMBER = 4; private volatile java.lang.Object digest_; /** - * - * *
      * The digest generated from the referenced DNSKEY.
      * 
* * string digest = 4; - * * @return The digest. */ @java.lang.Override @@ -4389,29 +3878,29 @@ public java.lang.String getDigest() { 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(); digest_ = s; return s; } } /** - * - * *
      * The digest generated from the referenced DNSKEY.
      * 
* * string digest = 4; - * * @return The bytes for digest. */ @java.lang.Override - public com.google.protobuf.ByteString getDigestBytes() { + public com.google.protobuf.ByteString + getDigestBytes() { java.lang.Object ref = digest_; 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); digest_ = b; return b; } else { @@ -4420,7 +3909,6 @@ public com.google.protobuf.ByteString getDigestBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4432,22 +3920,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 (keyTag_ != 0) { output.writeInt32(1, keyTag_); } - if (algorithm_ - != com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED - .getNumber()) { + if (algorithm_ != com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED.getNumber()) { output.writeEnum(2, algorithm_); } - if (digestType_ - != com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType - .DIGEST_TYPE_UNSPECIFIED - .getNumber()) { + if (digestType_ != com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.DIGEST_TYPE_UNSPECIFIED.getNumber()) { output.writeEnum(3, digestType_); } - if (!getDigestBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(digest_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, digest_); } unknownFields.writeTo(output); @@ -4460,20 +3944,18 @@ public int getSerializedSize() { size = 0; if (keyTag_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, keyTag_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(1, keyTag_); } - if (algorithm_ - != com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, algorithm_); + if (algorithm_ != com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.ALGORITHM_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, algorithm_); } - if (digestType_ - != com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType - .DIGEST_TYPE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, digestType_); + if (digestType_ != com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.DIGEST_TYPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, digestType_); } - if (!getDigestBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(digest_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, digest_); } size += unknownFields.getSerializedSize(); @@ -4484,18 +3966,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.cloud.domains.v1beta1.DnsSettings.DsRecord)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord other = - (com.google.cloud.domains.v1beta1.DnsSettings.DsRecord) obj; + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord other = (com.google.cloud.domains.v1beta1.DnsSettings.DsRecord) obj; - if (getKeyTag() != other.getKeyTag()) return false; + if (getKeyTag() + != other.getKeyTag()) return false; if (algorithm_ != other.algorithm_) return false; if (digestType_ != other.digestType_) return false; - if (!getDigest().equals(other.getDigest())) return false; + if (!getDigest() + .equals(other.getDigest())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -4521,94 +4004,87 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DnsSettings.DsRecord parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DnsSettings.DsRecord parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord 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 @@ -4618,8 +4094,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC
      * for a domain. It contains a digest (hash) of a DNSKEY record that must be
@@ -4628,24 +4102,21 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings.DsRecord}
      */
-    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.cloud.domains.v1beta1.DnsSettings.DsRecord)
         com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_fieldAccessorTable
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.class,
-                com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder.class);
+                com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.class, com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Builder.class);
       }
 
       // Construct using com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.newBuilder()
@@ -4653,15 +4124,16 @@ private Builder() {
         maybeForceBuilderInitialization();
       }
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
         maybeForceBuilderInitialization();
       }
-
       private void maybeForceBuilderInitialization() {
-        if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+        if (com.google.protobuf.GeneratedMessageV3
+                .alwaysUseFieldBuilders) {
+        }
       }
-
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -4677,9 +4149,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor;
       }
 
       @java.lang.Override
@@ -4698,8 +4170,7 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord build() {
 
       @java.lang.Override
       public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord buildPartial() {
-        com.google.cloud.domains.v1beta1.DnsSettings.DsRecord result =
-            new com.google.cloud.domains.v1beta1.DnsSettings.DsRecord(this);
+        com.google.cloud.domains.v1beta1.DnsSettings.DsRecord result = new com.google.cloud.domains.v1beta1.DnsSettings.DsRecord(this);
         result.keyTag_ = keyTag_;
         result.algorithm_ = algorithm_;
         result.digestType_ = digestType_;
@@ -4712,41 +4183,38 @@ public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord 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.cloud.domains.v1beta1.DnsSettings.DsRecord) {
-          return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.DsRecord) other);
+          return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.DsRecord)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -4754,8 +4222,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord other) {
-        if (other == com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.getDefaultInstance()) return this;
         if (other.getKeyTag() != 0) {
           setKeyTag(other.getKeyTag());
         }
@@ -4788,8 +4255,7 @@ public Builder mergeFrom(
         try {
           parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage =
-              (com.google.cloud.domains.v1beta1.DnsSettings.DsRecord) e.getUnfinishedMessage();
+          parsedMessage = (com.google.cloud.domains.v1beta1.DnsSettings.DsRecord) e.getUnfinishedMessage();
           throw e.unwrapIOException();
         } finally {
           if (parsedMessage != null) {
@@ -4799,16 +4265,13 @@ public Builder mergeFrom(
         return this;
       }
 
-      private int keyTag_;
+      private int keyTag_ ;
       /**
-       *
-       *
        * 
        * The key tag of the record. Must be set in range 0 -- 65535.
        * 
* * int32 key_tag = 1; - * * @return The keyTag. */ @java.lang.Override @@ -4816,36 +4279,30 @@ public int getKeyTag() { return keyTag_; } /** - * - * *
        * The key tag of the record. Must be set in range 0 -- 65535.
        * 
* * int32 key_tag = 1; - * * @param value The keyTag to set. * @return This builder for chaining. */ public Builder setKeyTag(int value) { - + keyTag_ = value; onChanged(); return this; } /** - * - * *
        * The key tag of the record. Must be set in range 0 -- 65535.
        * 
* * int32 key_tag = 1; - * * @return This builder for chaining. */ public Builder clearKeyTag() { - + keyTag_ = 0; onChanged(); return this; @@ -4853,93 +4310,73 @@ public Builder clearKeyTag() { private int algorithm_ = 0; /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The enum numeric value on the wire for algorithm. */ - @java.lang.Override - public int getAlgorithmValue() { + @java.lang.Override public int getAlgorithmValue() { return algorithm_; } /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @param value The enum numeric value on the wire for algorithm to set. * @return This builder for chaining. */ public Builder setAlgorithmValue(int value) { - + algorithm_ = value; onChanged(); return this; } /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return The algorithm. */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm getAlgorithm() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm result = - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); - return result == null - ? com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm result = com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.valueOf(algorithm_); + return result == null ? com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.UNRECOGNIZED : result; } /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @param value The algorithm to set. * @return This builder for chaining. */ - public Builder setAlgorithm( - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm value) { + public Builder setAlgorithm(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm value) { if (value == null) { throw new NullPointerException(); } - + algorithm_ = value.getNumber(); onChanged(); return this; } /** - * - * *
        * The algorithm used to generate the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm algorithm = 2; - * * @return This builder for chaining. */ public Builder clearAlgorithm() { - + algorithm_ = 0; onChanged(); return this; @@ -4947,93 +4384,73 @@ public Builder clearAlgorithm() { private int digestType_ = 0; /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The enum numeric value on the wire for digestType. */ - @java.lang.Override - public int getDigestTypeValue() { + @java.lang.Override public int getDigestTypeValue() { return digestType_; } /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @param value The enum numeric value on the wire for digestType to set. * @return This builder for chaining. */ public Builder setDigestTypeValue(int value) { - + digestType_ = value; onChanged(); return this; } /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return The digestType. */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType getDigestType() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType result = - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.valueOf(digestType_); - return result == null - ? com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType result = com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.valueOf(digestType_); + return result == null ? com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType.UNRECOGNIZED : result; } /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @param value The digestType to set. * @return This builder for chaining. */ - public Builder setDigestType( - com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType value) { + public Builder setDigestType(com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType value) { if (value == null) { throw new NullPointerException(); } - + digestType_ = value.getNumber(); onChanged(); return this; } /** - * - * *
        * The hash function used to generate the digest of the referenced DNSKEY.
        * 
* * .google.cloud.domains.v1beta1.DnsSettings.DsRecord.DigestType digest_type = 3; - * * @return This builder for chaining. */ public Builder clearDigestType() { - + digestType_ = 0; onChanged(); return this; @@ -5041,20 +4458,18 @@ public Builder clearDigestType() { private java.lang.Object digest_ = ""; /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @return The digest. */ public java.lang.String getDigest() { java.lang.Object ref = digest_; 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(); digest_ = s; return s; @@ -5063,21 +4478,20 @@ public java.lang.String getDigest() { } } /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @return The bytes for digest. */ - public com.google.protobuf.ByteString getDigestBytes() { + public com.google.protobuf.ByteString + getDigestBytes() { java.lang.Object ref = digest_; 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); digest_ = b; return b; } else { @@ -5085,66 +4499,58 @@ public com.google.protobuf.ByteString getDigestBytes() { } } /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @param value The digest to set. * @return This builder for chaining. */ - public Builder setDigest(java.lang.String value) { + public Builder setDigest( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + digest_ = value; onChanged(); return this; } /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @return This builder for chaining. */ public Builder clearDigest() { - + digest_ = getDefaultInstance().getDigest(); onChanged(); return this; } /** - * - * *
        * The digest generated from the referenced DNSKEY.
        * 
* * string digest = 4; - * * @param value The bytes for digest to set. * @return This builder for chaining. */ - public Builder setDigestBytes(com.google.protobuf.ByteString value) { + public Builder setDigestBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + digest_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -5157,12 +4563,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.DnsSettings.DsRecord) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.DnsSettings.DsRecord) private static final com.google.cloud.domains.v1beta1.DnsSettings.DsRecord DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.DnsSettings.DsRecord(); } @@ -5171,16 +4577,16 @@ public static com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DsRecord parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new DsRecord(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DsRecord parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DsRecord(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -5195,41 +4601,34 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.DnsSettings.DsRecord getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface GlueRecordOrBuilder - extends + public interface GlueRecordOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.DnsSettings.GlueRecord) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Required. Domain name of the host in Punycode format.
      * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The hostName. */ java.lang.String getHostName(); /** - * - * *
      * Required. Domain name of the host in Punycode format.
      * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for hostName. */ - com.google.protobuf.ByteString getHostNameBytes(); + com.google.protobuf.ByteString + getHostNameBytes(); /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5237,13 +4636,11 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv4_addresses = 2; - * * @return A list containing the ipv4Addresses. */ - java.util.List getIpv4AddressesList(); + java.util.List + getIpv4AddressesList(); /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5251,13 +4648,10 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv4_addresses = 2; - * * @return The count of ipv4Addresses. */ int getIpv4AddressesCount(); /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5265,14 +4659,11 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the element to return. * @return The ipv4Addresses at the given index. */ java.lang.String getIpv4Addresses(int index); /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5280,15 +4671,13 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the value to return. * @return The bytes of the ipv4Addresses at the given index. */ - com.google.protobuf.ByteString getIpv4AddressesBytes(int index); + com.google.protobuf.ByteString + getIpv4AddressesBytes(int index); /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5296,13 +4685,11 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv6_addresses = 3; - * * @return A list containing the ipv6Addresses. */ - java.util.List getIpv6AddressesList(); + java.util.List + getIpv6AddressesList(); /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5310,13 +4697,10 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv6_addresses = 3; - * * @return The count of ipv6Addresses. */ int getIpv6AddressesCount(); /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5324,14 +4708,11 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the element to return. * @return The ipv6Addresses at the given index. */ java.lang.String getIpv6Addresses(int index); /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5339,15 +4720,13 @@ public interface GlueRecordOrBuilder
      * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the value to return. * @return The bytes of the ipv6Addresses at the given index. */ - com.google.protobuf.ByteString getIpv6AddressesBytes(int index); + com.google.protobuf.ByteString + getIpv6AddressesBytes(int index); } /** - * - * *
    * Defines a host on your domain that is a DNS name server for your domain
    * and/or other domains. Glue records are a way of making the IP address of a
@@ -5359,16 +4738,15 @@ public interface GlueRecordOrBuilder
    *
    * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings.GlueRecord}
    */
-  public static final class GlueRecord extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class GlueRecord extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.DnsSettings.GlueRecord)
       GlueRecordOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use GlueRecord.newBuilder() to construct.
     private GlueRecord(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private GlueRecord() {
       hostName_ = "";
       ipv4Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -5377,15 +4755,16 @@ private GlueRecord() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new GlueRecord();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
     private GlueRecord(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -5405,46 +4784,44 @@ private GlueRecord(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
+            case 10: {
+              java.lang.String s = input.readStringRequireUtf8();
 
-                hostName_ = s;
-                break;
-              }
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                  ipv4Addresses_ = new com.google.protobuf.LazyStringArrayList();
-                  mutable_bitField0_ |= 0x00000001;
-                }
-                ipv4Addresses_.add(s);
-                break;
+              hostName_ = s;
+              break;
+            }
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+                ipv4Addresses_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000001;
               }
-            case 26:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                if (!((mutable_bitField0_ & 0x00000002) != 0)) {
-                  ipv6Addresses_ = new com.google.protobuf.LazyStringArrayList();
-                  mutable_bitField0_ |= 0x00000002;
-                }
-                ipv6Addresses_.add(s);
-                break;
+              ipv4Addresses_.add(s);
+              break;
+            }
+            case 26: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000002) != 0)) {
+                ipv6Addresses_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000002;
               }
-            default:
-              {
-                if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) {
-                  done = true;
-                }
-                break;
+              ipv6Addresses_.add(s);
+              break;
+            }
+            default: {
+              if (!parseUnknownField(
+                  input, unknownFields, extensionRegistry, tag)) {
+                done = true;
               }
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
         throw e.setUnfinishedMessage(this);
       } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this);
+        throw new com.google.protobuf.InvalidProtocolBufferException(
+            e).setUnfinishedMessage(this);
       } finally {
         if (((mutable_bitField0_ & 0x00000001) != 0)) {
           ipv4Addresses_ = ipv4Addresses_.getUnmodifiableView();
@@ -5456,33 +4833,27 @@ private GlueRecord(
         makeExtensionsImmutable();
       }
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_fieldAccessorTable
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.class,
-              com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder.class);
+              com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.class, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder.class);
     }
 
     public static final int HOST_NAME_FIELD_NUMBER = 1;
     private volatile java.lang.Object hostName_;
     /**
-     *
-     *
      * 
      * Required. Domain name of the host in Punycode format.
      * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The hostName. */ @java.lang.Override @@ -5491,29 +4862,29 @@ public java.lang.String getHostName() { 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(); hostName_ = s; return s; } } /** - * - * *
      * Required. Domain name of the host in Punycode format.
      * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for hostName. */ @java.lang.Override - public com.google.protobuf.ByteString getHostNameBytes() { + public com.google.protobuf.ByteString + getHostNameBytes() { java.lang.Object ref = hostName_; 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); hostName_ = b; return b; } else { @@ -5524,8 +4895,6 @@ public com.google.protobuf.ByteString getHostNameBytes() { public static final int IPV4_ADDRESSES_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList ipv4Addresses_; /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5533,15 +4902,13 @@ public com.google.protobuf.ByteString getHostNameBytes() {
      * 
* * repeated string ipv4_addresses = 2; - * * @return A list containing the ipv4Addresses. */ - public com.google.protobuf.ProtocolStringList getIpv4AddressesList() { + public com.google.protobuf.ProtocolStringList + getIpv4AddressesList() { return ipv4Addresses_; } /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5549,15 +4916,12 @@ public com.google.protobuf.ProtocolStringList getIpv4AddressesList() {
      * 
* * repeated string ipv4_addresses = 2; - * * @return The count of ipv4Addresses. */ public int getIpv4AddressesCount() { return ipv4Addresses_.size(); } /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5565,7 +4929,6 @@ public int getIpv4AddressesCount() {
      * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the element to return. * @return The ipv4Addresses at the given index. */ @@ -5573,8 +4936,6 @@ public java.lang.String getIpv4Addresses(int index) { return ipv4Addresses_.get(index); } /** - * - * *
      * List of IPv4 addresses corresponding to this host in the standard decimal
      * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -5582,19 +4943,17 @@ public java.lang.String getIpv4Addresses(int index) {
      * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the value to return. * @return The bytes of the ipv4Addresses at the given index. */ - public com.google.protobuf.ByteString getIpv4AddressesBytes(int index) { + public com.google.protobuf.ByteString + getIpv4AddressesBytes(int index) { return ipv4Addresses_.getByteString(index); } public static final int IPV6_ADDRESSES_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList ipv6Addresses_; /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5602,15 +4961,13 @@ public com.google.protobuf.ByteString getIpv4AddressesBytes(int index) {
      * 
* * repeated string ipv6_addresses = 3; - * * @return A list containing the ipv6Addresses. */ - public com.google.protobuf.ProtocolStringList getIpv6AddressesList() { + public com.google.protobuf.ProtocolStringList + getIpv6AddressesList() { return ipv6Addresses_; } /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5618,15 +4975,12 @@ public com.google.protobuf.ProtocolStringList getIpv6AddressesList() {
      * 
* * repeated string ipv6_addresses = 3; - * * @return The count of ipv6Addresses. */ public int getIpv6AddressesCount() { return ipv6Addresses_.size(); } /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5634,7 +4988,6 @@ public int getIpv6AddressesCount() {
      * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the element to return. * @return The ipv6Addresses at the given index. */ @@ -5642,8 +4995,6 @@ public java.lang.String getIpv6Addresses(int index) { return ipv6Addresses_.get(index); } /** - * - * *
      * List of IPv6 addresses corresponding to this host in the standard
      * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -5651,16 +5002,15 @@ public java.lang.String getIpv6Addresses(int index) {
      * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the value to return. * @return The bytes of the ipv6Addresses at the given index. */ - public com.google.protobuf.ByteString getIpv6AddressesBytes(int index) { + public com.google.protobuf.ByteString + getIpv6AddressesBytes(int index) { return ipv6Addresses_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -5672,8 +5022,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getHostNameBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(hostName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, hostName_); } for (int i = 0; i < ipv4Addresses_.size(); i++) { @@ -5691,7 +5042,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getHostNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(hostName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, hostName_); } { @@ -5718,17 +5069,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.cloud.domains.v1beta1.DnsSettings.GlueRecord)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord other = - (com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord) obj; + com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord other = (com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord) obj; - if (!getHostName().equals(other.getHostName())) return false; - if (!getIpv4AddressesList().equals(other.getIpv4AddressesList())) return false; - if (!getIpv6AddressesList().equals(other.getIpv6AddressesList())) return false; + if (!getHostName() + .equals(other.getHostName())) return false; + if (!getIpv4AddressesList() + .equals(other.getIpv4AddressesList())) return false; + if (!getIpv6AddressesList() + .equals(other.getIpv6AddressesList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -5756,94 +5109,87 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord 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 @@ -5853,8 +5199,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Defines a host on your domain that is a DNS name server for your domain
      * and/or other domains. Glue records are a way of making the IP address of a
@@ -5866,24 +5210,21 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings.GlueRecord}
      */
-    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.cloud.domains.v1beta1.DnsSettings.GlueRecord)
         com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_fieldAccessorTable
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.class,
-                com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder.class);
+                com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.class, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder.class);
       }
 
       // Construct using com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.newBuilder()
@@ -5891,15 +5232,16 @@ private Builder() {
         maybeForceBuilderInitialization();
       }
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
         super(parent);
         maybeForceBuilderInitialization();
       }
-
       private void maybeForceBuilderInitialization() {
-        if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {}
+        if (com.google.protobuf.GeneratedMessageV3
+                .alwaysUseFieldBuilders) {
+        }
       }
-
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -5913,9 +5255,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.domains.v1beta1.DomainsProto
-            .internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor;
       }
 
       @java.lang.Override
@@ -5934,8 +5276,7 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord build() {
 
       @java.lang.Override
       public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord buildPartial() {
-        com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord result =
-            new com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord(this);
+        com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord result = new com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord(this);
         int from_bitField0_ = bitField0_;
         result.hostName_ = hostName_;
         if (((bitField0_ & 0x00000001) != 0)) {
@@ -5956,41 +5297,38 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord 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.cloud.domains.v1beta1.DnsSettings.GlueRecord) {
-          return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord) other);
+          return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -5998,8 +5336,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord other) {
-        if (other == com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.getDefaultInstance()) return this;
         if (!other.getHostName().isEmpty()) {
           hostName_ = other.hostName_;
           onChanged();
@@ -6043,8 +5380,7 @@ public Builder mergeFrom(
         try {
           parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage =
-              (com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord) e.getUnfinishedMessage();
+          parsedMessage = (com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord) e.getUnfinishedMessage();
           throw e.unwrapIOException();
         } finally {
           if (parsedMessage != null) {
@@ -6053,25 +5389,22 @@ public Builder mergeFrom(
         }
         return this;
       }
-
       private int bitField0_;
 
       private java.lang.Object hostName_ = "";
       /**
-       *
-       *
        * 
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The hostName. */ public java.lang.String getHostName() { java.lang.Object ref = hostName_; 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(); hostName_ = s; return s; @@ -6080,21 +5413,20 @@ public java.lang.String getHostName() { } } /** - * - * *
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for hostName. */ - public com.google.protobuf.ByteString getHostNameBytes() { + public com.google.protobuf.ByteString + getHostNameBytes() { java.lang.Object ref = hostName_; 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); hostName_ = b; return b; } else { @@ -6102,78 +5434,67 @@ public com.google.protobuf.ByteString getHostNameBytes() { } } /** - * - * *
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The hostName to set. * @return This builder for chaining. */ - public Builder setHostName(java.lang.String value) { + public Builder setHostName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + hostName_ = value; onChanged(); return this; } /** - * - * *
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearHostName() { - + hostName_ = getDefaultInstance().getHostName(); onChanged(); return this; } /** - * - * *
        * Required. Domain name of the host in Punycode format.
        * 
* * string host_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for hostName to set. * @return This builder for chaining. */ - public Builder setHostNameBytes(com.google.protobuf.ByteString value) { + public Builder setHostNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + hostName_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList ipv4Addresses_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList ipv4Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureIpv4AddressesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { ipv4Addresses_ = new com.google.protobuf.LazyStringArrayList(ipv4Addresses_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6181,15 +5502,13 @@ private void ensureIpv4AddressesIsMutable() {
        * 
* * repeated string ipv4_addresses = 2; - * * @return A list containing the ipv4Addresses. */ - public com.google.protobuf.ProtocolStringList getIpv4AddressesList() { + public com.google.protobuf.ProtocolStringList + getIpv4AddressesList() { return ipv4Addresses_.getUnmodifiableView(); } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6197,15 +5516,12 @@ public com.google.protobuf.ProtocolStringList getIpv4AddressesList() {
        * 
* * repeated string ipv4_addresses = 2; - * * @return The count of ipv4Addresses. */ public int getIpv4AddressesCount() { return ipv4Addresses_.size(); } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6213,7 +5529,6 @@ public int getIpv4AddressesCount() {
        * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the element to return. * @return The ipv4Addresses at the given index. */ @@ -6221,8 +5536,6 @@ public java.lang.String getIpv4Addresses(int index) { return ipv4Addresses_.get(index); } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6230,16 +5543,14 @@ public java.lang.String getIpv4Addresses(int index) {
        * 
* * repeated string ipv4_addresses = 2; - * * @param index The index of the value to return. * @return The bytes of the ipv4Addresses at the given index. */ - public com.google.protobuf.ByteString getIpv4AddressesBytes(int index) { + public com.google.protobuf.ByteString + getIpv4AddressesBytes(int index) { return ipv4Addresses_.getByteString(index); } - /** - * - * + /** *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6247,23 +5558,21 @@ public com.google.protobuf.ByteString getIpv4AddressesBytes(int index) {
        * 
* * repeated string ipv4_addresses = 2; - * * @param index The index to set the value at. * @param value The ipv4Addresses to set. * @return This builder for chaining. */ - public Builder setIpv4Addresses(int index, java.lang.String value) { + public Builder setIpv4Addresses( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureIpv4AddressesIsMutable(); + throw new NullPointerException(); + } + ensureIpv4AddressesIsMutable(); ipv4Addresses_.set(index, value); onChanged(); return this; } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6271,22 +5580,20 @@ public Builder setIpv4Addresses(int index, java.lang.String value) {
        * 
* * repeated string ipv4_addresses = 2; - * * @param value The ipv4Addresses to add. * @return This builder for chaining. */ - public Builder addIpv4Addresses(java.lang.String value) { + public Builder addIpv4Addresses( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureIpv4AddressesIsMutable(); + throw new NullPointerException(); + } + ensureIpv4AddressesIsMutable(); ipv4Addresses_.add(value); onChanged(); return this; } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6294,19 +5601,18 @@ public Builder addIpv4Addresses(java.lang.String value) {
        * 
* * repeated string ipv4_addresses = 2; - * * @param values The ipv4Addresses to add. * @return This builder for chaining. */ - public Builder addAllIpv4Addresses(java.lang.Iterable values) { + public Builder addAllIpv4Addresses( + java.lang.Iterable values) { ensureIpv4AddressesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ipv4Addresses_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, ipv4Addresses_); onChanged(); return this; } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6314,7 +5620,6 @@ public Builder addAllIpv4Addresses(java.lang.Iterable values)
        * 
* * repeated string ipv4_addresses = 2; - * * @return This builder for chaining. */ public Builder clearIpv4Addresses() { @@ -6324,8 +5629,6 @@ public Builder clearIpv4Addresses() { return this; } /** - * - * *
        * List of IPv4 addresses corresponding to this host in the standard decimal
        * format (e.g. `198.51.100.1`). At least one of `ipv4_address` and
@@ -6333,33 +5636,29 @@ public Builder clearIpv4Addresses() {
        * 
* * repeated string ipv4_addresses = 2; - * * @param value The bytes of the ipv4Addresses to add. * @return This builder for chaining. */ - public Builder addIpv4AddressesBytes(com.google.protobuf.ByteString value) { + public Builder addIpv4AddressesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureIpv4AddressesIsMutable(); ipv4Addresses_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList ipv6Addresses_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList ipv6Addresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureIpv6AddressesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { ipv6Addresses_ = new com.google.protobuf.LazyStringArrayList(ipv6Addresses_); bitField0_ |= 0x00000002; - } + } } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6367,15 +5666,13 @@ private void ensureIpv6AddressesIsMutable() {
        * 
* * repeated string ipv6_addresses = 3; - * * @return A list containing the ipv6Addresses. */ - public com.google.protobuf.ProtocolStringList getIpv6AddressesList() { + public com.google.protobuf.ProtocolStringList + getIpv6AddressesList() { return ipv6Addresses_.getUnmodifiableView(); } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6383,15 +5680,12 @@ public com.google.protobuf.ProtocolStringList getIpv6AddressesList() {
        * 
* * repeated string ipv6_addresses = 3; - * * @return The count of ipv6Addresses. */ public int getIpv6AddressesCount() { return ipv6Addresses_.size(); } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6399,7 +5693,6 @@ public int getIpv6AddressesCount() {
        * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the element to return. * @return The ipv6Addresses at the given index. */ @@ -6407,8 +5700,6 @@ public java.lang.String getIpv6Addresses(int index) { return ipv6Addresses_.get(index); } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6416,16 +5707,14 @@ public java.lang.String getIpv6Addresses(int index) {
        * 
* * repeated string ipv6_addresses = 3; - * * @param index The index of the value to return. * @return The bytes of the ipv6Addresses at the given index. */ - public com.google.protobuf.ByteString getIpv6AddressesBytes(int index) { + public com.google.protobuf.ByteString + getIpv6AddressesBytes(int index) { return ipv6Addresses_.getByteString(index); } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6433,23 +5722,21 @@ public com.google.protobuf.ByteString getIpv6AddressesBytes(int index) {
        * 
* * repeated string ipv6_addresses = 3; - * * @param index The index to set the value at. * @param value The ipv6Addresses to set. * @return This builder for chaining. */ - public Builder setIpv6Addresses(int index, java.lang.String value) { + public Builder setIpv6Addresses( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureIpv6AddressesIsMutable(); + throw new NullPointerException(); + } + ensureIpv6AddressesIsMutable(); ipv6Addresses_.set(index, value); onChanged(); return this; } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6457,22 +5744,20 @@ public Builder setIpv6Addresses(int index, java.lang.String value) {
        * 
* * repeated string ipv6_addresses = 3; - * * @param value The ipv6Addresses to add. * @return This builder for chaining. */ - public Builder addIpv6Addresses(java.lang.String value) { + public Builder addIpv6Addresses( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureIpv6AddressesIsMutable(); + throw new NullPointerException(); + } + ensureIpv6AddressesIsMutable(); ipv6Addresses_.add(value); onChanged(); return this; } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6480,19 +5765,18 @@ public Builder addIpv6Addresses(java.lang.String value) {
        * 
* * repeated string ipv6_addresses = 3; - * * @param values The ipv6Addresses to add. * @return This builder for chaining. */ - public Builder addAllIpv6Addresses(java.lang.Iterable values) { + public Builder addAllIpv6Addresses( + java.lang.Iterable values) { ensureIpv6AddressesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, ipv6Addresses_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, ipv6Addresses_); onChanged(); return this; } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6500,7 +5784,6 @@ public Builder addAllIpv6Addresses(java.lang.Iterable values)
        * 
* * repeated string ipv6_addresses = 3; - * * @return This builder for chaining. */ public Builder clearIpv6Addresses() { @@ -6510,8 +5793,6 @@ public Builder clearIpv6Addresses() { return this; } /** - * - * *
        * List of IPv6 addresses corresponding to this host in the standard
        * hexadecimal format (e.g. `2001:db8::`). At least one of
@@ -6519,21 +5800,20 @@ public Builder clearIpv6Addresses() {
        * 
* * repeated string ipv6_addresses = 3; - * * @param value The bytes of the ipv6Addresses to add. * @return This builder for chaining. */ - public Builder addIpv6AddressesBytes(com.google.protobuf.ByteString value) { + public Builder addIpv6AddressesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureIpv6AddressesIsMutable(); ipv6Addresses_.add(value); onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -6546,12 +5826,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.DnsSettings.GlueRecord) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.DnsSettings.GlueRecord) private static final com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord(); } @@ -6560,16 +5840,16 @@ public static com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord getDefault return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GlueRecord parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GlueRecord(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GlueRecord parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GlueRecord(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -6584,20 +5864,18 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int dnsProviderCase_ = 0; private java.lang.Object dnsProvider_; - public enum DnsProviderCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { CUSTOM_DNS(1), GOOGLE_DOMAINS_DNS(2), DNSPROVIDER_NOT_SET(0); private final int value; - private DnsProviderCase(int value) { this.value = value; } @@ -6613,36 +5891,30 @@ public static DnsProviderCase valueOf(int value) { public static DnsProviderCase forNumber(int value) { switch (value) { - case 1: - return CUSTOM_DNS; - case 2: - return GOOGLE_DOMAINS_DNS; - case 0: - return DNSPROVIDER_NOT_SET; - default: - return null; + case 1: return CUSTOM_DNS; + case 2: return GOOGLE_DOMAINS_DNS; + case 0: return DNSPROVIDER_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public DnsProviderCase getDnsProviderCase() { - return DnsProviderCase.forNumber(dnsProviderCase_); + public DnsProviderCase + getDnsProviderCase() { + return DnsProviderCase.forNumber( + dnsProviderCase_); } public static final int CUSTOM_DNS_FIELD_NUMBER = 1; /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
* * .google.cloud.domains.v1beta1.DnsSettings.CustomDns custom_dns = 1; - * * @return Whether the customDns field is set. */ @java.lang.Override @@ -6650,26 +5922,21 @@ public boolean hasCustomDns() { return dnsProviderCase_ == 1; } /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
* * .google.cloud.domains.v1beta1.DnsSettings.CustomDns custom_dns = 1; - * * @return The customDns. */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.CustomDns getCustomDns() { if (dnsProviderCase_ == 1) { - return (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_; + return (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_; } return com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.getDefaultInstance(); } /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
@@ -6679,22 +5946,19 @@ public com.google.cloud.domains.v1beta1.DnsSettings.CustomDns getCustomDns() { @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder() { if (dnsProviderCase_ == 1) { - return (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_; + return (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_; } return com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.getDefaultInstance(); } public static final int GOOGLE_DOMAINS_DNS_FIELD_NUMBER = 2; /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * * @return Whether the googleDomainsDns field is set. */ @java.lang.Override @@ -6702,27 +5966,22 @@ public boolean hasGoogleDomainsDns() { return dnsProviderCase_ == 2; } /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * * @return The googleDomainsDns. */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getGoogleDomainsDns() { if (dnsProviderCase_ == 2) { - return (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_; + return (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_; } return com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); } /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
@@ -6731,10 +5990,9 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getGoogleDo
    * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2;
    */
   @java.lang.Override
-  public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder
-      getGoogleDomainsDnsOrBuilder() {
+  public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder() {
     if (dnsProviderCase_ == 2) {
-      return (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_;
+       return (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_;
     }
     return com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.getDefaultInstance();
   }
@@ -6742,8 +6000,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getGoogleDo
   public static final int GLUE_RECORDS_FIELD_NUMBER = 4;
   private java.util.List glueRecords_;
   /**
-   *
-   *
    * 
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6751,13 +6007,10 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getGoogleDo * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ @java.lang.Override - public java.util.List - getGlueRecordsList() { + public java.util.List getGlueRecordsList() { return glueRecords_; } /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6765,13 +6018,11 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getGoogleDo * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ @java.lang.Override - public java.util.List + public java.util.List getGlueRecordsOrBuilderList() { return glueRecords_; } /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6783,8 +6034,6 @@ public int getGlueRecordsCount() { return glueRecords_.size(); } /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6796,8 +6045,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord getGlueRecords(in return glueRecords_.get(index); } /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -6811,7 +6058,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder getGlueR } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -6823,13 +6069,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 (dnsProviderCase_ == 1) { output.writeMessage(1, (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_); } if (dnsProviderCase_ == 2) { - output.writeMessage( - 2, (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_); + output.writeMessage(2, (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_); } for (int i = 0; i < glueRecords_.size(); i++) { output.writeMessage(4, glueRecords_.get(i)); @@ -6844,17 +6090,16 @@ public int getSerializedSize() { size = 0; if (dnsProviderCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_); } if (dnsProviderCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_); } for (int i = 0; i < glueRecords_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, glueRecords_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, glueRecords_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -6864,22 +6109,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.cloud.domains.v1beta1.DnsSettings)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.DnsSettings other = - (com.google.cloud.domains.v1beta1.DnsSettings) obj; + com.google.cloud.domains.v1beta1.DnsSettings other = (com.google.cloud.domains.v1beta1.DnsSettings) obj; - if (!getGlueRecordsList().equals(other.getGlueRecordsList())) return false; + if (!getGlueRecordsList() + .equals(other.getGlueRecordsList())) return false; if (!getDnsProviderCase().equals(other.getDnsProviderCase())) return false; switch (dnsProviderCase_) { case 1: - if (!getCustomDns().equals(other.getCustomDns())) return false; + if (!getCustomDns() + .equals(other.getCustomDns())) return false; break; case 2: - if (!getGoogleDomainsDns().equals(other.getGoogleDomainsDns())) return false; + if (!getGoogleDomainsDns() + .equals(other.getGoogleDomainsDns())) return false; break; case 0: default: @@ -6916,104 +6163,97 @@ public int hashCode() { return hash; } - public static com.google.cloud.domains.v1beta1.DnsSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.domains.v1beta1.DnsSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.DnsSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings 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 DNS configuration of a `Registration`, including name servers,
    * DNSSEC, and glue records.
@@ -7021,23 +6261,21 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.domains.v1beta1.DnsSettings}
    */
-  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.cloud.domains.v1beta1.DnsSettings)
       com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_fieldAccessorTable
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.domains.v1beta1.DnsSettings.class,
-              com.google.cloud.domains.v1beta1.DnsSettings.Builder.class);
+              com.google.cloud.domains.v1beta1.DnsSettings.class, com.google.cloud.domains.v1beta1.DnsSettings.Builder.class);
     }
 
     // Construct using com.google.cloud.domains.v1beta1.DnsSettings.newBuilder()
@@ -7045,17 +6283,17 @@ private Builder() {
       maybeForceBuilderInitialization();
     }
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
       super(parent);
       maybeForceBuilderInitialization();
     }
-
     private void maybeForceBuilderInitialization() {
-      if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+      if (com.google.protobuf.GeneratedMessageV3
+              .alwaysUseFieldBuilders) {
         getGlueRecordsFieldBuilder();
       }
     }
-
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -7071,9 +6309,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.domains.v1beta1.DomainsProto
-          .internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor;
     }
 
     @java.lang.Override
@@ -7092,8 +6330,7 @@ public com.google.cloud.domains.v1beta1.DnsSettings build() {
 
     @java.lang.Override
     public com.google.cloud.domains.v1beta1.DnsSettings buildPartial() {
-      com.google.cloud.domains.v1beta1.DnsSettings result =
-          new com.google.cloud.domains.v1beta1.DnsSettings(this);
+      com.google.cloud.domains.v1beta1.DnsSettings result = new com.google.cloud.domains.v1beta1.DnsSettings(this);
       int from_bitField0_ = bitField0_;
       if (dnsProviderCase_ == 1) {
         if (customDnsBuilder_ == null) {
@@ -7127,39 +6364,38 @@ public com.google.cloud.domains.v1beta1.DnsSettings 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.cloud.domains.v1beta1.DnsSettings) {
-        return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings) other);
+        return mergeFrom((com.google.cloud.domains.v1beta1.DnsSettings)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -7186,30 +6422,26 @@ public Builder mergeFrom(com.google.cloud.domains.v1beta1.DnsSettings other) {
             glueRecordsBuilder_ = null;
             glueRecords_ = other.glueRecords_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            glueRecordsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getGlueRecordsFieldBuilder()
-                    : null;
+            glueRecordsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getGlueRecordsFieldBuilder() : null;
           } else {
             glueRecordsBuilder_.addAllMessages(other.glueRecords_);
           }
         }
       }
       switch (other.getDnsProviderCase()) {
-        case CUSTOM_DNS:
-          {
-            mergeCustomDns(other.getCustomDns());
-            break;
-          }
-        case GOOGLE_DOMAINS_DNS:
-          {
-            mergeGoogleDomainsDns(other.getGoogleDomainsDns());
-            break;
-          }
-        case DNSPROVIDER_NOT_SET:
-          {
-            break;
-          }
+        case CUSTOM_DNS: {
+          mergeCustomDns(other.getCustomDns());
+          break;
+        }
+        case GOOGLE_DOMAINS_DNS: {
+          mergeGoogleDomainsDns(other.getGoogleDomainsDns());
+          break;
+        }
+        case DNSPROVIDER_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.unknownFields);
       onChanged();
@@ -7239,12 +6471,12 @@ public Builder mergeFrom(
       }
       return this;
     }
-
     private int dnsProviderCase_ = 0;
     private java.lang.Object dnsProvider_;
-
-    public DnsProviderCase getDnsProviderCase() {
-      return DnsProviderCase.forNumber(dnsProviderCase_);
+    public DnsProviderCase
+        getDnsProviderCase() {
+      return DnsProviderCase.forNumber(
+          dnsProviderCase_);
     }
 
     public Builder clearDnsProvider() {
@@ -7257,19 +6489,13 @@ public Builder clearDnsProvider() {
     private int bitField0_;
 
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1beta1.DnsSettings.CustomDns,
-            com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder,
-            com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder>
-        customDnsBuilder_;
+        com.google.cloud.domains.v1beta1.DnsSettings.CustomDns, com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder> customDnsBuilder_;
     /**
-     *
-     *
      * 
      * An arbitrary DNS provider identified by its name servers.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.CustomDns custom_dns = 1; - * * @return Whether the customDns field is set. */ @java.lang.Override @@ -7277,14 +6503,11 @@ public boolean hasCustomDns() { return dnsProviderCase_ == 1; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
* * .google.cloud.domains.v1beta1.DnsSettings.CustomDns custom_dns = 1; - * * @return The customDns. */ @java.lang.Override @@ -7302,8 +6525,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.CustomDns getCustomDns() { } } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7324,8 +6545,6 @@ public Builder setCustomDns(com.google.cloud.domains.v1beta1.DnsSettings.CustomD return this; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7344,8 +6563,6 @@ public Builder setCustomDns( return this; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7354,14 +6571,10 @@ public Builder setCustomDns( */ public Builder mergeCustomDns(com.google.cloud.domains.v1beta1.DnsSettings.CustomDns value) { if (customDnsBuilder_ == null) { - if (dnsProviderCase_ == 1 - && dnsProvider_ - != com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.getDefaultInstance()) { - dnsProvider_ = - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.newBuilder( - (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_) - .mergeFrom(value) - .buildPartial(); + if (dnsProviderCase_ == 1 && + dnsProvider_ != com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.getDefaultInstance()) { + dnsProvider_ = com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.newBuilder((com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_) + .mergeFrom(value).buildPartial(); } else { dnsProvider_ = value; } @@ -7376,8 +6589,6 @@ public Builder mergeCustomDns(com.google.cloud.domains.v1beta1.DnsSettings.Custo return this; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7401,8 +6612,6 @@ public Builder clearCustomDns() { return this; } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7413,8 +6622,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder getCustomD return getCustomDnsFieldBuilder().getBuilder(); } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7433,8 +6640,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder getCustom } } /** - * - * *
      * An arbitrary DNS provider identified by its name servers.
      * 
@@ -7442,47 +6647,33 @@ public com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder getCustom * .google.cloud.domains.v1beta1.DnsSettings.CustomDns custom_dns = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns, - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder> + com.google.cloud.domains.v1beta1.DnsSettings.CustomDns, com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder> getCustomDnsFieldBuilder() { if (customDnsBuilder_ == null) { if (!(dnsProviderCase_ == 1)) { - dnsProvider_ = - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.getDefaultInstance(); - } - customDnsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns, - com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder>( + dnsProvider_ = com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.getDefaultInstance(); + } + customDnsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.DnsSettings.CustomDns, com.google.cloud.domains.v1beta1.DnsSettings.CustomDns.Builder, com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder>( (com.google.cloud.domains.v1beta1.DnsSettings.CustomDns) dnsProvider_, getParentForChildren(), isClean()); dnsProvider_ = null; } dnsProviderCase_ = 1; - onChanged(); - ; + onChanged();; return customDnsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns, - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder> - googleDomainsDnsBuilder_; + com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder> googleDomainsDnsBuilder_; /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; * @return Whether the googleDomainsDns field is set. */ @java.lang.Override @@ -7490,16 +6681,12 @@ public boolean hasGoogleDomainsDns() { return dnsProviderCase_ == 2; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; * @return The googleDomainsDns. */ @java.lang.Override @@ -7517,18 +6704,14 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getGoogleDo } } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ - public Builder setGoogleDomainsDns( - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns value) { + public Builder setGoogleDomainsDns(com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns value) { if (googleDomainsDnsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -7542,15 +6725,12 @@ public Builder setGoogleDomainsDns( return this; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ public Builder setGoogleDomainsDns( com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder builderForValue) { @@ -7564,28 +6744,19 @@ public Builder setGoogleDomainsDns( return this; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ - public Builder mergeGoogleDomainsDns( - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns value) { + public Builder mergeGoogleDomainsDns(com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns value) { if (googleDomainsDnsBuilder_ == null) { - if (dnsProviderCase_ == 2 - && dnsProvider_ - != com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns - .getDefaultInstance()) { - dnsProvider_ = - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.newBuilder( - (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_) - .mergeFrom(value) - .buildPartial(); + if (dnsProviderCase_ == 2 && + dnsProvider_ != com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.getDefaultInstance()) { + dnsProvider_ = com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.newBuilder((com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_) + .mergeFrom(value).buildPartial(); } else { dnsProvider_ = value; } @@ -7600,15 +6771,12 @@ public Builder mergeGoogleDomainsDns( return this; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ public Builder clearGoogleDomainsDns() { if (googleDomainsDnsBuilder_ == null) { @@ -7627,34 +6795,26 @@ public Builder clearGoogleDomainsDns() { return this; } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ - public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder - getGoogleDomainsDnsBuilder() { + public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder getGoogleDomainsDnsBuilder() { return getGoogleDomainsDnsFieldBuilder().getBuilder(); } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ @java.lang.Override - public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder - getGoogleDomainsDnsOrBuilder() { + public com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder() { if ((dnsProviderCase_ == 2) && (googleDomainsDnsBuilder_ != null)) { return googleDomainsDnsBuilder_.getMessageOrBuilder(); } else { @@ -7665,71 +6825,52 @@ public Builder clearGoogleDomainsDns() { } } /** - * - * *
      * The free DNS zone provided by
      * [Google Domains](https://domains.google/).
      * 
* - * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * + * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns, - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder> + com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder> getGoogleDomainsDnsFieldBuilder() { if (googleDomainsDnsBuilder_ == null) { if (!(dnsProviderCase_ == 2)) { - dnsProvider_ = - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); - } - googleDomainsDnsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns, - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder>( + dnsProvider_ = com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.getDefaultInstance(); + } + googleDomainsDnsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns, com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns.Builder, com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder>( (com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns) dnsProvider_, getParentForChildren(), isClean()); dnsProvider_ = null; } dnsProviderCase_ = 2; - onChanged(); - ; + onChanged();; return googleDomainsDnsBuilder_; } private java.util.List glueRecords_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureGlueRecordsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - glueRecords_ = - new java.util.ArrayList( - glueRecords_); + glueRecords_ = new java.util.ArrayList(glueRecords_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord, - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder> - glueRecordsBuilder_; + com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder> glueRecordsBuilder_; /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
* * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ - public java.util.List - getGlueRecordsList() { + public java.util.List getGlueRecordsList() { if (glueRecordsBuilder_ == null) { return java.util.Collections.unmodifiableList(glueRecords_); } else { @@ -7737,8 +6878,6 @@ private void ensureGlueRecordsIsMutable() { } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7753,8 +6892,6 @@ public int getGlueRecordsCount() { } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7769,8 +6906,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord getGlueRecords(in } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7792,8 +6927,6 @@ public Builder setGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7801,8 +6934,7 @@ public Builder setGlueRecords( * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ public Builder setGlueRecords( - int index, - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder builderForValue) { + int index, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder builderForValue) { if (glueRecordsBuilder_ == null) { ensureGlueRecordsIsMutable(); glueRecords_.set(index, builderForValue.build()); @@ -7813,8 +6945,6 @@ public Builder setGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7835,8 +6965,6 @@ public Builder addGlueRecords(com.google.cloud.domains.v1beta1.DnsSettings.GlueR return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7858,8 +6986,6 @@ public Builder addGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7878,8 +7004,6 @@ public Builder addGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7887,8 +7011,7 @@ public Builder addGlueRecords( * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ public Builder addGlueRecords( - int index, - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder builderForValue) { + int index, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder builderForValue) { if (glueRecordsBuilder_ == null) { ensureGlueRecordsIsMutable(); glueRecords_.add(index, builderForValue.build()); @@ -7899,8 +7022,6 @@ public Builder addGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7908,11 +7029,11 @@ public Builder addGlueRecords( * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ public Builder addAllGlueRecords( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (glueRecordsBuilder_ == null) { ensureGlueRecordsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, glueRecords_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, glueRecords_); onChanged(); } else { glueRecordsBuilder_.addAllMessages(values); @@ -7920,8 +7041,6 @@ public Builder addAllGlueRecords( return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7939,8 +7058,6 @@ public Builder clearGlueRecords() { return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7958,8 +7075,6 @@ public Builder removeGlueRecords(int index) { return this; } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7971,8 +7086,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder getGlueRe return getGlueRecordsFieldBuilder().getBuilder(index); } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -7982,23 +7095,19 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder getGlueRe public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder getGlueRecordsOrBuilder( int index) { if (glueRecordsBuilder_ == null) { - return glueRecords_.get(index); - } else { + return glueRecords_.get(index); } else { return glueRecordsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
* * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ - public java.util.List< - ? extends com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder> - getGlueRecordsOrBuilderList() { + public java.util.List + getGlueRecordsOrBuilderList() { if (glueRecordsBuilder_ != null) { return glueRecordsBuilder_.getMessageOrBuilderList(); } else { @@ -8006,8 +7115,6 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder getGlueR } } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -8015,12 +7122,10 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder getGlueR * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder addGlueRecordsBuilder() { - return getGlueRecordsFieldBuilder() - .addBuilder(com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.getDefaultInstance()); + return getGlueRecordsFieldBuilder().addBuilder( + com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.getDefaultInstance()); } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
@@ -8029,43 +7134,37 @@ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder addGlueRe */ public com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder addGlueRecordsBuilder( int index) { - return getGlueRecordsFieldBuilder() - .addBuilder( - index, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.getDefaultInstance()); + return getGlueRecordsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.getDefaultInstance()); } /** - * - * *
      * The list of glue records for this `Registration`. Commonly empty.
      * 
* * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ - public java.util.List - getGlueRecordsBuilderList() { + public java.util.List + getGlueRecordsBuilderList() { return getGlueRecordsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord, - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder> + com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder> getGlueRecordsFieldBuilder() { if (glueRecordsBuilder_ == null) { - glueRecordsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord, - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder, - com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder>( - glueRecords_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + glueRecordsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord.Builder, com.google.cloud.domains.v1beta1.DnsSettings.GlueRecordOrBuilder>( + glueRecords_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); glueRecords_ = null; } return glueRecordsBuilder_; } - @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); } @@ -8075,12 +7174,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.DnsSettings) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.DnsSettings) private static final com.google.cloud.domains.v1beta1.DnsSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.DnsSettings(); } @@ -8089,16 +7188,16 @@ public static com.google.cloud.domains.v1beta1.DnsSettings getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DnsSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new DnsSettings(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DnsSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new DnsSettings(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -8113,4 +7212,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.DnsSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettingsOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettingsOrBuilder.java similarity index 80% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettingsOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettingsOrBuilder.java index e8a7f599..30edffcb 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettingsOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DnsSettingsOrBuilder.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface DnsSettingsOrBuilder - extends +public interface DnsSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.DnsSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
* * .google.cloud.domains.v1beta1.DnsSettings.CustomDns custom_dns = 1; - * * @return Whether the customDns field is set. */ boolean hasCustomDns(); /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
* * .google.cloud.domains.v1beta1.DnsSettings.CustomDns custom_dns = 1; - * * @return The customDns. */ com.google.cloud.domains.v1beta1.DnsSettings.CustomDns getCustomDns(); /** - * - * *
    * An arbitrary DNS provider identified by its name servers.
    * 
@@ -59,34 +35,26 @@ public interface DnsSettingsOrBuilder com.google.cloud.domains.v1beta1.DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder(); /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * * @return Whether the googleDomainsDns field is set. */ boolean hasGoogleDomainsDns(); /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
    * 
* * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2; - * * @return The googleDomainsDns. */ com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns getGoogleDomainsDns(); /** - * - * *
    * The free DNS zone provided by
    * [Google Domains](https://domains.google/).
@@ -94,22 +62,18 @@ public interface DnsSettingsOrBuilder
    *
    * .google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns google_domains_dns = 2;
    */
-  com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder
-      getGoogleDomainsDnsOrBuilder();
+  com.google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder();
 
   /**
-   *
-   *
    * 
    * The list of glue records for this `Registration`. Commonly empty.
    * 
* * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ - java.util.List getGlueRecordsList(); + java.util.List + getGlueRecordsList(); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -118,8 +82,6 @@ public interface DnsSettingsOrBuilder */ com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord getGlueRecords(int index); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
@@ -128,19 +90,15 @@ public interface DnsSettingsOrBuilder */ int getGlueRecordsCount(); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
* * repeated .google.cloud.domains.v1beta1.DnsSettings.GlueRecord glue_records = 4; */ - java.util.List + java.util.List getGlueRecordsOrBuilderList(); /** - * - * *
    * The list of glue records for this `Registration`. Commonly empty.
    * 
diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainNotice.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainNotice.java similarity index 69% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainNotice.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainNotice.java index 6baf8fd0..92e929b3 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainNotice.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainNotice.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Notices about special properties of certain domains.
  * 
* * Protobuf enum {@code google.cloud.domains.v1beta1.DomainNotice} */ -public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum { +public enum DomainNotice + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
    * The notice is undefined.
    * 
@@ -39,8 +21,6 @@ public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum { */ DOMAIN_NOTICE_UNSPECIFIED(0), /** - * - * *
    * Indicates that the domain is preloaded on the HTTP Strict Transport
    * Security list in browsers. Serving a website on such domain requires
@@ -56,8 +36,6 @@ public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * The notice is undefined.
    * 
@@ -66,8 +44,6 @@ public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DOMAIN_NOTICE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * Indicates that the domain is preloaded on the HTTP Strict Transport
    * Security list in browsers. Serving a website on such domain requires
@@ -80,6 +56,7 @@ public enum DomainNotice implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int HSTS_PRELOADED_VALUE = 1;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -104,47 +81,48 @@ public static DomainNotice valueOf(int value) {
    */
   public static DomainNotice forNumber(int value) {
     switch (value) {
-      case 0:
-        return DOMAIN_NOTICE_UNSPECIFIED;
-      case 1:
-        return HSTS_PRELOADED;
-      default:
-        return null;
+      case 0: return DOMAIN_NOTICE_UNSPECIFIED;
+      case 1: return HSTS_PRELOADED;
+      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 DomainNotice findValueByNumber(int number) {
-          return DomainNotice.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      DomainNotice> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public DomainNotice findValueByNumber(int number) {
+            return DomainNotice.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.cloud.domains.v1beta1.DomainsProto.getDescriptor().getEnumTypes().get(1);
   }
 
   private static final DomainNotice[] VALUES = values();
 
-  public static DomainNotice valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static DomainNotice 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;
@@ -160,3 +138,4 @@ private DomainNotice(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1beta1.DomainNotice)
 }
+
diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsProto.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsProto.java
new file mode 100644
index 00000000..e45325f8
--- /dev/null
+++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsProto.java
@@ -0,0 +1,730 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/cloud/domains/v1beta1/domains.proto
+
+package com.google.cloud.domains.v1beta1;
+
+public final class DomainsProto {
+  private DomainsProto() {}
+  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_domains_v1beta1_Registration_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_Registration_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ManagementSettings_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ContactSettings_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_RegisterParameters_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_TransferParameters_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_TransferParameters_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_AuthorizationCode_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_cloud_domains_v1beta1_OperationMetadata_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/domains/v1beta1/domains.p" +
+      "roto\022\034google.cloud.domains.v1beta1\032\034goog" +
+      "le/api/annotations.proto\032\027google/api/cli" +
+      "ent.proto\032\037google/api/field_behavior.pro" +
+      "to\032\031google/api/resource.proto\032#google/lo" +
+      "ngrunning/operations.proto\032 google/proto" +
+      "buf/field_mask.proto\032\037google/protobuf/ti" +
+      "mestamp.proto\032\027google/type/money.proto\032 " +
+      "google/type/postal_address.proto\"\223\t\n\014Reg" +
+      "istration\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\033\n\013domain_n" +
+      "ame\030\002 \001(\tB\006\340A\002\340A\005\0224\n\013create_time\030\003 \001(\0132\032" +
+      ".google.protobuf.TimestampB\003\340A\003\0224\n\013expir" +
+      "e_time\030\006 \001(\0132\032.google.protobuf.Timestamp" +
+      "B\003\340A\003\022D\n\005state\030\007 \001(\01620.google.cloud.doma" +
+      "ins.v1beta1.Registration.StateB\003\340A\003\022E\n\006i" +
+      "ssues\030\010 \003(\01620.google.cloud.domains.v1bet" +
+      "a1.Registration.IssueB\003\340A\003\022F\n\006labels\030\t \003" +
+      "(\01326.google.cloud.domains.v1beta1.Regist" +
+      "ration.LabelsEntry\022M\n\023management_setting" +
+      "s\030\n \001(\01320.google.cloud.domains.v1beta1.M" +
+      "anagementSettings\022?\n\014dns_settings\030\013 \001(\0132" +
+      ").google.cloud.domains.v1beta1.DnsSettin" +
+      "gs\022L\n\020contact_settings\030\014 \001(\0132-.google.cl" +
+      "oud.domains.v1beta1.ContactSettingsB\003\340A\002" +
+      "\022T\n\030pending_contact_settings\030\r \001(\0132-.goo" +
+      "gle.cloud.domains.v1beta1.ContactSetting" +
+      "sB\003\340A\003\022L\n\021supported_privacy\030\016 \003(\0162,.goog" +
+      "le.cloud.domains.v1beta1.ContactPrivacyB" +
+      "\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005valu" +
+      "e\030\002 \001(\t:\0028\001\"\245\001\n\005State\022\025\n\021STATE_UNSPECIFI" +
+      "ED\020\000\022\030\n\024REGISTRATION_PENDING\020\001\022\027\n\023REGIST" +
+      "RATION_FAILED\020\002\022\024\n\020TRANSFER_PENDING\020\003\022\023\n" +
+      "\017TRANSFER_FAILED\020\004\022\n\n\006ACTIVE\020\006\022\r\n\tSUSPEN" +
+      "DED\020\007\022\014\n\010EXPORTED\020\010\"I\n\005Issue\022\025\n\021ISSUE_UN" +
+      "SPECIFIED\020\000\022\023\n\017CONTACT_SUPPORT\020\001\022\024\n\020UNVE" +
+      "RIFIED_EMAIL\020\002:n\352Ak\n#domains.googleapis." +
+      "com/Registration\022Dprojects/{project}/loc" +
+      "ations/{location}/registrations/{registr" +
+      "ation}\"\233\002\n\022ManagementSettings\022[\n\016renewal" +
+      "_method\030\003 \001(\0162>.google.cloud.domains.v1b" +
+      "eta1.ManagementSettings.RenewalMethodB\003\340" +
+      "A\003\022L\n\023transfer_lock_state\030\004 \001(\0162/.google" +
+      ".cloud.domains.v1beta1.TransferLockState" +
+      "\"Z\n\rRenewalMethod\022\036\n\032RENEWAL_METHOD_UNSP" +
+      "ECIFIED\020\000\022\025\n\021AUTOMATIC_RENEWAL\020\001\022\022\n\016MANU" +
+      "AL_RENEWAL\020\002\"\306\n\n\013DnsSettings\022I\n\ncustom_d" +
+      "ns\030\001 \001(\01323.google.cloud.domains.v1beta1." +
+      "DnsSettings.CustomDnsH\000\022X\n\022google_domain" +
+      "s_dns\030\002 \001(\0132:.google.cloud.domains.v1bet" +
+      "a1.DnsSettings.GoogleDomainsDnsH\000\022J\n\014glu" +
+      "e_records\030\004 \003(\01324.google.cloud.domains.v" +
+      "1beta1.DnsSettings.GlueRecord\032n\n\tCustomD" +
+      "ns\022\031\n\014name_servers\030\001 \003(\tB\003\340A\002\022F\n\nds_reco" +
+      "rds\030\002 \003(\01322.google.cloud.domains.v1beta1" +
+      ".DnsSettings.DsRecord\032\304\001\n\020GoogleDomainsD" +
+      "ns\022\031\n\014name_servers\030\001 \003(\tB\003\340A\003\022H\n\010ds_stat" +
+      "e\030\002 \001(\01621.google.cloud.domains.v1beta1.D" +
+      "nsSettings.DsStateB\003\340A\002\022K\n\nds_records\030\003 " +
+      "\003(\01322.google.cloud.domains.v1beta1.DnsSe" +
+      "ttings.DsRecordB\003\340A\003\032\315\004\n\010DsRecord\022\017\n\007key" +
+      "_tag\030\001 \001(\005\022O\n\talgorithm\030\002 \001(\0162<.google.c" +
+      "loud.domains.v1beta1.DnsSettings.DsRecor" +
+      "d.Algorithm\022R\n\013digest_type\030\003 \001(\0162=.googl" +
+      "e.cloud.domains.v1beta1.DnsSettings.DsRe" +
+      "cord.DigestType\022\016\n\006digest\030\004 \001(\t\"\237\002\n\tAlgo" +
+      "rithm\022\031\n\025ALGORITHM_UNSPECIFIED\020\000\022\n\n\006RSAM" +
+      "D5\020\001\022\006\n\002DH\020\002\022\007\n\003DSA\020\003\022\007\n\003ECC\020\004\022\013\n\007RSASHA" +
+      "1\020\005\022\020\n\014DSANSEC3SHA1\020\006\022\024\n\020RSASHA1NSEC3SHA" +
+      "1\020\007\022\r\n\tRSASHA256\020\010\022\r\n\tRSASHA512\020\n\022\013\n\007ECC" +
+      "GOST\020\014\022\023\n\017ECDSAP256SHA256\020\r\022\023\n\017ECDSAP384" +
+      "SHA384\020\016\022\013\n\007ED25519\020\017\022\t\n\005ED448\020\020\022\r\n\010INDI" +
+      "RECT\020\374\001\022\017\n\nPRIVATEDNS\020\375\001\022\017\n\nPRIVATEOID\020\376" +
+      "\001\"Y\n\nDigestType\022\033\n\027DIGEST_TYPE_UNSPECIFI" +
+      "ED\020\000\022\010\n\004SHA1\020\001\022\n\n\006SHA256\020\002\022\014\n\010GOST3411\020\003" +
+      "\022\n\n\006SHA384\020\004\032T\n\nGlueRecord\022\026\n\thost_name\030" +
+      "\001 \001(\tB\003\340A\002\022\026\n\016ipv4_addresses\030\002 \003(\t\022\026\n\016ip" +
+      "v6_addresses\030\003 \003(\t\"Y\n\007DsState\022\030\n\024DS_STAT" +
+      "E_UNSPECIFIED\020\000\022\032\n\026DS_RECORDS_UNPUBLISHE" +
+      "D\020\001\022\030\n\024DS_RECORDS_PUBLISHED\020\002B\016\n\014dns_pro" +
+      "vider\"\337\003\n\017ContactSettings\022B\n\007privacy\030\001 \001" +
+      "(\0162,.google.cloud.domains.v1beta1.Contac" +
+      "tPrivacyB\003\340A\002\022V\n\022registrant_contact\030\002 \001(" +
+      "\01325.google.cloud.domains.v1beta1.Contact" +
+      "Settings.ContactB\003\340A\002\022Q\n\radmin_contact\030\003" +
+      " \001(\01325.google.cloud.domains.v1beta1.Cont" +
+      "actSettings.ContactB\003\340A\002\022U\n\021technical_co" +
+      "ntact\030\004 \001(\01325.google.cloud.domains.v1bet" +
+      "a1.ContactSettings.ContactB\003\340A\002\032\205\001\n\007Cont" +
+      "act\0227\n\016postal_address\030\001 \001(\0132\032.google.typ" +
+      "e.PostalAddressB\003\340A\002\022\022\n\005email\030\002 \001(\tB\003\340A\002" +
+      "\022\031\n\014phone_number\030\003 \001(\tB\003\340A\002\022\022\n\nfax_numbe" +
+      "r\030\004 \001(\t\"g\n\024SearchDomainsRequest\022\022\n\005query" +
+      "\030\001 \001(\tB\003\340A\002\022;\n\010location\030\002 \001(\tB)\340A\002\372A#\n!l" +
+      "ocations.googleapis.com/Location\"f\n\025Sear" +
+      "chDomainsResponse\022M\n\023register_parameters" +
+      "\030\001 \003(\01320.google.cloud.domains.v1beta1.Re" +
+      "gisterParameters\"z\n!RetrieveRegisterPara" +
+      "metersRequest\022\030\n\013domain_name\030\001 \001(\tB\003\340A\002\022" +
+      ";\n\010location\030\002 \001(\tB)\340A\002\372A#\n!locations.goo" +
+      "gleapis.com/Location\"s\n\"RetrieveRegister" +
+      "ParametersResponse\022M\n\023register_parameter" +
+      "s\030\001 \001(\01320.google.cloud.domains.v1beta1.R" +
+      "egisterParameters\"\351\002\n\025RegisterDomainRequ" +
+      "est\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!locations.g" +
+      "oogleapis.com/Location\022E\n\014registration\030\002" +
+      " \001(\0132*.google.cloud.domains.v1beta1.Regi" +
+      "strationB\003\340A\002\022B\n\016domain_notices\030\003 \003(\0162*." +
+      "google.cloud.domains.v1beta1.DomainNotic" +
+      "e\022D\n\017contact_notices\030\004 \003(\0162+.google.clou" +
+      "d.domains.v1beta1.ContactNotice\022-\n\014yearl" +
+      "y_price\030\005 \001(\0132\022.google.type.MoneyB\003\340A\002\022\025" +
+      "\n\rvalidate_only\030\006 \001(\010\"z\n!RetrieveTransfe" +
+      "rParametersRequest\022\030\n\013domain_name\030\001 \001(\tB" +
+      "\003\340A\002\022;\n\010location\030\002 \001(\tB)\340A\002\372A#\n!location" +
+      "s.googleapis.com/Location\"s\n\"RetrieveTra" +
+      "nsferParametersResponse\022M\n\023transfer_para" +
+      "meters\030\001 \001(\01320.google.cloud.domains.v1be" +
+      "ta1.TransferParameters\"\362\002\n\025TransferDomai" +
+      "nRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!locati" +
+      "ons.googleapis.com/Location\022E\n\014registrat" +
+      "ion\030\002 \001(\0132*.google.cloud.domains.v1beta1" +
+      ".RegistrationB\003\340A\002\022D\n\017contact_notices\030\003 " +
+      "\003(\0162+.google.cloud.domains.v1beta1.Conta" +
+      "ctNotice\022-\n\014yearly_price\030\004 \001(\0132\022.google." +
+      "type.MoneyB\003\340A\002\022K\n\022authorization_code\030\005 " +
+      "\001(\0132/.google.cloud.domains.v1beta1.Autho" +
+      "rizationCode\022\025\n\rvalidate_only\030\006 \001(\010\"\214\001\n\030" +
+      "ListRegistrationsRequest\0229\n\006parent\030\001 \001(\t" +
+      "B)\340A\002\372A#\n!locations.googleapis.com/Locat" +
+      "ion\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001" +
+      "(\t\022\016\n\006filter\030\004 \001(\t\"w\n\031ListRegistrationsR" +
+      "esponse\022A\n\rregistrations\030\001 \003(\0132*.google." +
+      "cloud.domains.v1beta1.Registration\022\027\n\017ne" +
+      "xt_page_token\030\002 \001(\t\"S\n\026GetRegistrationRe" +
+      "quest\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domains.goo" +
+      "gleapis.com/Registration\"\223\001\n\031UpdateRegis" +
+      "trationRequest\022@\n\014registration\030\001 \001(\0132*.g" +
+      "oogle.cloud.domains.v1beta1.Registration" +
+      "\0224\n\013update_mask\030\002 \001(\0132\032.google.protobuf." +
+      "FieldMaskB\003\340A\002\"\354\001\n\"ConfigureManagementSe" +
+      "ttingsRequest\022A\n\014registration\030\001 \001(\tB+\340A\002" +
+      "\372A%\n#domains.googleapis.com/Registration" +
+      "\022M\n\023management_settings\030\002 \001(\01320.google.c" +
+      "loud.domains.v1beta1.ManagementSettings\022" +
+      "4\n\013update_mask\030\003 \001(\0132\032.google.protobuf.F" +
+      "ieldMaskB\003\340A\002\"\356\001\n\033ConfigureDnsSettingsRe" +
+      "quest\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#dom" +
+      "ains.googleapis.com/Registration\022?\n\014dns_" +
+      "settings\030\002 \001(\0132).google.cloud.domains.v1" +
+      "beta1.DnsSettings\0224\n\013update_mask\030\003 \001(\0132\032" +
+      ".google.protobuf.FieldMaskB\003\340A\002\022\025\n\rvalid" +
+      "ate_only\030\004 \001(\010\"\300\002\n\037ConfigureContactSetti" +
+      "ngsRequest\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%" +
+      "\n#domains.googleapis.com/Registration\022G\n" +
+      "\020contact_settings\030\002 \001(\0132-.google.cloud.d" +
+      "omains.v1beta1.ContactSettings\0224\n\013update" +
+      "_mask\030\003 \001(\0132\032.google.protobuf.FieldMaskB" +
+      "\003\340A\002\022D\n\017contact_notices\030\004 \003(\0162+.google.c" +
+      "loud.domains.v1beta1.ContactNotice\022\025\n\rva" +
+      "lidate_only\030\005 \001(\010\"V\n\031ExportRegistrationR" +
+      "equest\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domains.go" +
+      "ogleapis.com/Registration\"V\n\031DeleteRegis" +
+      "trationRequest\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#do" +
+      "mains.googleapis.com/Registration\"e\n Ret" +
+      "rieveAuthorizationCodeRequest\022A\n\014registr" +
+      "ation\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapis." +
+      "com/Registration\"b\n\035ResetAuthorizationCo" +
+      "deRequest\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n" +
+      "#domains.googleapis.com/Registration\"\241\003\n" +
+      "\022RegisterParameters\022\023\n\013domain_name\030\001 \001(\t" +
+      "\022S\n\014availability\030\002 \001(\0162=.google.cloud.do" +
+      "mains.v1beta1.RegisterParameters.Availab" +
+      "ility\022G\n\021supported_privacy\030\003 \003(\0162,.googl" +
+      "e.cloud.domains.v1beta1.ContactPrivacy\022B" +
+      "\n\016domain_notices\030\004 \003(\0162*.google.cloud.do" +
+      "mains.v1beta1.DomainNotice\022(\n\014yearly_pri" +
+      "ce\030\005 \001(\0132\022.google.type.Money\"j\n\014Availabi" +
+      "lity\022\034\n\030AVAILABILITY_UNSPECIFIED\020\000\022\r\n\tAV" +
+      "AILABLE\020\001\022\017\n\013UNAVAILABLE\020\002\022\017\n\013UNSUPPORTE" +
+      "D\020\003\022\013\n\007UNKNOWN\020\004\"\233\002\n\022TransferParameters\022" +
+      "\023\n\013domain_name\030\001 \001(\t\022\031\n\021current_registra" +
+      "r\030\002 \001(\t\022\024\n\014name_servers\030\003 \003(\t\022L\n\023transfe" +
+      "r_lock_state\030\004 \001(\0162/.google.cloud.domain" +
+      "s.v1beta1.TransferLockState\022G\n\021supported" +
+      "_privacy\030\005 \003(\0162,.google.cloud.domains.v1" +
+      "beta1.ContactPrivacy\022(\n\014yearly_price\030\006 \001" +
+      "(\0132\022.google.type.Money\"!\n\021AuthorizationC" +
+      "ode\022\014\n\004code\030\001 \001(\t\"\274\001\n\021OperationMetadata\022" +
+      "/\n\013create_time\030\001 \001(\0132\032.google.protobuf.T" +
+      "imestamp\022,\n\010end_time\030\002 \001(\0132\032.google.prot" +
+      "obuf.Timestamp\022\016\n\006target\030\003 \001(\t\022\014\n\004verb\030\004" +
+      " \001(\t\022\025\n\rstatus_detail\030\005 \001(\t\022\023\n\013api_versi" +
+      "on\030\006 \001(\t*\177\n\016ContactPrivacy\022\037\n\033CONTACT_PR" +
+      "IVACY_UNSPECIFIED\020\000\022\027\n\023PUBLIC_CONTACT_DA" +
+      "TA\020\001\022\030\n\024PRIVATE_CONTACT_DATA\020\002\022\031\n\025REDACT" +
+      "ED_CONTACT_DATA\020\003*A\n\014DomainNotice\022\035\n\031DOM" +
+      "AIN_NOTICE_UNSPECIFIED\020\000\022\022\n\016HSTS_PRELOAD" +
+      "ED\020\001*X\n\rContactNotice\022\036\n\032CONTACT_NOTICE_" +
+      "UNSPECIFIED\020\000\022\'\n#PUBLIC_CONTACT_DATA_ACK" +
+      "NOWLEDGEMENT\020\001*R\n\021TransferLockState\022#\n\037T" +
+      "RANSFER_LOCK_STATE_UNSPECIFIED\020\000\022\014\n\010UNLO" +
+      "CKED\020\001\022\n\n\006LOCKED\020\0022\312\036\n\007Domains\022\331\001\n\rSearc" +
+      "hDomains\0222.google.cloud.domains.v1beta1." +
+      "SearchDomainsRequest\0323.google.cloud.doma" +
+      "ins.v1beta1.SearchDomainsResponse\"_\202\323\344\223\002" +
+      "H\022F/v1beta1/{location=projects/*/locatio" +
+      "ns/*}/registrations:searchDomains\332A\016loca" +
+      "tion,query\022\223\002\n\032RetrieveRegisterParameter" +
+      "s\022?.google.cloud.domains.v1beta1.Retriev" +
+      "eRegisterParametersRequest\032@.google.clou" +
+      "d.domains.v1beta1.RetrieveRegisterParame" +
+      "tersResponse\"r\202\323\344\223\002U\022S/v1beta1/{location" +
+      "=projects/*/locations/*}/registrations:r" +
+      "etrieveRegisterParameters\332A\024location,dom" +
+      "ain_name\022\370\001\n\016RegisterDomain\0223.google.clo" +
+      "ud.domains.v1beta1.RegisterDomainRequest" +
+      "\032\035.google.longrunning.Operation\"\221\001\202\323\344\223\002D" +
+      "\"?/v1beta1/{parent=projects/*/locations/" +
+      "*}/registrations:register:\001*\332A parent,re" +
+      "gistration,yearly_price\312A!\n\014Registration" +
+      "\022\021OperationMetadata\022\223\002\n\032RetrieveTransfer" +
+      "Parameters\022?.google.cloud.domains.v1beta" +
+      "1.RetrieveTransferParametersRequest\032@.go" +
+      "ogle.cloud.domains.v1beta1.RetrieveTrans" +
+      "ferParametersResponse\"r\202\323\344\223\002U\022S/v1beta1/" +
+      "{location=projects/*/locations/*}/regist" +
+      "rations:retrieveTransferParameters\332A\024loc" +
+      "ation,domain_name\022\213\002\n\016TransferDomain\0223.g" +
+      "oogle.cloud.domains.v1beta1.TransferDoma" +
+      "inRequest\032\035.google.longrunning.Operation" +
+      "\"\244\001\202\323\344\223\002D\"?/v1beta1/{parent=projects/*/l" +
+      "ocations/*}/registrations:transfer:\001*\332A3" +
+      "parent,registration,yearly_price,authori" +
+      "zation_code\312A!\n\014Registration\022\021OperationM" +
+      "etadata\022\315\001\n\021ListRegistrations\0226.google.c" +
+      "loud.domains.v1beta1.ListRegistrationsRe" +
+      "quest\0327.google.cloud.domains.v1beta1.Lis" +
+      "tRegistrationsResponse\"G\202\323\344\223\0028\0226/v1beta1" +
+      "/{parent=projects/*/locations/*}/registr" +
+      "ations\332A\006parent\022\272\001\n\017GetRegistration\0224.go" +
+      "ogle.cloud.domains.v1beta1.GetRegistrati" +
+      "onRequest\032*.google.cloud.domains.v1beta1" +
+      ".Registration\"E\202\323\344\223\0028\0226/v1beta1/{name=pr" +
+      "ojects/*/locations/*/registrations/*}\332A\004" +
+      "name\022\207\002\n\022UpdateRegistration\0227.google.clo" +
+      "ud.domains.v1beta1.UpdateRegistrationReq" +
+      "uest\032\035.google.longrunning.Operation\"\230\001\202\323" +
+      "\344\223\002S2C/v1beta1/{registration.name=projec" +
+      "ts/*/locations/*/registrations/*}:\014regis" +
+      "tration\332A\030registration,update_mask\312A!\n\014R" +
+      "egistration\022\021OperationMetadata\022\271\002\n\033Confi" +
+      "gureManagementSettings\022@.google.cloud.do" +
+      "mains.v1beta1.ConfigureManagementSetting" +
+      "sRequest\032\035.google.longrunning.Operation\"" +
+      "\270\001\202\323\344\223\002_\"Z/v1beta1/{registration=project" +
+      "s/*/locations/*/registrations/*}:configu" +
+      "reManagementSettings:\001*\332A,registration,m" +
+      "anagement_settings,update_mask\312A!\n\014Regis" +
+      "tration\022\021OperationMetadata\022\235\002\n\024Configure" +
+      "DnsSettings\0229.google.cloud.domains.v1bet" +
+      "a1.ConfigureDnsSettingsRequest\032\035.google." +
+      "longrunning.Operation\"\252\001\202\323\344\223\002X\"S/v1beta1" +
+      "/{registration=projects/*/locations/*/re" +
+      "gistrations/*}:configureDnsSettings:\001*\332A" +
+      "%registration,dns_settings,update_mask\312A" +
+      "!\n\014Registration\022\021OperationMetadata\022\255\002\n\030C" +
+      "onfigureContactSettings\022=.google.cloud.d" +
+      "omains.v1beta1.ConfigureContactSettingsR" +
+      "equest\032\035.google.longrunning.Operation\"\262\001" +
+      "\202\323\344\223\002\\\"W/v1beta1/{registration=projects/" +
+      "*/locations/*/registrations/*}:configure" +
+      "ContactSettings:\001*\332A)registration,contac" +
+      "t_settings,update_mask\312A!\n\014Registration\022" +
+      "\021OperationMetadata\022\341\001\n\022ExportRegistratio" +
+      "n\0227.google.cloud.domains.v1beta1.ExportR" +
+      "egistrationRequest\032\035.google.longrunning." +
+      "Operation\"s\202\323\344\223\002B\"=/v1beta1/{name=projec" +
+      "ts/*/locations/*/registrations/*}:export" +
+      ":\001*\332A\004name\312A!\n\014Registration\022\021OperationMe" +
+      "tadata\022\340\001\n\022DeleteRegistration\0227.google.c" +
+      "loud.domains.v1beta1.DeleteRegistrationR" +
+      "equest\032\035.google.longrunning.Operation\"r\202" +
+      "\323\344\223\0028*6/v1beta1/{name=projects/*/locatio" +
+      "ns/*/registrations/*}\332A\004name\312A*\n\025google." +
+      "protobuf.Empty\022\021OperationMetadata\022\375\001\n\031Re" +
+      "trieveAuthorizationCode\022>.google.cloud.d" +
+      "omains.v1beta1.RetrieveAuthorizationCode" +
+      "Request\032/.google.cloud.domains.v1beta1.A" +
+      "uthorizationCode\"o\202\323\344\223\002Z\022X/v1beta1/{regi" +
+      "stration=projects/*/locations/*/registra" +
+      "tions/*}:retrieveAuthorizationCode\332A\014reg" +
+      "istration\022\367\001\n\026ResetAuthorizationCode\022;.g" +
+      "oogle.cloud.domains.v1beta1.ResetAuthori" +
+      "zationCodeRequest\032/.google.cloud.domains" +
+      ".v1beta1.AuthorizationCode\"o\202\323\344\223\002Z\"U/v1b" +
+      "eta1/{registration=projects/*/locations/" +
+      "*/registrations/*}:resetAuthorizationCod" +
+      "e:\001*\332A\014registration\032J\312A\026domains.googleap" +
+      "is.com\322A.https://www.googleapis.com/auth" +
+      "/cloud-platformBw\n com.google.cloud.doma" +
+      "ins.v1beta1B\014DomainsProtoP\001ZCgoogle.gola" +
+      "ng.org/genproto/googleapis/cloud/domains" +
+      "/v1beta1;domainsb\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.api.FieldBehaviorProto.getDescriptor(),
+          com.google.api.ResourceProto.getDescriptor(),
+          com.google.longrunning.OperationsProto.getDescriptor(),
+          com.google.protobuf.FieldMaskProto.getDescriptor(),
+          com.google.protobuf.TimestampProto.getDescriptor(),
+          com.google.type.MoneyProto.getDescriptor(),
+          com.google.type.PostalAddressProto.getDescriptor(),
+        });
+    internal_static_google_cloud_domains_v1beta1_Registration_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_cloud_domains_v1beta1_Registration_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_Registration_descriptor,
+        new java.lang.String[] { "Name", "DomainName", "CreateTime", "ExpireTime", "State", "Issues", "Labels", "ManagementSettings", "DnsSettings", "ContactSettings", "PendingContactSettings", "SupportedPrivacy", });
+    internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_descriptor =
+      internal_static_google_cloud_domains_v1beta1_Registration_descriptor.getNestedTypes().get(0);
+    internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_cloud_domains_v1beta1_ManagementSettings_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor,
+        new java.lang.String[] { "RenewalMethod", "TransferLockState", });
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor,
+        new java.lang.String[] { "CustomDns", "GoogleDomainsDns", "GlueRecords", "DnsProvider", });
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor =
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor.getNestedTypes().get(0);
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor,
+        new java.lang.String[] { "NameServers", "DsRecords", });
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor =
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor.getNestedTypes().get(1);
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor,
+        new java.lang.String[] { "NameServers", "DsState", "DsRecords", });
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor =
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor.getNestedTypes().get(2);
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor,
+        new java.lang.String[] { "KeyTag", "Algorithm", "DigestType", "Digest", });
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor =
+      internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor.getNestedTypes().get(3);
+    internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor,
+        new java.lang.String[] { "HostName", "Ipv4Addresses", "Ipv6Addresses", });
+    internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor =
+      getDescriptor().getMessageTypes().get(3);
+    internal_static_google_cloud_domains_v1beta1_ContactSettings_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor,
+        new java.lang.String[] { "Privacy", "RegistrantContact", "AdminContact", "TechnicalContact", });
+    internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor =
+      internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor.getNestedTypes().get(0);
+    internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor,
+        new java.lang.String[] { "PostalAddress", "Email", "PhoneNumber", "FaxNumber", });
+    internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(4);
+    internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor,
+        new java.lang.String[] { "Query", "Location", });
+    internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor =
+      getDescriptor().getMessageTypes().get(5);
+    internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor,
+        new java.lang.String[] { "RegisterParameters", });
+    internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor =
+      getDescriptor().getMessageTypes().get(6);
+    internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor,
+        new java.lang.String[] { "DomainName", "Location", });
+    internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor =
+      getDescriptor().getMessageTypes().get(7);
+    internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor,
+        new java.lang.String[] { "RegisterParameters", });
+    internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor =
+      getDescriptor().getMessageTypes().get(8);
+    internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor,
+        new java.lang.String[] { "Parent", "Registration", "DomainNotices", "ContactNotices", "YearlyPrice", "ValidateOnly", });
+    internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_descriptor =
+      getDescriptor().getMessageTypes().get(9);
+    internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_descriptor,
+        new java.lang.String[] { "DomainName", "Location", });
+    internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_descriptor =
+      getDescriptor().getMessageTypes().get(10);
+    internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_descriptor,
+        new java.lang.String[] { "TransferParameters", });
+    internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_descriptor =
+      getDescriptor().getMessageTypes().get(11);
+    internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_descriptor,
+        new java.lang.String[] { "Parent", "Registration", "ContactNotices", "YearlyPrice", "AuthorizationCode", "ValidateOnly", });
+    internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(12);
+    internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor,
+        new java.lang.String[] { "Parent", "PageSize", "PageToken", "Filter", });
+    internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor =
+      getDescriptor().getMessageTypes().get(13);
+    internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor,
+        new java.lang.String[] { "Registrations", "NextPageToken", });
+    internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor =
+      getDescriptor().getMessageTypes().get(14);
+    internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor =
+      getDescriptor().getMessageTypes().get(15);
+    internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor,
+        new java.lang.String[] { "Registration", "UpdateMask", });
+    internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(16);
+    internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor,
+        new java.lang.String[] { "Registration", "ManagementSettings", "UpdateMask", });
+    internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(17);
+    internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor,
+        new java.lang.String[] { "Registration", "DnsSettings", "UpdateMask", "ValidateOnly", });
+    internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor =
+      getDescriptor().getMessageTypes().get(18);
+    internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor,
+        new java.lang.String[] { "Registration", "ContactSettings", "UpdateMask", "ContactNotices", "ValidateOnly", });
+    internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor =
+      getDescriptor().getMessageTypes().get(19);
+    internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor =
+      getDescriptor().getMessageTypes().get(20);
+    internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor,
+        new java.lang.String[] { "Name", });
+    internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor =
+      getDescriptor().getMessageTypes().get(21);
+    internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor,
+        new java.lang.String[] { "Registration", });
+    internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor =
+      getDescriptor().getMessageTypes().get(22);
+    internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor,
+        new java.lang.String[] { "Registration", });
+    internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor =
+      getDescriptor().getMessageTypes().get(23);
+    internal_static_google_cloud_domains_v1beta1_RegisterParameters_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor,
+        new java.lang.String[] { "DomainName", "Availability", "SupportedPrivacy", "DomainNotices", "YearlyPrice", });
+    internal_static_google_cloud_domains_v1beta1_TransferParameters_descriptor =
+      getDescriptor().getMessageTypes().get(24);
+    internal_static_google_cloud_domains_v1beta1_TransferParameters_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_TransferParameters_descriptor,
+        new java.lang.String[] { "DomainName", "CurrentRegistrar", "NameServers", "TransferLockState", "SupportedPrivacy", "YearlyPrice", });
+    internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor =
+      getDescriptor().getMessageTypes().get(25);
+    internal_static_google_cloud_domains_v1beta1_AuthorizationCode_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor,
+        new java.lang.String[] { "Code", });
+    internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(26);
+    internal_static_google_cloud_domains_v1beta1_OperationMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor,
+        new java.lang.String[] { "CreateTime", "EndTime", "Target", "Verb", "StatusDetail", "ApiVersion", });
+    com.google.protobuf.ExtensionRegistry registry =
+        com.google.protobuf.ExtensionRegistry.newInstance();
+    registry.add(com.google.api.ClientProto.defaultHost);
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+    registry.add(com.google.api.AnnotationsProto.http);
+    registry.add(com.google.api.ClientProto.methodSignature);
+    registry.add(com.google.api.ClientProto.oauthScopes);
+    registry.add(com.google.api.ResourceProto.resource);
+    registry.add(com.google.api.ResourceProto.resourceReference);
+    registry.add(com.google.longrunning.OperationsProto.operationInfo);
+    com.google.protobuf.Descriptors.FileDescriptor
+        .internalUpdateFileDescriptor(descriptor, registry);
+    com.google.api.AnnotationsProto.getDescriptor();
+    com.google.api.ClientProto.getDescriptor();
+    com.google.api.FieldBehaviorProto.getDescriptor();
+    com.google.api.ResourceProto.getDescriptor();
+    com.google.longrunning.OperationsProto.getDescriptor();
+    com.google.protobuf.FieldMaskProto.getDescriptor();
+    com.google.protobuf.TimestampProto.getDescriptor();
+    com.google.type.MoneyProto.getDescriptor();
+    com.google.type.PostalAddressProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequest.java
similarity index 64%
rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequest.java
rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequest.java
index 7c7d7e7b..fab5746d 100644
--- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequest.java
+++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequest.java
@@ -1,57 +1,40 @@
-/*
- * 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/domains/v1beta1/domains.proto
 
 package com.google.cloud.domains.v1beta1;
 
 /**
- *
- *
  * 
  * Request for the `ExportRegistration` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ExportRegistrationRequest} */ -public final class ExportRegistrationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ExportRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ExportRegistrationRequest) ExportRegistrationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ExportRegistrationRequest.newBuilder() to construct. private ExportRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ExportRegistrationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ExportRegistrationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ExportRegistrationRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,61 +53,53 @@ private ExportRegistrationRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ExportRegistrationRequest.class, - com.google.cloud.domains.v1beta1.ExportRegistrationRequest.Builder.class); + com.google.cloud.domains.v1beta1.ExportRegistrationRequest.class, com.google.cloud.domains.v1beta1.ExportRegistrationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The name of the `Registration` to export,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -133,32 +108,30 @@ 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; } } /** - * - * *
    * Required. The name of the `Registration` to export,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -167,7 +140,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { + 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_); } unknownFields.writeTo(output); @@ -192,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += unknownFields.getSerializedSize(); @@ -203,15 +176,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.cloud.domains.v1beta1.ExportRegistrationRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ExportRegistrationRequest other = - (com.google.cloud.domains.v1beta1.ExportRegistrationRequest) obj; + com.google.cloud.domains.v1beta1.ExportRegistrationRequest other = (com.google.cloud.domains.v1beta1.ExportRegistrationRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,127 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ExportRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ExportRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.ExportRegistrationRequest 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; } /** - * - * *
    * Request for the `ExportRegistration` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ExportRegistrationRequest} */ - 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.cloud.domains.v1beta1.ExportRegistrationRequest) com.google.cloud.domains.v1beta1.ExportRegistrationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ExportRegistrationRequest.class, - com.google.cloud.domains.v1beta1.ExportRegistrationRequest.Builder.class); + com.google.cloud.domains.v1beta1.ExportRegistrationRequest.class, com.google.cloud.domains.v1beta1.ExportRegistrationRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.ExportRegistrationRequest.newBuilder() @@ -359,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -377,9 +341,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor; } @java.lang.Override @@ -398,8 +362,7 @@ public com.google.cloud.domains.v1beta1.ExportRegistrationRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.ExportRegistrationRequest buildPartial() { - com.google.cloud.domains.v1beta1.ExportRegistrationRequest result = - new com.google.cloud.domains.v1beta1.ExportRegistrationRequest(this); + com.google.cloud.domains.v1beta1.ExportRegistrationRequest result = new com.google.cloud.domains.v1beta1.ExportRegistrationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -409,39 +372,38 @@ public com.google.cloud.domains.v1beta1.ExportRegistrationRequest 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.cloud.domains.v1beta1.ExportRegistrationRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.ExportRegistrationRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ExportRegistrationRequest)other); } else { super.mergeFrom(other); return this; @@ -449,8 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.ExportRegistrationRequest other) { - if (other == com.google.cloud.domains.v1beta1.ExportRegistrationRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.ExportRegistrationRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -474,8 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ExportRegistrationRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ExportRegistrationRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -487,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; @@ -512,24 +468,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -537,77 +490,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` to export,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } - @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); } @@ -617,12 +557,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ExportRegistrationRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ExportRegistrationRequest) private static final com.google.cloud.domains.v1beta1.ExportRegistrationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ExportRegistrationRequest(); } @@ -631,16 +571,16 @@ public static com.google.cloud.domains.v1beta1.ExportRegistrationRequest getDefa return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ExportRegistrationRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ExportRegistrationRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExportRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ExportRegistrationRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -655,4 +595,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.cloud.domains.v1beta1.ExportRegistrationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..f82b8389 --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface ExportRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ExportRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to export,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to export,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequest.java similarity index 64% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequest.java index 6dcfd5cb..f82c8b20 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequest.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `GetRegistration` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.GetRegistrationRequest} */ -public final class GetRegistrationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.GetRegistrationRequest) GetRegistrationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetRegistrationRequest.newBuilder() to construct. private GetRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetRegistrationRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetRegistrationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private GetRegistrationRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,61 +53,53 @@ private GetRegistrationRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + name_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.GetRegistrationRequest.class, - com.google.cloud.domains.v1beta1.GetRegistrationRequest.Builder.class); + com.google.cloud.domains.v1beta1.GetRegistrationRequest.class, com.google.cloud.domains.v1beta1.GetRegistrationRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Required. The name of the `Registration` to get, in the format
    * `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -133,32 +108,30 @@ 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; } } /** - * - * *
    * Required. The name of the `Registration` to get, in the format
    * `projects/*/locations/*/registrations/*`.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -167,7 +140,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { + 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_); } unknownFields.writeTo(output); @@ -192,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } size += unknownFields.getSerializedSize(); @@ -203,15 +176,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.cloud.domains.v1beta1.GetRegistrationRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.GetRegistrationRequest other = - (com.google.cloud.domains.v1beta1.GetRegistrationRequest) obj; + com.google.cloud.domains.v1beta1.GetRegistrationRequest other = (com.google.cloud.domains.v1beta1.GetRegistrationRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,127 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.GetRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.GetRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.GetRegistrationRequest 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; } /** - * - * *
    * Request for the `GetRegistration` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.GetRegistrationRequest} */ - 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.cloud.domains.v1beta1.GetRegistrationRequest) com.google.cloud.domains.v1beta1.GetRegistrationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.GetRegistrationRequest.class, - com.google.cloud.domains.v1beta1.GetRegistrationRequest.Builder.class); + com.google.cloud.domains.v1beta1.GetRegistrationRequest.class, com.google.cloud.domains.v1beta1.GetRegistrationRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.GetRegistrationRequest.newBuilder() @@ -359,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -377,9 +341,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor; } @java.lang.Override @@ -398,8 +362,7 @@ public com.google.cloud.domains.v1beta1.GetRegistrationRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.GetRegistrationRequest buildPartial() { - com.google.cloud.domains.v1beta1.GetRegistrationRequest result = - new com.google.cloud.domains.v1beta1.GetRegistrationRequest(this); + com.google.cloud.domains.v1beta1.GetRegistrationRequest result = new com.google.cloud.domains.v1beta1.GetRegistrationRequest(this); result.name_ = name_; onBuilt(); return result; @@ -409,39 +372,38 @@ public com.google.cloud.domains.v1beta1.GetRegistrationRequest 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.cloud.domains.v1beta1.GetRegistrationRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.GetRegistrationRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.GetRegistrationRequest)other); } else { super.mergeFrom(other); return this; @@ -449,8 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.GetRegistrationRequest other) { - if (other == com.google.cloud.domains.v1beta1.GetRegistrationRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.GetRegistrationRequest.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); @@ -474,8 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.GetRegistrationRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.GetRegistrationRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -487,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object name_ = ""; /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; @@ -512,24 +468,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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 { @@ -537,77 +490,64 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` to get, in the format
      * `projects/*/locations/*/registrations/*`.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @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; } - @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); } @@ -617,12 +557,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.GetRegistrationRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.GetRegistrationRequest) private static final com.google.cloud.domains.v1beta1.GetRegistrationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.GetRegistrationRequest(); } @@ -631,16 +571,16 @@ public static com.google.cloud.domains.v1beta1.GetRegistrationRequest getDefault return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetRegistrationRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new GetRegistrationRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new GetRegistrationRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -655,4 +595,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.GetRegistrationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequestOrBuilder.java new file mode 100644 index 00000000..292695f0 --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface GetRegistrationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.GetRegistrationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` to get, in the format
+   * `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. The name of the `Registration` to get, in the format
+   * `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequest.java similarity index 72% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequest.java index a6abd3d7..0f1914fc 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequest.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `ListRegistrations` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ListRegistrationsRequest} */ -public final class ListRegistrationsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListRegistrationsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ListRegistrationsRequest) ListRegistrationsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListRegistrationsRequest.newBuilder() to construct. private ListRegistrationsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListRegistrationsRequest() { parent_ = ""; pageToken_ = ""; @@ -45,15 +27,16 @@ private ListRegistrationsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListRegistrationsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ListRegistrationsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -72,80 +55,70 @@ private ListRegistrationsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - parent_ = s; - break; - } - case 16: - { - pageSize_ = input.readInt32(); - break; - } - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); + parent_ = s; + break; + } + case 16: { - pageToken_ = s; - break; - } - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); + pageSize_ = input.readInt32(); + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); - filter_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + pageToken_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + filter_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ListRegistrationsRequest.class, - com.google.cloud.domains.v1beta1.ListRegistrationsRequest.Builder.class); + com.google.cloud.domains.v1beta1.ListRegistrationsRequest.class, com.google.cloud.domains.v1beta1.ListRegistrationsRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. The project and location from which to list `Registration`s, specified in
    * the format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -154,32 +127,30 @@ public java.lang.String getParent() { 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(); parent_ = s; return s; } } /** - * - * *
    * Required. The project and location from which to list `Registration`s, specified in
    * the format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; 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); parent_ = b; return b; } else { @@ -190,14 +161,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_; /** - * - * *
    * Maximum number of results to return.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -208,15 +176,12 @@ public int getPageSize() { public static final int PAGE_TOKEN_FIELD_NUMBER = 3; private volatile java.lang.Object pageToken_; /** - * - * *
    * When set to the `next_page_token` from a prior response, provides the next
    * page of results.
    * 
* * string page_token = 3; - * * @return The pageToken. */ @java.lang.Override @@ -225,30 +190,30 @@ public java.lang.String getPageToken() { 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(); pageToken_ = s; return s; } } /** - * - * *
    * When set to the `next_page_token` from a prior response, provides the next
    * page of results.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; 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); pageToken_ = b; return b; } else { @@ -259,8 +224,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { public static final int FILTER_FIELD_NUMBER = 4; private volatile java.lang.Object filter_; /** - * - * *
    * Filter expression to restrict the `Registration`s returned.
    * The expression must specify the field name, a comparison operator, and the
@@ -278,7 +241,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() {
    * 
* * string filter = 4; - * * @return The filter. */ @java.lang.Override @@ -287,15 +249,14 @@ public java.lang.String getFilter() { 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(); filter_ = s; return s; } } /** - * - * *
    * Filter expression to restrict the `Registration`s returned.
    * The expression must specify the field name, a comparison operator, and the
@@ -313,15 +274,16 @@ public java.lang.String getFilter() {
    * 
* * string filter = 4; - * * @return The bytes for filter. */ @java.lang.Override - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; 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); filter_ = b; return b; } else { @@ -330,7 +292,6 @@ public com.google.protobuf.ByteString getFilterBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -342,17 +303,18 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getParentBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } if (pageSize_ != 0) { output.writeInt32(2, pageSize_); } - if (!getPageTokenBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pageToken_); } - if (!getFilterBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filter_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, filter_); } unknownFields.writeTo(output); @@ -364,16 +326,17 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getParentBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(2, pageSize_); } - if (!getPageTokenBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_); } - if (!getFilterBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(filter_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, filter_); } size += unknownFields.getSerializedSize(); @@ -384,18 +347,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.cloud.domains.v1beta1.ListRegistrationsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ListRegistrationsRequest other = - (com.google.cloud.domains.v1beta1.ListRegistrationsRequest) obj; - - if (!getParent().equals(other.getParent())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; - if (!getFilter().equals(other.getFilter())) return false; + com.google.cloud.domains.v1beta1.ListRegistrationsRequest other = (com.google.cloud.domains.v1beta1.ListRegistrationsRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; + if (!getFilter() + .equals(other.getFilter())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -421,127 +387,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ListRegistrationsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ListRegistrationsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.ListRegistrationsRequest 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; } /** - * - * *
    * Request for the `ListRegistrations` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ListRegistrationsRequest} */ - 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.cloud.domains.v1beta1.ListRegistrationsRequest) com.google.cloud.domains.v1beta1.ListRegistrationsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ListRegistrationsRequest.class, - com.google.cloud.domains.v1beta1.ListRegistrationsRequest.Builder.class); + com.google.cloud.domains.v1beta1.ListRegistrationsRequest.class, com.google.cloud.domains.v1beta1.ListRegistrationsRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.ListRegistrationsRequest.newBuilder() @@ -549,15 +505,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -573,9 +530,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor; } @java.lang.Override @@ -594,8 +551,7 @@ public com.google.cloud.domains.v1beta1.ListRegistrationsRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.ListRegistrationsRequest buildPartial() { - com.google.cloud.domains.v1beta1.ListRegistrationsRequest result = - new com.google.cloud.domains.v1beta1.ListRegistrationsRequest(this); + com.google.cloud.domains.v1beta1.ListRegistrationsRequest result = new com.google.cloud.domains.v1beta1.ListRegistrationsRequest(this); result.parent_ = parent_; result.pageSize_ = pageSize_; result.pageToken_ = pageToken_; @@ -608,39 +564,38 @@ public com.google.cloud.domains.v1beta1.ListRegistrationsRequest 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.cloud.domains.v1beta1.ListRegistrationsRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.ListRegistrationsRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ListRegistrationsRequest)other); } else { super.mergeFrom(other); return this; @@ -648,8 +603,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.ListRegistrationsRequest other) { - if (other == com.google.cloud.domains.v1beta1.ListRegistrationsRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.ListRegistrationsRequest.getDefaultInstance()) return this; if (!other.getParent().isEmpty()) { parent_ = other.parent_; onChanged(); @@ -684,8 +638,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ListRegistrationsRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ListRegistrationsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -697,23 +650,19 @@ public Builder mergeFrom( private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; 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(); parent_ = s; return s; @@ -722,24 +671,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; 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); parent_ = b; return b; } else { @@ -747,85 +693,69 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. The project and location from which to list `Registration`s, specified in
      * the format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * Maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -833,36 +763,30 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * Maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @param value The pageSize to set. * @return This builder for chaining. */ public Builder setPageSize(int value) { - + pageSize_ = value; onChanged(); return this; } /** - * - * *
      * Maximum number of results to return.
      * 
* * int32 page_size = 2; - * * @return This builder for chaining. */ public Builder clearPageSize() { - + pageSize_ = 0; onChanged(); return this; @@ -870,21 +794,19 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; 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(); pageToken_ = s; return s; @@ -893,22 +815,21 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; 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); pageToken_ = b; return b; } else { @@ -916,64 +837,57 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { + public Builder setPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + pageToken_ = value; onChanged(); return this; } /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @return This builder for chaining. */ public Builder clearPageToken() { - + pageToken_ = getDefaultInstance().getPageToken(); onChanged(); return this; } /** - * - * *
      * When set to the `next_page_token` from a prior response, provides the next
      * page of results.
      * 
* * string page_token = 3; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + pageToken_ = value; onChanged(); return this; @@ -981,8 +895,6 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { private java.lang.Object filter_ = ""; /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1000,13 +912,13 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) {
      * 
* * string filter = 4; - * * @return The filter. */ public java.lang.String getFilter() { java.lang.Object ref = filter_; 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(); filter_ = s; return s; @@ -1015,8 +927,6 @@ public java.lang.String getFilter() { } } /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1034,14 +944,15 @@ public java.lang.String getFilter() {
      * 
* * string filter = 4; - * * @return The bytes for filter. */ - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; 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); filter_ = b; return b; } else { @@ -1049,8 +960,6 @@ public com.google.protobuf.ByteString getFilterBytes() { } } /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1068,22 +977,20 @@ public com.google.protobuf.ByteString getFilterBytes() {
      * 
* * string filter = 4; - * * @param value The filter to set. * @return This builder for chaining. */ - public Builder setFilter(java.lang.String value) { + public Builder setFilter( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + filter_ = value; onChanged(); return this; } /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1101,18 +1008,15 @@ public Builder setFilter(java.lang.String value) {
      * 
* * string filter = 4; - * * @return This builder for chaining. */ public Builder clearFilter() { - + filter_ = getDefaultInstance().getFilter(); onChanged(); return this; } /** - * - * *
      * Filter expression to restrict the `Registration`s returned.
      * The expression must specify the field name, a comparison operator, and the
@@ -1130,23 +1034,23 @@ public Builder clearFilter() {
      * 
* * string filter = 4; - * * @param value The bytes for filter to set. * @return This builder for chaining. */ - public Builder setFilterBytes(com.google.protobuf.ByteString value) { + public Builder setFilterBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + filter_ = 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); } @@ -1156,12 +1060,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ListRegistrationsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ListRegistrationsRequest) private static final com.google.cloud.domains.v1beta1.ListRegistrationsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ListRegistrationsRequest(); } @@ -1170,16 +1074,16 @@ public static com.google.cloud.domains.v1beta1.ListRegistrationsRequest getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListRegistrationsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ListRegistrationsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListRegistrationsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ListRegistrationsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1194,4 +1098,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.ListRegistrationsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequestOrBuilder.java similarity index 74% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequestOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequestOrBuilder.java index e9b6f7f7..1c3f5a7e 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequestOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsRequestOrBuilder.java @@ -1,102 +1,67 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface ListRegistrationsRequestOrBuilder - extends +public interface ListRegistrationsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ListRegistrationsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The project and location from which to list `Registration`s, specified in
    * the format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The project and location from which to list `Registration`s, specified in
    * the format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Maximum number of results to return.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * When set to the `next_page_token` from a prior response, provides the next
    * page of results.
    * 
* * string page_token = 3; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * When set to the `next_page_token` from a prior response, provides the next
    * page of results.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); /** - * - * *
    * Filter expression to restrict the `Registration`s returned.
    * The expression must specify the field name, a comparison operator, and the
@@ -114,13 +79,10 @@ public interface ListRegistrationsRequestOrBuilder
    * 
* * string filter = 4; - * * @return The filter. */ java.lang.String getFilter(); /** - * - * *
    * Filter expression to restrict the `Registration`s returned.
    * The expression must specify the field name, a comparison operator, and the
@@ -138,8 +100,8 @@ public interface ListRegistrationsRequestOrBuilder
    * 
* * string filter = 4; - * * @return The bytes for filter. */ - com.google.protobuf.ByteString getFilterBytes(); + com.google.protobuf.ByteString + getFilterBytes(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponse.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponse.java similarity index 74% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponse.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponse.java index 3e1be536..f24330f3 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponse.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponse.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Response for the `ListRegistrations` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ListRegistrationsResponse} */ -public final class ListRegistrationsResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListRegistrationsResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ListRegistrationsResponse) ListRegistrationsResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListRegistrationsResponse.newBuilder() to construct. private ListRegistrationsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListRegistrationsResponse() { registrations_ = java.util.Collections.emptyList(); nextPageToken_ = ""; @@ -44,15 +26,16 @@ private ListRegistrationsResponse() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListRegistrationsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ListRegistrationsResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -72,38 +55,35 @@ private ListRegistrationsResponse( case 0: done = true; break; - case 10: - { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - registrations_ = - new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - registrations_.add( - input.readMessage( - com.google.cloud.domains.v1beta1.Registration.parser(), extensionRegistry)); - break; + case 10: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + registrations_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); + registrations_.add( + input.readMessage(com.google.cloud.domains.v1beta1.Registration.parser(), extensionRegistry)); + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - nextPageToken_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + nextPageToken_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { registrations_ = java.util.Collections.unmodifiableList(registrations_); @@ -112,27 +92,22 @@ private ListRegistrationsResponse( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ListRegistrationsResponse.class, - com.google.cloud.domains.v1beta1.ListRegistrationsResponse.Builder.class); + com.google.cloud.domains.v1beta1.ListRegistrationsResponse.class, com.google.cloud.domains.v1beta1.ListRegistrationsResponse.Builder.class); } public static final int REGISTRATIONS_FIELD_NUMBER = 1; private java.util.List registrations_; /** - * - * *
    * A list of `Registration`s.
    * 
@@ -144,8 +119,6 @@ public java.util.List getRegistra return registrations_; } /** - * - * *
    * A list of `Registration`s.
    * 
@@ -153,13 +126,11 @@ public java.util.List getRegistra * repeated .google.cloud.domains.v1beta1.Registration registrations = 1; */ @java.lang.Override - public java.util.List + public java.util.List getRegistrationsOrBuilderList() { return registrations_; } /** - * - * *
    * A list of `Registration`s.
    * 
@@ -171,8 +142,6 @@ public int getRegistrationsCount() { return registrations_.size(); } /** - * - * *
    * A list of `Registration`s.
    * 
@@ -184,8 +153,6 @@ public com.google.cloud.domains.v1beta1.Registration getRegistrations(int index) return registrations_.get(index); } /** - * - * *
    * A list of `Registration`s.
    * 
@@ -201,15 +168,12 @@ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationsOr public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; private volatile java.lang.Object nextPageToken_; /** - * - * *
    * When present, there are more results to retrieve. Set `page_token` to this
    * value on a subsequent call to get the next page of results.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -218,30 +182,30 @@ public java.lang.String getNextPageToken() { 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(); nextPageToken_ = s; return s; } } /** - * - * *
    * When present, there are more results to retrieve. Set `page_token` to this
    * value on a subsequent call to get the next page of results.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; 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); nextPageToken_ = b; return b; } else { @@ -250,7 +214,6 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -262,11 +225,12 @@ 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 < registrations_.size(); i++) { output.writeMessage(1, registrations_.get(i)); } - if (!getNextPageTokenBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nextPageToken_); } unknownFields.writeTo(output); @@ -279,9 +243,10 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < registrations_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, registrations_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, registrations_.get(i)); } - if (!getNextPageTokenBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); } size += unknownFields.getSerializedSize(); @@ -292,16 +257,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.cloud.domains.v1beta1.ListRegistrationsResponse)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ListRegistrationsResponse other = - (com.google.cloud.domains.v1beta1.ListRegistrationsResponse) obj; + com.google.cloud.domains.v1beta1.ListRegistrationsResponse other = (com.google.cloud.domains.v1beta1.ListRegistrationsResponse) obj; - if (!getRegistrationsList().equals(other.getRegistrationsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; + if (!getRegistrationsList() + .equals(other.getRegistrationsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -325,127 +291,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ListRegistrationsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ListRegistrationsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.ListRegistrationsResponse 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; } /** - * - * *
    * Response for the `ListRegistrations` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ListRegistrationsResponse} */ - 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.cloud.domains.v1beta1.ListRegistrationsResponse) com.google.cloud.domains.v1beta1.ListRegistrationsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ListRegistrationsResponse.class, - com.google.cloud.domains.v1beta1.ListRegistrationsResponse.Builder.class); + com.google.cloud.domains.v1beta1.ListRegistrationsResponse.class, com.google.cloud.domains.v1beta1.ListRegistrationsResponse.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.ListRegistrationsResponse.newBuilder() @@ -453,17 +409,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getRegistrationsFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -479,9 +435,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor; } @java.lang.Override @@ -500,8 +456,7 @@ public com.google.cloud.domains.v1beta1.ListRegistrationsResponse build() { @java.lang.Override public com.google.cloud.domains.v1beta1.ListRegistrationsResponse buildPartial() { - com.google.cloud.domains.v1beta1.ListRegistrationsResponse result = - new com.google.cloud.domains.v1beta1.ListRegistrationsResponse(this); + com.google.cloud.domains.v1beta1.ListRegistrationsResponse result = new com.google.cloud.domains.v1beta1.ListRegistrationsResponse(this); int from_bitField0_ = bitField0_; if (registrationsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -521,39 +476,38 @@ public com.google.cloud.domains.v1beta1.ListRegistrationsResponse 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.cloud.domains.v1beta1.ListRegistrationsResponse) { - return mergeFrom((com.google.cloud.domains.v1beta1.ListRegistrationsResponse) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ListRegistrationsResponse)other); } else { super.mergeFrom(other); return this; @@ -561,8 +515,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.ListRegistrationsResponse other) { - if (other == com.google.cloud.domains.v1beta1.ListRegistrationsResponse.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.ListRegistrationsResponse.getDefaultInstance()) return this; if (registrationsBuilder_ == null) { if (!other.registrations_.isEmpty()) { if (registrations_.isEmpty()) { @@ -581,10 +534,9 @@ public Builder mergeFrom(com.google.cloud.domains.v1beta1.ListRegistrationsRespo registrationsBuilder_ = null; registrations_ = other.registrations_; bitField0_ = (bitField0_ & ~0x00000001); - registrationsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getRegistrationsFieldBuilder() - : null; + registrationsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getRegistrationsFieldBuilder() : null; } else { registrationsBuilder_.addAllMessages(other.registrations_); } @@ -613,8 +565,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ListRegistrationsResponse) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ListRegistrationsResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -623,29 +574,21 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.util.List registrations_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureRegistrationsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - registrations_ = - new java.util.ArrayList(registrations_); + registrations_ = new java.util.ArrayList(registrations_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder> - registrationsBuilder_; + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder> registrationsBuilder_; /** - * - * *
      * A list of `Registration`s.
      * 
@@ -660,8 +603,6 @@ public java.util.List getRegistra } } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -676,8 +617,6 @@ public int getRegistrationsCount() { } } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -692,8 +631,6 @@ public com.google.cloud.domains.v1beta1.Registration getRegistrations(int index) } } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -715,8 +652,6 @@ public Builder setRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -735,8 +670,6 @@ public Builder setRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -757,8 +690,6 @@ public Builder addRegistrations(com.google.cloud.domains.v1beta1.Registration va return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -780,8 +711,6 @@ public Builder addRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -800,8 +729,6 @@ public Builder addRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -820,8 +747,6 @@ public Builder addRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -832,7 +757,8 @@ public Builder addAllRegistrations( java.lang.Iterable values) { if (registrationsBuilder_ == null) { ensureRegistrationsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, registrations_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, registrations_); onChanged(); } else { registrationsBuilder_.addAllMessages(values); @@ -840,8 +766,6 @@ public Builder addAllRegistrations( return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -859,8 +783,6 @@ public Builder clearRegistrations() { return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -878,8 +800,6 @@ public Builder removeRegistrations(int index) { return this; } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -891,8 +811,6 @@ public com.google.cloud.domains.v1beta1.Registration.Builder getRegistrationsBui return getRegistrationsFieldBuilder().getBuilder(index); } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -902,22 +820,19 @@ public com.google.cloud.domains.v1beta1.Registration.Builder getRegistrationsBui public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationsOrBuilder( int index) { if (registrationsBuilder_ == null) { - return registrations_.get(index); - } else { + return registrations_.get(index); } else { return registrationsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * A list of `Registration`s.
      * 
* * repeated .google.cloud.domains.v1beta1.Registration registrations = 1; */ - public java.util.List - getRegistrationsOrBuilderList() { + public java.util.List + getRegistrationsOrBuilderList() { if (registrationsBuilder_ != null) { return registrationsBuilder_.getMessageOrBuilderList(); } else { @@ -925,8 +840,6 @@ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationsOr } } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -934,12 +847,10 @@ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationsOr * repeated .google.cloud.domains.v1beta1.Registration registrations = 1; */ public com.google.cloud.domains.v1beta1.Registration.Builder addRegistrationsBuilder() { - return getRegistrationsFieldBuilder() - .addBuilder(com.google.cloud.domains.v1beta1.Registration.getDefaultInstance()); + return getRegistrationsFieldBuilder().addBuilder( + com.google.cloud.domains.v1beta1.Registration.getDefaultInstance()); } /** - * - * *
      * A list of `Registration`s.
      * 
@@ -948,34 +859,26 @@ public com.google.cloud.domains.v1beta1.Registration.Builder addRegistrationsBui */ public com.google.cloud.domains.v1beta1.Registration.Builder addRegistrationsBuilder( int index) { - return getRegistrationsFieldBuilder() - .addBuilder(index, com.google.cloud.domains.v1beta1.Registration.getDefaultInstance()); + return getRegistrationsFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1beta1.Registration.getDefaultInstance()); } /** - * - * *
      * A list of `Registration`s.
      * 
* * repeated .google.cloud.domains.v1beta1.Registration registrations = 1; */ - public java.util.List - getRegistrationsBuilderList() { + public java.util.List + getRegistrationsBuilderList() { return getRegistrationsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder> + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder> getRegistrationsFieldBuilder() { if (registrationsBuilder_ == null) { - registrationsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder>( + registrationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder>( registrations_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -987,21 +890,19 @@ public com.google.cloud.domains.v1beta1.Registration.Builder addRegistrationsBui private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; 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(); nextPageToken_ = s; return s; @@ -1010,22 +911,21 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; 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); nextPageToken_ = b; return b; } else { @@ -1033,71 +933,64 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { + public Builder setNextPageToken( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + nextPageToken_ = value; onChanged(); return this; } /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { - + nextPageToken_ = getDefaultInstance().getNextPageToken(); onChanged(); return this; } /** - * - * *
      * When present, there are more results to retrieve. Set `page_token` to this
      * value on a subsequent call to get the next page of results.
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + nextPageToken_ = 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); } @@ -1107,12 +1000,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ListRegistrationsResponse) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ListRegistrationsResponse) private static final com.google.cloud.domains.v1beta1.ListRegistrationsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ListRegistrationsResponse(); } @@ -1121,16 +1014,16 @@ public static com.google.cloud.domains.v1beta1.ListRegistrationsResponse getDefa return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListRegistrationsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ListRegistrationsResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListRegistrationsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ListRegistrationsResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1145,4 +1038,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.cloud.domains.v1beta1.ListRegistrationsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponseOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponseOrBuilder.java similarity index 69% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponseOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponseOrBuilder.java index 15b04ce1..5296ff2d 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponseOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ListRegistrationsResponseOrBuilder.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface ListRegistrationsResponseOrBuilder - extends +public interface ListRegistrationsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ListRegistrationsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * A list of `Registration`s.
    * 
* * repeated .google.cloud.domains.v1beta1.Registration registrations = 1; */ - java.util.List getRegistrationsList(); + java.util.List + getRegistrationsList(); /** - * - * *
    * A list of `Registration`s.
    * 
@@ -44,8 +25,6 @@ public interface ListRegistrationsResponseOrBuilder */ com.google.cloud.domains.v1beta1.Registration getRegistrations(int index); /** - * - * *
    * A list of `Registration`s.
    * 
@@ -54,51 +33,43 @@ public interface ListRegistrationsResponseOrBuilder */ int getRegistrationsCount(); /** - * - * *
    * A list of `Registration`s.
    * 
* * repeated .google.cloud.domains.v1beta1.Registration registrations = 1; */ - java.util.List + java.util.List getRegistrationsOrBuilderList(); /** - * - * *
    * A list of `Registration`s.
    * 
* * repeated .google.cloud.domains.v1beta1.Registration registrations = 1; */ - com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationsOrBuilder(int index); + com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationsOrBuilder( + int index); /** - * - * *
    * When present, there are more results to retrieve. Set `page_token` to this
    * value on a subsequent call to get the next page of results.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * When present, there are more results to retrieve. Set `page_token` to this
    * value on a subsequent call to get the next page of results.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/LocationName.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/LocationName.java similarity index 100% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/LocationName.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/LocationName.java diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettings.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettings.java similarity index 65% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettings.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettings.java index 134f54a1..87ba193c 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettings.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettings.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Defines renewal, billing, and transfer settings for a `Registration`.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ManagementSettings} */ -public final class ManagementSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ManagementSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ManagementSettings) ManagementSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ManagementSettings.newBuilder() to construct. private ManagementSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ManagementSettings() { renewalMethod_ = 0; transferLockState_ = 0; @@ -44,15 +26,16 @@ private ManagementSettings() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ManagementSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ManagementSettings( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,67 +54,60 @@ private ManagementSettings( case 0: done = true; break; - case 24: - { - int rawValue = input.readEnum(); + case 24: { + int rawValue = input.readEnum(); - renewalMethod_ = rawValue; - break; - } - case 32: - { - int rawValue = input.readEnum(); + renewalMethod_ = rawValue; + break; + } + case 32: { + int rawValue = input.readEnum(); - transferLockState_ = rawValue; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + transferLockState_ = rawValue; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ManagementSettings_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ManagementSettings_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ManagementSettings.class, - com.google.cloud.domains.v1beta1.ManagementSettings.Builder.class); + com.google.cloud.domains.v1beta1.ManagementSettings.class, com.google.cloud.domains.v1beta1.ManagementSettings.Builder.class); } /** - * - * *
    * Defines how the `Registration` is renewed.
    * 
* * Protobuf enum {@code google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod} */ - public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum { + public enum RenewalMethod + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The renewal method is undefined.
      * 
@@ -140,20 +116,16 @@ public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum { */ RENEWAL_METHOD_UNSPECIFIED(0), /** - * - * *
      * The domain is automatically renewed each year .
-     * To disable automatic renewals, export the domain by calling
-     * `ExportRegistration` .
+     * To disable automatic renewals, delete the resource by calling
+     * `DeleteRegistration` or export it by calling `ExportRegistration`.
      * 
* * AUTOMATIC_RENEWAL = 1; */ AUTOMATIC_RENEWAL(1), /** - * - * *
      * The domain must be explicitly renewed each year before its
      * `expire_time`. This option is only available when the `Registration`
@@ -169,8 +141,6 @@ public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The renewal method is undefined.
      * 
@@ -179,20 +149,16 @@ public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RENEWAL_METHOD_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The domain is automatically renewed each year .
-     * To disable automatic renewals, export the domain by calling
-     * `ExportRegistration` .
+     * To disable automatic renewals, delete the resource by calling
+     * `DeleteRegistration` or export it by calling `ExportRegistration`.
      * 
* * AUTOMATIC_RENEWAL = 1; */ public static final int AUTOMATIC_RENEWAL_VALUE = 1; /** - * - * *
      * The domain must be explicitly renewed each year before its
      * `expire_time`. This option is only available when the `Registration`
@@ -205,6 +171,7 @@ public enum RenewalMethod implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int MANUAL_RENEWAL_VALUE = 2;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -229,51 +196,49 @@ public static RenewalMethod valueOf(int value) {
      */
     public static RenewalMethod forNumber(int value) {
       switch (value) {
-        case 0:
-          return RENEWAL_METHOD_UNSPECIFIED;
-        case 1:
-          return AUTOMATIC_RENEWAL;
-        case 2:
-          return MANUAL_RENEWAL;
-        default:
-          return null;
+        case 0: return RENEWAL_METHOD_UNSPECIFIED;
+        case 1: return AUTOMATIC_RENEWAL;
+        case 2: return MANUAL_RENEWAL;
+        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<
+        RenewalMethod> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public RenewalMethod findValueByNumber(int number) {
+              return RenewalMethod.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public RenewalMethod findValueByNumber(int number) {
-            return RenewalMethod.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() {
-      return com.google.cloud.domains.v1beta1.ManagementSettings.getDescriptor()
-          .getEnumTypes()
-          .get(0);
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1beta1.ManagementSettings.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final RenewalMethod[] VALUES = values();
 
-    public static RenewalMethod valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static RenewalMethod 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;
@@ -293,85 +258,58 @@ private RenewalMethod(int value) {
   public static final int RENEWAL_METHOD_FIELD_NUMBER = 3;
   private int renewalMethod_;
   /**
-   *
-   *
    * 
    * Output only. The renewal method for this `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for renewalMethod. */ - @java.lang.Override - public int getRenewalMethodValue() { + @java.lang.Override public int getRenewalMethodValue() { return renewalMethod_; } /** - * - * *
    * Output only. The renewal method for this `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The renewalMethod. */ - @java.lang.Override - public com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod getRenewalMethod() { + @java.lang.Override public com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod getRenewalMethod() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod result = - com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); - return result == null - ? com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod result = com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); + return result == null ? com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.UNRECOGNIZED : result; } public static final int TRANSFER_LOCK_STATE_FIELD_NUMBER = 4; private int transferLockState_; /** - * - * *
    * Controls whether the domain can be transferred to another registrar.
    * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @return The enum numeric value on the wire for transferLockState. */ - @java.lang.Override - public int getTransferLockStateValue() { + @java.lang.Override public int getTransferLockStateValue() { return transferLockState_; } /** - * - * *
    * Controls whether the domain can be transferred to another registrar.
    * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @return The transferLockState. */ - @java.lang.Override - public com.google.cloud.domains.v1beta1.TransferLockState getTransferLockState() { + @java.lang.Override public com.google.cloud.domains.v1beta1.TransferLockState getTransferLockState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.TransferLockState result = - com.google.cloud.domains.v1beta1.TransferLockState.valueOf(transferLockState_); - return result == null - ? com.google.cloud.domains.v1beta1.TransferLockState.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.TransferLockState result = com.google.cloud.domains.v1beta1.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1beta1.TransferLockState.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -383,16 +321,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (renewalMethod_ - != com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod - .RENEWAL_METHOD_UNSPECIFIED - .getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (renewalMethod_ != com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.RENEWAL_METHOD_UNSPECIFIED.getNumber()) { output.writeEnum(3, renewalMethod_); } - if (transferLockState_ - != com.google.cloud.domains.v1beta1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED - .getNumber()) { + if (transferLockState_ != com.google.cloud.domains.v1beta1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { output.writeEnum(4, transferLockState_); } unknownFields.writeTo(output); @@ -404,16 +338,13 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (renewalMethod_ - != com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod - .RENEWAL_METHOD_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, renewalMethod_); + if (renewalMethod_ != com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.RENEWAL_METHOD_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, renewalMethod_); } - if (transferLockState_ - != com.google.cloud.domains.v1beta1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, transferLockState_); + if (transferLockState_ != com.google.cloud.domains.v1beta1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, transferLockState_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -423,13 +354,12 @@ 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.cloud.domains.v1beta1.ManagementSettings)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ManagementSettings other = - (com.google.cloud.domains.v1beta1.ManagementSettings) obj; + com.google.cloud.domains.v1beta1.ManagementSettings other = (com.google.cloud.domains.v1beta1.ManagementSettings) obj; if (renewalMethod_ != other.renewalMethod_) return false; if (transferLockState_ != other.transferLockState_) return false; @@ -454,126 +384,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ManagementSettings parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ManagementSettings parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings 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 renewal, billing, and transfer settings for a `Registration`.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ManagementSettings} */ - 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.cloud.domains.v1beta1.ManagementSettings) com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ManagementSettings_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ManagementSettings_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ManagementSettings.class, - com.google.cloud.domains.v1beta1.ManagementSettings.Builder.class); + com.google.cloud.domains.v1beta1.ManagementSettings.class, com.google.cloud.domains.v1beta1.ManagementSettings.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.ManagementSettings.newBuilder() @@ -581,15 +502,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -601,9 +523,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor; } @java.lang.Override @@ -622,8 +544,7 @@ public com.google.cloud.domains.v1beta1.ManagementSettings build() { @java.lang.Override public com.google.cloud.domains.v1beta1.ManagementSettings buildPartial() { - com.google.cloud.domains.v1beta1.ManagementSettings result = - new com.google.cloud.domains.v1beta1.ManagementSettings(this); + com.google.cloud.domains.v1beta1.ManagementSettings result = new com.google.cloud.domains.v1beta1.ManagementSettings(this); result.renewalMethod_ = renewalMethod_; result.transferLockState_ = transferLockState_; onBuilt(); @@ -634,39 +555,38 @@ public com.google.cloud.domains.v1beta1.ManagementSettings 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.cloud.domains.v1beta1.ManagementSettings) { - return mergeFrom((com.google.cloud.domains.v1beta1.ManagementSettings) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ManagementSettings)other); } else { super.mergeFrom(other); return this; @@ -674,8 +594,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.ManagementSettings other) { - if (other == com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance()) return this; if (other.renewalMethod_ != 0) { setRenewalMethodValue(other.getRenewalMethodValue()); } @@ -701,8 +620,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ManagementSettings) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ManagementSettings) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -714,103 +632,73 @@ public Builder mergeFrom( private int renewalMethod_ = 0; /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for renewalMethod. */ - @java.lang.Override - public int getRenewalMethodValue() { + @java.lang.Override public int getRenewalMethodValue() { return renewalMethod_; } /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for renewalMethod to set. * @return This builder for chaining. */ public Builder setRenewalMethodValue(int value) { - + renewalMethod_ = value; onChanged(); return this; } /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The renewalMethod. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod getRenewalMethod() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod result = - com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); - return result == null - ? com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod result = com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.valueOf(renewalMethod_); + return result == null ? com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod.UNRECOGNIZED : result; } /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The renewalMethod to set. * @return This builder for chaining. */ - public Builder setRenewalMethod( - com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod value) { + public Builder setRenewalMethod(com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod value) { if (value == null) { throw new NullPointerException(); } - + renewalMethod_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Output only. The renewal method for this `Registration`.
      * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearRenewalMethod() { - + renewalMethod_ = 0; onChanged(); return this; @@ -818,67 +706,51 @@ public Builder clearRenewalMethod() { private int transferLockState_ = 0; /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @return The enum numeric value on the wire for transferLockState. */ - @java.lang.Override - public int getTransferLockStateValue() { + @java.lang.Override public int getTransferLockStateValue() { return transferLockState_; } /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @param value The enum numeric value on the wire for transferLockState to set. * @return This builder for chaining. */ public Builder setTransferLockStateValue(int value) { - + transferLockState_ = value; onChanged(); return this; } /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @return The transferLockState. */ @java.lang.Override public com.google.cloud.domains.v1beta1.TransferLockState getTransferLockState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.TransferLockState result = - com.google.cloud.domains.v1beta1.TransferLockState.valueOf(transferLockState_); - return result == null - ? com.google.cloud.domains.v1beta1.TransferLockState.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.TransferLockState result = com.google.cloud.domains.v1beta1.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1beta1.TransferLockState.UNRECOGNIZED : result; } /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @param value The transferLockState to set. * @return This builder for chaining. */ @@ -886,31 +758,28 @@ public Builder setTransferLockState(com.google.cloud.domains.v1beta1.TransferLoc if (value == null) { throw new NullPointerException(); } - + transferLockState_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Controls whether the domain can be transferred to another registrar.
      * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @return This builder for chaining. */ public Builder clearTransferLockState() { - + transferLockState_ = 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); } @@ -920,12 +789,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ManagementSettings) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ManagementSettings) private static final com.google.cloud.domains.v1beta1.ManagementSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ManagementSettings(); } @@ -934,16 +803,16 @@ public static com.google.cloud.domains.v1beta1.ManagementSettings getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ManagementSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ManagementSettings(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ManagementSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ManagementSettings(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -958,4 +827,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.ManagementSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettingsOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettingsOrBuilder.java similarity index 56% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettingsOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettingsOrBuilder.java index a165634f..12b85271 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettingsOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ManagementSettingsOrBuilder.java @@ -1,78 +1,46 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface ManagementSettingsOrBuilder - extends +public interface ManagementSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ManagementSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. The renewal method for this `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for renewalMethod. */ int getRenewalMethodValue(); /** - * - * *
    * Output only. The renewal method for this `Registration`.
    * 
* - * - * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod renewal_method = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The renewalMethod. */ com.google.cloud.domains.v1beta1.ManagementSettings.RenewalMethod getRenewalMethod(); /** - * - * *
    * Controls whether the domain can be transferred to another registrar.
    * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @return The enum numeric value on the wire for transferLockState. */ int getTransferLockStateValue(); /** - * - * *
    * Controls whether the domain can be transferred to another registrar.
    * 
* * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; - * * @return The transferLockState. */ com.google.cloud.domains.v1beta1.TransferLockState getTransferLockState(); diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadata.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadata.java similarity index 70% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadata.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadata.java index 043c8003..51f37511 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadata.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadata.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Represents the metadata of the long-running operation. Output only.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.OperationMetadata} */ -public final class OperationMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class OperationMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.OperationMetadata) OperationMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use OperationMetadata.newBuilder() to construct. private OperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private OperationMetadata() { target_ = ""; verb_ = ""; @@ -46,15 +28,16 @@ private OperationMetadata() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new OperationMetadata(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private OperationMetadata( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -73,109 +56,96 @@ private OperationMetadata( case 0: done = true; break; - case 10: - { - com.google.protobuf.Timestamp.Builder subBuilder = null; - if (createTime_ != null) { - subBuilder = createTime_.toBuilder(); - } - createTime_ = - input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(createTime_); - createTime_ = subBuilder.buildPartial(); - } - - break; + case 10: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (createTime_ != null) { + subBuilder = createTime_.toBuilder(); } - case 18: - { - com.google.protobuf.Timestamp.Builder subBuilder = null; - if (endTime_ != null) { - subBuilder = endTime_.toBuilder(); - } - endTime_ = - input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(endTime_); - endTime_ = subBuilder.buildPartial(); - } - - break; + createTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(createTime_); + createTime_ = subBuilder.buildPartial(); } - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - target_ = s; - break; + break; + } + case 18: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (endTime_ != null) { + subBuilder = endTime_.toBuilder(); } - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); - - verb_ = s; - break; + endTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(endTime_); + endTime_ = subBuilder.buildPartial(); } - case 42: - { - java.lang.String s = input.readStringRequireUtf8(); - statusDetail_ = s; - break; - } - case 50: - { - java.lang.String s = input.readStringRequireUtf8(); + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); - apiVersion_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + target_ = s; + break; + } + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + + verb_ = s; + break; + } + case 42: { + java.lang.String s = input.readStringRequireUtf8(); + + statusDetail_ = s; + break; + } + case 50: { + java.lang.String s = input.readStringRequireUtf8(); + + apiVersion_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_OperationMetadata_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_OperationMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.OperationMetadata.class, - com.google.cloud.domains.v1beta1.OperationMetadata.Builder.class); + com.google.cloud.domains.v1beta1.OperationMetadata.class, com.google.cloud.domains.v1beta1.OperationMetadata.Builder.class); } public static final int CREATE_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * The time the operation was created.
    * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return Whether the createTime field is set. */ @java.lang.Override @@ -183,14 +153,11 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * The time the operation was created.
    * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return The createTime. */ @java.lang.Override @@ -198,8 +165,6 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * The time the operation was created.
    * 
@@ -214,14 +179,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** - * - * *
    * The time the operation finished running.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ @java.lang.Override @@ -229,14 +191,11 @@ public boolean hasEndTime() { return endTime_ != null; } /** - * - * *
    * The time the operation finished running.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ @java.lang.Override @@ -244,8 +203,6 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** - * - * *
    * The time the operation finished running.
    * 
@@ -260,14 +217,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { public static final int TARGET_FIELD_NUMBER = 3; private volatile java.lang.Object target_; /** - * - * *
    * Server-defined resource path for the target of the operation.
    * 
* * string target = 3; - * * @return The target. */ @java.lang.Override @@ -276,29 +230,29 @@ 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; } } /** - * - * *
    * Server-defined resource path for the target of the operation.
    * 
* * string target = 3; - * * @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 { @@ -309,14 +263,11 @@ public com.google.protobuf.ByteString getTargetBytes() { public static final int VERB_FIELD_NUMBER = 4; private volatile java.lang.Object verb_; /** - * - * *
    * Name of the verb executed by the operation.
    * 
* * string verb = 4; - * * @return The verb. */ @java.lang.Override @@ -325,29 +276,29 @@ public java.lang.String getVerb() { 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(); verb_ = s; return s; } } /** - * - * *
    * Name of the verb executed by the operation.
    * 
* * string verb = 4; - * * @return The bytes for verb. */ @java.lang.Override - public com.google.protobuf.ByteString getVerbBytes() { + public com.google.protobuf.ByteString + getVerbBytes() { java.lang.Object ref = verb_; 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); verb_ = b; return b; } else { @@ -358,14 +309,11 @@ public com.google.protobuf.ByteString getVerbBytes() { public static final int STATUS_DETAIL_FIELD_NUMBER = 5; private volatile java.lang.Object statusDetail_; /** - * - * *
    * Human-readable status of the operation, if any.
    * 
* * string status_detail = 5; - * * @return The statusDetail. */ @java.lang.Override @@ -374,29 +322,29 @@ public java.lang.String getStatusDetail() { 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(); statusDetail_ = s; return s; } } /** - * - * *
    * Human-readable status of the operation, if any.
    * 
* * string status_detail = 5; - * * @return The bytes for statusDetail. */ @java.lang.Override - public com.google.protobuf.ByteString getStatusDetailBytes() { + public com.google.protobuf.ByteString + getStatusDetailBytes() { java.lang.Object ref = statusDetail_; 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); statusDetail_ = b; return b; } else { @@ -407,14 +355,11 @@ public com.google.protobuf.ByteString getStatusDetailBytes() { public static final int API_VERSION_FIELD_NUMBER = 6; private volatile java.lang.Object apiVersion_; /** - * - * *
    * API version used to start the operation.
    * 
* * string api_version = 6; - * * @return The apiVersion. */ @java.lang.Override @@ -423,29 +368,29 @@ public java.lang.String getApiVersion() { 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(); apiVersion_ = s; return s; } } /** - * - * *
    * API version used to start the operation.
    * 
* * string api_version = 6; - * * @return The bytes for apiVersion. */ @java.lang.Override - public com.google.protobuf.ByteString getApiVersionBytes() { + public com.google.protobuf.ByteString + getApiVersionBytes() { java.lang.Object ref = apiVersion_; 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); apiVersion_ = b; return b; } else { @@ -454,7 +399,6 @@ public com.google.protobuf.ByteString getApiVersionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -466,23 +410,24 @@ 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 (createTime_ != null) { output.writeMessage(1, getCreateTime()); } if (endTime_ != null) { output.writeMessage(2, getEndTime()); } - if (!getTargetBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(target_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, target_); } - if (!getVerbBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verb_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, verb_); } - if (!getStatusDetailBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusDetail_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, statusDetail_); } - if (!getApiVersionBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(apiVersion_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, apiVersion_); } unknownFields.writeTo(output); @@ -495,21 +440,23 @@ public int getSerializedSize() { size = 0; if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCreateTime()); } if (endTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); } - if (!getTargetBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(target_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, target_); } - if (!getVerbBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verb_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, verb_); } - if (!getStatusDetailBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusDetail_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, statusDetail_); } - if (!getApiVersionBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(apiVersion_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, apiVersion_); } size += unknownFields.getSerializedSize(); @@ -520,26 +467,31 @@ 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.cloud.domains.v1beta1.OperationMetadata)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.OperationMetadata other = - (com.google.cloud.domains.v1beta1.OperationMetadata) obj; + com.google.cloud.domains.v1beta1.OperationMetadata other = (com.google.cloud.domains.v1beta1.OperationMetadata) obj; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime().equals(other.getEndTime())) return false; - } - if (!getTarget().equals(other.getTarget())) return false; - if (!getVerb().equals(other.getVerb())) return false; - if (!getStatusDetail().equals(other.getStatusDetail())) return false; - if (!getApiVersion().equals(other.getApiVersion())) return false; + if (!getEndTime() + .equals(other.getEndTime())) return false; + } + if (!getTarget() + .equals(other.getTarget())) return false; + if (!getVerb() + .equals(other.getVerb())) return false; + if (!getStatusDetail() + .equals(other.getStatusDetail())) return false; + if (!getApiVersion() + .equals(other.getApiVersion())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -573,126 +525,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.OperationMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.OperationMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata 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 the metadata of the long-running operation. Output only.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.OperationMetadata} */ - 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.cloud.domains.v1beta1.OperationMetadata) com.google.cloud.domains.v1beta1.OperationMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_OperationMetadata_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_OperationMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.OperationMetadata.class, - com.google.cloud.domains.v1beta1.OperationMetadata.Builder.class); + com.google.cloud.domains.v1beta1.OperationMetadata.class, com.google.cloud.domains.v1beta1.OperationMetadata.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.OperationMetadata.newBuilder() @@ -700,15 +643,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -736,9 +680,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor; } @java.lang.Override @@ -757,8 +701,7 @@ public com.google.cloud.domains.v1beta1.OperationMetadata build() { @java.lang.Override public com.google.cloud.domains.v1beta1.OperationMetadata buildPartial() { - com.google.cloud.domains.v1beta1.OperationMetadata result = - new com.google.cloud.domains.v1beta1.OperationMetadata(this); + com.google.cloud.domains.v1beta1.OperationMetadata result = new com.google.cloud.domains.v1beta1.OperationMetadata(this); if (createTimeBuilder_ == null) { result.createTime_ = createTime_; } else { @@ -781,39 +724,38 @@ public com.google.cloud.domains.v1beta1.OperationMetadata 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.cloud.domains.v1beta1.OperationMetadata) { - return mergeFrom((com.google.cloud.domains.v1beta1.OperationMetadata) other); + return mergeFrom((com.google.cloud.domains.v1beta1.OperationMetadata)other); } else { super.mergeFrom(other); return this; @@ -821,8 +763,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.OperationMetadata other) { - if (other == com.google.cloud.domains.v1beta1.OperationMetadata.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.OperationMetadata.getDefaultInstance()) return this; if (other.hasCreateTime()) { mergeCreateTime(other.getCreateTime()); } @@ -864,8 +805,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.OperationMetadata) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.OperationMetadata) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -877,47 +817,34 @@ public Builder mergeFrom( private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * The time the operation was created.
      * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return createTimeBuilder_ != null || createTime_ != null; } /** - * - * *
      * The time the operation was created.
      * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * The time the operation was created.
      * 
@@ -938,15 +865,14 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the operation was created.
      * 
* * .google.protobuf.Timestamp create_time = 1; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); onChanged(); @@ -957,8 +883,6 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * The time the operation was created.
      * 
@@ -969,7 +893,7 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -981,8 +905,6 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the operation was created.
      * 
@@ -1001,8 +923,6 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * The time the operation was created.
      * 
@@ -1010,13 +930,11 @@ public Builder clearCreateTime() { * .google.protobuf.Timestamp create_time = 1; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time the operation was created.
      * 
@@ -1027,14 +945,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * The time the operation was created.
      * 
@@ -1042,17 +957,14 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * .google.protobuf.Timestamp create_time = 1; */ 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> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; @@ -1060,33 +972,24 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - endTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** - * - * *
      * The time the operation finished running.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ public boolean hasEndTime() { return endTimeBuilder_ != null || endTime_ != null; } /** - * - * *
      * The time the operation finished running.
      * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1097,8 +1000,6 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1119,15 +1020,14 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the operation finished running.
      * 
* * .google.protobuf.Timestamp end_time = 2; */ - public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setEndTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (endTimeBuilder_ == null) { endTime_ = builderForValue.build(); onChanged(); @@ -1138,8 +1038,6 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) return this; } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1150,7 +1048,7 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { if (endTimeBuilder_ == null) { if (endTime_ != null) { endTime_ = - com.google.protobuf.Timestamp.newBuilder(endTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(endTime_).mergeFrom(value).buildPartial(); } else { endTime_ = value; } @@ -1162,8 +1060,6 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1182,8 +1078,6 @@ public Builder clearEndTime() { return this; } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1191,13 +1085,11 @@ public Builder clearEndTime() { * .google.protobuf.Timestamp end_time = 2; */ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { - + onChanged(); return getEndTimeFieldBuilder().getBuilder(); } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1208,12 +1100,11 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { if (endTimeBuilder_ != null) { return endTimeBuilder_.getMessageOrBuilder(); } else { - return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + return endTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } /** - * - * *
      * The time the operation finished running.
      * 
@@ -1221,17 +1112,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { * .google.protobuf.Timestamp end_time = 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> getEndTimeFieldBuilder() { if (endTimeBuilder_ == null) { - endTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getEndTime(), getParentForChildren(), isClean()); + endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getEndTime(), + getParentForChildren(), + isClean()); endTime_ = null; } return endTimeBuilder_; @@ -1239,20 +1127,18 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { private java.lang.Object target_ = ""; /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @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; @@ -1261,21 +1147,20 @@ public java.lang.String getTarget() { } } /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @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 { @@ -1283,61 +1168,54 @@ public com.google.protobuf.ByteString getTargetBytes() { } } /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @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; } /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @return This builder for chaining. */ public Builder clearTarget() { - + target_ = getDefaultInstance().getTarget(); onChanged(); return this; } /** - * - * *
      * Server-defined resource path for the target of the operation.
      * 
* * string target = 3; - * * @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; @@ -1345,20 +1223,18 @@ public Builder setTargetBytes(com.google.protobuf.ByteString value) { private java.lang.Object verb_ = ""; /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @return The verb. */ public java.lang.String getVerb() { java.lang.Object ref = verb_; 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(); verb_ = s; return s; @@ -1367,21 +1243,20 @@ public java.lang.String getVerb() { } } /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @return The bytes for verb. */ - public com.google.protobuf.ByteString getVerbBytes() { + public com.google.protobuf.ByteString + getVerbBytes() { java.lang.Object ref = verb_; 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); verb_ = b; return b; } else { @@ -1389,61 +1264,54 @@ public com.google.protobuf.ByteString getVerbBytes() { } } /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @param value The verb to set. * @return This builder for chaining. */ - public Builder setVerb(java.lang.String value) { + public Builder setVerb( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + verb_ = value; onChanged(); return this; } /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @return This builder for chaining. */ public Builder clearVerb() { - + verb_ = getDefaultInstance().getVerb(); onChanged(); return this; } /** - * - * *
      * Name of the verb executed by the operation.
      * 
* * string verb = 4; - * * @param value The bytes for verb to set. * @return This builder for chaining. */ - public Builder setVerbBytes(com.google.protobuf.ByteString value) { + public Builder setVerbBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + verb_ = value; onChanged(); return this; @@ -1451,20 +1319,18 @@ public Builder setVerbBytes(com.google.protobuf.ByteString value) { private java.lang.Object statusDetail_ = ""; /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @return The statusDetail. */ public java.lang.String getStatusDetail() { java.lang.Object ref = statusDetail_; 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(); statusDetail_ = s; return s; @@ -1473,21 +1339,20 @@ public java.lang.String getStatusDetail() { } } /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @return The bytes for statusDetail. */ - public com.google.protobuf.ByteString getStatusDetailBytes() { + public com.google.protobuf.ByteString + getStatusDetailBytes() { java.lang.Object ref = statusDetail_; 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); statusDetail_ = b; return b; } else { @@ -1495,61 +1360,54 @@ public com.google.protobuf.ByteString getStatusDetailBytes() { } } /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @param value The statusDetail to set. * @return This builder for chaining. */ - public Builder setStatusDetail(java.lang.String value) { + public Builder setStatusDetail( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + statusDetail_ = value; onChanged(); return this; } /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @return This builder for chaining. */ public Builder clearStatusDetail() { - + statusDetail_ = getDefaultInstance().getStatusDetail(); onChanged(); return this; } /** - * - * *
      * Human-readable status of the operation, if any.
      * 
* * string status_detail = 5; - * * @param value The bytes for statusDetail to set. * @return This builder for chaining. */ - public Builder setStatusDetailBytes(com.google.protobuf.ByteString value) { + public Builder setStatusDetailBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + statusDetail_ = value; onChanged(); return this; @@ -1557,20 +1415,18 @@ public Builder setStatusDetailBytes(com.google.protobuf.ByteString value) { private java.lang.Object apiVersion_ = ""; /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @return The apiVersion. */ public java.lang.String getApiVersion() { java.lang.Object ref = apiVersion_; 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(); apiVersion_ = s; return s; @@ -1579,21 +1435,20 @@ public java.lang.String getApiVersion() { } } /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @return The bytes for apiVersion. */ - public com.google.protobuf.ByteString getApiVersionBytes() { + public com.google.protobuf.ByteString + getApiVersionBytes() { java.lang.Object ref = apiVersion_; 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); apiVersion_ = b; return b; } else { @@ -1601,68 +1456,61 @@ public com.google.protobuf.ByteString getApiVersionBytes() { } } /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @param value The apiVersion to set. * @return This builder for chaining. */ - public Builder setApiVersion(java.lang.String value) { + public Builder setApiVersion( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + apiVersion_ = value; onChanged(); return this; } /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @return This builder for chaining. */ public Builder clearApiVersion() { - + apiVersion_ = getDefaultInstance().getApiVersion(); onChanged(); return this; } /** - * - * *
      * API version used to start the operation.
      * 
* * string api_version = 6; - * * @param value The bytes for apiVersion to set. * @return This builder for chaining. */ - public Builder setApiVersionBytes(com.google.protobuf.ByteString value) { + public Builder setApiVersionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + apiVersion_ = 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); } @@ -1672,12 +1520,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.OperationMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.OperationMetadata) private static final com.google.cloud.domains.v1beta1.OperationMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.OperationMetadata(); } @@ -1686,16 +1534,16 @@ public static com.google.cloud.domains.v1beta1.OperationMetadata getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public OperationMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new OperationMetadata(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public OperationMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new OperationMetadata(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1710,4 +1558,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.OperationMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadataOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadataOrBuilder.java similarity index 74% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadataOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadataOrBuilder.java index bbfedc09..00ca25b7 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadataOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/OperationMetadataOrBuilder.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface OperationMetadataOrBuilder - extends +public interface OperationMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.OperationMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The time the operation was created.
    * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * The time the operation was created.
    * 
* * .google.protobuf.Timestamp create_time = 1; - * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * The time the operation was created.
    * 
@@ -59,32 +35,24 @@ public interface OperationMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * The time the operation finished running.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return Whether the endTime field is set. */ boolean hasEndTime(); /** - * - * *
    * The time the operation finished running.
    * 
* * .google.protobuf.Timestamp end_time = 2; - * * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** - * - * *
    * The time the operation finished running.
    * 
@@ -94,102 +62,82 @@ public interface OperationMetadataOrBuilder com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** - * - * *
    * Server-defined resource path for the target of the operation.
    * 
* * string target = 3; - * * @return The target. */ java.lang.String getTarget(); /** - * - * *
    * Server-defined resource path for the target of the operation.
    * 
* * string target = 3; - * * @return The bytes for target. */ - com.google.protobuf.ByteString getTargetBytes(); + com.google.protobuf.ByteString + getTargetBytes(); /** - * - * *
    * Name of the verb executed by the operation.
    * 
* * string verb = 4; - * * @return The verb. */ java.lang.String getVerb(); /** - * - * *
    * Name of the verb executed by the operation.
    * 
* * string verb = 4; - * * @return The bytes for verb. */ - com.google.protobuf.ByteString getVerbBytes(); + com.google.protobuf.ByteString + getVerbBytes(); /** - * - * *
    * Human-readable status of the operation, if any.
    * 
* * string status_detail = 5; - * * @return The statusDetail. */ java.lang.String getStatusDetail(); /** - * - * *
    * Human-readable status of the operation, if any.
    * 
* * string status_detail = 5; - * * @return The bytes for statusDetail. */ - com.google.protobuf.ByteString getStatusDetailBytes(); + com.google.protobuf.ByteString + getStatusDetailBytes(); /** - * - * *
    * API version used to start the operation.
    * 
* * string api_version = 6; - * * @return The apiVersion. */ java.lang.String getApiVersion(); /** - * - * *
    * API version used to start the operation.
    * 
* * string api_version = 6; - * * @return The bytes for apiVersion. */ - com.google.protobuf.ByteString getApiVersionBytes(); + com.google.protobuf.ByteString + getApiVersionBytes(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java similarity index 73% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java index 77c295e6..261a145e 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequest.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `RegisterDomain` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RegisterDomainRequest} */ -public final class RegisterDomainRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RegisterDomainRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.RegisterDomainRequest) RegisterDomainRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RegisterDomainRequest.newBuilder() to construct. private RegisterDomainRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RegisterDomainRequest() { parent_ = ""; domainNotices_ = java.util.Collections.emptyList(); @@ -45,15 +27,16 @@ private RegisterDomainRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RegisterDomainRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RegisterDomainRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -73,111 +56,103 @@ private RegisterDomainRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - parent_ = s; - break; + parent_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1beta1.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1beta1.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); } - case 18: - { - com.google.cloud.domains.v1beta1.Registration.Builder subBuilder = null; - if (registration_ != null) { - subBuilder = registration_.toBuilder(); - } - registration_ = - input.readMessage( - com.google.cloud.domains.v1beta1.Registration.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(registration_); - registration_ = subBuilder.buildPartial(); - } - break; + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + domainNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 24: - { + domainNotices_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { domainNotices_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } domainNotices_.add(rawValue); - break; } - case 26: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - domainNotices_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - domainNotices_.add(rawValue); - } - input.popLimit(oldLimit); - break; + input.popLimit(oldLimit); + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; } - case 32: - { + contactNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000002) != 0)) { contactNotices_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } contactNotices_.add(rawValue); - break; - } - case 34: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - contactNotices_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000002; - } - contactNotices_.add(rawValue); - } - input.popLimit(oldLimit); - break; } - case 42: - { - com.google.type.Money.Builder subBuilder = null; - if (yearlyPrice_ != null) { - subBuilder = yearlyPrice_.toBuilder(); - } - yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(yearlyPrice_); - yearlyPrice_ = subBuilder.buildPartial(); - } - - break; + input.popLimit(oldLimit); + break; + } + case 42: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); } - case 48: - { - validateOnly_ = input.readBool(); - break; + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + + break; + } + case 48: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { domainNotices_ = java.util.Collections.unmodifiableList(domainNotices_); @@ -189,36 +164,28 @@ private RegisterDomainRequest( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RegisterDomainRequest.class, - com.google.cloud.domains.v1beta1.RegisterDomainRequest.Builder.class); + com.google.cloud.domains.v1beta1.RegisterDomainRequest.class, com.google.cloud.domains.v1beta1.RegisterDomainRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; private volatile java.lang.Object parent_; /** - * - * *
    * Required. The parent resource of the `Registration`. Must be in the
    * format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -227,32 +194,30 @@ public java.lang.String getParent() { 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(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent resource of the `Registration`. Must be in the
    * format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; 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); parent_ = b; return b; } else { @@ -263,16 +228,11 @@ public com.google.protobuf.ByteString getParentBytes() { public static final int REGISTRATION_FIELD_NUMBER = 2; private com.google.cloud.domains.v1beta1.Registration registration_; /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registration field is set. */ @java.lang.Override @@ -280,34 +240,23 @@ public boolean hasRegistration() { return registration_ != null; } /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registration. */ @java.lang.Override public com.google.cloud.domains.v1beta1.Registration getRegistration() { - return registration_ == null - ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; } /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrBuilder() { @@ -317,47 +266,36 @@ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrB public static final int DOMAIN_NOTICES_FIELD_NUMBER = 3; private java.util.List domainNotices_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice> - domainNotices_converter_ = + java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice> domainNotices_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>() { public com.google.cloud.domains.v1beta1.DomainNotice convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.DomainNotice result = - com.google.cloud.domains.v1beta1.DomainNotice.valueOf(from); - return result == null - ? com.google.cloud.domains.v1beta1.DomainNotice.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.DomainNotice result = com.google.cloud.domains.v1beta1.DomainNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.DomainNotice.UNRECOGNIZED : result; } }; /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return A list containing the domainNotices. */ @java.lang.Override public java.util.List getDomainNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>( - domainNotices_, domainNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>(domainNotices_, domainNotices_converter_); } /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return The count of domainNotices. */ @java.lang.Override @@ -365,15 +303,12 @@ public int getDomainNoticesCount() { return domainNotices_.size(); } /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ @@ -382,31 +317,26 @@ public com.google.cloud.domains.v1beta1.DomainNotice getDomainNotices(int index) return domainNotices_converter_.convert(domainNotices_.get(index)); } /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ @java.lang.Override - public java.util.List getDomainNoticesValueList() { + public java.util.List + getDomainNoticesValueList() { return domainNotices_; } /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ @@ -414,55 +344,43 @@ public java.util.List getDomainNoticesValueList() { public int getDomainNoticesValue(int index) { return domainNotices_.get(index); } - private int domainNoticesMemoizedSerializedSize; public static final int CONTACT_NOTICES_FIELD_NUMBER = 4; private java.util.List contactNotices_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice> - contactNotices_converter_ = + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice> contactNotices_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>() { public com.google.cloud.domains.v1beta1.ContactNotice convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.ContactNotice result = - com.google.cloud.domains.v1beta1.ContactNotice.valueOf(from); - return result == null - ? com.google.cloud.domains.v1beta1.ContactNotice.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.ContactNotice result = com.google.cloud.domains.v1beta1.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.ContactNotice.UNRECOGNIZED : result; } }; /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ @java.lang.Override public java.util.List getContactNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>( - contactNotices_, contactNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>(contactNotices_, contactNotices_converter_); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ @java.lang.Override @@ -470,16 +388,13 @@ public int getContactNoticesCount() { return contactNotices_.size(); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ @@ -488,33 +403,28 @@ public com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int inde return contactNotices_converter_.convert(contactNotices_.get(index)); } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ @java.lang.Override - public java.util.List getContactNoticesValueList() { + public java.util.List + getContactNoticesValueList() { return contactNotices_; } /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ @@ -522,14 +432,11 @@ public java.util.List getContactNoticesValueList() { public int getContactNoticesValue(int index) { return contactNotices_.get(index); } - private int contactNoticesMemoizedSerializedSize; public static final int YEARLY_PRICE_FIELD_NUMBER = 5; private com.google.type.Money yearlyPrice_; /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -537,7 +444,6 @@ public int getContactNoticesValue(int index) {
    * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the yearlyPrice field is set. */ @java.lang.Override @@ -545,8 +451,6 @@ public boolean hasYearlyPrice() { return yearlyPrice_ != null; } /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -554,7 +458,6 @@ public boolean hasYearlyPrice() {
    * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return The yearlyPrice. */ @java.lang.Override @@ -562,8 +465,6 @@ public com.google.type.Money getYearlyPrice() { return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; } /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -580,16 +481,13 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() {
   public static final int VALIDATE_ONLY_FIELD_NUMBER = 6;
   private boolean validateOnly_;
   /**
-   *
-   *
    * 
-   * When true, only validation will be performed, without actually registering
+   * When true, only validation is performed, without actually registering
    * the domain. Follows:
    * https://cloud.google.com/apis/design/design_patterns#request_validation
    * 
* * bool validate_only = 6; - * * @return The validateOnly. */ @java.lang.Override @@ -598,7 +496,6 @@ public boolean getValidateOnly() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -610,9 +507,10 @@ 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 (!getParentBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } if (registration_ != null) { @@ -647,43 +545,44 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getParentBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (registration_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getRegistration()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistration()); } { int dataSize = 0; for (int i = 0; i < domainNotices_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(domainNotices_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(domainNotices_.get(i)); } size += dataSize; - if (!getDomainNoticesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - domainNoticesMemoizedSerializedSize = dataSize; + if (!getDomainNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }domainNoticesMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < contactNotices_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(contactNotices_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); } size += dataSize; - if (!getContactNoticesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - contactNoticesMemoizedSerializedSize = dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; } if (yearlyPrice_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getYearlyPrice()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getYearlyPrice()); } if (validateOnly_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(6, validateOnly_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(6, validateOnly_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -693,26 +592,29 @@ 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.cloud.domains.v1beta1.RegisterDomainRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.RegisterDomainRequest other = - (com.google.cloud.domains.v1beta1.RegisterDomainRequest) obj; + com.google.cloud.domains.v1beta1.RegisterDomainRequest other = (com.google.cloud.domains.v1beta1.RegisterDomainRequest) obj; - if (!getParent().equals(other.getParent())) return false; + if (!getParent() + .equals(other.getParent())) return false; if (hasRegistration() != other.hasRegistration()) return false; if (hasRegistration()) { - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; } if (!domainNotices_.equals(other.domainNotices_)) return false; if (!contactNotices_.equals(other.contactNotices_)) return false; if (hasYearlyPrice() != other.hasYearlyPrice()) return false; if (hasYearlyPrice()) { - if (!getYearlyPrice().equals(other.getYearlyPrice())) return false; + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; } - if (getValidateOnly() != other.getValidateOnly()) return false; + if (getValidateOnly() + != other.getValidateOnly()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -743,134 +645,125 @@ public int hashCode() { hash = (53 * hash) + getYearlyPrice().hashCode(); } hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getValidateOnly()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RegisterDomainRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RegisterDomainRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.RegisterDomainRequest 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; } /** - * - * *
    * Request for the `RegisterDomain` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RegisterDomainRequest} */ - 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.cloud.domains.v1beta1.RegisterDomainRequest) com.google.cloud.domains.v1beta1.RegisterDomainRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RegisterDomainRequest.class, - com.google.cloud.domains.v1beta1.RegisterDomainRequest.Builder.class); + com.google.cloud.domains.v1beta1.RegisterDomainRequest.class, com.google.cloud.domains.v1beta1.RegisterDomainRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.RegisterDomainRequest.newBuilder() @@ -878,15 +771,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -914,9 +808,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor; } @java.lang.Override @@ -935,8 +829,7 @@ public com.google.cloud.domains.v1beta1.RegisterDomainRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.RegisterDomainRequest buildPartial() { - com.google.cloud.domains.v1beta1.RegisterDomainRequest result = - new com.google.cloud.domains.v1beta1.RegisterDomainRequest(this); + com.google.cloud.domains.v1beta1.RegisterDomainRequest result = new com.google.cloud.domains.v1beta1.RegisterDomainRequest(this); int from_bitField0_ = bitField0_; result.parent_ = parent_; if (registrationBuilder_ == null) { @@ -968,39 +861,38 @@ public com.google.cloud.domains.v1beta1.RegisterDomainRequest 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.cloud.domains.v1beta1.RegisterDomainRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.RegisterDomainRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.RegisterDomainRequest)other); } else { super.mergeFrom(other); return this; @@ -1008,8 +900,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.RegisterDomainRequest other) { - if (other == com.google.cloud.domains.v1beta1.RegisterDomainRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.RegisterDomainRequest.getDefaultInstance()) return this; if (!other.getParent().isEmpty()) { parent_ = other.parent_; onChanged(); @@ -1062,8 +953,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.RegisterDomainRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.RegisterDomainRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -1072,28 +962,23 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; 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(); parent_ = s; return s; @@ -1102,24 +987,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; 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); parent_ = b; return b; } else { @@ -1127,70 +1009,57 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { + public Builder setParent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + parent_ = value; onChanged(); return this; } /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { - + parent_ = getDefaultInstance().getParent(); onChanged(); return this; } /** - * - * *
      * Required. The parent resource of the `Registration`. Must be in the
      * format `projects/*/locations/*`.
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { + public Builder setParentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + parent_ = value; onChanged(); return this; @@ -1198,58 +1067,39 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private com.google.cloud.domains.v1beta1.Registration registration_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder> - registrationBuilder_; + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder> registrationBuilder_; /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registration field is set. */ public boolean hasRegistration() { return registrationBuilder_ != null || registration_ != null; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registration. */ public com.google.cloud.domains.v1beta1.Registration getRegistration() { if (registrationBuilder_ == null) { - return registration_ == null - ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; } else { return registrationBuilder_.getMessage(); } } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setRegistration(com.google.cloud.domains.v1beta1.Registration value) { if (registrationBuilder_ == null) { @@ -1265,15 +1115,11 @@ public Builder setRegistration(com.google.cloud.domains.v1beta1.Registration val return this; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setRegistration( com.google.cloud.domains.v1beta1.Registration.Builder builderForValue) { @@ -1287,23 +1133,17 @@ public Builder setRegistration( return this; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeRegistration(com.google.cloud.domains.v1beta1.Registration value) { if (registrationBuilder_ == null) { if (registration_ != null) { registration_ = - com.google.cloud.domains.v1beta1.Registration.newBuilder(registration_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); } else { registration_ = value; } @@ -1315,15 +1155,11 @@ public Builder mergeRegistration(com.google.cloud.domains.v1beta1.Registration v return this; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearRegistration() { if (registrationBuilder_ == null) { @@ -1337,71 +1173,55 @@ public Builder clearRegistration() { return this; } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.domains.v1beta1.Registration.Builder getRegistrationBuilder() { - + onChanged(); return getRegistrationFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrBuilder() { if (registrationBuilder_ != null) { return registrationBuilder_.getMessageOrBuilder(); } else { - return registration_ == null - ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? + com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; } } /** - * - * *
      * Required. The complete `Registration` resource to be created.
      * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder> + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder> getRegistrationFieldBuilder() { if (registrationBuilder_ == null) { - registrationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder>( - getRegistration(), getParentForChildren(), isClean()); + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); registration_ = null; } return registrationBuilder_; } - private java.util.List domainNotices_ = java.util.Collections.emptyList(); - + private java.util.List domainNotices_ = + java.util.Collections.emptyList(); private void ensureDomainNoticesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { domainNotices_ = new java.util.ArrayList(domainNotices_); @@ -1409,47 +1229,37 @@ private void ensureDomainNoticesIsMutable() { } } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return A list containing the domainNotices. */ public java.util.List getDomainNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>( - domainNotices_, domainNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>(domainNotices_, domainNotices_converter_); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return The count of domainNotices. */ public int getDomainNoticesCount() { return domainNotices_.size(); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ @@ -1457,15 +1267,12 @@ public com.google.cloud.domains.v1beta1.DomainNotice getDomainNotices(int index) return domainNotices_converter_.convert(domainNotices_.get(index)); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param index The index to set the value at. * @param value The domainNotices to set. * @return This builder for chaining. @@ -1481,15 +1288,12 @@ public Builder setDomainNotices( return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param value The domainNotices to add. * @return This builder for chaining. */ @@ -1503,15 +1307,12 @@ public Builder addDomainNotices(com.google.cloud.domains.v1beta1.DomainNotice va return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param values The domainNotices to add. * @return This builder for chaining. */ @@ -1525,15 +1326,12 @@ public Builder addAllDomainNotices( return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return This builder for chaining. */ public Builder clearDomainNotices() { @@ -1543,30 +1341,25 @@ public Builder clearDomainNotices() { return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ - public java.util.List getDomainNoticesValueList() { + public java.util.List + getDomainNoticesValueList() { return java.util.Collections.unmodifiableList(domainNotices_); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ @@ -1574,35 +1367,30 @@ public int getDomainNoticesValue(int index) { return domainNotices_.get(index); } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. * @return This builder for chaining. */ - public Builder setDomainNoticesValue(int index, int value) { + public Builder setDomainNoticesValue( + int index, int value) { ensureDomainNoticesIsMutable(); domainNotices_.set(index, value); onChanged(); return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param value The enum numeric value on the wire for domainNotices to add. * @return This builder for chaining. */ @@ -1613,19 +1401,17 @@ public Builder addDomainNoticesValue(int value) { return this; } /** - * - * *
      * The list of domain notices that you acknowledge. Call
      * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param values The enum numeric values on the wire for domainNotices to add. * @return This builder for chaining. */ - public Builder addAllDomainNoticesValue(java.lang.Iterable values) { + public Builder addAllDomainNoticesValue( + java.lang.Iterable values) { ensureDomainNoticesIsMutable(); for (int value : values) { domainNotices_.add(value); @@ -1634,8 +1420,8 @@ public Builder addAllDomainNoticesValue(java.lang.Iterable va return this; } - private java.util.List contactNotices_ = java.util.Collections.emptyList(); - + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); private void ensureContactNoticesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { contactNotices_ = new java.util.ArrayList(contactNotices_); @@ -1643,50 +1429,40 @@ private void ensureContactNoticesIsMutable() { } } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ public java.util.List getContactNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>( - contactNotices_, contactNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>(contactNotices_, contactNotices_converter_); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ public int getContactNoticesCount() { return contactNotices_.size(); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ @@ -1694,16 +1470,13 @@ public com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int inde return contactNotices_converter_.convert(contactNotices_.get(index)); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index to set the value at. * @param value The contactNotices to set. * @return This builder for chaining. @@ -1719,16 +1492,13 @@ public Builder setContactNotices( return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param value The contactNotices to add. * @return This builder for chaining. */ @@ -1742,16 +1512,13 @@ public Builder addContactNotices(com.google.cloud.domains.v1beta1.ContactNotice return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param values The contactNotices to add. * @return This builder for chaining. */ @@ -1765,16 +1532,13 @@ public Builder addAllContactNotices( return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return This builder for chaining. */ public Builder clearContactNotices() { @@ -1784,32 +1548,27 @@ public Builder clearContactNotices() { return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ - public java.util.List getContactNoticesValueList() { + public java.util.List + getContactNoticesValueList() { return java.util.Collections.unmodifiableList(contactNotices_); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ @@ -1817,37 +1576,32 @@ public int getContactNoticesValue(int index) { return contactNotices_.get(index); } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. * @return This builder for chaining. */ - public Builder setContactNoticesValue(int index, int value) { + public Builder setContactNoticesValue( + int index, int value) { ensureContactNoticesIsMutable(); contactNotices_.set(index, value); onChanged(); return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param value The enum numeric value on the wire for contactNotices to add. * @return This builder for chaining. */ @@ -1858,20 +1612,18 @@ public Builder addContactNoticesValue(int value) { return this; } /** - * - * *
      * The list of contact notices that the caller acknowledges. The notices
-     * required here depend on the values specified in
+     * needed here depend on the values specified in
      * `registration.contact_settings`.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param values The enum numeric values on the wire for contactNotices to add. * @return This builder for chaining. */ - public Builder addAllContactNoticesValue(java.lang.Iterable values) { + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { ensureContactNoticesIsMutable(); for (int value : values) { contactNotices_.add(value); @@ -1882,11 +1634,8 @@ public Builder addAllContactNoticesValue(java.lang.Iterable v private com.google.type.Money yearlyPrice_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> - yearlyPriceBuilder_; + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; /** - * - * *
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1894,15 +1643,12 @@ public Builder addAllContactNoticesValue(java.lang.Iterable v
      * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the yearlyPrice field is set. */ public boolean hasYearlyPrice() { return yearlyPriceBuilder_ != null || yearlyPrice_ != null; } /** - * - * *
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1910,7 +1656,6 @@ public boolean hasYearlyPrice() {
      * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return The yearlyPrice. */ public com.google.type.Money getYearlyPrice() { @@ -1921,8 +1666,6 @@ public com.google.type.Money getYearlyPrice() { } } /** - * - * *
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1945,8 +1688,6 @@ public Builder setYearlyPrice(com.google.type.Money value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1955,7 +1696,8 @@ public Builder setYearlyPrice(com.google.type.Money value) {
      *
      * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];
      */
-    public Builder setYearlyPrice(com.google.type.Money.Builder builderForValue) {
+    public Builder setYearlyPrice(
+        com.google.type.Money.Builder builderForValue) {
       if (yearlyPriceBuilder_ == null) {
         yearlyPrice_ = builderForValue.build();
         onChanged();
@@ -1966,8 +1708,6 @@ public Builder setYearlyPrice(com.google.type.Money.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -1980,7 +1720,7 @@ public Builder mergeYearlyPrice(com.google.type.Money value) {
       if (yearlyPriceBuilder_ == null) {
         if (yearlyPrice_ != null) {
           yearlyPrice_ =
-              com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial();
+            com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial();
         } else {
           yearlyPrice_ = value;
         }
@@ -1992,8 +1732,6 @@ public Builder mergeYearlyPrice(com.google.type.Money value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -2014,8 +1752,6 @@ public Builder clearYearlyPrice() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -2025,13 +1761,11 @@ public Builder clearYearlyPrice() {
      * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];
      */
     public com.google.type.Money.Builder getYearlyPriceBuilder() {
-
+      
       onChanged();
       return getYearlyPriceFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -2044,12 +1778,11 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() {
       if (yearlyPriceBuilder_ != null) {
         return yearlyPriceBuilder_.getMessageOrBuilder();
       } else {
-        return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_;
+        return yearlyPrice_ == null ?
+            com.google.type.Money.getDefaultInstance() : yearlyPrice_;
       }
     }
     /**
-     *
-     *
      * 
      * Required. Yearly price to register or renew the domain.
      * The value that should be put here can be obtained from
@@ -2059,32 +1792,28 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() {
      * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>
+        com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> 
         getYearlyPriceFieldBuilder() {
       if (yearlyPriceBuilder_ == null) {
-        yearlyPriceBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.type.Money,
-                com.google.type.Money.Builder,
-                com.google.type.MoneyOrBuilder>(
-                getYearlyPrice(), getParentForChildren(), isClean());
+        yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>(
+                getYearlyPrice(),
+                getParentForChildren(),
+                isClean());
         yearlyPrice_ = null;
       }
       return yearlyPriceBuilder_;
     }
 
-    private boolean validateOnly_;
+    private boolean validateOnly_ ;
     /**
-     *
-     *
      * 
-     * When true, only validation will be performed, without actually registering
+     * When true, only validation is performed, without actually registering
      * the domain. Follows:
      * https://cloud.google.com/apis/design/design_patterns#request_validation
      * 
* * bool validate_only = 6; - * * @return The validateOnly. */ @java.lang.Override @@ -2092,47 +1821,41 @@ public boolean getValidateOnly() { return validateOnly_; } /** - * - * *
-     * When true, only validation will be performed, without actually registering
+     * When true, only validation is performed, without actually registering
      * the domain. Follows:
      * https://cloud.google.com/apis/design/design_patterns#request_validation
      * 
* * bool validate_only = 6; - * * @param value The validateOnly to set. * @return This builder for chaining. */ public Builder setValidateOnly(boolean value) { - + validateOnly_ = value; onChanged(); return this; } /** - * - * *
-     * When true, only validation will be performed, without actually registering
+     * When true, only validation is performed, without actually registering
      * the domain. Follows:
      * https://cloud.google.com/apis/design/design_patterns#request_validation
      * 
* * bool validate_only = 6; - * * @return This builder for chaining. */ public Builder clearValidateOnly() { - + validateOnly_ = 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); } @@ -2142,12 +1865,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.RegisterDomainRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.RegisterDomainRequest) private static final com.google.cloud.domains.v1beta1.RegisterDomainRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.RegisterDomainRequest(); } @@ -2156,16 +1879,16 @@ public static com.google.cloud.domains.v1beta1.RegisterDomainRequest getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RegisterDomainRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RegisterDomainRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RegisterDomainRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RegisterDomainRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2180,4 +1903,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.RegisterDomainRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequestOrBuilder.java similarity index 75% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequestOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequestOrBuilder.java index 3e235fbb..5f125ed3 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequestOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterDomainRequestOrBuilder.java @@ -1,244 +1,175 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface RegisterDomainRequestOrBuilder - extends +public interface RegisterDomainRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.RegisterDomainRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The parent resource of the `Registration`. Must be in the
    * format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent resource of the `Registration`. Must be in the
    * format `projects/*/locations/*`.
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the registration field is set. */ boolean hasRegistration(); /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The registration. */ com.google.cloud.domains.v1beta1.Registration getRegistration(); /** - * - * *
    * Required. The complete `Registration` resource to be created.
    * 
* - * - * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrBuilder(); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return A list containing the domainNotices. */ java.util.List getDomainNoticesList(); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return The count of domainNotices. */ int getDomainNoticesCount(); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ com.google.cloud.domains.v1beta1.DomainNotice getDomainNotices(int index); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ - java.util.List getDomainNoticesValueList(); + java.util.List + getDomainNoticesValueList(); /** - * - * *
    * The list of domain notices that you acknowledge. Call
    * `RetrieveRegisterParameters` to see the notices that need acknowledgement.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ int getDomainNoticesValue(int index); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the contactNotices. */ java.util.List getContactNoticesList(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return The count of contactNotices. */ int getContactNoticesCount(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the element to return. * @return The contactNotices at the given index. */ com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int index); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @return A list containing the enum numeric values on the wire for contactNotices. */ - java.util.List getContactNoticesValueList(); + java.util.List + getContactNoticesValueList(); /** - * - * *
    * The list of contact notices that the caller acknowledges. The notices
-   * required here depend on the values specified in
+   * needed here depend on the values specified in
    * `registration.contact_settings`.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of contactNotices at the given index. */ int getContactNoticesValue(int index); /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -246,13 +177,10 @@ public interface RegisterDomainRequestOrBuilder
    * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the yearlyPrice field is set. */ boolean hasYearlyPrice(); /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -260,13 +188,10 @@ public interface RegisterDomainRequestOrBuilder
    * 
* * .google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED]; - * * @return The yearlyPrice. */ com.google.type.Money getYearlyPrice(); /** - * - * *
    * Required. Yearly price to register or renew the domain.
    * The value that should be put here can be obtained from
@@ -278,16 +203,13 @@ public interface RegisterDomainRequestOrBuilder
   com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder();
 
   /**
-   *
-   *
    * 
-   * When true, only validation will be performed, without actually registering
+   * When true, only validation is performed, without actually registering
    * the domain. Follows:
    * https://cloud.google.com/apis/design/design_patterns#request_validation
    * 
* * bool validate_only = 6; - * * @return The validateOnly. */ boolean getValidateOnly(); diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java similarity index 76% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java index 6f5aec65..0cba4851 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParameters.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Parameters required to register a new domain.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RegisterParameters} */ -public final class RegisterParameters extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RegisterParameters extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.RegisterParameters) RegisterParametersOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RegisterParameters.newBuilder() to construct. private RegisterParameters(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RegisterParameters() { domainName_ = ""; availability_ = 0; @@ -46,15 +28,16 @@ private RegisterParameters() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RegisterParameters(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RegisterParameters( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -74,97 +57,91 @@ private RegisterParameters( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - domainName_ = s; - break; - } - case 16: - { - int rawValue = input.readEnum(); + domainName_ = s; + break; + } + case 16: { + int rawValue = input.readEnum(); - availability_ = rawValue; - break; + availability_ = rawValue; + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 24: - { + supportedPrivacy_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { supportedPrivacy_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } supportedPrivacy_.add(rawValue); - break; } - case 26: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - supportedPrivacy_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - supportedPrivacy_.add(rawValue); - } - input.popLimit(oldLimit); - break; + input.popLimit(oldLimit); + break; + } + case 32: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + domainNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; } - case 32: - { + domainNotices_.add(rawValue); + break; + } + case 34: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000002) != 0)) { domainNotices_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } domainNotices_.add(rawValue); - break; } - case 34: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - domainNotices_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000002; - } - domainNotices_.add(rawValue); - } - input.popLimit(oldLimit); - break; + input.popLimit(oldLimit); + break; + } + case 42: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); } - case 42: - { - com.google.type.Money.Builder subBuilder = null; - if (yearlyPrice_ != null) { - subBuilder = yearlyPrice_.toBuilder(); - } - yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(yearlyPrice_); - yearlyPrice_ = subBuilder.buildPartial(); - } - - break; + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); @@ -176,35 +153,29 @@ private RegisterParameters( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterParameters_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterParameters_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RegisterParameters.class, - com.google.cloud.domains.v1beta1.RegisterParameters.Builder.class); + com.google.cloud.domains.v1beta1.RegisterParameters.class, com.google.cloud.domains.v1beta1.RegisterParameters.Builder.class); } /** - * - * *
    * Possible availability states of a domain name.
    * 
* * Protobuf enum {@code google.cloud.domains.v1beta1.RegisterParameters.Availability} */ - public enum Availability implements com.google.protobuf.ProtocolMessageEnum { + public enum Availability + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The availability is unspecified.
      * 
@@ -213,8 +184,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum { */ AVAILABILITY_UNSPECIFIED(0), /** - * - * *
      * The domain is available for registration.
      * 
@@ -223,8 +192,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum { */ AVAILABLE(1), /** - * - * *
      * The domain is not available for registration. Generally this means it is
      * already registered to another party.
@@ -234,8 +201,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     UNAVAILABLE(2),
     /**
-     *
-     *
      * 
      * The domain is not currently supported by Cloud Domains, but may
      * be available elsewhere.
@@ -245,8 +210,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     UNSUPPORTED(3),
     /**
-     *
-     *
      * 
      * Cloud Domains is unable to determine domain availability, generally
      * due to system maintenance at the domain name registry.
@@ -259,8 +222,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The availability is unspecified.
      * 
@@ -269,8 +230,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum { */ public static final int AVAILABILITY_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The domain is available for registration.
      * 
@@ -279,8 +238,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum { */ public static final int AVAILABLE_VALUE = 1; /** - * - * *
      * The domain is not available for registration. Generally this means it is
      * already registered to another party.
@@ -290,8 +247,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNAVAILABLE_VALUE = 2;
     /**
-     *
-     *
      * 
      * The domain is not currently supported by Cloud Domains, but may
      * be available elsewhere.
@@ -301,8 +256,6 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNSUPPORTED_VALUE = 3;
     /**
-     *
-     *
      * 
      * Cloud Domains is unable to determine domain availability, generally
      * due to system maintenance at the domain name registry.
@@ -312,6 +265,7 @@ public enum Availability implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int UNKNOWN_VALUE = 4;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -336,55 +290,51 @@ public static Availability valueOf(int value) {
      */
     public static Availability forNumber(int value) {
       switch (value) {
-        case 0:
-          return AVAILABILITY_UNSPECIFIED;
-        case 1:
-          return AVAILABLE;
-        case 2:
-          return UNAVAILABLE;
-        case 3:
-          return UNSUPPORTED;
-        case 4:
-          return UNKNOWN;
-        default:
-          return null;
+        case 0: return AVAILABILITY_UNSPECIFIED;
+        case 1: return AVAILABLE;
+        case 2: return UNAVAILABLE;
+        case 3: return UNSUPPORTED;
+        case 4: return UNKNOWN;
+        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<
+        Availability> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public Availability findValueByNumber(int number) {
+              return Availability.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public Availability findValueByNumber(int number) {
-            return Availability.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() {
-      return com.google.cloud.domains.v1beta1.RegisterParameters.getDescriptor()
-          .getEnumTypes()
-          .get(0);
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
+      return com.google.cloud.domains.v1beta1.RegisterParameters.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final Availability[] VALUES = values();
 
-    public static Availability valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static Availability 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;
@@ -404,14 +354,11 @@ private Availability(int value) {
   public static final int DOMAIN_NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object domainName_;
   /**
-   *
-   *
    * 
    * The domain name. Unicode domain names are expressed in Punycode format.
    * 
* * string domain_name = 1; - * * @return The domainName. */ @java.lang.Override @@ -420,29 +367,29 @@ public java.lang.String getDomainName() { 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(); domainName_ = s; return s; } } /** - * - * *
    * The domain name. Unicode domain names are expressed in Punycode format.
    * 
* * string domain_name = 1; - * * @return The bytes for domainName. */ @java.lang.Override - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -453,8 +400,6 @@ public com.google.protobuf.ByteString getDomainNameBytes() { public static final int AVAILABILITY_FIELD_NUMBER = 2; private int availability_; /** - * - * *
    * Indicates whether the domain is available for registration. This value is
    * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -462,16 +407,12 @@ public com.google.protobuf.ByteString getDomainNameBytes() {
    * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @return The enum numeric value on the wire for availability. */ - @java.lang.Override - public int getAvailabilityValue() { + @java.lang.Override public int getAvailabilityValue() { return availability_; } /** - * - * *
    * Indicates whether the domain is available for registration. This value is
    * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -479,61 +420,45 @@ public int getAvailabilityValue() {
    * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @return The availability. */ - @java.lang.Override - public com.google.cloud.domains.v1beta1.RegisterParameters.Availability getAvailability() { + @java.lang.Override public com.google.cloud.domains.v1beta1.RegisterParameters.Availability getAvailability() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.RegisterParameters.Availability result = - com.google.cloud.domains.v1beta1.RegisterParameters.Availability.valueOf(availability_); - return result == null - ? com.google.cloud.domains.v1beta1.RegisterParameters.Availability.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.RegisterParameters.Availability result = com.google.cloud.domains.v1beta1.RegisterParameters.Availability.valueOf(availability_); + return result == null ? com.google.cloud.domains.v1beta1.RegisterParameters.Availability.UNRECOGNIZED : result; } public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 3; private java.util.List supportedPrivacy_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy> - supportedPrivacy_converter_ = + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy> supportedPrivacy_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>() { public com.google.cloud.domains.v1beta1.ContactPrivacy convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.ContactPrivacy result = - com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(from); - return result == null - ? com.google.cloud.domains.v1beta1.ContactPrivacy.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.ContactPrivacy result = com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.ContactPrivacy.UNRECOGNIZED : result; } }; /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return A list containing the supportedPrivacy. */ @java.lang.Override public java.util.List getSupportedPrivacyList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>( - supportedPrivacy_, supportedPrivacy_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); } /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return The count of supportedPrivacy. */ @java.lang.Override @@ -541,14 +466,11 @@ public int getSupportedPrivacyCount() { return supportedPrivacy_.size(); } /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ @@ -557,29 +479,24 @@ public com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int i return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); } /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ @java.lang.Override - public java.util.List getSupportedPrivacyValueList() { + public java.util.List + getSupportedPrivacyValueList() { return supportedPrivacy_; } /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ @@ -587,51 +504,39 @@ public java.util.List getSupportedPrivacyValueList() { public int getSupportedPrivacyValue(int index) { return supportedPrivacy_.get(index); } - private int supportedPrivacyMemoizedSerializedSize; public static final int DOMAIN_NOTICES_FIELD_NUMBER = 4; private java.util.List domainNotices_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice> - domainNotices_converter_ = + java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice> domainNotices_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>() { public com.google.cloud.domains.v1beta1.DomainNotice convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.DomainNotice result = - com.google.cloud.domains.v1beta1.DomainNotice.valueOf(from); - return result == null - ? com.google.cloud.domains.v1beta1.DomainNotice.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.DomainNotice result = com.google.cloud.domains.v1beta1.DomainNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.DomainNotice.UNRECOGNIZED : result; } }; /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return A list containing the domainNotices. */ @java.lang.Override public java.util.List getDomainNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>( - domainNotices_, domainNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>(domainNotices_, domainNotices_converter_); } /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return The count of domainNotices. */ @java.lang.Override @@ -639,14 +544,11 @@ public int getDomainNoticesCount() { return domainNotices_.size(); } /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ @@ -655,29 +557,24 @@ public com.google.cloud.domains.v1beta1.DomainNotice getDomainNotices(int index) return domainNotices_converter_.convert(domainNotices_.get(index)); } /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ @java.lang.Override - public java.util.List getDomainNoticesValueList() { + public java.util.List + getDomainNoticesValueList() { return domainNotices_; } /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ @@ -685,20 +582,16 @@ public java.util.List getDomainNoticesValueList() { public int getDomainNoticesValue(int index) { return domainNotices_.get(index); } - private int domainNoticesMemoizedSerializedSize; public static final int YEARLY_PRICE_FIELD_NUMBER = 5; private com.google.type.Money yearlyPrice_; /** - * - * *
    * Price to register or renew the domain for one year.
    * 
* * .google.type.Money yearly_price = 5; - * * @return Whether the yearlyPrice field is set. */ @java.lang.Override @@ -706,14 +599,11 @@ public boolean hasYearlyPrice() { return yearlyPrice_ != null; } /** - * - * *
    * Price to register or renew the domain for one year.
    * 
* * .google.type.Money yearly_price = 5; - * * @return The yearlyPrice. */ @java.lang.Override @@ -721,8 +611,6 @@ public com.google.type.Money getYearlyPrice() { return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; } /** - * - * *
    * Price to register or renew the domain for one year.
    * 
@@ -735,7 +623,6 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -747,14 +634,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 { getSerializedSize(); - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); } - if (availability_ - != com.google.cloud.domains.v1beta1.RegisterParameters.Availability.AVAILABILITY_UNSPECIFIED - .getNumber()) { + if (availability_ != com.google.cloud.domains.v1beta1.RegisterParameters.Availability.AVAILABILITY_UNSPECIFIED.getNumber()) { output.writeEnum(2, availability_); } if (getSupportedPrivacyList().size() > 0) { @@ -783,42 +669,40 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); } - if (availability_ - != com.google.cloud.domains.v1beta1.RegisterParameters.Availability.AVAILABILITY_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, availability_); + if (availability_ != com.google.cloud.domains.v1beta1.RegisterParameters.Availability.AVAILABILITY_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, availability_); } { int dataSize = 0; for (int i = 0; i < supportedPrivacy_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(supportedPrivacy_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); } size += dataSize; - if (!getSupportedPrivacyList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - supportedPrivacyMemoizedSerializedSize = dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; } { int dataSize = 0; for (int i = 0; i < domainNotices_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(domainNotices_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(domainNotices_.get(i)); } size += dataSize; - if (!getDomainNoticesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - domainNoticesMemoizedSerializedSize = dataSize; + if (!getDomainNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }domainNoticesMemoizedSerializedSize = dataSize; } if (yearlyPrice_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getYearlyPrice()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getYearlyPrice()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -828,21 +712,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.cloud.domains.v1beta1.RegisterParameters)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.RegisterParameters other = - (com.google.cloud.domains.v1beta1.RegisterParameters) obj; + com.google.cloud.domains.v1beta1.RegisterParameters other = (com.google.cloud.domains.v1beta1.RegisterParameters) obj; - if (!getDomainName().equals(other.getDomainName())) return false; + if (!getDomainName() + .equals(other.getDomainName())) return false; if (availability_ != other.availability_) return false; if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; if (!domainNotices_.equals(other.domainNotices_)) return false; if (hasYearlyPrice() != other.hasYearlyPrice()) return false; if (hasYearlyPrice()) { - if (!getYearlyPrice().equals(other.getYearlyPrice())) return false; + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -877,126 +762,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RegisterParameters parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RegisterParameters parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters 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; } /** - * - * *
    * Parameters required to register a new domain.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RegisterParameters} */ - 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.cloud.domains.v1beta1.RegisterParameters) com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterParameters_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterParameters_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RegisterParameters.class, - com.google.cloud.domains.v1beta1.RegisterParameters.Builder.class); + com.google.cloud.domains.v1beta1.RegisterParameters.class, com.google.cloud.domains.v1beta1.RegisterParameters.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.RegisterParameters.newBuilder() @@ -1004,15 +880,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -1034,9 +911,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor; } @java.lang.Override @@ -1055,8 +932,7 @@ public com.google.cloud.domains.v1beta1.RegisterParameters build() { @java.lang.Override public com.google.cloud.domains.v1beta1.RegisterParameters buildPartial() { - com.google.cloud.domains.v1beta1.RegisterParameters result = - new com.google.cloud.domains.v1beta1.RegisterParameters(this); + com.google.cloud.domains.v1beta1.RegisterParameters result = new com.google.cloud.domains.v1beta1.RegisterParameters(this); int from_bitField0_ = bitField0_; result.domainName_ = domainName_; result.availability_ = availability_; @@ -1083,39 +959,38 @@ public com.google.cloud.domains.v1beta1.RegisterParameters 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.cloud.domains.v1beta1.RegisterParameters) { - return mergeFrom((com.google.cloud.domains.v1beta1.RegisterParameters) other); + return mergeFrom((com.google.cloud.domains.v1beta1.RegisterParameters)other); } else { super.mergeFrom(other); return this; @@ -1123,8 +998,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.RegisterParameters other) { - if (other == com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance()) return this; if (!other.getDomainName().isEmpty()) { domainName_ = other.domainName_; onChanged(); @@ -1174,8 +1048,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.RegisterParameters) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.RegisterParameters) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -1184,25 +1057,22 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.lang.Object domainName_ = ""; /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @return The domainName. */ public java.lang.String getDomainName() { java.lang.Object ref = domainName_; 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(); domainName_ = s; return s; @@ -1211,21 +1081,20 @@ public java.lang.String getDomainName() { } } /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @return The bytes for domainName. */ - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -1233,61 +1102,54 @@ public com.google.protobuf.ByteString getDomainNameBytes() { } } /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @param value The domainName to set. * @return This builder for chaining. */ - public Builder setDomainName(java.lang.String value) { + public Builder setDomainName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domainName_ = value; onChanged(); return this; } /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @return This builder for chaining. */ public Builder clearDomainName() { - + domainName_ = getDefaultInstance().getDomainName(); onChanged(); return this; } /** - * - * *
      * The domain name. Unicode domain names are expressed in Punycode format.
      * 
* * string domain_name = 1; - * * @param value The bytes for domainName to set. * @return This builder for chaining. */ - public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domainName_ = value; onChanged(); return this; @@ -1295,8 +1157,6 @@ public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { private int availability_ = 0; /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1304,16 +1164,12 @@ public Builder setDomainNameBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @return The enum numeric value on the wire for availability. */ - @java.lang.Override - public int getAvailabilityValue() { + @java.lang.Override public int getAvailabilityValue() { return availability_; } /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1321,19 +1177,16 @@ public int getAvailabilityValue() {
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @param value The enum numeric value on the wire for availability to set. * @return This builder for chaining. */ public Builder setAvailabilityValue(int value) { - + availability_ = value; onChanged(); return this; } /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1341,21 +1194,15 @@ public Builder setAvailabilityValue(int value) {
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @return The availability. */ @java.lang.Override public com.google.cloud.domains.v1beta1.RegisterParameters.Availability getAvailability() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.RegisterParameters.Availability result = - com.google.cloud.domains.v1beta1.RegisterParameters.Availability.valueOf(availability_); - return result == null - ? com.google.cloud.domains.v1beta1.RegisterParameters.Availability.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.RegisterParameters.Availability result = com.google.cloud.domains.v1beta1.RegisterParameters.Availability.valueOf(availability_); + return result == null ? com.google.cloud.domains.v1beta1.RegisterParameters.Availability.UNRECOGNIZED : result; } /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1363,23 +1210,19 @@ public com.google.cloud.domains.v1beta1.RegisterParameters.Availability getAvail
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @param value The availability to set. * @return This builder for chaining. */ - public Builder setAvailability( - com.google.cloud.domains.v1beta1.RegisterParameters.Availability value) { + public Builder setAvailability(com.google.cloud.domains.v1beta1.RegisterParameters.Availability value) { if (value == null) { throw new NullPointerException(); } - + availability_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Indicates whether the domain is available for registration. This value is
      * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -1387,18 +1230,17 @@ public Builder setAvailability(
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @return This builder for chaining. */ public Builder clearAvailability() { - + availability_ = 0; onChanged(); return this; } - private java.util.List supportedPrivacy_ = java.util.Collections.emptyList(); - + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); private void ensureSupportedPrivacyIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); @@ -1406,45 +1248,34 @@ private void ensureSupportedPrivacyIsMutable() { } } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return A list containing the supportedPrivacy. */ - public java.util.List - getSupportedPrivacyList() { + public java.util.List getSupportedPrivacyList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>( - supportedPrivacy_, supportedPrivacy_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return The count of supportedPrivacy. */ public int getSupportedPrivacyCount() { return supportedPrivacy_.size(); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ @@ -1452,14 +1283,11 @@ public com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int i return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param index The index to set the value at. * @param value The supportedPrivacy to set. * @return This builder for chaining. @@ -1475,14 +1303,11 @@ public Builder setSupportedPrivacy( return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param value The supportedPrivacy to add. * @return This builder for chaining. */ @@ -1496,14 +1321,11 @@ public Builder addSupportedPrivacy(com.google.cloud.domains.v1beta1.ContactPriva return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param values The supportedPrivacy to add. * @return This builder for chaining. */ @@ -1517,14 +1339,11 @@ public Builder addAllSupportedPrivacy( return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return This builder for chaining. */ public Builder clearSupportedPrivacy() { @@ -1534,28 +1353,23 @@ public Builder clearSupportedPrivacy() { return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ - public java.util.List getSupportedPrivacyValueList() { + public java.util.List + getSupportedPrivacyValueList() { return java.util.Collections.unmodifiableList(supportedPrivacy_); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ @@ -1563,33 +1377,28 @@ public int getSupportedPrivacyValue(int index) { return supportedPrivacy_.get(index); } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. * @return This builder for chaining. */ - public Builder setSupportedPrivacyValue(int index, int value) { + public Builder setSupportedPrivacyValue( + int index, int value) { ensureSupportedPrivacyIsMutable(); supportedPrivacy_.set(index, value); onChanged(); return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param value The enum numeric value on the wire for supportedPrivacy to add. * @return This builder for chaining. */ @@ -1600,18 +1409,16 @@ public Builder addSupportedPrivacyValue(int value) { return this; } /** - * - * *
      * Contact privacy options that the domain supports.
      * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param values The enum numeric values on the wire for supportedPrivacy to add. * @return This builder for chaining. */ - public Builder addAllSupportedPrivacyValue(java.lang.Iterable values) { + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { ensureSupportedPrivacyIsMutable(); for (int value : values) { supportedPrivacy_.add(value); @@ -1620,8 +1427,8 @@ public Builder addAllSupportedPrivacyValue(java.lang.Iterable return this; } - private java.util.List domainNotices_ = java.util.Collections.emptyList(); - + private java.util.List domainNotices_ = + java.util.Collections.emptyList(); private void ensureDomainNoticesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { domainNotices_ = new java.util.ArrayList(domainNotices_); @@ -1629,44 +1436,34 @@ private void ensureDomainNoticesIsMutable() { } } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return A list containing the domainNotices. */ public java.util.List getDomainNoticesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>( - domainNotices_, domainNotices_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.DomainNotice>(domainNotices_, domainNotices_converter_); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return The count of domainNotices. */ public int getDomainNoticesCount() { return domainNotices_.size(); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ @@ -1674,14 +1471,11 @@ public com.google.cloud.domains.v1beta1.DomainNotice getDomainNotices(int index) return domainNotices_converter_.convert(domainNotices_.get(index)); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param index The index to set the value at. * @param value The domainNotices to set. * @return This builder for chaining. @@ -1697,14 +1491,11 @@ public Builder setDomainNotices( return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param value The domainNotices to add. * @return This builder for chaining. */ @@ -1718,14 +1509,11 @@ public Builder addDomainNotices(com.google.cloud.domains.v1beta1.DomainNotice va return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param values The domainNotices to add. * @return This builder for chaining. */ @@ -1739,14 +1527,11 @@ public Builder addAllDomainNotices( return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return This builder for chaining. */ public Builder clearDomainNotices() { @@ -1756,28 +1541,23 @@ public Builder clearDomainNotices() { return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ - public java.util.List getDomainNoticesValueList() { + public java.util.List + getDomainNoticesValueList() { return java.util.Collections.unmodifiableList(domainNotices_); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ @@ -1785,33 +1565,28 @@ public int getDomainNoticesValue(int index) { return domainNotices_.get(index); } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. * @return This builder for chaining. */ - public Builder setDomainNoticesValue(int index, int value) { + public Builder setDomainNoticesValue( + int index, int value) { ensureDomainNoticesIsMutable(); domainNotices_.set(index, value); onChanged(); return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param value The enum numeric value on the wire for domainNotices to add. * @return This builder for chaining. */ @@ -1822,18 +1597,16 @@ public Builder addDomainNoticesValue(int value) { return this; } /** - * - * *
      * Notices about special properties of the domain.
      * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param values The enum numeric values on the wire for domainNotices to add. * @return This builder for chaining. */ - public Builder addAllDomainNoticesValue(java.lang.Iterable values) { + public Builder addAllDomainNoticesValue( + java.lang.Iterable values) { ensureDomainNoticesIsMutable(); for (int value : values) { domainNotices_.add(value); @@ -1844,31 +1617,24 @@ public Builder addAllDomainNoticesValue(java.lang.Iterable va private com.google.type.Money yearlyPrice_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> - yearlyPriceBuilder_; + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; /** - * - * *
      * Price to register or renew the domain for one year.
      * 
* * .google.type.Money yearly_price = 5; - * * @return Whether the yearlyPrice field is set. */ public boolean hasYearlyPrice() { return yearlyPriceBuilder_ != null || yearlyPrice_ != null; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
* * .google.type.Money yearly_price = 5; - * * @return The yearlyPrice. */ public com.google.type.Money getYearlyPrice() { @@ -1879,8 +1645,6 @@ public com.google.type.Money getYearlyPrice() { } } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1901,15 +1665,14 @@ public Builder setYearlyPrice(com.google.type.Money value) { return this; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
* * .google.type.Money yearly_price = 5; */ - public Builder setYearlyPrice(com.google.type.Money.Builder builderForValue) { + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { if (yearlyPriceBuilder_ == null) { yearlyPrice_ = builderForValue.build(); onChanged(); @@ -1920,8 +1683,6 @@ public Builder setYearlyPrice(com.google.type.Money.Builder builderForValue) { return this; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1932,7 +1693,7 @@ public Builder mergeYearlyPrice(com.google.type.Money value) { if (yearlyPriceBuilder_ == null) { if (yearlyPrice_ != null) { yearlyPrice_ = - com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); } else { yearlyPrice_ = value; } @@ -1944,8 +1705,6 @@ public Builder mergeYearlyPrice(com.google.type.Money value) { return this; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1964,8 +1723,6 @@ public Builder clearYearlyPrice() { return this; } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1973,13 +1730,11 @@ public Builder clearYearlyPrice() { * .google.type.Money yearly_price = 5; */ public com.google.type.Money.Builder getYearlyPriceBuilder() { - + onChanged(); return getYearlyPriceFieldBuilder().getBuilder(); } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -1990,12 +1745,11 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { if (yearlyPriceBuilder_ != null) { return yearlyPriceBuilder_.getMessageOrBuilder(); } else { - return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; } } /** - * - * *
      * Price to register or renew the domain for one year.
      * 
@@ -2003,22 +1757,21 @@ public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { * .google.type.Money yearly_price = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> getYearlyPriceFieldBuilder() { if (yearlyPriceBuilder_ == null) { - yearlyPriceBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.type.Money, - com.google.type.Money.Builder, - com.google.type.MoneyOrBuilder>( - getYearlyPrice(), getParentForChildren(), isClean()); + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); yearlyPrice_ = null; } return yearlyPriceBuilder_; } - @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); } @@ -2028,12 +1781,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.RegisterParameters) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.RegisterParameters) private static final com.google.cloud.domains.v1beta1.RegisterParameters DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.RegisterParameters(); } @@ -2042,16 +1795,16 @@ public static com.google.cloud.domains.v1beta1.RegisterParameters getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RegisterParameters parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RegisterParameters(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RegisterParameters parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RegisterParameters(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2066,4 +1819,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.RegisterParameters getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParametersOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParametersOrBuilder.java similarity index 83% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParametersOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParametersOrBuilder.java index e6d68022..39df6b55 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParametersOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegisterParametersOrBuilder.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface RegisterParametersOrBuilder - extends +public interface RegisterParametersOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.RegisterParameters) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The domain name. Unicode domain names are expressed in Punycode format.
    * 
* * string domain_name = 1; - * * @return The domainName. */ java.lang.String getDomainName(); /** - * - * *
    * The domain name. Unicode domain names are expressed in Punycode format.
    * 
* * string domain_name = 1; - * * @return The bytes for domainName. */ - com.google.protobuf.ByteString getDomainNameBytes(); + com.google.protobuf.ByteString + getDomainNameBytes(); /** - * - * *
    * Indicates whether the domain is available for registration. This value is
    * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -58,13 +35,10 @@ public interface RegisterParametersOrBuilder
    * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @return The enum numeric value on the wire for availability. */ int getAvailabilityValue(); /** - * - * *
    * Indicates whether the domain is available for registration. This value is
    * accurate when obtained by calling `RetrieveRegisterParameters`, but is
@@ -72,164 +46,127 @@ public interface RegisterParametersOrBuilder
    * 
* * .google.cloud.domains.v1beta1.RegisterParameters.Availability availability = 2; - * * @return The availability. */ com.google.cloud.domains.v1beta1.RegisterParameters.Availability getAvailability(); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return A list containing the supportedPrivacy. */ java.util.List getSupportedPrivacyList(); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return The count of supportedPrivacy. */ int getSupportedPrivacyCount(); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int index); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ - java.util.List getSupportedPrivacyValueList(); + java.util.List + getSupportedPrivacyValueList(); /** - * - * *
    * Contact privacy options that the domain supports.
    * 
* * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ int getSupportedPrivacyValue(int index); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return A list containing the domainNotices. */ java.util.List getDomainNoticesList(); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return The count of domainNotices. */ int getDomainNoticesCount(); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param index The index of the element to return. * @return The domainNotices at the given index. */ com.google.cloud.domains.v1beta1.DomainNotice getDomainNotices(int index); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @return A list containing the enum numeric values on the wire for domainNotices. */ - java.util.List getDomainNoticesValueList(); + java.util.List + getDomainNoticesValueList(); /** - * - * *
    * Notices about special properties of the domain.
    * 
* * repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of domainNotices at the given index. */ int getDomainNoticesValue(int index); /** - * - * *
    * Price to register or renew the domain for one year.
    * 
* * .google.type.Money yearly_price = 5; - * * @return Whether the yearlyPrice field is set. */ boolean hasYearlyPrice(); /** - * - * *
    * Price to register or renew the domain for one year.
    * 
* * .google.type.Money yearly_price = 5; - * * @return The yearlyPrice. */ com.google.type.Money getYearlyPrice(); /** - * - * *
    * Price to register or renew the domain for one year.
    * 
diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java similarity index 66% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java index 3c0f0c4a..72340bbc 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/Registration.java @@ -1,48 +1,36 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * The `Registration` resource facilitates managing and configuring domain name
  * registrations.
+ * There are several ways to create a new `Registration` resource:
  * To create a new `Registration` resource, find a suitable domain name by
  * calling the `SearchDomains` method with a query to see available domain name
  * options. After choosing a name, call `RetrieveRegisterParameters` to
  * ensure availability and obtain information like pricing, which is needed to
  * build a call to `RegisterDomain`.
+ * Another way to create a new `Registration` is to transfer an existing
+ * domain from another registrar. First, go to the current registrar to unlock
+ * the domain for transfer and retrieve the domain's transfer authorization
+ * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+ * unlocked and to get values needed to build a call to `TransferDomain`.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.Registration} */ -public final class Registration extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Registration extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.Registration) RegistrationOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Registration.newBuilder() to construct. private Registration(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Registration() { name_ = ""; domainName_ = ""; @@ -53,15 +41,16 @@ private Registration() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Registration(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private Registration( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -81,198 +70,175 @@ private Registration( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - name_ = s; - break; - } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); + name_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - domainName_ = s; - break; + domainName_ = s; + break; + } + case 26: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (createTime_ != null) { + subBuilder = createTime_.toBuilder(); } - case 26: - { - com.google.protobuf.Timestamp.Builder subBuilder = null; - if (createTime_ != null) { - subBuilder = createTime_.toBuilder(); - } - createTime_ = - input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(createTime_); - createTime_ = subBuilder.buildPartial(); - } - - break; + createTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(createTime_); + createTime_ = subBuilder.buildPartial(); } - case 50: - { - com.google.protobuf.Timestamp.Builder subBuilder = null; - if (expireTime_ != null) { - subBuilder = expireTime_.toBuilder(); - } - expireTime_ = - input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(expireTime_); - expireTime_ = subBuilder.buildPartial(); - } - break; + break; + } + case 50: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (expireTime_ != null) { + subBuilder = expireTime_.toBuilder(); } - case 56: - { - int rawValue = input.readEnum(); + expireTime_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(expireTime_); + expireTime_ = subBuilder.buildPartial(); + } + + break; + } + case 56: { + int rawValue = input.readEnum(); - state_ = rawValue; - break; + state_ = rawValue; + break; + } + case 64: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + issues_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - case 64: - { + issues_.add(rawValue); + break; + } + case 66: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000001) != 0)) { issues_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } issues_.add(rawValue); - break; } - case 66: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - issues_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - issues_.add(rawValue); - } - input.popLimit(oldLimit); - break; + input.popLimit(oldLimit); + break; + } + case 74: { + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); + mutable_bitField0_ |= 0x00000002; } - case 74: - { - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - labels_ = - com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); - mutable_bitField0_ |= 0x00000002; - } - com.google.protobuf.MapEntry labels__ = - input.readMessage( - LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - labels_.getMutableMap().put(labels__.getKey(), labels__.getValue()); - break; + com.google.protobuf.MapEntry + labels__ = input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + labels_.getMutableMap().put( + labels__.getKey(), labels__.getValue()); + break; + } + case 82: { + com.google.cloud.domains.v1beta1.ManagementSettings.Builder subBuilder = null; + if (managementSettings_ != null) { + subBuilder = managementSettings_.toBuilder(); + } + managementSettings_ = input.readMessage(com.google.cloud.domains.v1beta1.ManagementSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(managementSettings_); + managementSettings_ = subBuilder.buildPartial(); } - case 82: - { - com.google.cloud.domains.v1beta1.ManagementSettings.Builder subBuilder = null; - if (managementSettings_ != null) { - subBuilder = managementSettings_.toBuilder(); - } - managementSettings_ = - input.readMessage( - com.google.cloud.domains.v1beta1.ManagementSettings.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(managementSettings_); - managementSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 90: { + com.google.cloud.domains.v1beta1.DnsSettings.Builder subBuilder = null; + if (dnsSettings_ != null) { + subBuilder = dnsSettings_.toBuilder(); + } + dnsSettings_ = input.readMessage(com.google.cloud.domains.v1beta1.DnsSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(dnsSettings_); + dnsSettings_ = subBuilder.buildPartial(); } - case 90: - { - com.google.cloud.domains.v1beta1.DnsSettings.Builder subBuilder = null; - if (dnsSettings_ != null) { - subBuilder = dnsSettings_.toBuilder(); - } - dnsSettings_ = - input.readMessage( - com.google.cloud.domains.v1beta1.DnsSettings.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(dnsSettings_); - dnsSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 98: { + com.google.cloud.domains.v1beta1.ContactSettings.Builder subBuilder = null; + if (contactSettings_ != null) { + subBuilder = contactSettings_.toBuilder(); + } + contactSettings_ = input.readMessage(com.google.cloud.domains.v1beta1.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(contactSettings_); + contactSettings_ = subBuilder.buildPartial(); } - case 98: - { - com.google.cloud.domains.v1beta1.ContactSettings.Builder subBuilder = null; - if (contactSettings_ != null) { - subBuilder = contactSettings_.toBuilder(); - } - contactSettings_ = - input.readMessage( - com.google.cloud.domains.v1beta1.ContactSettings.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(contactSettings_); - contactSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 106: { + com.google.cloud.domains.v1beta1.ContactSettings.Builder subBuilder = null; + if (pendingContactSettings_ != null) { + subBuilder = pendingContactSettings_.toBuilder(); + } + pendingContactSettings_ = input.readMessage(com.google.cloud.domains.v1beta1.ContactSettings.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(pendingContactSettings_); + pendingContactSettings_ = subBuilder.buildPartial(); } - case 106: - { - com.google.cloud.domains.v1beta1.ContactSettings.Builder subBuilder = null; - if (pendingContactSettings_ != null) { - subBuilder = pendingContactSettings_.toBuilder(); - } - pendingContactSettings_ = - input.readMessage( - com.google.cloud.domains.v1beta1.ContactSettings.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(pendingContactSettings_); - pendingContactSettings_ = subBuilder.buildPartial(); - } - break; + break; + } + case 112: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000004) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000004; } - case 112: - { + supportedPrivacy_.add(rawValue); + break; + } + case 114: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int rawValue = input.readEnum(); if (!((mutable_bitField0_ & 0x00000004) != 0)) { supportedPrivacy_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000004; } supportedPrivacy_.add(rawValue); - break; } - case 114: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int rawValue = input.readEnum(); - if (!((mutable_bitField0_ & 0x00000004) != 0)) { - supportedPrivacy_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000004; - } - supportedPrivacy_.add(rawValue); - } - input.popLimit(oldLimit); - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + input.popLimit(oldLimit); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { issues_ = java.util.Collections.unmodifiableList(issues_); @@ -284,46 +250,41 @@ private Registration( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_Registration_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_Registration_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 9: 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.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_Registration_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_Registration_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.Registration.class, - com.google.cloud.domains.v1beta1.Registration.Builder.class); + com.google.cloud.domains.v1beta1.Registration.class, com.google.cloud.domains.v1beta1.Registration.Builder.class); } /** - * - * *
    * Possible states of a `Registration`.
    * 
* * Protobuf enum {@code google.cloud.domains.v1beta1.Registration.State} */ - public enum State implements com.google.protobuf.ProtocolMessageEnum { + public enum State + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The state is undefined.
      * 
@@ -332,8 +293,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * The domain is being registered.
      * 
@@ -342,8 +301,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ REGISTRATION_PENDING(1), /** - * - * *
      * The domain registration failed. You can delete resources in this state
      * to allow registration to be retried.
@@ -353,8 +310,24 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     REGISTRATION_FAILED(2),
     /**
+     * 
+     * The domain is being transferred from another registrar to Cloud Domains.
+     * 
* + * TRANSFER_PENDING = 3; + */ + TRANSFER_PENDING(3), + /** + *
+     * The attempt to transfer the domain from another registrar to
+     * Cloud Domains failed. You can delete resources in this state and retry
+     * the transfer.
+     * 
* + * TRANSFER_FAILED = 4; + */ + TRANSFER_FAILED(4), + /** *
      * The domain is registered and operational. The domain renews automatically
      * as long as it remains in this state.
@@ -364,8 +337,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     ACTIVE(6),
     /**
-     *
-     *
      * 
      * The domain is suspended and inoperative. For more details, see the
      * `issues` field.
@@ -375,14 +346,12 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     SUSPENDED(7),
     /**
-     *
-     *
      * 
-     * The domain has been exported from Cloud Domains to
+     * The domain is no longer managed with Cloud Domains. It may have been
+     * transferred to another registrar or exported for management in
      * [Google Domains](https://domains.google/). You can no longer update it
-     * with this API, and information shown about it may be stale. Without further action, domains in this
-     * state expire at their `expire_time`. You can delete the resource
-     * after the `expire_time` has passed.
+     * with this API, and information shown about it may be stale. Domains in
+     * this state are not automatically renewed by Cloud Domains.
      * 
* * EXPORTED = 8; @@ -392,8 +361,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The state is undefined.
      * 
@@ -402,8 +369,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The domain is being registered.
      * 
@@ -412,8 +377,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int REGISTRATION_PENDING_VALUE = 1; /** - * - * *
      * The domain registration failed. You can delete resources in this state
      * to allow registration to be retried.
@@ -423,8 +386,24 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int REGISTRATION_FAILED_VALUE = 2;
     /**
+     * 
+     * The domain is being transferred from another registrar to Cloud Domains.
+     * 
* + * TRANSFER_PENDING = 3; + */ + public static final int TRANSFER_PENDING_VALUE = 3; + /** + *
+     * The attempt to transfer the domain from another registrar to
+     * Cloud Domains failed. You can delete resources in this state and retry
+     * the transfer.
+     * 
* + * TRANSFER_FAILED = 4; + */ + public static final int TRANSFER_FAILED_VALUE = 4; + /** *
      * The domain is registered and operational. The domain renews automatically
      * as long as it remains in this state.
@@ -434,8 +413,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int ACTIVE_VALUE = 6;
     /**
-     *
-     *
      * 
      * The domain is suspended and inoperative. For more details, see the
      * `issues` field.
@@ -445,20 +422,19 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int SUSPENDED_VALUE = 7;
     /**
-     *
-     *
      * 
-     * The domain has been exported from Cloud Domains to
+     * The domain is no longer managed with Cloud Domains. It may have been
+     * transferred to another registrar or exported for management in
      * [Google Domains](https://domains.google/). You can no longer update it
-     * with this API, and information shown about it may be stale. Without further action, domains in this
-     * state expire at their `expire_time`. You can delete the resource
-     * after the `expire_time` has passed.
+     * with this API, and information shown about it may be stale. Domains in
+     * this state are not automatically renewed by Cloud Domains.
      * 
* * EXPORTED = 8; */ public static final int EXPORTED_VALUE = 8; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -483,55 +459,54 @@ public static State valueOf(int value) { */ public static State forNumber(int value) { switch (value) { - case 0: - return STATE_UNSPECIFIED; - case 1: - return REGISTRATION_PENDING; - case 2: - return REGISTRATION_FAILED; - case 6: - return ACTIVE; - case 7: - return SUSPENDED; - case 8: - return EXPORTED; - default: - return null; + case 0: return STATE_UNSPECIFIED; + case 1: return REGISTRATION_PENDING; + case 2: return REGISTRATION_FAILED; + case 3: return TRANSFER_PENDING; + case 4: return TRANSFER_FAILED; + case 6: return ACTIVE; + case 7: return SUSPENDED; + case 8: return EXPORTED; + 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< + State> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public State findValueByNumber(int number) { + return State.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public State findValueByNumber(int number) { - return State.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.cloud.domains.v1beta1.Registration.getDescriptor().getEnumTypes().get(0); } private static final State[] VALUES = values(); - public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static State 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; @@ -549,18 +524,15 @@ private State(int value) { } /** - * - * *
    * Possible issues with a `Registration` that require attention.
    * 
* * Protobuf enum {@code google.cloud.domains.v1beta1.Registration.Issue} */ - public enum Issue implements com.google.protobuf.ProtocolMessageEnum { + public enum Issue + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The issue is undefined.
      * 
@@ -569,8 +541,6 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ ISSUE_UNSPECIFIED(0), /** - * - * *
      * Contact the Cloud Support team to resolve a problem with this domain.
      * 
@@ -579,15 +549,13 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ CONTACT_SUPPORT(1), /** - * - * *
      * [ICANN](https://icann.org/) requires verification of the email address
      * in the `Registration`'s `contact_settings.registrant_contact` field. To
      * verify the email address, follow the
      * instructions in the email the `registrant_contact` receives following
      * registration. If you do not complete email verification within
-     * 14 days of registration, the domain is suspended. To resend the
+     * 15 days of registration, the domain is suspended. To resend the
      * verification email, call ConfigureContactSettings and provide the current
      * `registrant_contact.email`.
      * 
@@ -599,8 +567,6 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The issue is undefined.
      * 
@@ -609,8 +575,6 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ISSUE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Contact the Cloud Support team to resolve a problem with this domain.
      * 
@@ -619,15 +583,13 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CONTACT_SUPPORT_VALUE = 1; /** - * - * *
      * [ICANN](https://icann.org/) requires verification of the email address
      * in the `Registration`'s `contact_settings.registrant_contact` field. To
      * verify the email address, follow the
      * instructions in the email the `registrant_contact` receives following
      * registration. If you do not complete email verification within
-     * 14 days of registration, the domain is suspended. To resend the
+     * 15 days of registration, the domain is suspended. To resend the
      * verification email, call ConfigureContactSettings and provide the current
      * `registrant_contact.email`.
      * 
@@ -636,6 +598,7 @@ public enum Issue implements com.google.protobuf.ProtocolMessageEnum { */ public static final int UNVERIFIED_EMAIL_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -660,49 +623,49 @@ public static Issue valueOf(int value) { */ public static Issue forNumber(int value) { switch (value) { - case 0: - return ISSUE_UNSPECIFIED; - case 1: - return CONTACT_SUPPORT; - case 2: - return UNVERIFIED_EMAIL; - default: - return null; + case 0: return ISSUE_UNSPECIFIED; + case 1: return CONTACT_SUPPORT; + case 2: return UNVERIFIED_EMAIL; + 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< + Issue> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Issue findValueByNumber(int number) { + return Issue.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Issue findValueByNumber(int number) { - return Issue.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.cloud.domains.v1beta1.Registration.getDescriptor().getEnumTypes().get(1); } private static final Issue[] VALUES = values(); - public static Issue valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Issue 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; @@ -722,15 +685,12 @@ private Issue(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * Output only. Name of the `Registration` resource, in the format
    * `projects/*/locations/*/registrations/<domain_name>`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ @java.lang.Override @@ -739,30 +699,30 @@ 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; } } /** - * - * *
    * Output only. Name of the `Registration` resource, in the format
    * `projects/*/locations/*/registrations/<domain_name>`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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 { @@ -773,16 +733,11 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int DOMAIN_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object domainName_; /** - * - * *
    * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The domainName. */ @java.lang.Override @@ -791,31 +746,29 @@ public java.lang.String getDomainName() { 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(); domainName_ = s; return s; } } /** - * - * *
    * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for domainName. */ @java.lang.Override - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -826,15 +779,11 @@ public com.google.protobuf.ByteString getDomainNameBytes() { public static final int CREATE_TIME_FIELD_NUMBER = 3; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ @java.lang.Override @@ -842,15 +791,11 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ @java.lang.Override @@ -858,14 +803,11 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -875,15 +817,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int EXPIRE_TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp expireTime_; /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ @java.lang.Override @@ -891,15 +829,11 @@ public boolean hasExpireTime() { return expireTime_ != null; } /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ @java.lang.Override @@ -907,14 +841,11 @@ public com.google.protobuf.Timestamp getExpireTime() { return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { @@ -924,92 +855,61 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { public static final int STATE_FIELD_NUMBER = 7; private int state_; /** - * - * *
    * Output only. The state of the `Registration`
    * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Output only. The state of the `Registration`
    * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ - @java.lang.Override - public com.google.cloud.domains.v1beta1.Registration.State getState() { + @java.lang.Override public com.google.cloud.domains.v1beta1.Registration.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.Registration.State result = - com.google.cloud.domains.v1beta1.Registration.State.valueOf(state_); - return result == null - ? com.google.cloud.domains.v1beta1.Registration.State.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.Registration.State result = com.google.cloud.domains.v1beta1.Registration.State.valueOf(state_); + return result == null ? com.google.cloud.domains.v1beta1.Registration.State.UNRECOGNIZED : result; } public static final int ISSUES_FIELD_NUMBER = 8; private java.util.List issues_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1beta1.Registration.Issue> - issues_converter_ = + java.lang.Integer, com.google.cloud.domains.v1beta1.Registration.Issue> issues_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1beta1.Registration.Issue>() { - public com.google.cloud.domains.v1beta1.Registration.Issue convert( - java.lang.Integer from) { + public com.google.cloud.domains.v1beta1.Registration.Issue convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.Registration.Issue result = - com.google.cloud.domains.v1beta1.Registration.Issue.valueOf(from); - return result == null - ? com.google.cloud.domains.v1beta1.Registration.Issue.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.Registration.Issue result = com.google.cloud.domains.v1beta1.Registration.Issue.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.Registration.Issue.UNRECOGNIZED : result; } }; /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the issues. */ @java.lang.Override public java.util.List getIssuesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.Registration.Issue>( - issues_, issues_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.Registration.Issue>(issues_, issues_converter_); } /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of issues. */ @java.lang.Override @@ -1017,16 +917,11 @@ public int getIssuesCount() { return issues_.size(); } /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The issues at the given index. */ @@ -1035,33 +930,24 @@ public com.google.cloud.domains.v1beta1.Registration.Issue getIssues(int index) return issues_converter_.convert(issues_.get(index)); } /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for issues. */ @java.lang.Override - public java.util.List getIssuesValueList() { + public java.util.List + getIssuesValueList() { return issues_; } /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of issues at the given index. */ @@ -1069,27 +955,27 @@ public java.util.List getIssuesValueList() { public int getIssuesValue(int index) { return issues_.get(index); } - private int issuesMemoizedSerializedSize; public static final int LABELS_FIELD_NUMBER = 9; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_Registration_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.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_Registration_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_; } @@ -1098,30 +984,28 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ + @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } 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(); } /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
@@ -1129,12 +1013,11 @@ public java.util.Map getLabels() { * map<string, string> labels = 9; */ @java.lang.Override + public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
@@ -1142,16 +1025,16 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 9; */ @java.lang.Override - public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - java.util.Map map = internalGetLabels().getMap(); + + public java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
@@ -1159,11 +1042,12 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin * map<string, string> labels = 9; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - java.util.Map map = internalGetLabels().getMap(); + + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -1173,8 +1057,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { public static final int MANAGEMENT_SETTINGS_FIELD_NUMBER = 10; private com.google.cloud.domains.v1beta1.ManagementSettings managementSettings_; /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -1183,7 +1065,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
    * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10; - * * @return Whether the managementSettings field is set. */ @java.lang.Override @@ -1191,8 +1072,6 @@ public boolean hasManagementSettings() { return managementSettings_ != null; } /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -1201,18 +1080,13 @@ public boolean hasManagementSettings() {
    * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10; - * * @return The managementSettings. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings() { - return managementSettings_ == null - ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() : managementSettings_; } /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -1223,16 +1097,13 @@ public com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings
    * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
    */
   @java.lang.Override
-  public com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder
-      getManagementSettingsOrBuilder() {
+  public com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() {
     return getManagementSettings();
   }
 
   public static final int DNS_SETTINGS_FIELD_NUMBER = 11;
   private com.google.cloud.domains.v1beta1.DnsSettings dnsSettings_;
   /**
-   *
-   *
    * 
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -1240,7 +1111,6 @@ public com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings
    * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 11; - * * @return Whether the dnsSettings field is set. */ @java.lang.Override @@ -1248,8 +1118,6 @@ public boolean hasDnsSettings() { return dnsSettings_ != null; } /** - * - * *
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -1257,18 +1125,13 @@ public boolean hasDnsSettings() {
    * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 11; - * * @return The dnsSettings. */ @java.lang.Override public com.google.cloud.domains.v1beta1.DnsSettings getDnsSettings() { - return dnsSettings_ == null - ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() : dnsSettings_; } /** - * - * *
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -1285,18 +1148,13 @@ public com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBui
   public static final int CONTACT_SETTINGS_FIELD_NUMBER = 12;
   private com.google.cloud.domains.v1beta1.ContactSettings contactSettings_;
   /**
-   *
-   *
    * 
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the contactSettings field is set. */ @java.lang.Override @@ -1304,38 +1162,27 @@ public boolean hasContactSettings() { return contactSettings_ != null; } /** - * - * *
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return The contactSettings. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ContactSettings getContactSettings() { - return contactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : contactSettings_; } /** - * - * *
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSettingsOrBuilder() { @@ -1345,22 +1192,17 @@ public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSetti public static final int PENDING_CONTACT_SETTINGS_FIELD_NUMBER = 13; private com.google.cloud.domains.v1beta1.ContactSettings pendingContactSettings_; /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the pendingContactSettings field is set. */ @java.lang.Override @@ -1368,101 +1210,74 @@ public boolean hasPendingContactSettings() { return pendingContactSettings_ != null; } /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The pendingContactSettings. */ @java.lang.Override public com.google.cloud.domains.v1beta1.ContactSettings getPendingContactSettings() { - return pendingContactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : pendingContactSettings_; + return pendingContactSettings_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : pendingContactSettings_; } /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override - public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder - getPendingContactSettingsOrBuilder() { + public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder() { return getPendingContactSettings(); } public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 14; private java.util.List supportedPrivacy_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy> - supportedPrivacy_converter_ = + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy> supportedPrivacy_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>() { public com.google.cloud.domains.v1beta1.ContactPrivacy convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.ContactPrivacy result = - com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(from); - return result == null - ? com.google.cloud.domains.v1beta1.ContactPrivacy.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.ContactPrivacy result = com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.ContactPrivacy.UNRECOGNIZED : result; } }; /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the supportedPrivacy. */ @java.lang.Override public java.util.List getSupportedPrivacyList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>( - supportedPrivacy_, supportedPrivacy_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); } /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of supportedPrivacy. */ @java.lang.Override @@ -1470,17 +1285,12 @@ public int getSupportedPrivacyCount() { return supportedPrivacy_.size(); } /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ @@ -1489,35 +1299,26 @@ public com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int i return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); } /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ @java.lang.Override - public java.util.List getSupportedPrivacyValueList() { + public java.util.List + getSupportedPrivacyValueList() { return supportedPrivacy_; } /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ @@ -1525,11 +1326,9 @@ public java.util.List getSupportedPrivacyValueList() { public int getSupportedPrivacyValue(int index) { return supportedPrivacy_.get(index); } - private int supportedPrivacyMemoizedSerializedSize; private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1541,12 +1340,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 { getSerializedSize(); - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, domainName_); } if (createTime_ != null) { @@ -1555,8 +1355,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (expireTime_ != null) { output.writeMessage(6, getExpireTime()); } - if (state_ - != com.google.cloud.domains.v1beta1.Registration.State.STATE_UNSPECIFIED.getNumber()) { + if (state_ != com.google.cloud.domains.v1beta1.Registration.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(7, state_); } if (getIssuesList().size() > 0) { @@ -1566,8 +1365,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io for (int i = 0; i < issues_.size(); i++) { output.writeEnumNoTag(issues_.get(i)); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 9); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 9); if (managementSettings_ != null) { output.writeMessage(10, getManagementSettings()); } @@ -1596,69 +1399,73 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, domainName_); } if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getCreateTime()); } if (expireTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getExpireTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getExpireTime()); } - if (state_ - != com.google.cloud.domains.v1beta1.Registration.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(7, state_); + if (state_ != com.google.cloud.domains.v1beta1.Registration.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(7, state_); } { int dataSize = 0; for (int i = 0; i < issues_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(issues_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(issues_.get(i)); } size += dataSize; - if (!getIssuesList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - issuesMemoizedSerializedSize = dataSize; - } - 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(9, labels__); + if (!getIssuesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }issuesMemoizedSerializedSize = dataSize; + } + 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(9, labels__); } if (managementSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getManagementSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getManagementSettings()); } if (dnsSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(11, getDnsSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(11, getDnsSettings()); } if (contactSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getContactSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(12, getContactSettings()); } if (pendingContactSettings_ != null) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(13, getPendingContactSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(13, getPendingContactSettings()); } { int dataSize = 0; for (int i = 0; i < supportedPrivacy_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(supportedPrivacy_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); } size += dataSize; - if (!getSupportedPrivacyList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - supportedPrivacyMemoizedSerializedSize = dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -1668,42 +1475,50 @@ 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.cloud.domains.v1beta1.Registration)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.Registration other = - (com.google.cloud.domains.v1beta1.Registration) obj; + com.google.cloud.domains.v1beta1.Registration other = (com.google.cloud.domains.v1beta1.Registration) obj; - if (!getName().equals(other.getName())) return false; - if (!getDomainName().equals(other.getDomainName())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getDomainName() + .equals(other.getDomainName())) return false; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } if (hasExpireTime() != other.hasExpireTime()) return false; if (hasExpireTime()) { - if (!getExpireTime().equals(other.getExpireTime())) return false; + if (!getExpireTime() + .equals(other.getExpireTime())) return false; } if (state_ != other.state_) return false; if (!issues_.equals(other.issues_)) return false; - if (!internalGetLabels().equals(other.internalGetLabels())) return false; + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; if (hasManagementSettings() != other.hasManagementSettings()) return false; if (hasManagementSettings()) { - if (!getManagementSettings().equals(other.getManagementSettings())) return false; + if (!getManagementSettings() + .equals(other.getManagementSettings())) return false; } if (hasDnsSettings() != other.hasDnsSettings()) return false; if (hasDnsSettings()) { - if (!getDnsSettings().equals(other.getDnsSettings())) return false; + if (!getDnsSettings() + .equals(other.getDnsSettings())) return false; } if (hasContactSettings() != other.hasContactSettings()) return false; if (hasContactSettings()) { - if (!getContactSettings().equals(other.getContactSettings())) return false; + if (!getContactSettings() + .equals(other.getContactSettings())) return false; } if (hasPendingContactSettings() != other.hasPendingContactSettings()) return false; if (hasPendingContactSettings()) { - if (!getPendingContactSettings().equals(other.getPendingContactSettings())) return false; + if (!getPendingContactSettings() + .equals(other.getPendingContactSettings())) return false; } if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -1764,153 +1579,152 @@ public int hashCode() { return hash; } - public static com.google.cloud.domains.v1beta1.Registration parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.domains.v1beta1.Registration parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.Registration parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration 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; } /** - * - * *
    * The `Registration` resource facilitates managing and configuring domain name
    * registrations.
+   * There are several ways to create a new `Registration` resource:
    * To create a new `Registration` resource, find a suitable domain name by
    * calling the `SearchDomains` method with a query to see available domain name
    * options. After choosing a name, call `RetrieveRegisterParameters` to
    * ensure availability and obtain information like pricing, which is needed to
    * build a call to `RegisterDomain`.
+   * Another way to create a new `Registration` is to transfer an existing
+   * domain from another registrar. First, go to the current registrar to unlock
+   * the domain for transfer and retrieve the domain's transfer authorization
+   * code. Then call `RetrieveTransferParameters` to confirm that the domain is
+   * unlocked and to get values needed to build a call to `TransferDomain`.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.Registration} */ - 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.cloud.domains.v1beta1.Registration) com.google.cloud.domains.v1beta1.RegistrationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_Registration_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_Registration_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 9: 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 9: 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.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_Registration_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_Registration_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.Registration.class, - com.google.cloud.domains.v1beta1.Registration.Builder.class); + com.google.cloud.domains.v1beta1.Registration.class, com.google.cloud.domains.v1beta1.Registration.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.Registration.newBuilder() @@ -1918,15 +1732,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -1981,9 +1796,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_Registration_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_Registration_descriptor; } @java.lang.Override @@ -2002,8 +1817,7 @@ public com.google.cloud.domains.v1beta1.Registration build() { @java.lang.Override public com.google.cloud.domains.v1beta1.Registration buildPartial() { - com.google.cloud.domains.v1beta1.Registration result = - new com.google.cloud.domains.v1beta1.Registration(this); + com.google.cloud.domains.v1beta1.Registration result = new com.google.cloud.domains.v1beta1.Registration(this); int from_bitField0_ = bitField0_; result.name_ = name_; result.domainName_ = domainName_; @@ -2058,39 +1872,38 @@ public com.google.cloud.domains.v1beta1.Registration 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.cloud.domains.v1beta1.Registration) { - return mergeFrom((com.google.cloud.domains.v1beta1.Registration) other); + return mergeFrom((com.google.cloud.domains.v1beta1.Registration)other); } else { super.mergeFrom(other); return this; @@ -2126,7 +1939,8 @@ public Builder mergeFrom(com.google.cloud.domains.v1beta1.Registration other) { } onChanged(); } - internalGetMutableLabels().mergeFrom(other.internalGetLabels()); + internalGetMutableLabels().mergeFrom( + other.internalGetLabels()); if (other.hasManagementSettings()) { mergeManagementSettings(other.getManagementSettings()); } @@ -2177,26 +1991,23 @@ public Builder mergeFrom( } return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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; @@ -2205,22 +2016,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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 { @@ -2228,64 +2038,57 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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; } /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Output only. Name of the `Registration` resource, in the format
      * `projects/*/locations/*/registrations/<domain_name>`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @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; @@ -2293,22 +2096,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object domainName_ = ""; /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The domainName. */ public java.lang.String getDomainName() { java.lang.Object ref = domainName_; 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(); domainName_ = s; return s; @@ -2317,23 +2116,20 @@ public java.lang.String getDomainName() { } } /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for domainName. */ - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -2341,67 +2137,54 @@ public com.google.protobuf.ByteString getDomainNameBytes() { } } /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The domainName to set. * @return This builder for chaining. */ - public Builder setDomainName(java.lang.String value) { + public Builder setDomainName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domainName_ = value; onChanged(); return this; } /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearDomainName() { - + domainName_ = getDefaultInstance().getDomainName(); onChanged(); return this; } /** - * - * *
      * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The bytes for domainName to set. * @return This builder for chaining. */ - public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domainName_ = value; onChanged(); return this; @@ -2409,58 +2192,39 @@ public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return createTimeBuilder_ != null || createTime_ != null; } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -2476,17 +2240,14 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); onChanged(); @@ -2496,22 +2257,18 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } - /** - * - * + /** *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { if (createTime_ != null) { createTime_ = - com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(createTime_).mergeFrom(value).buildPartial(); } else { createTime_ = value; } @@ -2523,15 +2280,11 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearCreateTime() { if (createTimeBuilder_ == null) { @@ -2545,64 +2298,48 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { - + onChanged(); return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * Output only. The creation timestamp of the `Registration` resource.
      * 
* - * - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ 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> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; @@ -2610,58 +2347,39 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp expireTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - expireTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireTimeBuilder_; /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ public boolean hasExpireTime() { return expireTimeBuilder_ != null || expireTime_ != null; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ public com.google.protobuf.Timestamp getExpireTime() { if (expireTimeBuilder_ == null) { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } else { return expireTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setExpireTime(com.google.protobuf.Timestamp value) { if (expireTimeBuilder_ == null) { @@ -2677,17 +2395,14 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setExpireTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (expireTimeBuilder_ == null) { expireTime_ = builderForValue.build(); onChanged(); @@ -2698,21 +2413,17 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { if (expireTimeBuilder_ == null) { if (expireTime_ != null) { expireTime_ = - com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial(); + com.google.protobuf.Timestamp.newBuilder(expireTime_).mergeFrom(value).buildPartial(); } else { expireTime_ = value; } @@ -2724,15 +2435,11 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearExpireTime() { if (expireTimeBuilder_ == null) { @@ -2746,64 +2453,48 @@ public Builder clearExpireTime() { return this; } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { - + onChanged(); return getExpireTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { if (expireTimeBuilder_ != null) { return expireTimeBuilder_.getMessageOrBuilder(); } else { - return expireTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : expireTime_; + return expireTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : expireTime_; } } /** - * - * *
      * Output only. The expiration timestamp of the `Registration`.
      * 
* - * - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ 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> getExpireTimeFieldBuilder() { if (expireTimeBuilder_ == null) { - expireTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getExpireTime(), getParentForChildren(), isClean()); + expireTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getExpireTime(), + getParentForChildren(), + isClean()); expireTime_ = null; } return expireTimeBuilder_; @@ -2811,75 +2502,51 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { private int state_ = 0; /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ public Builder setStateValue(int value) { - + state_ = value; onChanged(); return this; } /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ @java.lang.Override public com.google.cloud.domains.v1beta1.Registration.State getState() { @SuppressWarnings("deprecation") - com.google.cloud.domains.v1beta1.Registration.State result = - com.google.cloud.domains.v1beta1.Registration.State.valueOf(state_); - return result == null - ? com.google.cloud.domains.v1beta1.Registration.State.UNRECOGNIZED - : result; + com.google.cloud.domains.v1beta1.Registration.State result = com.google.cloud.domains.v1beta1.Registration.State.valueOf(state_); + return result == null ? com.google.cloud.domains.v1beta1.Registration.State.UNRECOGNIZED : result; } /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The state to set. * @return This builder for chaining. */ @@ -2887,33 +2554,28 @@ public Builder setState(com.google.cloud.domains.v1beta1.Registration.State valu if (value == null) { throw new NullPointerException(); } - + state_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Output only. The state of the `Registration`
      * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearState() { - + state_ = 0; onChanged(); return this; } - private java.util.List issues_ = java.util.Collections.emptyList(); - + private java.util.List issues_ = + java.util.Collections.emptyList(); private void ensureIssuesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { issues_ = new java.util.ArrayList(issues_); @@ -2921,50 +2583,34 @@ private void ensureIssuesIsMutable() { } } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the issues. */ public java.util.List getIssuesList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.Registration.Issue>( - issues_, issues_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.Registration.Issue>(issues_, issues_converter_); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of issues. */ public int getIssuesCount() { return issues_.size(); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The issues at the given index. */ @@ -2972,21 +2618,17 @@ public com.google.cloud.domains.v1beta1.Registration.Issue getIssues(int index) return issues_converter_.convert(issues_.get(index)); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index to set the value at. * @param value The issues to set. * @return This builder for chaining. */ - public Builder setIssues(int index, com.google.cloud.domains.v1beta1.Registration.Issue value) { + public Builder setIssues( + int index, com.google.cloud.domains.v1beta1.Registration.Issue value) { if (value == null) { throw new NullPointerException(); } @@ -2996,16 +2638,11 @@ public Builder setIssues(int index, com.google.cloud.domains.v1beta1.Registratio return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The issues to add. * @return This builder for chaining. */ @@ -3019,16 +2656,11 @@ public Builder addIssues(com.google.cloud.domains.v1beta1.Registration.Issue val return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The issues to add. * @return This builder for chaining. */ @@ -3042,16 +2674,11 @@ public Builder addAllIssues( return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearIssues() { @@ -3061,32 +2688,23 @@ public Builder clearIssues() { return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for issues. */ - public java.util.List getIssuesValueList() { + public java.util.List + getIssuesValueList() { return java.util.Collections.unmodifiableList(issues_); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of issues at the given index. */ @@ -3094,37 +2712,28 @@ public int getIssuesValue(int index) { return issues_.get(index); } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of issues at the given index. * @return This builder for chaining. */ - public Builder setIssuesValue(int index, int value) { + public Builder setIssuesValue( + int index, int value) { ensureIssuesIsMutable(); issues_.set(index, value); onChanged(); return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for issues to add. * @return This builder for chaining. */ @@ -3135,20 +2744,16 @@ public Builder addIssuesValue(int value) { return this; } /** - * - * *
      * Output only. The set of issues with the `Registration` that require attention.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The enum numeric values on the wire for issues to add. * @return This builder for chaining. */ - public Builder addAllIssuesValue(java.lang.Iterable values) { + public Builder addAllIssuesValue( + java.lang.Iterable values) { ensureIssuesIsMutable(); for (int value : values) { issues_.add(value); @@ -3157,21 +2762,22 @@ public Builder addAllIssuesValue(java.lang.Iterable values) { 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(); @@ -3183,30 +2789,28 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
* * map<string, string> labels = 9; */ + @java.lang.Override - public boolean containsLabels(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } + public boolean containsLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } 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(); } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
@@ -3214,12 +2818,11 @@ public java.util.Map getLabels() { * map<string, string> labels = 9; */ @java.lang.Override + public java.util.Map getLabelsMap() { return internalGetLabels().getMap(); } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
@@ -3227,17 +2830,16 @@ public java.util.Map getLabelsMap() { * map<string, string> labels = 9; */ @java.lang.Override + public java.lang.String getLabelsOrDefault( - java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - java.util.Map map = internalGetLabels().getMap(); + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
@@ -3245,11 +2847,12 @@ public java.lang.String getLabelsOrDefault( * map<string, string> labels = 9; */ @java.lang.Override - public java.lang.String getLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - java.util.Map map = internalGetLabels().getMap(); + + public java.lang.String getLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + java.util.Map map = + internalGetLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -3257,72 +2860,68 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { } public Builder clearLabels() { - internalGetMutableLabels().getMutableMap().clear(); + internalGetMutableLabels().getMutableMap() + .clear(); return this; } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
* * map<string, string> labels = 9; */ - public Builder removeLabels(java.lang.String key) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - internalGetMutableLabels().getMutableMap().remove(key); + + public Builder removeLabels( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + 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(); } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
* * map<string, string> labels = 9; */ - public Builder putLabels(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new java.lang.NullPointerException(); - } - if (value == null) { - throw new java.lang.NullPointerException(); - } - internalGetMutableLabels().getMutableMap().put(key, value); + public Builder putLabels( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new java.lang.NullPointerException(); } + if (value == null) { throw new java.lang.NullPointerException(); } + internalGetMutableLabels().getMutableMap() + .put(key, value); return this; } /** - * - * *
      * Set of labels associated with the `Registration`.
      * 
* * map<string, string> labels = 9; */ - public Builder putAllLabels(java.util.Map values) { - internalGetMutableLabels().getMutableMap().putAll(values); + + public Builder putAllLabels( + java.util.Map values) { + internalGetMutableLabels().getMutableMap() + .putAll(values); return this; } private com.google.cloud.domains.v1beta1.ManagementSettings managementSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ManagementSettings, - com.google.cloud.domains.v1beta1.ManagementSettings.Builder, - com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder> - managementSettingsBuilder_; + com.google.cloud.domains.v1beta1.ManagementSettings, com.google.cloud.domains.v1beta1.ManagementSettings.Builder, com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder> managementSettingsBuilder_; /** - * - * *
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3331,15 +2930,12 @@ public Builder putAllLabels(java.util.Map va
      * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10; - * * @return Whether the managementSettings field is set. */ public boolean hasManagementSettings() { return managementSettingsBuilder_ != null || managementSettings_ != null; } /** - * - * *
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3348,21 +2944,16 @@ public boolean hasManagementSettings() {
      * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10; - * * @return The managementSettings. */ public com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings() { if (managementSettingsBuilder_ == null) { - return managementSettings_ == null - ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() - : managementSettings_; + return managementSettings_ == null ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() : managementSettings_; } else { return managementSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3372,8 +2963,7 @@ public com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings
      *
      * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
      */
-    public Builder setManagementSettings(
-        com.google.cloud.domains.v1beta1.ManagementSettings value) {
+    public Builder setManagementSettings(com.google.cloud.domains.v1beta1.ManagementSettings value) {
       if (managementSettingsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -3387,8 +2977,6 @@ public Builder setManagementSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3410,8 +2998,6 @@ public Builder setManagementSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3421,14 +3007,11 @@ public Builder setManagementSettings(
      *
      * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
      */
-    public Builder mergeManagementSettings(
-        com.google.cloud.domains.v1beta1.ManagementSettings value) {
+    public Builder mergeManagementSettings(com.google.cloud.domains.v1beta1.ManagementSettings value) {
       if (managementSettingsBuilder_ == null) {
         if (managementSettings_ != null) {
           managementSettings_ =
-              com.google.cloud.domains.v1beta1.ManagementSettings.newBuilder(managementSettings_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.cloud.domains.v1beta1.ManagementSettings.newBuilder(managementSettings_).mergeFrom(value).buildPartial();
         } else {
           managementSettings_ = value;
         }
@@ -3440,8 +3023,6 @@ public Builder mergeManagementSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3463,8 +3044,6 @@ public Builder clearManagementSettings() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3474,15 +3053,12 @@ public Builder clearManagementSettings() {
      *
      * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
      */
-    public com.google.cloud.domains.v1beta1.ManagementSettings.Builder
-        getManagementSettingsBuilder() {
-
+    public com.google.cloud.domains.v1beta1.ManagementSettings.Builder getManagementSettingsBuilder() {
+      
       onChanged();
       return getManagementSettingsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3492,19 +3068,15 @@ public Builder clearManagementSettings() {
      *
      * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
      */
-    public com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder
-        getManagementSettingsOrBuilder() {
+    public com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder() {
       if (managementSettingsBuilder_ != null) {
         return managementSettingsBuilder_.getMessageOrBuilder();
       } else {
-        return managementSettings_ == null
-            ? com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance()
-            : managementSettings_;
+        return managementSettings_ == null ?
+            com.google.cloud.domains.v1beta1.ManagementSettings.getDefaultInstance() : managementSettings_;
       }
     }
     /**
-     *
-     *
      * 
      * Settings for management of the `Registration`, including renewal, billing,
      * and transfer. You cannot update these with the `UpdateRegistration`
@@ -3515,17 +3087,14 @@ public Builder clearManagementSettings() {
      * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1beta1.ManagementSettings,
-            com.google.cloud.domains.v1beta1.ManagementSettings.Builder,
-            com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder>
+        com.google.cloud.domains.v1beta1.ManagementSettings, com.google.cloud.domains.v1beta1.ManagementSettings.Builder, com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder> 
         getManagementSettingsFieldBuilder() {
       if (managementSettingsBuilder_ == null) {
-        managementSettingsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.cloud.domains.v1beta1.ManagementSettings,
-                com.google.cloud.domains.v1beta1.ManagementSettings.Builder,
-                com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder>(
-                getManagementSettings(), getParentForChildren(), isClean());
+        managementSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.cloud.domains.v1beta1.ManagementSettings, com.google.cloud.domains.v1beta1.ManagementSettings.Builder, com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder>(
+                getManagementSettings(),
+                getParentForChildren(),
+                isClean());
         managementSettings_ = null;
       }
       return managementSettingsBuilder_;
@@ -3533,13 +3102,8 @@ public Builder clearManagementSettings() {
 
     private com.google.cloud.domains.v1beta1.DnsSettings dnsSettings_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1beta1.DnsSettings,
-            com.google.cloud.domains.v1beta1.DnsSettings.Builder,
-            com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder>
-        dnsSettingsBuilder_;
+        com.google.cloud.domains.v1beta1.DnsSettings, com.google.cloud.domains.v1beta1.DnsSettings.Builder, com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder> dnsSettingsBuilder_;
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3547,15 +3111,12 @@ public Builder clearManagementSettings() {
      * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 11; - * * @return Whether the dnsSettings field is set. */ public boolean hasDnsSettings() { return dnsSettingsBuilder_ != null || dnsSettings_ != null; } /** - * - * *
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3563,21 +3124,16 @@ public boolean hasDnsSettings() {
      * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 11; - * * @return The dnsSettings. */ public com.google.cloud.domains.v1beta1.DnsSettings getDnsSettings() { if (dnsSettingsBuilder_ == null) { - return dnsSettings_ == null - ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() - : dnsSettings_; + return dnsSettings_ == null ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() : dnsSettings_; } else { return dnsSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3600,8 +3156,6 @@ public Builder setDnsSettings(com.google.cloud.domains.v1beta1.DnsSettings value
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3622,8 +3176,6 @@ public Builder setDnsSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3636,9 +3188,7 @@ public Builder mergeDnsSettings(com.google.cloud.domains.v1beta1.DnsSettings val
       if (dnsSettingsBuilder_ == null) {
         if (dnsSettings_ != null) {
           dnsSettings_ =
-              com.google.cloud.domains.v1beta1.DnsSettings.newBuilder(dnsSettings_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.cloud.domains.v1beta1.DnsSettings.newBuilder(dnsSettings_).mergeFrom(value).buildPartial();
         } else {
           dnsSettings_ = value;
         }
@@ -3650,8 +3200,6 @@ public Builder mergeDnsSettings(com.google.cloud.domains.v1beta1.DnsSettings val
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3672,8 +3220,6 @@ public Builder clearDnsSettings() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3683,13 +3229,11 @@ public Builder clearDnsSettings() {
      * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 11;
      */
     public com.google.cloud.domains.v1beta1.DnsSettings.Builder getDnsSettingsBuilder() {
-
+      
       onChanged();
       return getDnsSettingsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3702,14 +3246,11 @@ public com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBui
       if (dnsSettingsBuilder_ != null) {
         return dnsSettingsBuilder_.getMessageOrBuilder();
       } else {
-        return dnsSettings_ == null
-            ? com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance()
-            : dnsSettings_;
+        return dnsSettings_ == null ?
+            com.google.cloud.domains.v1beta1.DnsSettings.getDefaultInstance() : dnsSettings_;
       }
     }
     /**
-     *
-     *
      * 
      * Settings controlling the DNS configuration of the `Registration`. You
      * cannot update these with the `UpdateRegistration` method. To update these
@@ -3719,17 +3260,14 @@ public com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBui
      * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 11;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1beta1.DnsSettings,
-            com.google.cloud.domains.v1beta1.DnsSettings.Builder,
-            com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder>
+        com.google.cloud.domains.v1beta1.DnsSettings, com.google.cloud.domains.v1beta1.DnsSettings.Builder, com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder> 
         getDnsSettingsFieldBuilder() {
       if (dnsSettingsBuilder_ == null) {
-        dnsSettingsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.cloud.domains.v1beta1.DnsSettings,
-                com.google.cloud.domains.v1beta1.DnsSettings.Builder,
-                com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder>(
-                getDnsSettings(), getParentForChildren(), isClean());
+        dnsSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.cloud.domains.v1beta1.DnsSettings, com.google.cloud.domains.v1beta1.DnsSettings.Builder, com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder>(
+                getDnsSettings(),
+                getParentForChildren(),
+                isClean());
         dnsSettings_ = null;
       }
       return dnsSettingsBuilder_;
@@ -3737,64 +3275,45 @@ public com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBui
 
     private com.google.cloud.domains.v1beta1.ContactSettings contactSettings_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.domains.v1beta1.ContactSettings,
-            com.google.cloud.domains.v1beta1.ContactSettings.Builder,
-            com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder>
-        contactSettingsBuilder_;
+        com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> contactSettingsBuilder_;
     /**
-     *
-     *
      * 
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the contactSettings field is set. */ public boolean hasContactSettings() { return contactSettingsBuilder_ != null || contactSettings_ != null; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return The contactSettings. */ public com.google.cloud.domains.v1beta1.ContactSettings getContactSettings() { if (contactSettingsBuilder_ == null) { - return contactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : contactSettings_; } else { return contactSettingsBuilder_.getMessage(); } } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setContactSettings(com.google.cloud.domains.v1beta1.ContactSettings value) { if (contactSettingsBuilder_ == null) { @@ -3810,17 +3329,13 @@ public Builder setContactSettings(com.google.cloud.domains.v1beta1.ContactSettin return this; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setContactSettings( com.google.cloud.domains.v1beta1.ContactSettings.Builder builderForValue) { @@ -3834,25 +3349,19 @@ public Builder setContactSettings( return this; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeContactSettings(com.google.cloud.domains.v1beta1.ContactSettings value) { if (contactSettingsBuilder_ == null) { if (contactSettings_ != null) { contactSettings_ = - com.google.cloud.domains.v1beta1.ContactSettings.newBuilder(contactSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.ContactSettings.newBuilder(contactSettings_).mergeFrom(value).buildPartial(); } else { contactSettings_ = value; } @@ -3864,17 +3373,13 @@ public Builder mergeContactSettings(com.google.cloud.domains.v1beta1.ContactSett return this; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearContactSettings() { if (contactSettingsBuilder_ == null) { @@ -3888,70 +3393,54 @@ public Builder clearContactSettings() { return this; } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.domains.v1beta1.ContactSettings.Builder getContactSettingsBuilder() { - + onChanged(); return getContactSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSettingsOrBuilder() { if (contactSettingsBuilder_ != null) { return contactSettingsBuilder_.getMessageOrBuilder(); } else { - return contactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : contactSettings_; + return contactSettings_ == null ? + com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : contactSettings_; } } /** - * - * *
      * Required. Settings for contact information linked to the `Registration`. You cannot
      * update these with the `UpdateRegistration` method. To update these
      * settings, use the `ConfigureContactSettings` method.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings, - com.google.cloud.domains.v1beta1.ContactSettings.Builder, - com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> + com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> getContactSettingsFieldBuilder() { if (contactSettingsBuilder_ == null) { - contactSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings, - com.google.cloud.domains.v1beta1.ContactSettings.Builder, - com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder>( - getContactSettings(), getParentForChildren(), isClean()); + contactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder>( + getContactSettings(), + getParentForChildren(), + isClean()); contactSettings_ = null; } return contactSettingsBuilder_; @@ -3959,79 +3448,59 @@ public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSetti private com.google.cloud.domains.v1beta1.ContactSettings pendingContactSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings, - com.google.cloud.domains.v1beta1.ContactSettings.Builder, - com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> - pendingContactSettingsBuilder_; + com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> pendingContactSettingsBuilder_; /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the pendingContactSettings field is set. */ public boolean hasPendingContactSettings() { return pendingContactSettingsBuilder_ != null || pendingContactSettings_ != null; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The pendingContactSettings. */ public com.google.cloud.domains.v1beta1.ContactSettings getPendingContactSettings() { if (pendingContactSettingsBuilder_ == null) { - return pendingContactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : pendingContactSettings_; + return pendingContactSettings_ == null ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : pendingContactSettings_; } else { return pendingContactSettingsBuilder_.getMessage(); } } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setPendingContactSettings( - com.google.cloud.domains.v1beta1.ContactSettings value) { + public Builder setPendingContactSettings(com.google.cloud.domains.v1beta1.ContactSettings value) { if (pendingContactSettingsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4045,21 +3514,17 @@ public Builder setPendingContactSettings( return this; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setPendingContactSettings( com.google.cloud.domains.v1beta1.ContactSettings.Builder builderForValue) { @@ -4073,30 +3538,23 @@ public Builder setPendingContactSettings( return this; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder mergePendingContactSettings( - com.google.cloud.domains.v1beta1.ContactSettings value) { + public Builder mergePendingContactSettings(com.google.cloud.domains.v1beta1.ContactSettings value) { if (pendingContactSettingsBuilder_ == null) { if (pendingContactSettings_ != null) { pendingContactSettings_ = - com.google.cloud.domains.v1beta1.ContactSettings.newBuilder(pendingContactSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.ContactSettings.newBuilder(pendingContactSettings_).mergeFrom(value).buildPartial(); } else { pendingContactSettings_ = value; } @@ -4108,21 +3566,17 @@ public Builder mergePendingContactSettings( return this; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearPendingContactSettings() { if (pendingContactSettingsBuilder_ == null) { @@ -4136,91 +3590,73 @@ public Builder clearPendingContactSettings() { return this; } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public com.google.cloud.domains.v1beta1.ContactSettings.Builder - getPendingContactSettingsBuilder() { - + public com.google.cloud.domains.v1beta1.ContactSettings.Builder getPendingContactSettingsBuilder() { + onChanged(); return getPendingContactSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder - getPendingContactSettingsOrBuilder() { + public com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder() { if (pendingContactSettingsBuilder_ != null) { return pendingContactSettingsBuilder_.getMessageOrBuilder(); } else { - return pendingContactSettings_ == null - ? com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() - : pendingContactSettings_; + return pendingContactSettings_ == null ? + com.google.cloud.domains.v1beta1.ContactSettings.getDefaultInstance() : pendingContactSettings_; } } /** - * - * *
      * Output only. Pending contact settings for the `Registration`. Updates to the
      * `contact_settings` field that change its `registrant_contact` or `privacy`
      * fields require email confirmation by the `registrant_contact`
      * before taking effect. This field is set only if there are pending updates
-     * to the `contact_settings` that have not yet been confirmed. To confirm the
+     * to the `contact_settings` that have not been confirmed. To confirm the
      * changes, the `registrant_contact` must follow the instructions in the
      * email they receive.
      * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings, - com.google.cloud.domains.v1beta1.ContactSettings.Builder, - com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> + com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder> getPendingContactSettingsFieldBuilder() { if (pendingContactSettingsBuilder_ == null) { - pendingContactSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.ContactSettings, - com.google.cloud.domains.v1beta1.ContactSettings.Builder, - com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder>( - getPendingContactSettings(), getParentForChildren(), isClean()); + pendingContactSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.ContactSettings, com.google.cloud.domains.v1beta1.ContactSettings.Builder, com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder>( + getPendingContactSettings(), + getParentForChildren(), + isClean()); pendingContactSettings_ = null; } return pendingContactSettingsBuilder_; } - private java.util.List supportedPrivacy_ = java.util.Collections.emptyList(); - + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); private void ensureSupportedPrivacyIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); @@ -4228,54 +3664,37 @@ private void ensureSupportedPrivacyIsMutable() { } } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the supportedPrivacy. */ - public java.util.List - getSupportedPrivacyList() { + public java.util.List getSupportedPrivacyList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>( - supportedPrivacy_, supportedPrivacy_converter_); + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of supportedPrivacy. */ public int getSupportedPrivacyCount() { return supportedPrivacy_.size(); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ @@ -4283,17 +3702,12 @@ public com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int i return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index to set the value at. * @param value The supportedPrivacy to set. * @return This builder for chaining. @@ -4309,17 +3723,12 @@ public Builder setSupportedPrivacy( return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The supportedPrivacy to add. * @return This builder for chaining. */ @@ -4333,17 +3742,12 @@ public Builder addSupportedPrivacy(com.google.cloud.domains.v1beta1.ContactPriva return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The supportedPrivacy to add. * @return This builder for chaining. */ @@ -4357,17 +3761,12 @@ public Builder addAllSupportedPrivacy( return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearSupportedPrivacy() { @@ -4377,34 +3776,25 @@ public Builder clearSupportedPrivacy() { return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ - public java.util.List getSupportedPrivacyValueList() { + public java.util.List + getSupportedPrivacyValueList() { return java.util.Collections.unmodifiableList(supportedPrivacy_); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ @@ -4412,39 +3802,30 @@ public int getSupportedPrivacyValue(int index) { return supportedPrivacy_.get(index); } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. * @return This builder for chaining. */ - public Builder setSupportedPrivacyValue(int index, int value) { + public Builder setSupportedPrivacyValue( + int index, int value) { ensureSupportedPrivacyIsMutable(); supportedPrivacy_.set(index, value); onChanged(); return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for supportedPrivacy to add. * @return This builder for chaining. */ @@ -4455,21 +3836,17 @@ public Builder addSupportedPrivacyValue(int value) { return this; } /** - * - * *
      * Output only. Set of options for the `contact_settings.privacy` field that this
      * `Registration` supports.
      * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The enum numeric values on the wire for supportedPrivacy to add. * @return This builder for chaining. */ - public Builder addAllSupportedPrivacyValue(java.lang.Iterable values) { + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { ensureSupportedPrivacyIsMutable(); for (int value : values) { supportedPrivacy_.add(value); @@ -4477,9 +3854,9 @@ public Builder addAllSupportedPrivacyValue(java.lang.Iterable 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); } @@ -4489,12 +3866,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.Registration) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.Registration) private static final com.google.cloud.domains.v1beta1.Registration DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.Registration(); } @@ -4503,16 +3880,16 @@ public static com.google.cloud.domains.v1beta1.Registration getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Registration parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Registration(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Registration parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Registration(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4527,4 +3904,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.Registration getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationName.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationName.java similarity index 100% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationName.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationName.java diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationOrBuilder.java similarity index 69% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationOrBuilder.java index e821d899..708e4559 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RegistrationOrBuilder.java @@ -1,265 +1,177 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface RegistrationOrBuilder - extends +public interface RegistrationOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.Registration) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. Name of the `Registration` resource, in the format
    * `projects/*/locations/*/registrations/<domain_name>`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Output only. Name of the `Registration` resource, in the format
    * `projects/*/locations/*/registrations/<domain_name>`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The domainName. */ java.lang.String getDomainName(); /** - * - * *
    * Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* - * - * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; - * - * + * string domain_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The bytes for domainName. */ - com.google.protobuf.ByteString getDomainNameBytes(); + com.google.protobuf.ByteString + getDomainNameBytes(); /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. The creation timestamp of the `Registration` resource.
    * 
* - * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expireTime field is set. */ boolean hasExpireTime(); /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expireTime. */ com.google.protobuf.Timestamp getExpireTime(); /** - * - * *
    * Output only. The expiration timestamp of the `Registration`.
    * 
* - * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder(); /** - * - * *
    * Output only. The state of the `Registration`
    * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Output only. The state of the `Registration`
    * 
* - * - * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.Registration.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The state. */ com.google.cloud.domains.v1beta1.Registration.State getState(); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the issues. */ java.util.List getIssuesList(); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of issues. */ int getIssuesCount(); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The issues at the given index. */ com.google.cloud.domains.v1beta1.Registration.Issue getIssues(int index); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for issues. */ - java.util.List getIssuesValueList(); + java.util.List + getIssuesValueList(); /** - * - * *
    * Output only. The set of issues with the `Registration` that require attention.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.Registration.Issue issues = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of issues at the given index. */ int getIssuesValue(int index); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
@@ -268,52 +180,52 @@ public interface RegistrationOrBuilder */ int getLabelsCount(); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ - 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(); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ - java.util.Map getLabelsMap(); + java.util.Map + getLabelsMap(); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ - java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.String defaultValue); + + java.lang.String getLabelsOrDefault( + java.lang.String key, + java.lang.String defaultValue); /** - * - * *
    * Set of labels associated with the `Registration`.
    * 
* * map<string, string> labels = 9; */ - java.lang.String getLabelsOrThrow(java.lang.String key); + + java.lang.String getLabelsOrThrow( + java.lang.String key); /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -322,13 +234,10 @@ public interface RegistrationOrBuilder
    * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10; - * * @return Whether the managementSettings field is set. */ boolean hasManagementSettings(); /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -337,13 +246,10 @@ public interface RegistrationOrBuilder
    * 
* * .google.cloud.domains.v1beta1.ManagementSettings management_settings = 10; - * * @return The managementSettings. */ com.google.cloud.domains.v1beta1.ManagementSettings getManagementSettings(); /** - * - * *
    * Settings for management of the `Registration`, including renewal, billing,
    * and transfer. You cannot update these with the `UpdateRegistration`
@@ -356,8 +262,6 @@ public interface RegistrationOrBuilder
   com.google.cloud.domains.v1beta1.ManagementSettingsOrBuilder getManagementSettingsOrBuilder();
 
   /**
-   *
-   *
    * 
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -365,13 +269,10 @@ public interface RegistrationOrBuilder
    * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 11; - * * @return Whether the dnsSettings field is set. */ boolean hasDnsSettings(); /** - * - * *
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -379,13 +280,10 @@ public interface RegistrationOrBuilder
    * 
* * .google.cloud.domains.v1beta1.DnsSettings dns_settings = 11; - * * @return The dnsSettings. */ com.google.cloud.domains.v1beta1.DnsSettings getDnsSettings(); /** - * - * *
    * Settings controlling the DNS configuration of the `Registration`. You
    * cannot update these with the `UpdateRegistration` method. To update these
@@ -397,184 +295,132 @@ public interface RegistrationOrBuilder
   com.google.cloud.domains.v1beta1.DnsSettingsOrBuilder getDnsSettingsOrBuilder();
 
   /**
-   *
-   *
    * 
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the contactSettings field is set. */ boolean hasContactSettings(); /** - * - * *
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; * @return The contactSettings. */ com.google.cloud.domains.v1beta1.ContactSettings getContactSettings(); /** - * - * *
    * Required. Settings for contact information linked to the `Registration`. You cannot
    * update these with the `UpdateRegistration` method. To update these
    * settings, use the `ConfigureContactSettings` method.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.cloud.domains.v1beta1.ContactSettings contact_settings = 12 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getContactSettingsOrBuilder(); /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the pendingContactSettings field is set. */ boolean hasPendingContactSettings(); /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The pendingContactSettings. */ com.google.cloud.domains.v1beta1.ContactSettings getPendingContactSettings(); /** - * - * *
    * Output only. Pending contact settings for the `Registration`. Updates to the
    * `contact_settings` field that change its `registrant_contact` or `privacy`
    * fields require email confirmation by the `registrant_contact`
    * before taking effect. This field is set only if there are pending updates
-   * to the `contact_settings` that have not yet been confirmed. To confirm the
+   * to the `contact_settings` that have not been confirmed. To confirm the
    * changes, the `registrant_contact` must follow the instructions in the
    * email they receive.
    * 
* - * - * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.domains.v1beta1.ContactSettings pending_contact_settings = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.cloud.domains.v1beta1.ContactSettingsOrBuilder getPendingContactSettingsOrBuilder(); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the supportedPrivacy. */ java.util.List getSupportedPrivacyList(); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of supportedPrivacy. */ int getSupportedPrivacyCount(); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The supportedPrivacy at the given index. */ com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int index); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for supportedPrivacy. */ - java.util.List getSupportedPrivacyValueList(); + java.util.List + getSupportedPrivacyValueList(); /** - * - * *
    * Output only. Set of options for the `contact_settings.privacy` field that this
    * `Registration` supports.
    * 
* - * - * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of supportedPrivacy at the given index. */ diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequest.java similarity index 63% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequest.java index 0d29b4af..d54553ba 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequest.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `ResetAuthorizationCode` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest} */ -public final class ResetAuthorizationCodeRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ResetAuthorizationCodeRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) ResetAuthorizationCodeRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ResetAuthorizationCodeRequest.newBuilder() to construct. private ResetAuthorizationCodeRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ResetAuthorizationCodeRequest() { registration_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ResetAuthorizationCodeRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private ResetAuthorizationCodeRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -70,61 +53,53 @@ private ResetAuthorizationCodeRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + registration_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.class, - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.Builder.class); + com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.class, com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose authorization code is being reset,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -133,32 +108,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose authorization code is being reset,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -167,7 +140,6 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -179,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getRegistrationBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } unknownFields.writeTo(output); @@ -192,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } size += unknownFields.getSerializedSize(); @@ -203,15 +176,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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest other = - (com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) obj; + com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest other = (com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -231,127 +204,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest 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; } /** - * - * *
    * Request for the `ResetAuthorizationCode` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest} */ - 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.class, - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.Builder.class); + com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.class, com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.newBuilder() @@ -359,15 +322,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -377,14 +341,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest getDefaultInstanceForType() { return com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.getDefaultInstance(); } @@ -399,8 +362,7 @@ public com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest buildPartial() { - com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest result = - new com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest(this); + com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest result = new com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest(this); result.registration_ = registration_; onBuilt(); return result; @@ -410,39 +372,38 @@ public com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest buildParti 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.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest)other); } else { super.mergeFrom(other); return this; @@ -450,9 +411,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest other) { - if (other - == com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -476,9 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -490,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -515,24 +468,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -540,77 +490,64 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being reset,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = 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); } @@ -620,32 +557,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) - private static final com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest(); } - public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ResetAuthorizationCodeRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new ResetAuthorizationCodeRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ResetAuthorizationCodeRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ResetAuthorizationCodeRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -657,8 +592,9 @@ public com.google.protobuf.Parser getParserForTyp } @java.lang.Override - public com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequestOrBuilder.java new file mode 100644 index 00000000..3321ba57 --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface ResetAuthorizationCodeRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose authorization code is being reset,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose authorization code is being reset,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequest.java similarity index 61% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequest.java index 05b2fbf4..72bf781f 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequest.java @@ -1,58 +1,40 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `RetrieveAuthorizationCode` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest} */ -public final class RetrieveAuthorizationCodeRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RetrieveAuthorizationCodeRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) RetrieveAuthorizationCodeRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RetrieveAuthorizationCodeRequest.newBuilder() to construct. - private RetrieveAuthorizationCodeRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RetrieveAuthorizationCodeRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RetrieveAuthorizationCodeRequest() { registration_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RetrieveAuthorizationCodeRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RetrieveAuthorizationCodeRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,61 +53,53 @@ private RetrieveAuthorizationCodeRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - registration_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + registration_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.class, - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.Builder.class); + com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.class, com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private volatile java.lang.Object registration_; /** - * - * *
    * Required. The name of the `Registration` whose authorization code is being retrieved,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ @java.lang.Override @@ -134,32 +108,30 @@ public java.lang.String getRegistration() { 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(); registration_ = s; return s; } } /** - * - * *
    * Required. The name of the `Registration` whose authorization code is being retrieved,
    * in the format `projects/*/locations/*/registrations/*`.
    * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ @java.lang.Override - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -168,7 +140,6 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -180,8 +151,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getRegistrationBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, registration_); } unknownFields.writeTo(output); @@ -193,7 +165,7 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getRegistrationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(registration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, registration_); } size += unknownFields.getSerializedSize(); @@ -204,15 +176,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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest other = - (com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) obj; + com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest other = (com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) obj; - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -232,145 +204,134 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest 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; } /** - * - * *
    * Request for the `RetrieveAuthorizationCode` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest} */ - 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.class, - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.Builder.class); + com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.class, com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.Builder.class); } - // Construct using - // com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.newBuilder() + // Construct using com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -380,14 +341,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest getDefaultInstanceForType() { return com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.getDefaultInstance(); } @@ -402,8 +362,7 @@ public com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest build() @java.lang.Override public com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest buildPartial() { - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest result = - new com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest(this); + com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest result = new com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest(this); result.registration_ = registration_; onBuilt(); return result; @@ -413,50 +372,46 @@ public com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest buildPa 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.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest other) { - if (other - == com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.getDefaultInstance()) - return this; + public Builder mergeFrom(com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest other) { + if (other == com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest.getDefaultInstance()) return this; if (!other.getRegistration().isEmpty()) { registration_ = other.registration_; onChanged(); @@ -480,9 +435,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -494,23 +447,19 @@ public Builder mergeFrom( private java.lang.Object registration_ = ""; /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The registration. */ public java.lang.String getRegistration() { java.lang.Object ref = registration_; 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(); registration_ = s; return s; @@ -519,24 +468,21 @@ public java.lang.String getRegistration() { } } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for registration. */ - public com.google.protobuf.ByteString getRegistrationBytes() { + public com.google.protobuf.ByteString + getRegistrationBytes() { java.lang.Object ref = registration_; 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); registration_ = b; return b; } else { @@ -544,77 +490,64 @@ public com.google.protobuf.ByteString getRegistrationBytes() { } } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The registration to set. * @return This builder for chaining. */ - public Builder setRegistration(java.lang.String value) { + public Builder setRegistration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + registration_ = value; onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRegistration() { - + registration_ = getDefaultInstance().getRegistration(); onChanged(); return this; } /** - * - * *
      * Required. The name of the `Registration` whose authorization code is being retrieved,
      * in the format `projects/*/locations/*/registrations/*`.
      * 
* - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for registration to set. * @return This builder for chaining. */ - public Builder setRegistrationBytes(com.google.protobuf.ByteString value) { + public Builder setRegistrationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + registration_ = 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); } @@ -624,32 +557,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) - private static final com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest(); } - public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RetrieveAuthorizationCodeRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RetrieveAuthorizationCodeRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveAuthorizationCodeRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveAuthorizationCodeRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -661,8 +592,9 @@ public com.google.protobuf.Parser getParserFor } @java.lang.Override - public com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequestOrBuilder.java new file mode 100644 index 00000000..f46a6f5c --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequestOrBuilder.java @@ -0,0 +1,31 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface RetrieveAuthorizationCodeRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The name of the `Registration` whose authorization code is being retrieved,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The registration. + */ + java.lang.String getRegistration(); + /** + *
+   * Required. The name of the `Registration` whose authorization code is being retrieved,
+   * in the format `projects/*/locations/*/registrations/*`.
+   * 
+ * + * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for registration. + */ + com.google.protobuf.ByteString + getRegistrationBytes(); +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequest.java similarity index 62% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequest.java index 287636d1..fe29b585 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequest.java @@ -1,43 +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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `RetrieveRegisterParameters` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest} */ -public final class RetrieveRegisterParametersRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RetrieveRegisterParametersRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) RetrieveRegisterParametersRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RetrieveRegisterParametersRequest.newBuilder() to construct. - private RetrieveRegisterParametersRequest( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RetrieveRegisterParametersRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private RetrieveRegisterParametersRequest() { domainName_ = ""; location_ = ""; @@ -45,15 +26,16 @@ private RetrieveRegisterParametersRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RetrieveRegisterParametersRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RetrieveRegisterParametersRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -72,65 +54,58 @@ private RetrieveRegisterParametersRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - domainName_ = s; - break; - } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - location_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.class, - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.Builder.class); + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.class, com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.Builder.class); } public static final int DOMAIN_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object domainName_; /** - * - * *
    * Required. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The domainName. */ @java.lang.Override @@ -139,29 +114,29 @@ public java.lang.String getDomainName() { 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(); domainName_ = s; return s; } } /** - * - * *
    * Required. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for domainName. */ @java.lang.Override - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -172,16 +147,11 @@ public com.google.protobuf.ByteString getDomainNameBytes() { public static final int LOCATION_FIELD_NUMBER = 2; private volatile java.lang.Object location_; /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ @java.lang.Override @@ -190,31 +160,29 @@ public java.lang.String getLocation() { 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(); location_ = s; return s; } } /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ @java.lang.Override - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -223,7 +191,6 @@ public com.google.protobuf.ByteString getLocationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -235,11 +202,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getDomainNameBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); } - if (!getLocationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); } unknownFields.writeTo(output); @@ -251,10 +219,10 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getDomainNameBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); } - if (!getLocationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); } size += unknownFields.getSerializedSize(); @@ -265,16 +233,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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest other = - (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) obj; + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest other = (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) obj; - if (!getDomainName().equals(other.getDomainName())) return false; - if (!getLocation().equals(other.getLocation())) return false; + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -296,145 +265,134 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest 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; } /** - * - * *
    * Request for the `RetrieveRegisterParameters` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest} */ - 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.class, - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.Builder.class); + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.class, com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.Builder.class); } - // Construct using - // com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.newBuilder() + // Construct using com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -446,16 +404,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - getDefaultInstanceForType() { - return com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - .getDefaultInstance(); + public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.getDefaultInstance(); } @java.lang.Override @@ -469,8 +425,7 @@ public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest build( @java.lang.Override public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest buildPartial() { - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest result = - new com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest(this); + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest result = new com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest(this); result.domainName_ = domainName_; result.location_ = location_; onBuilt(); @@ -481,51 +436,46 @@ public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest buildP 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.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) { - return mergeFrom( - (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest other) { - if (other - == com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest other) { + if (other == com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest.getDefaultInstance()) return this; if (!other.getDomainName().isEmpty()) { domainName_ = other.domainName_; onChanged(); @@ -553,9 +503,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -567,20 +515,18 @@ public Builder mergeFrom( private java.lang.Object domainName_ = ""; /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The domainName. */ public java.lang.String getDomainName() { java.lang.Object ref = domainName_; 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(); domainName_ = s; return s; @@ -589,21 +535,20 @@ public java.lang.String getDomainName() { } } /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for domainName. */ - public com.google.protobuf.ByteString getDomainNameBytes() { + public com.google.protobuf.ByteString + getDomainNameBytes() { java.lang.Object ref = domainName_; 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); domainName_ = b; return b; } else { @@ -611,61 +556,54 @@ public com.google.protobuf.ByteString getDomainNameBytes() { } } /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The domainName to set. * @return This builder for chaining. */ - public Builder setDomainName(java.lang.String value) { + public Builder setDomainName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + domainName_ = value; onChanged(); return this; } /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearDomainName() { - + domainName_ = getDefaultInstance().getDomainName(); onChanged(); return this; } /** - * - * *
      * Required. The domain name. Unicode domain names must be expressed in Punycode format.
      * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @param value The bytes for domainName to set. * @return This builder for chaining. */ - public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + domainName_ = value; onChanged(); return this; @@ -673,22 +611,18 @@ public Builder setDomainNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object location_ = ""; /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ public java.lang.String getLocation() { java.lang.Object ref = location_; 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(); location_ = s; return s; @@ -697,23 +631,20 @@ public java.lang.String getLocation() { } } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -721,74 +652,61 @@ public com.google.protobuf.ByteString getLocationBytes() { } } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The location to set. * @return This builder for chaining. */ - public Builder setLocation(java.lang.String value) { + public Builder setLocation( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + location_ = value; onChanged(); return this; } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearLocation() { - + location_ = getDefaultInstance().getLocation(); onChanged(); return this; } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for location to set. * @return This builder for chaining. */ - public Builder setLocationBytes(com.google.protobuf.ByteString value) { + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + location_ = 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); } @@ -798,32 +716,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) - private static final com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest(); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - getDefaultInstance() { + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RetrieveRegisterParametersRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RetrieveRegisterParametersRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveRegisterParametersRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveRegisterParametersRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -835,8 +751,9 @@ public com.google.protobuf.Parser getParserFo } @java.lang.Override - public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequestOrBuilder.java similarity index 52% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequestOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequestOrBuilder.java index 3e925b59..004b285f 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequestOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersRequestOrBuilder.java @@ -1,79 +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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface RetrieveRegisterParametersRequestOrBuilder - extends +public interface RetrieveRegisterParametersRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.RetrieveRegisterParametersRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The domainName. */ java.lang.String getDomainName(); /** - * - * *
    * Required. The domain name. Unicode domain names must be expressed in Punycode format.
    * 
* * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for domainName. */ - com.google.protobuf.ByteString getDomainNameBytes(); + com.google.protobuf.ByteString + getDomainNameBytes(); /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ java.lang.String getLocation(); /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ - com.google.protobuf.ByteString getLocationBytes(); + com.google.protobuf.ByteString + getLocationBytes(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponse.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponse.java similarity index 63% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponse.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponse.java index 552fcf60..f790b653 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponse.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponse.java @@ -1,56 +1,39 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Response for the `RetrieveRegisterParameters` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse} */ -public final class RetrieveRegisterParametersResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class RetrieveRegisterParametersResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) RetrieveRegisterParametersResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use RetrieveRegisterParametersResponse.newBuilder() to construct. - private RetrieveRegisterParametersResponse( - com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RetrieveRegisterParametersResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private RetrieveRegisterParametersResponse() {} + private RetrieveRegisterParametersResponse() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new RetrieveRegisterParametersResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private RetrieveRegisterParametersResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -69,68 +52,59 @@ private RetrieveRegisterParametersResponse( case 0: done = true; break; - case 10: - { - com.google.cloud.domains.v1beta1.RegisterParameters.Builder subBuilder = null; - if (registerParameters_ != null) { - subBuilder = registerParameters_.toBuilder(); - } - registerParameters_ = - input.readMessage( - com.google.cloud.domains.v1beta1.RegisterParameters.parser(), - extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(registerParameters_); - registerParameters_ = subBuilder.buildPartial(); - } - - break; + case 10: { + com.google.cloud.domains.v1beta1.RegisterParameters.Builder subBuilder = null; + if (registerParameters_ != null) { + subBuilder = registerParameters_.toBuilder(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + registerParameters_ = input.readMessage(com.google.cloud.domains.v1beta1.RegisterParameters.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registerParameters_); + registerParameters_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.class, - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.Builder.class); + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.class, com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.Builder.class); } public static final int REGISTER_PARAMETERS_FIELD_NUMBER = 1; private com.google.cloud.domains.v1beta1.RegisterParameters registerParameters_; /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * * @return Whether the registerParameters field is set. */ @java.lang.Override @@ -138,25 +112,18 @@ public boolean hasRegisterParameters() { return registerParameters_ != null; } /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * * @return The registerParameters. */ @java.lang.Override public com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters() { - return registerParameters_ == null - ? com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance() - : registerParameters_; + return registerParameters_ == null ? com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance() : registerParameters_; } /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
@@ -164,13 +131,11 @@ public com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ @java.lang.Override - public com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder - getRegisterParametersOrBuilder() { + public com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder getRegisterParametersOrBuilder() { return getRegisterParameters(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -182,7 +147,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 (registerParameters_ != null) { output.writeMessage(1, getRegisterParameters()); } @@ -196,7 +162,8 @@ public int getSerializedSize() { size = 0; if (registerParameters_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getRegisterParameters()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getRegisterParameters()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -206,17 +173,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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse other = - (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) obj; + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse other = (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) obj; if (hasRegisterParameters() != other.hasRegisterParameters()) return false; if (hasRegisterParameters()) { - if (!getRegisterParameters().equals(other.getRegisterParameters())) return false; + if (!getRegisterParameters() + .equals(other.getRegisterParameters())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -239,145 +206,134 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse 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; } /** - * - * *
    * Response for the `RetrieveRegisterParameters` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse} */ - 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.class, - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.Builder.class); + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.class, com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.Builder.class); } - // Construct using - // com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.newBuilder() + // Construct using com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -391,16 +347,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor; } @java.lang.Override - public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - getDefaultInstanceForType() { - return com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - .getDefaultInstance(); + public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse getDefaultInstanceForType() { + return com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.getDefaultInstance(); } @java.lang.Override @@ -414,8 +368,7 @@ public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse build @java.lang.Override public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse buildPartial() { - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse result = - new com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse(this); + com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse result = new com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse(this); if (registerParametersBuilder_ == null) { result.registerParameters_ = registerParameters_; } else { @@ -429,51 +382,46 @@ public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse build 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.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) { - return mergeFrom( - (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) other); + return mergeFrom((com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse other) { - if (other - == com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse other) { + if (other == com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse.getDefaultInstance()) return this; if (other.hasRegisterParameters()) { mergeRegisterParameters(other.getRegisterParameters()); } @@ -496,9 +444,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) - e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -510,55 +456,41 @@ public Builder mergeFrom( private com.google.cloud.domains.v1beta1.RegisterParameters registerParameters_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.RegisterParameters, - com.google.cloud.domains.v1beta1.RegisterParameters.Builder, - com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder> - registerParametersBuilder_; + com.google.cloud.domains.v1beta1.RegisterParameters, com.google.cloud.domains.v1beta1.RegisterParameters.Builder, com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder> registerParametersBuilder_; /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * * @return Whether the registerParameters field is set. */ public boolean hasRegisterParameters() { return registerParametersBuilder_ != null || registerParameters_ != null; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * * @return The registerParameters. */ public com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters() { if (registerParametersBuilder_ == null) { - return registerParameters_ == null - ? com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance() - : registerParameters_; + return registerParameters_ == null ? com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance() : registerParameters_; } else { return registerParametersBuilder_.getMessage(); } } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public Builder setRegisterParameters( - com.google.cloud.domains.v1beta1.RegisterParameters value) { + public Builder setRegisterParameters(com.google.cloud.domains.v1beta1.RegisterParameters value) { if (registerParametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -572,8 +504,6 @@ public Builder setRegisterParameters( return this; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
@@ -592,22 +522,17 @@ public Builder setRegisterParameters( return this; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public Builder mergeRegisterParameters( - com.google.cloud.domains.v1beta1.RegisterParameters value) { + public Builder mergeRegisterParameters(com.google.cloud.domains.v1beta1.RegisterParameters value) { if (registerParametersBuilder_ == null) { if (registerParameters_ != null) { registerParameters_ = - com.google.cloud.domains.v1beta1.RegisterParameters.newBuilder(registerParameters_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.RegisterParameters.newBuilder(registerParameters_).mergeFrom(value).buildPartial(); } else { registerParameters_ = value; } @@ -619,8 +544,6 @@ public Builder mergeRegisterParameters( return this; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
@@ -639,42 +562,33 @@ public Builder clearRegisterParameters() { return this; } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1beta1.RegisterParameters.Builder - getRegisterParametersBuilder() { - + public com.google.cloud.domains.v1beta1.RegisterParameters.Builder getRegisterParametersBuilder() { + onChanged(); return getRegisterParametersFieldBuilder().getBuilder(); } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder - getRegisterParametersOrBuilder() { + public com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder getRegisterParametersOrBuilder() { if (registerParametersBuilder_ != null) { return registerParametersBuilder_.getMessageOrBuilder(); } else { - return registerParameters_ == null - ? com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance() - : registerParameters_; + return registerParameters_ == null ? + com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance() : registerParameters_; } } /** - * - * *
      * Parameters to use when calling the `RegisterDomain` method.
      * 
@@ -682,24 +596,21 @@ public Builder clearRegisterParameters() { * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.RegisterParameters, - com.google.cloud.domains.v1beta1.RegisterParameters.Builder, - com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder> + com.google.cloud.domains.v1beta1.RegisterParameters, com.google.cloud.domains.v1beta1.RegisterParameters.Builder, com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder> getRegisterParametersFieldBuilder() { if (registerParametersBuilder_ == null) { - registerParametersBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.RegisterParameters, - com.google.cloud.domains.v1beta1.RegisterParameters.Builder, - com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder>( - getRegisterParameters(), getParentForChildren(), isClean()); + registerParametersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.RegisterParameters, com.google.cloud.domains.v1beta1.RegisterParameters.Builder, com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder>( + getRegisterParameters(), + getParentForChildren(), + isClean()); registerParameters_ = null; } return registerParametersBuilder_; } - @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); } @@ -709,32 +620,30 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) - private static final com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - DEFAULT_INSTANCE; - + private static final com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse(); } - public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - getDefaultInstance() { + public static com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public RetrieveRegisterParametersResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new RetrieveRegisterParametersResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveRegisterParametersResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveRegisterParametersResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -746,8 +655,9 @@ public com.google.protobuf.Parser getParserF } @java.lang.Override - public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse - getDefaultInstanceForType() { + public com.google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponseOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponseOrBuilder.java similarity index 63% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponseOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponseOrBuilder.java index 353e7f18..ff42db57 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponseOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveRegisterParametersResponseOrBuilder.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface RetrieveRegisterParametersResponseOrBuilder - extends +public interface RetrieveRegisterParametersResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.RetrieveRegisterParametersResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * * @return Whether the registerParameters field is set. */ boolean hasRegisterParameters(); /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
* * .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * * @return The registerParameters. */ com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters(); /** - * - * *
    * Parameters to use when calling the `RegisterDomain` method.
    * 
diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersRequest.java new file mode 100644 index 00000000..a1db5633 --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersRequest.java @@ -0,0 +1,759 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +/** + *
+ * Request for the `RetrieveTransferParameters` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveTransferParametersRequest} + */ +public final class RetrieveTransferParametersRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.RetrieveTransferParametersRequest) + RetrieveTransferParametersRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveTransferParametersRequest.newBuilder() to construct. + private RetrieveTransferParametersRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveTransferParametersRequest() { + domainName_ = ""; + location_ = ""; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveTransferParametersRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveTransferParametersRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.class, com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.Builder.class); + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object domainName_; + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int LOCATION_FIELD_NUMBER = 2; + private volatile java.lang.Object location_; + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + @java.lang.Override + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } + } + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest other = (com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest) obj; + + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + hash = (37 * hash) + LOCATION_FIELD_NUMBER; + hash = (53 * hash) + getLocation().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest 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.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `RetrieveTransferParameters` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveTransferParametersRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1beta1.RetrieveTransferParametersRequest) + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.class, com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + domainName_ = ""; + + location_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest build() { + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest buildPartial() { + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest result = new com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest(this); + result.domainName_ = domainName_; + result.location_ = location_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1beta1.RetrieveTransferParametersRequest) { + return mergeFrom((com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest other) { + if (other == com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest.getDefaultInstance()) return this; + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (!other.getLocation().isEmpty()) { + location_ = other.location_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object domainName_ = ""; + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+     * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private java.lang.Object location_ = ""; + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + public java.lang.String getLocation() { + java.lang.Object ref = location_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + location_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + public com.google.protobuf.ByteString + getLocationBytes() { + java.lang.Object ref = location_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + location_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The location to set. + * @return This builder for chaining. + */ + public Builder setLocation( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + location_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearLocation() { + + location_ = getDefaultInstance().getLocation(); + onChanged(); + return this; + } + /** + *
+     * Required. The location. Must be in the format `projects/*/locations/*`.
+     * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for location to set. + * @return This builder for chaining. + */ + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + location_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.RetrieveTransferParametersRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.RetrieveTransferParametersRequest) + private static final com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest(); + } + + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveTransferParametersRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveTransferParametersRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersRequestOrBuilder.java new file mode 100644 index 00000000..84f2828f --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersRequestOrBuilder.java @@ -0,0 +1,49 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface RetrieveTransferParametersRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.RetrieveTransferParametersRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * Required. The domain name. Unicode domain names must be expressed in Punycode format.
+   * 
+ * + * string domain_name = 1 [(.google.api.field_behavior) = REQUIRED]; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The location. + */ + java.lang.String getLocation(); + /** + *
+   * Required. The location. Must be in the format `projects/*/locations/*`.
+   * 
+ * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for location. + */ + com.google.protobuf.ByteString + getLocationBytes(); +} diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersResponse.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersResponse.java new file mode 100644 index 00000000..d4af60c2 --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersResponse.java @@ -0,0 +1,663 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +/** + *
+ * Response for the `RetrieveTransferParameters` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveTransferParametersResponse} + */ +public final class RetrieveTransferParametersResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.RetrieveTransferParametersResponse) + RetrieveTransferParametersResponseOrBuilder { +private static final long serialVersionUID = 0L; + // Use RetrieveTransferParametersResponse.newBuilder() to construct. + private RetrieveTransferParametersResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private RetrieveTransferParametersResponse() { + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new RetrieveTransferParametersResponse(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private RetrieveTransferParametersResponse( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + com.google.cloud.domains.v1beta1.TransferParameters.Builder subBuilder = null; + if (transferParameters_ != null) { + subBuilder = transferParameters_.toBuilder(); + } + transferParameters_ = input.readMessage(com.google.cloud.domains.v1beta1.TransferParameters.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(transferParameters_); + transferParameters_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.class, com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.Builder.class); + } + + public static final int TRANSFER_PARAMETERS_FIELD_NUMBER = 1; + private com.google.cloud.domains.v1beta1.TransferParameters transferParameters_; + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + @java.lang.Override + public boolean hasTransferParameters() { + return transferParameters_ != null; + } + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferParameters getTransferParameters() { + return transferParameters_ == null ? com.google.cloud.domains.v1beta1.TransferParameters.getDefaultInstance() : transferParameters_; + } + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferParametersOrBuilder getTransferParametersOrBuilder() { + return getTransferParameters(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (transferParameters_ != null) { + output.writeMessage(1, getTransferParameters()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (transferParameters_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getTransferParameters()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse)) { + return super.equals(obj); + } + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse other = (com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse) obj; + + if (hasTransferParameters() != other.hasTransferParameters()) return false; + if (hasTransferParameters()) { + if (!getTransferParameters() + .equals(other.getTransferParameters())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasTransferParameters()) { + hash = (37 * hash) + TRANSFER_PARAMETERS_FIELD_NUMBER; + hash = (53 * hash) + getTransferParameters().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse 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.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Response for the `RetrieveTransferParameters` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1beta1.RetrieveTransferParametersResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1beta1.RetrieveTransferParametersResponse) + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.class, com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.Builder.class); + } + + // Construct using com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (transferParametersBuilder_ == null) { + transferParameters_ = null; + } else { + transferParameters_ = null; + transferParametersBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_RetrieveTransferParametersResponse_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse getDefaultInstanceForType() { + return com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse build() { + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse buildPartial() { + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse result = new com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse(this); + if (transferParametersBuilder_ == null) { + result.transferParameters_ = transferParameters_; + } else { + result.transferParameters_ = transferParametersBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1beta1.RetrieveTransferParametersResponse) { + return mergeFrom((com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse other) { + if (other == com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse.getDefaultInstance()) return this; + if (other.hasTransferParameters()) { + mergeTransferParameters(other.getTransferParameters()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.cloud.domains.v1beta1.TransferParameters transferParameters_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.TransferParameters, com.google.cloud.domains.v1beta1.TransferParameters.Builder, com.google.cloud.domains.v1beta1.TransferParametersOrBuilder> transferParametersBuilder_; + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + public boolean hasTransferParameters() { + return transferParametersBuilder_ != null || transferParameters_ != null; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + public com.google.cloud.domains.v1beta1.TransferParameters getTransferParameters() { + if (transferParametersBuilder_ == null) { + return transferParameters_ == null ? com.google.cloud.domains.v1beta1.TransferParameters.getDefaultInstance() : transferParameters_; + } else { + return transferParametersBuilder_.getMessage(); + } + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + public Builder setTransferParameters(com.google.cloud.domains.v1beta1.TransferParameters value) { + if (transferParametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + transferParameters_ = value; + onChanged(); + } else { + transferParametersBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + public Builder setTransferParameters( + com.google.cloud.domains.v1beta1.TransferParameters.Builder builderForValue) { + if (transferParametersBuilder_ == null) { + transferParameters_ = builderForValue.build(); + onChanged(); + } else { + transferParametersBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + public Builder mergeTransferParameters(com.google.cloud.domains.v1beta1.TransferParameters value) { + if (transferParametersBuilder_ == null) { + if (transferParameters_ != null) { + transferParameters_ = + com.google.cloud.domains.v1beta1.TransferParameters.newBuilder(transferParameters_).mergeFrom(value).buildPartial(); + } else { + transferParameters_ = value; + } + onChanged(); + } else { + transferParametersBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + public Builder clearTransferParameters() { + if (transferParametersBuilder_ == null) { + transferParameters_ = null; + onChanged(); + } else { + transferParameters_ = null; + transferParametersBuilder_ = null; + } + + return this; + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + public com.google.cloud.domains.v1beta1.TransferParameters.Builder getTransferParametersBuilder() { + + onChanged(); + return getTransferParametersFieldBuilder().getBuilder(); + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + public com.google.cloud.domains.v1beta1.TransferParametersOrBuilder getTransferParametersOrBuilder() { + if (transferParametersBuilder_ != null) { + return transferParametersBuilder_.getMessageOrBuilder(); + } else { + return transferParameters_ == null ? + com.google.cloud.domains.v1beta1.TransferParameters.getDefaultInstance() : transferParameters_; + } + } + /** + *
+     * Parameters to use when calling the `TransferDomain` method.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.TransferParameters, com.google.cloud.domains.v1beta1.TransferParameters.Builder, com.google.cloud.domains.v1beta1.TransferParametersOrBuilder> + getTransferParametersFieldBuilder() { + if (transferParametersBuilder_ == null) { + transferParametersBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.TransferParameters, com.google.cloud.domains.v1beta1.TransferParameters.Builder, com.google.cloud.domains.v1beta1.TransferParametersOrBuilder>( + getTransferParameters(), + getParentForChildren(), + isClean()); + transferParameters_ = null; + } + return transferParametersBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.RetrieveTransferParametersResponse) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.RetrieveTransferParametersResponse) + private static final com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse(); + } + + public static com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public RetrieveTransferParametersResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new RetrieveTransferParametersResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.RetrieveTransferParametersResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersResponseOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersResponseOrBuilder.java new file mode 100644 index 00000000..c7263e6a --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveTransferParametersResponseOrBuilder.java @@ -0,0 +1,36 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface RetrieveTransferParametersResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.RetrieveTransferParametersResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + * @return Whether the transferParameters field is set. + */ + boolean hasTransferParameters(); + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + * @return The transferParameters. + */ + com.google.cloud.domains.v1beta1.TransferParameters getTransferParameters(); + /** + *
+   * Parameters to use when calling the `TransferDomain` method.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferParameters transfer_parameters = 1; + */ + com.google.cloud.domains.v1beta1.TransferParametersOrBuilder getTransferParametersOrBuilder(); +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequest.java similarity index 65% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequest.java index d4c684e2..27a13151 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequest.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `SearchDomains` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.SearchDomainsRequest} */ -public final class SearchDomainsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class SearchDomainsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.SearchDomainsRequest) SearchDomainsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use SearchDomainsRequest.newBuilder() to construct. private SearchDomainsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private SearchDomainsRequest() { query_ = ""; location_ = ""; @@ -44,15 +26,16 @@ private SearchDomainsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new SearchDomainsRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private SearchDomainsRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,65 +54,58 @@ private SearchDomainsRequest( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); - query_ = s; - break; - } - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); + query_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); - location_ = s; - break; - } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + location_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.SearchDomainsRequest.class, - com.google.cloud.domains.v1beta1.SearchDomainsRequest.Builder.class); + com.google.cloud.domains.v1beta1.SearchDomainsRequest.class, com.google.cloud.domains.v1beta1.SearchDomainsRequest.Builder.class); } public static final int QUERY_FIELD_NUMBER = 1; private volatile java.lang.Object query_; /** - * - * *
    * Required. String used to search for available domain names.
    * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The query. */ @java.lang.Override @@ -138,29 +114,29 @@ 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(); query_ = s; return s; } } /** - * - * *
    * Required. String used to search for available domain names.
    * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for query. */ @java.lang.Override - public com.google.protobuf.ByteString getQueryBytes() { + public com.google.protobuf.ByteString + getQueryBytes() { java.lang.Object ref = query_; 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); query_ = b; return b; } else { @@ -171,16 +147,11 @@ public com.google.protobuf.ByteString getQueryBytes() { public static final int LOCATION_FIELD_NUMBER = 2; private volatile java.lang.Object location_; /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ @java.lang.Override @@ -189,31 +160,29 @@ public java.lang.String getLocation() { 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(); location_ = s; return s; } } /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ @java.lang.Override - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -222,7 +191,6 @@ public com.google.protobuf.ByteString getLocationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -234,11 +202,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getQueryBytes().isEmpty()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(query_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, query_); } - if (!getLocationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, location_); } unknownFields.writeTo(output); @@ -250,10 +219,10 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getQueryBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(query_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, query_); } - if (!getLocationBytes().isEmpty()) { + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, location_); } size += unknownFields.getSerializedSize(); @@ -264,16 +233,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.cloud.domains.v1beta1.SearchDomainsRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.SearchDomainsRequest other = - (com.google.cloud.domains.v1beta1.SearchDomainsRequest) obj; + com.google.cloud.domains.v1beta1.SearchDomainsRequest other = (com.google.cloud.domains.v1beta1.SearchDomainsRequest) obj; - if (!getQuery().equals(other.getQuery())) return false; - if (!getLocation().equals(other.getLocation())) return false; + if (!getQuery() + .equals(other.getQuery())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -295,127 +265,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.SearchDomainsRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.SearchDomainsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.SearchDomainsRequest 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; } /** - * - * *
    * Request for the `SearchDomains` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.SearchDomainsRequest} */ - 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.cloud.domains.v1beta1.SearchDomainsRequest) com.google.cloud.domains.v1beta1.SearchDomainsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.SearchDomainsRequest.class, - com.google.cloud.domains.v1beta1.SearchDomainsRequest.Builder.class); + com.google.cloud.domains.v1beta1.SearchDomainsRequest.class, com.google.cloud.domains.v1beta1.SearchDomainsRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.SearchDomainsRequest.newBuilder() @@ -423,15 +383,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -443,9 +404,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor; } @java.lang.Override @@ -464,8 +425,7 @@ public com.google.cloud.domains.v1beta1.SearchDomainsRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.SearchDomainsRequest buildPartial() { - com.google.cloud.domains.v1beta1.SearchDomainsRequest result = - new com.google.cloud.domains.v1beta1.SearchDomainsRequest(this); + com.google.cloud.domains.v1beta1.SearchDomainsRequest result = new com.google.cloud.domains.v1beta1.SearchDomainsRequest(this); result.query_ = query_; result.location_ = location_; onBuilt(); @@ -476,39 +436,38 @@ public com.google.cloud.domains.v1beta1.SearchDomainsRequest 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.cloud.domains.v1beta1.SearchDomainsRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.SearchDomainsRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.SearchDomainsRequest)other); } else { super.mergeFrom(other); return this; @@ -516,8 +475,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.SearchDomainsRequest other) { - if (other == com.google.cloud.domains.v1beta1.SearchDomainsRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.SearchDomainsRequest.getDefaultInstance()) return this; if (!other.getQuery().isEmpty()) { query_ = other.query_; onChanged(); @@ -545,8 +503,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.SearchDomainsRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.SearchDomainsRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -558,20 +515,18 @@ public Builder mergeFrom( private java.lang.Object query_ = ""; /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The query. */ public java.lang.String getQuery() { java.lang.Object ref = query_; 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(); query_ = s; return s; @@ -580,21 +535,20 @@ public java.lang.String getQuery() { } } /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for query. */ - public com.google.protobuf.ByteString getQueryBytes() { + public com.google.protobuf.ByteString + getQueryBytes() { java.lang.Object ref = query_; 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); query_ = b; return b; } else { @@ -602,61 +556,54 @@ public com.google.protobuf.ByteString getQueryBytes() { } } /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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(); - } - + throw new NullPointerException(); + } + query_ = value; onChanged(); return this; } /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return This builder for chaining. */ public Builder clearQuery() { - + query_ = getDefaultInstance().getQuery(); onChanged(); return this; } /** - * - * *
      * Required. String used to search for available domain names.
      * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @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); + query_ = value; onChanged(); return this; @@ -664,22 +611,18 @@ public Builder setQueryBytes(com.google.protobuf.ByteString value) { private java.lang.Object location_ = ""; /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ public java.lang.String getLocation() { java.lang.Object ref = location_; 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(); location_ = s; return s; @@ -688,23 +631,20 @@ public java.lang.String getLocation() { } } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ - public com.google.protobuf.ByteString getLocationBytes() { + public com.google.protobuf.ByteString + getLocationBytes() { java.lang.Object ref = location_; 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); location_ = b; return b; } else { @@ -712,74 +652,61 @@ public com.google.protobuf.ByteString getLocationBytes() { } } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The location to set. * @return This builder for chaining. */ - public Builder setLocation(java.lang.String value) { + public Builder setLocation( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + location_ = value; onChanged(); return this; } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearLocation() { - + location_ = getDefaultInstance().getLocation(); onChanged(); return this; } /** - * - * *
      * Required. The location. Must be in the format `projects/*/locations/*`.
      * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for location to set. * @return This builder for chaining. */ - public Builder setLocationBytes(com.google.protobuf.ByteString value) { + public Builder setLocationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + location_ = 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); } @@ -789,12 +716,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.SearchDomainsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.SearchDomainsRequest) private static final com.google.cloud.domains.v1beta1.SearchDomainsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.SearchDomainsRequest(); } @@ -803,16 +730,16 @@ public static com.google.cloud.domains.v1beta1.SearchDomainsRequest getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public SearchDomainsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new SearchDomainsRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public SearchDomainsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new SearchDomainsRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -827,4 +754,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.SearchDomainsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequestOrBuilder.java similarity index 50% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequestOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequestOrBuilder.java index cc0a024c..4c9dac91 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequestOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsRequestOrBuilder.java @@ -1,79 +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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface SearchDomainsRequestOrBuilder - extends +public interface SearchDomainsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.SearchDomainsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. String used to search for available domain names.
    * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The query. */ java.lang.String getQuery(); /** - * - * *
    * Required. String used to search for available domain names.
    * 
* * string query = 1 [(.google.api.field_behavior) = REQUIRED]; - * * @return The bytes for query. */ - com.google.protobuf.ByteString getQueryBytes(); + com.google.protobuf.ByteString + getQueryBytes(); /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The location. */ java.lang.String getLocation(); /** - * - * *
    * Required. The location. Must be in the format `projects/*/locations/*`.
    * 
* - * - * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for location. */ - com.google.protobuf.ByteString getLocationBytes(); + com.google.protobuf.ByteString + getLocationBytes(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponse.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponse.java similarity index 71% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponse.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponse.java index 8f8cd682..0a4f799d 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponse.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponse.java @@ -1,57 +1,40 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Response for the `SearchDomains` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.SearchDomainsResponse} */ -public final class SearchDomainsResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class SearchDomainsResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.SearchDomainsResponse) SearchDomainsResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use SearchDomainsResponse.newBuilder() to construct. private SearchDomainsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private SearchDomainsResponse() { registerParameters_ = 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 SearchDomainsResponse(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private SearchDomainsResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -71,32 +54,29 @@ private SearchDomainsResponse( case 0: done = true; break; - case 10: - { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - registerParameters_ = - new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - registerParameters_.add( - input.readMessage( - com.google.cloud.domains.v1beta1.RegisterParameters.parser(), - extensionRegistry)); - break; + case 10: { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + registerParameters_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + registerParameters_.add( + input.readMessage(com.google.cloud.domains.v1beta1.RegisterParameters.parser(), extensionRegistry)); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) != 0)) { registerParameters_ = java.util.Collections.unmodifiableList(registerParameters_); @@ -105,27 +85,22 @@ private SearchDomainsResponse( makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.SearchDomainsResponse.class, - com.google.cloud.domains.v1beta1.SearchDomainsResponse.Builder.class); + com.google.cloud.domains.v1beta1.SearchDomainsResponse.class, com.google.cloud.domains.v1beta1.SearchDomainsResponse.Builder.class); } public static final int REGISTER_PARAMETERS_FIELD_NUMBER = 1; private java.util.List registerParameters_; /** - * - * *
    * Results of the domain name search.
    * 
@@ -133,13 +108,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ @java.lang.Override - public java.util.List - getRegisterParametersList() { + public java.util.List getRegisterParametersList() { return registerParameters_; } /** - * - * *
    * Results of the domain name search.
    * 
@@ -147,13 +119,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ @java.lang.Override - public java.util.List + public java.util.List getRegisterParametersOrBuilderList() { return registerParameters_; } /** - * - * *
    * Results of the domain name search.
    * 
@@ -165,8 +135,6 @@ public int getRegisterParametersCount() { return registerParameters_.size(); } /** - * - * *
    * Results of the domain name search.
    * 
@@ -178,8 +146,6 @@ public com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters return registerParameters_.get(index); } /** - * - * *
    * Results of the domain name search.
    * 
@@ -187,13 +153,12 @@ public com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ @java.lang.Override - public com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder - getRegisterParametersOrBuilder(int index) { + public com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder getRegisterParametersOrBuilder( + int index) { return registerParameters_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -205,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 { for (int i = 0; i < registerParameters_.size(); i++) { output.writeMessage(1, registerParameters_.get(i)); } @@ -219,8 +185,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < registerParameters_.size(); i++) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(1, registerParameters_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, registerParameters_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -230,15 +196,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.cloud.domains.v1beta1.SearchDomainsResponse)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.SearchDomainsResponse other = - (com.google.cloud.domains.v1beta1.SearchDomainsResponse) obj; + com.google.cloud.domains.v1beta1.SearchDomainsResponse other = (com.google.cloud.domains.v1beta1.SearchDomainsResponse) obj; - if (!getRegisterParametersList().equals(other.getRegisterParametersList())) return false; + if (!getRegisterParametersList() + .equals(other.getRegisterParametersList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -260,127 +226,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.SearchDomainsResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.SearchDomainsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.SearchDomainsResponse 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; } /** - * - * *
    * Response for the `SearchDomains` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.SearchDomainsResponse} */ - 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.cloud.domains.v1beta1.SearchDomainsResponse) com.google.cloud.domains.v1beta1.SearchDomainsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.SearchDomainsResponse.class, - com.google.cloud.domains.v1beta1.SearchDomainsResponse.Builder.class); + com.google.cloud.domains.v1beta1.SearchDomainsResponse.class, com.google.cloud.domains.v1beta1.SearchDomainsResponse.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.SearchDomainsResponse.newBuilder() @@ -388,17 +344,17 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { getRegisterParametersFieldBuilder(); } } - @java.lang.Override public Builder clear() { super.clear(); @@ -412,9 +368,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor; } @java.lang.Override @@ -433,8 +389,7 @@ public com.google.cloud.domains.v1beta1.SearchDomainsResponse build() { @java.lang.Override public com.google.cloud.domains.v1beta1.SearchDomainsResponse buildPartial() { - com.google.cloud.domains.v1beta1.SearchDomainsResponse result = - new com.google.cloud.domains.v1beta1.SearchDomainsResponse(this); + com.google.cloud.domains.v1beta1.SearchDomainsResponse result = new com.google.cloud.domains.v1beta1.SearchDomainsResponse(this); int from_bitField0_ = bitField0_; if (registerParametersBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { @@ -453,39 +408,38 @@ public com.google.cloud.domains.v1beta1.SearchDomainsResponse 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.cloud.domains.v1beta1.SearchDomainsResponse) { - return mergeFrom((com.google.cloud.domains.v1beta1.SearchDomainsResponse) other); + return mergeFrom((com.google.cloud.domains.v1beta1.SearchDomainsResponse)other); } else { super.mergeFrom(other); return this; @@ -493,8 +447,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.SearchDomainsResponse other) { - if (other == com.google.cloud.domains.v1beta1.SearchDomainsResponse.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.SearchDomainsResponse.getDefaultInstance()) return this; if (registerParametersBuilder_ == null) { if (!other.registerParameters_.isEmpty()) { if (registerParameters_.isEmpty()) { @@ -513,10 +466,9 @@ public Builder mergeFrom(com.google.cloud.domains.v1beta1.SearchDomainsResponse registerParametersBuilder_ = null; registerParameters_ = other.registerParameters_; bitField0_ = (bitField0_ & ~0x00000001); - registerParametersBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getRegisterParametersFieldBuilder() - : null; + registerParametersBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getRegisterParametersFieldBuilder() : null; } else { registerParametersBuilder_.addAllMessages(other.registerParameters_); } @@ -541,8 +493,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.SearchDomainsResponse) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.SearchDomainsResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -551,39 +502,28 @@ public Builder mergeFrom( } return this; } - private int bitField0_; - private java.util.List - registerParameters_ = java.util.Collections.emptyList(); - + private java.util.List registerParameters_ = + java.util.Collections.emptyList(); private void ensureRegisterParametersIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - registerParameters_ = - new java.util.ArrayList( - registerParameters_); + registerParameters_ = new java.util.ArrayList(registerParameters_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.RegisterParameters, - com.google.cloud.domains.v1beta1.RegisterParameters.Builder, - com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder> - registerParametersBuilder_; + com.google.cloud.domains.v1beta1.RegisterParameters, com.google.cloud.domains.v1beta1.RegisterParameters.Builder, com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder> registerParametersBuilder_; /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public java.util.List - getRegisterParametersList() { + public java.util.List getRegisterParametersList() { if (registerParametersBuilder_ == null) { return java.util.Collections.unmodifiableList(registerParameters_); } else { @@ -591,14 +531,11 @@ private void ensureRegisterParametersIsMutable() { } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public int getRegisterParametersCount() { if (registerParametersBuilder_ == null) { @@ -608,14 +545,11 @@ public int getRegisterParametersCount() { } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters(int index) { if (registerParametersBuilder_ == null) { @@ -625,14 +559,11 @@ public com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public Builder setRegisterParameters( int index, com.google.cloud.domains.v1beta1.RegisterParameters value) { @@ -649,14 +580,11 @@ public Builder setRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public Builder setRegisterParameters( int index, com.google.cloud.domains.v1beta1.RegisterParameters.Builder builderForValue) { @@ -670,17 +598,13 @@ public Builder setRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public Builder addRegisterParameters( - com.google.cloud.domains.v1beta1.RegisterParameters value) { + public Builder addRegisterParameters(com.google.cloud.domains.v1beta1.RegisterParameters value) { if (registerParametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -694,14 +618,11 @@ public Builder addRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public Builder addRegisterParameters( int index, com.google.cloud.domains.v1beta1.RegisterParameters value) { @@ -718,14 +639,11 @@ public Builder addRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public Builder addRegisterParameters( com.google.cloud.domains.v1beta1.RegisterParameters.Builder builderForValue) { @@ -739,14 +657,11 @@ public Builder addRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public Builder addRegisterParameters( int index, com.google.cloud.domains.v1beta1.RegisterParameters.Builder builderForValue) { @@ -760,20 +675,18 @@ public Builder addRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public Builder addAllRegisterParameters( java.lang.Iterable values) { if (registerParametersBuilder_ == null) { ensureRegisterParametersIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, registerParameters_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, registerParameters_); onChanged(); } else { registerParametersBuilder_.addAllMessages(values); @@ -781,14 +694,11 @@ public Builder addAllRegisterParameters( return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public Builder clearRegisterParameters() { if (registerParametersBuilder_ == null) { @@ -801,14 +711,11 @@ public Builder clearRegisterParameters() { return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public Builder removeRegisterParameters(int index) { if (registerParametersBuilder_ == null) { @@ -821,49 +728,39 @@ public Builder removeRegisterParameters(int index) { return this; } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public com.google.cloud.domains.v1beta1.RegisterParameters.Builder getRegisterParametersBuilder( int index) { return getRegisterParametersFieldBuilder().getBuilder(index); } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder - getRegisterParametersOrBuilder(int index) { + public com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder getRegisterParametersOrBuilder( + int index) { if (registerParametersBuilder_ == null) { - return registerParameters_.get(index); - } else { + return registerParameters_.get(index); } else { return registerParametersBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public java.util.List - getRegisterParametersOrBuilderList() { + public java.util.List + getRegisterParametersOrBuilderList() { if (registerParametersBuilder_ != null) { return registerParametersBuilder_.getMessageOrBuilderList(); } else { @@ -871,62 +768,45 @@ public com.google.cloud.domains.v1beta1.RegisterParameters.Builder getRegisterPa } } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public com.google.cloud.domains.v1beta1.RegisterParameters.Builder - addRegisterParametersBuilder() { - return getRegisterParametersFieldBuilder() - .addBuilder(com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance()); + public com.google.cloud.domains.v1beta1.RegisterParameters.Builder addRegisterParametersBuilder() { + return getRegisterParametersFieldBuilder().addBuilder( + com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance()); } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ public com.google.cloud.domains.v1beta1.RegisterParameters.Builder addRegisterParametersBuilder( int index) { - return getRegisterParametersFieldBuilder() - .addBuilder( - index, com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance()); + return getRegisterParametersFieldBuilder().addBuilder( + index, com.google.cloud.domains.v1beta1.RegisterParameters.getDefaultInstance()); } /** - * - * *
      * Results of the domain name search.
      * 
* - * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; - * + * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - public java.util.List - getRegisterParametersBuilderList() { + public java.util.List + getRegisterParametersBuilderList() { return getRegisterParametersFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.RegisterParameters, - com.google.cloud.domains.v1beta1.RegisterParameters.Builder, - com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder> + com.google.cloud.domains.v1beta1.RegisterParameters, com.google.cloud.domains.v1beta1.RegisterParameters.Builder, com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder> getRegisterParametersFieldBuilder() { if (registerParametersBuilder_ == null) { - registerParametersBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.domains.v1beta1.RegisterParameters, - com.google.cloud.domains.v1beta1.RegisterParameters.Builder, - com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder>( + registerParametersBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.domains.v1beta1.RegisterParameters, com.google.cloud.domains.v1beta1.RegisterParameters.Builder, com.google.cloud.domains.v1beta1.RegisterParametersOrBuilder>( registerParameters_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -935,9 +815,9 @@ public com.google.cloud.domains.v1beta1.RegisterParameters.Builder addRegisterPa } return registerParametersBuilder_; } - @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); } @@ -947,12 +827,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.SearchDomainsResponse) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.SearchDomainsResponse) private static final com.google.cloud.domains.v1beta1.SearchDomainsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.SearchDomainsResponse(); } @@ -961,16 +841,16 @@ public static com.google.cloud.domains.v1beta1.SearchDomainsResponse getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public SearchDomainsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new SearchDomainsResponse(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public SearchDomainsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new SearchDomainsResponse(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -985,4 +865,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.domains.v1beta1.SearchDomainsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponseOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponseOrBuilder.java similarity index 67% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponseOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponseOrBuilder.java index bfcbd407..d152eb33 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponseOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/SearchDomainsResponseOrBuilder.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface SearchDomainsResponseOrBuilder - extends +public interface SearchDomainsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.SearchDomainsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Results of the domain name search.
    * 
* * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - java.util.List getRegisterParametersList(); + java.util.List + getRegisterParametersList(); /** - * - * *
    * Results of the domain name search.
    * 
@@ -44,8 +25,6 @@ public interface SearchDomainsResponseOrBuilder */ com.google.cloud.domains.v1beta1.RegisterParameters getRegisterParameters(int index); /** - * - * *
    * Results of the domain name search.
    * 
@@ -54,19 +33,15 @@ public interface SearchDomainsResponseOrBuilder */ int getRegisterParametersCount(); /** - * - * *
    * Results of the domain name search.
    * 
* * repeated .google.cloud.domains.v1beta1.RegisterParameters register_parameters = 1; */ - java.util.List + java.util.List getRegisterParametersOrBuilderList(); /** - * - * *
    * Results of the domain name search.
    * 
diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequest.java new file mode 100644 index 00000000..34525392 --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequest.java @@ -0,0 +1,1857 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +/** + *
+ * Request for the `TransferDomain` method.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1beta1.TransferDomainRequest} + */ +public final class TransferDomainRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.TransferDomainRequest) + TransferDomainRequestOrBuilder { +private static final long serialVersionUID = 0L; + // Use TransferDomainRequest.newBuilder() to construct. + private TransferDomainRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TransferDomainRequest() { + parent_ = ""; + contactNotices_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new TransferDomainRequest(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TransferDomainRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + parent_ = s; + break; + } + case 18: { + com.google.cloud.domains.v1beta1.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1beta1.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); + } + + break; + } + case 24: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + contactNotices_.add(rawValue); + break; + } + case 26: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + contactNotices_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 34: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); + } + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); + } + + break; + } + case 42: { + com.google.cloud.domains.v1beta1.AuthorizationCode.Builder subBuilder = null; + if (authorizationCode_ != null) { + subBuilder = authorizationCode_.toBuilder(); + } + authorizationCode_ = input.readMessage(com.google.cloud.domains.v1beta1.AuthorizationCode.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(authorizationCode_); + authorizationCode_ = subBuilder.buildPartial(); + } + + break; + } + case 48: { + + validateOnly_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1beta1.TransferDomainRequest.class, com.google.cloud.domains.v1beta1.TransferDomainRequest.Builder.class); + } + + public static final int PARENT_FIELD_NUMBER = 1; + private volatile java.lang.Object parent_; + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + @java.lang.Override + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } + } + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int REGISTRATION_FIELD_NUMBER = 2; + private com.google.cloud.domains.v1beta1.Registration registration_; + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + @java.lang.Override + public boolean hasRegistration() { + return registration_ != null; + } + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.Registration getRegistration() { + return registration_ == null ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; + } + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrBuilder() { + return getRegistration(); + } + + public static final int CONTACT_NOTICES_FIELD_NUMBER = 3; + private java.util.List contactNotices_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice> contactNotices_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>() { + public com.google.cloud.domains.v1beta1.ContactNotice convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1beta1.ContactNotice result = com.google.cloud.domains.v1beta1.ContactNotice.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.ContactNotice.UNRECOGNIZED : result; + } + }; + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + @java.lang.Override + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + @java.lang.Override + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + @java.lang.Override + public java.util.List + getContactNoticesValueList() { + return contactNotices_; + } + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + @java.lang.Override + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + private int contactNoticesMemoizedSerializedSize; + + public static final int YEARLY_PRICE_FIELD_NUMBER = 4; + private com.google.type.Money yearlyPrice_; + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + @java.lang.Override + public boolean hasYearlyPrice() { + return yearlyPrice_ != null; + } + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + @java.lang.Override + public com.google.type.Money getYearlyPrice() { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + @java.lang.Override + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + return getYearlyPrice(); + } + + public static final int AUTHORIZATION_CODE_FIELD_NUMBER = 5; + private com.google.cloud.domains.v1beta1.AuthorizationCode authorizationCode_; + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + @java.lang.Override + public boolean hasAuthorizationCode() { + return authorizationCode_ != null; + } + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.AuthorizationCode getAuthorizationCode() { + return authorizationCode_ == null ? com.google.cloud.domains.v1beta1.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder() { + return getAuthorizationCode(); + } + + public static final int VALIDATE_ONLY_FIELD_NUMBER = 6; + private boolean validateOnly_; + /** + *
+   * Validate the request without actually transferring the domain.
+   * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); + } + if (registration_ != null) { + output.writeMessage(2, getRegistration()); + } + if (getContactNoticesList().size() > 0) { + output.writeUInt32NoTag(26); + output.writeUInt32NoTag(contactNoticesMemoizedSerializedSize); + } + for (int i = 0; i < contactNotices_.size(); i++) { + output.writeEnumNoTag(contactNotices_.get(i)); + } + if (yearlyPrice_ != null) { + output.writeMessage(4, getYearlyPrice()); + } + if (authorizationCode_ != null) { + output.writeMessage(5, getAuthorizationCode()); + } + if (validateOnly_ != false) { + output.writeBool(6, validateOnly_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); + } + if (registration_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getRegistration()); + } + { + int dataSize = 0; + for (int i = 0; i < contactNotices_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(contactNotices_.get(i)); + } + size += dataSize; + if (!getContactNoticesList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }contactNoticesMemoizedSerializedSize = dataSize; + } + if (yearlyPrice_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getYearlyPrice()); + } + if (authorizationCode_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getAuthorizationCode()); + } + if (validateOnly_ != false) { + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(6, validateOnly_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1beta1.TransferDomainRequest)) { + return super.equals(obj); + } + com.google.cloud.domains.v1beta1.TransferDomainRequest other = (com.google.cloud.domains.v1beta1.TransferDomainRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (hasRegistration() != other.hasRegistration()) return false; + if (hasRegistration()) { + if (!getRegistration() + .equals(other.getRegistration())) return false; + } + if (!contactNotices_.equals(other.contactNotices_)) return false; + if (hasYearlyPrice() != other.hasYearlyPrice()) return false; + if (hasYearlyPrice()) { + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; + } + if (hasAuthorizationCode() != other.hasAuthorizationCode()) return false; + if (hasAuthorizationCode()) { + if (!getAuthorizationCode() + .equals(other.getAuthorizationCode())) return false; + } + if (getValidateOnly() + != other.getValidateOnly()) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + PARENT_FIELD_NUMBER; + hash = (53 * hash) + getParent().hashCode(); + if (hasRegistration()) { + hash = (37 * hash) + REGISTRATION_FIELD_NUMBER; + hash = (53 * hash) + getRegistration().hashCode(); + } + if (getContactNoticesCount() > 0) { + hash = (37 * hash) + CONTACT_NOTICES_FIELD_NUMBER; + hash = (53 * hash) + contactNotices_.hashCode(); + } + if (hasYearlyPrice()) { + hash = (37 * hash) + YEARLY_PRICE_FIELD_NUMBER; + hash = (53 * hash) + getYearlyPrice().hashCode(); + } + if (hasAuthorizationCode()) { + hash = (37 * hash) + AUTHORIZATION_CODE_FIELD_NUMBER; + hash = (53 * hash) + getAuthorizationCode().hashCode(); + } + hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getValidateOnly()); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest 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.cloud.domains.v1beta1.TransferDomainRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.TransferDomainRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1beta1.TransferDomainRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Request for the `TransferDomain` method.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1beta1.TransferDomainRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1beta1.TransferDomainRequest) + com.google.cloud.domains.v1beta1.TransferDomainRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1beta1.TransferDomainRequest.class, com.google.cloud.domains.v1beta1.TransferDomainRequest.Builder.class); + } + + // Construct using com.google.cloud.domains.v1beta1.TransferDomainRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + parent_ = ""; + + if (registrationBuilder_ == null) { + registration_ = null; + } else { + registration_ = null; + registrationBuilder_ = null; + } + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = null; + } else { + authorizationCode_ = null; + authorizationCodeBuilder_ = null; + } + validateOnly_ = false; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferDomainRequest_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferDomainRequest getDefaultInstanceForType() { + return com.google.cloud.domains.v1beta1.TransferDomainRequest.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferDomainRequest build() { + com.google.cloud.domains.v1beta1.TransferDomainRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferDomainRequest buildPartial() { + com.google.cloud.domains.v1beta1.TransferDomainRequest result = new com.google.cloud.domains.v1beta1.TransferDomainRequest(this); + int from_bitField0_ = bitField0_; + result.parent_ = parent_; + if (registrationBuilder_ == null) { + result.registration_ = registration_; + } else { + result.registration_ = registrationBuilder_.build(); + } + if (((bitField0_ & 0x00000001) != 0)) { + contactNotices_ = java.util.Collections.unmodifiableList(contactNotices_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.contactNotices_ = contactNotices_; + if (yearlyPriceBuilder_ == null) { + result.yearlyPrice_ = yearlyPrice_; + } else { + result.yearlyPrice_ = yearlyPriceBuilder_.build(); + } + if (authorizationCodeBuilder_ == null) { + result.authorizationCode_ = authorizationCode_; + } else { + result.authorizationCode_ = authorizationCodeBuilder_.build(); + } + result.validateOnly_ = validateOnly_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1beta1.TransferDomainRequest) { + return mergeFrom((com.google.cloud.domains.v1beta1.TransferDomainRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1beta1.TransferDomainRequest other) { + if (other == com.google.cloud.domains.v1beta1.TransferDomainRequest.getDefaultInstance()) return this; + if (!other.getParent().isEmpty()) { + parent_ = other.parent_; + onChanged(); + } + if (other.hasRegistration()) { + mergeRegistration(other.getRegistration()); + } + if (!other.contactNotices_.isEmpty()) { + if (contactNotices_.isEmpty()) { + contactNotices_ = other.contactNotices_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureContactNoticesIsMutable(); + contactNotices_.addAll(other.contactNotices_); + } + onChanged(); + } + if (other.hasYearlyPrice()) { + mergeYearlyPrice(other.getYearlyPrice()); + } + if (other.hasAuthorizationCode()) { + mergeAuthorizationCode(other.getAuthorizationCode()); + } + if (other.getValidateOnly() != false) { + setValidateOnly(other.getValidateOnly()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1beta1.TransferDomainRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1beta1.TransferDomainRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object parent_ = ""; + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + public java.lang.String getParent() { + java.lang.Object ref = parent_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + parent_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + public com.google.protobuf.ByteString + getParentBytes() { + java.lang.Object ref = parent_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + parent_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The parent to set. + * @return This builder for chaining. + */ + public Builder setParent( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + parent_ = value; + onChanged(); + return this; + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return This builder for chaining. + */ + public Builder clearParent() { + + parent_ = getDefaultInstance().getParent(); + onChanged(); + return this; + } + /** + *
+     * Required. The parent resource of the `Registration`. Must be in the
+     * format `projects/*/locations/*`.
+     * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @param value The bytes for parent to set. + * @return This builder for chaining. + */ + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + parent_ = value; + onChanged(); + return this; + } + + private com.google.cloud.domains.v1beta1.Registration registration_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder> registrationBuilder_; + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + public boolean hasRegistration() { + return registrationBuilder_ != null || registration_ != null; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + public com.google.cloud.domains.v1beta1.Registration getRegistration() { + if (registrationBuilder_ == null) { + return registration_ == null ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; + } else { + return registrationBuilder_.getMessage(); + } + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistration(com.google.cloud.domains.v1beta1.Registration value) { + if (registrationBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + registration_ = value; + onChanged(); + } else { + registrationBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setRegistration( + com.google.cloud.domains.v1beta1.Registration.Builder builderForValue) { + if (registrationBuilder_ == null) { + registration_ = builderForValue.build(); + onChanged(); + } else { + registrationBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeRegistration(com.google.cloud.domains.v1beta1.Registration value) { + if (registrationBuilder_ == null) { + if (registration_ != null) { + registration_ = + com.google.cloud.domains.v1beta1.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); + } else { + registration_ = value; + } + onChanged(); + } else { + registrationBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearRegistration() { + if (registrationBuilder_ == null) { + registration_ = null; + onChanged(); + } else { + registration_ = null; + registrationBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1beta1.Registration.Builder getRegistrationBuilder() { + + onChanged(); + return getRegistrationFieldBuilder().getBuilder(); + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrBuilder() { + if (registrationBuilder_ != null) { + return registrationBuilder_.getMessageOrBuilder(); + } else { + return registration_ == null ? + com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; + } + } + /** + *
+     * Required. The complete `Registration` resource to be created.
+     * You can leave `registration.dns_settings` unset to import the
+     * domain's current DNS configuration from its current registrar. Use this
+     * option only if you are sure that the domain's current DNS service
+     * does not cease upon transfer, as is often the case for DNS services
+     * provided for free by the registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder> + getRegistrationFieldBuilder() { + if (registrationBuilder_ == null) { + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); + registration_ = null; + } + return registrationBuilder_; + } + + private java.util.List contactNotices_ = + java.util.Collections.emptyList(); + private void ensureContactNoticesIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + contactNotices_ = new java.util.ArrayList(contactNotices_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + public java.util.List getContactNoticesList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactNotice>(contactNotices_, contactNotices_converter_); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + public int getContactNoticesCount() { + return contactNotices_.size(); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + public com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int index) { + return contactNotices_converter_.convert(contactNotices_.get(index)); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param index The index to set the value at. + * @param value The contactNotices to set. + * @return This builder for chaining. + */ + public Builder setContactNotices( + int index, com.google.cloud.domains.v1beta1.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param value The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNotices(com.google.cloud.domains.v1beta1.ContactNotice value) { + if (value == null) { + throw new NullPointerException(); + } + ensureContactNoticesIsMutable(); + contactNotices_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param values The contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNotices( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (com.google.cloud.domains.v1beta1.ContactNotice value : values) { + contactNotices_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return This builder for chaining. + */ + public Builder clearContactNotices() { + contactNotices_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + public java.util.List + getContactNoticesValueList() { + return java.util.Collections.unmodifiableList(contactNotices_); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + public int getContactNoticesValue(int index) { + return contactNotices_.get(index); + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + * @return This builder for chaining. + */ + public Builder setContactNoticesValue( + int index, int value) { + ensureContactNoticesIsMutable(); + contactNotices_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param value The enum numeric value on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addContactNoticesValue(int value) { + ensureContactNoticesIsMutable(); + contactNotices_.add(value); + onChanged(); + return this; + } + /** + *
+     * The list of contact notices that you acknowledge. The notices
+     * needed here depend on the values specified in
+     * `registration.contact_settings`.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param values The enum numeric values on the wire for contactNotices to add. + * @return This builder for chaining. + */ + public Builder addAllContactNoticesValue( + java.lang.Iterable values) { + ensureContactNoticesIsMutable(); + for (int value : values) { + contactNotices_.add(value); + } + onChanged(); + return this; + } + + private com.google.type.Money yearlyPrice_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + public boolean hasYearlyPrice() { + return yearlyPriceBuilder_ != null || yearlyPrice_ != null; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + public com.google.type.Money getYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } else { + return yearlyPriceBuilder_.getMessage(); + } + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + yearlyPrice_ = value; + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = builderForValue.build(); + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder mergeYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (yearlyPrice_ != null) { + yearlyPrice_ = + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + } else { + yearlyPrice_ = value; + } + onChanged(); + } else { + yearlyPriceBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public Builder clearYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + onChanged(); + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + + return this; + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.Money.Builder getYearlyPriceBuilder() { + + onChanged(); + return getYearlyPriceFieldBuilder().getBuilder(); + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + if (yearlyPriceBuilder_ != null) { + return yearlyPriceBuilder_.getMessageOrBuilder(); + } else { + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + } + /** + *
+     * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+     * Call `RetrieveTransferParameters` to obtain the price, which you must
+     * acknowledge.
+     * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + getYearlyPriceFieldBuilder() { + if (yearlyPriceBuilder_ == null) { + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); + yearlyPrice_ = null; + } + return yearlyPriceBuilder_; + } + + private com.google.cloud.domains.v1beta1.AuthorizationCode authorizationCode_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.AuthorizationCode, com.google.cloud.domains.v1beta1.AuthorizationCode.Builder, com.google.cloud.domains.v1beta1.AuthorizationCodeOrBuilder> authorizationCodeBuilder_; + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + public boolean hasAuthorizationCode() { + return authorizationCodeBuilder_ != null || authorizationCode_ != null; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + public com.google.cloud.domains.v1beta1.AuthorizationCode getAuthorizationCode() { + if (authorizationCodeBuilder_ == null) { + return authorizationCode_ == null ? com.google.cloud.domains.v1beta1.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } else { + return authorizationCodeBuilder_.getMessage(); + } + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + public Builder setAuthorizationCode(com.google.cloud.domains.v1beta1.AuthorizationCode value) { + if (authorizationCodeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + authorizationCode_ = value; + onChanged(); + } else { + authorizationCodeBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + public Builder setAuthorizationCode( + com.google.cloud.domains.v1beta1.AuthorizationCode.Builder builderForValue) { + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = builderForValue.build(); + onChanged(); + } else { + authorizationCodeBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + public Builder mergeAuthorizationCode(com.google.cloud.domains.v1beta1.AuthorizationCode value) { + if (authorizationCodeBuilder_ == null) { + if (authorizationCode_ != null) { + authorizationCode_ = + com.google.cloud.domains.v1beta1.AuthorizationCode.newBuilder(authorizationCode_).mergeFrom(value).buildPartial(); + } else { + authorizationCode_ = value; + } + onChanged(); + } else { + authorizationCodeBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + public Builder clearAuthorizationCode() { + if (authorizationCodeBuilder_ == null) { + authorizationCode_ = null; + onChanged(); + } else { + authorizationCode_ = null; + authorizationCodeBuilder_ = null; + } + + return this; + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + public com.google.cloud.domains.v1beta1.AuthorizationCode.Builder getAuthorizationCodeBuilder() { + + onChanged(); + return getAuthorizationCodeFieldBuilder().getBuilder(); + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + public com.google.cloud.domains.v1beta1.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder() { + if (authorizationCodeBuilder_ != null) { + return authorizationCodeBuilder_.getMessageOrBuilder(); + } else { + return authorizationCode_ == null ? + com.google.cloud.domains.v1beta1.AuthorizationCode.getDefaultInstance() : authorizationCode_; + } + } + /** + *
+     * The domain's transfer authorization code. You can obtain this from the
+     * domain's current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.AuthorizationCode, com.google.cloud.domains.v1beta1.AuthorizationCode.Builder, com.google.cloud.domains.v1beta1.AuthorizationCodeOrBuilder> + getAuthorizationCodeFieldBuilder() { + if (authorizationCodeBuilder_ == null) { + authorizationCodeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.AuthorizationCode, com.google.cloud.domains.v1beta1.AuthorizationCode.Builder, com.google.cloud.domains.v1beta1.AuthorizationCodeOrBuilder>( + getAuthorizationCode(), + getParentForChildren(), + isClean()); + authorizationCode_ = null; + } + return authorizationCodeBuilder_; + } + + private boolean validateOnly_ ; + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + @java.lang.Override + public boolean getValidateOnly() { + return validateOnly_; + } + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @param value The validateOnly to set. + * @return This builder for chaining. + */ + public Builder setValidateOnly(boolean value) { + + validateOnly_ = value; + onChanged(); + return this; + } + /** + *
+     * Validate the request without actually transferring the domain.
+     * 
+ * + * bool validate_only = 6; + * @return This builder for chaining. + */ + public Builder clearValidateOnly() { + + validateOnly_ = false; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.TransferDomainRequest) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.TransferDomainRequest) + private static final com.google.cloud.domains.v1beta1.TransferDomainRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.TransferDomainRequest(); + } + + public static com.google.cloud.domains.v1beta1.TransferDomainRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TransferDomainRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TransferDomainRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferDomainRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequestOrBuilder.java new file mode 100644 index 00000000..b9e8a343 --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferDomainRequestOrBuilder.java @@ -0,0 +1,205 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface TransferDomainRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.TransferDomainRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The parent. + */ + java.lang.String getParent(); + /** + *
+   * Required. The parent resource of the `Registration`. Must be in the
+   * format `projects/*/locations/*`.
+   * 
+ * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for parent. + */ + com.google.protobuf.ByteString + getParentBytes(); + + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the registration field is set. + */ + boolean hasRegistration(); + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + * @return The registration. + */ + com.google.cloud.domains.v1beta1.Registration getRegistration(); + /** + *
+   * Required. The complete `Registration` resource to be created.
+   * You can leave `registration.dns_settings` unset to import the
+   * domain's current DNS configuration from its current registrar. Use this
+   * option only if you are sure that the domain's current DNS service
+   * does not cease upon transfer, as is often the case for DNS services
+   * provided for free by the registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrBuilder(); + + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return A list containing the contactNotices. + */ + java.util.List getContactNoticesList(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return The count of contactNotices. + */ + int getContactNoticesCount(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param index The index of the element to return. + * @return The contactNotices at the given index. + */ + com.google.cloud.domains.v1beta1.ContactNotice getContactNotices(int index); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @return A list containing the enum numeric values on the wire for contactNotices. + */ + java.util.List + getContactNoticesValueList(); + /** + *
+   * The list of contact notices that you acknowledge. The notices
+   * needed here depend on the values specified in
+   * `registration.contact_settings`.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 3; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of contactNotices at the given index. + */ + int getContactNoticesValue(int index); + + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return Whether the yearlyPrice field is set. + */ + boolean hasYearlyPrice(); + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + * @return The yearlyPrice. + */ + com.google.type.Money getYearlyPrice(); + /** + *
+   * Required. Acknowledgement of the price to transfer or renew the domain for one year.
+   * Call `RetrieveTransferParameters` to obtain the price, which you must
+   * acknowledge.
+   * 
+ * + * .google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED]; + */ + com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder(); + + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + * @return Whether the authorizationCode field is set. + */ + boolean hasAuthorizationCode(); + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + * @return The authorizationCode. + */ + com.google.cloud.domains.v1beta1.AuthorizationCode getAuthorizationCode(); + /** + *
+   * The domain's transfer authorization code. You can obtain this from the
+   * domain's current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.AuthorizationCode authorization_code = 5; + */ + com.google.cloud.domains.v1beta1.AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder(); + + /** + *
+   * Validate the request without actually transferring the domain.
+   * 
+ * + * bool validate_only = 6; + * @return The validateOnly. + */ + boolean getValidateOnly(); +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferLockState.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferLockState.java similarity index 69% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferLockState.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferLockState.java index 5f754167..e25d445f 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferLockState.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferLockState.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Possible states of a `Registration`'s transfer lock.
  * 
* * Protobuf enum {@code google.cloud.domains.v1beta1.TransferLockState} */ -public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum { +public enum TransferLockState + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
    * The state is unspecified.
    * 
@@ -39,8 +21,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ TRANSFER_LOCK_STATE_UNSPECIFIED(0), /** - * - * *
    * The domain is unlocked and can be transferred to another registrar.
    * 
@@ -49,8 +29,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ UNLOCKED(1), /** - * - * *
    * The domain is locked and cannot be transferred to another registrar.
    * 
@@ -62,8 +40,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum ; /** - * - * *
    * The state is unspecified.
    * 
@@ -72,8 +48,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ public static final int TRANSFER_LOCK_STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * The domain is unlocked and can be transferred to another registrar.
    * 
@@ -82,8 +56,6 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ public static final int UNLOCKED_VALUE = 1; /** - * - * *
    * The domain is locked and cannot be transferred to another registrar.
    * 
@@ -92,6 +64,7 @@ public enum TransferLockState implements com.google.protobuf.ProtocolMessageEnum */ public static final int LOCKED_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -116,42 +89,39 @@ public static TransferLockState valueOf(int value) { */ public static TransferLockState forNumber(int value) { switch (value) { - case 0: - return TRANSFER_LOCK_STATE_UNSPECIFIED; - case 1: - return UNLOCKED; - case 2: - return LOCKED; - default: - return null; + case 0: return TRANSFER_LOCK_STATE_UNSPECIFIED; + case 1: return UNLOCKED; + case 2: return LOCKED; + 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 TransferLockState findValueByNumber(int number) { - return TransferLockState.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap< + TransferLockState> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public TransferLockState findValueByNumber(int number) { + return TransferLockState.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.cloud.domains.v1beta1.DomainsProto.getDescriptor().getEnumTypes().get(3); } @@ -160,7 +130,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor public static TransferLockState 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; @@ -176,3 +147,4 @@ private TransferLockState(int value) { // @@protoc_insertion_point(enum_scope:google.cloud.domains.v1beta1.TransferLockState) } + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParameters.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParameters.java new file mode 100644 index 00000000..fc5f240b --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParameters.java @@ -0,0 +1,1715 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +/** + *
+ * Parameters required to transfer a domain from another registrar.
+ * 
+ * + * Protobuf type {@code google.cloud.domains.v1beta1.TransferParameters} + */ +public final class TransferParameters extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.TransferParameters) + TransferParametersOrBuilder { +private static final long serialVersionUID = 0L; + // Use TransferParameters.newBuilder() to construct. + private TransferParameters(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TransferParameters() { + domainName_ = ""; + currentRegistrar_ = ""; + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + transferLockState_ = 0; + supportedPrivacy_ = java.util.Collections.emptyList(); + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { + return new TransferParameters(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TransferParameters( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + domainName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + currentRegistrar_ = s; + break; + } + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000001; + } + nameServers_.add(s); + break; + } + case 32: { + int rawValue = input.readEnum(); + + transferLockState_ = rawValue; + break; + } + case 40: { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + supportedPrivacy_.add(rawValue); + break; + } + case 42: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { + int rawValue = input.readEnum(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + supportedPrivacy_.add(rawValue); + } + input.popLimit(oldLimit); + break; + } + case 50: { + com.google.type.Money.Builder subBuilder = null; + if (yearlyPrice_ != null) { + subBuilder = yearlyPrice_.toBuilder(); + } + yearlyPrice_ = input.readMessage(com.google.type.Money.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(yearlyPrice_); + yearlyPrice_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + } + if (((mutable_bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferParameters_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferParameters_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1beta1.TransferParameters.class, com.google.cloud.domains.v1beta1.TransferParameters.Builder.class); + } + + public static final int DOMAIN_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object domainName_; + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + @java.lang.Override + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } + } + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int CURRENT_REGISTRAR_FIELD_NUMBER = 2; + private volatile java.lang.Object currentRegistrar_; + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + @java.lang.Override + public java.lang.String getCurrentRegistrar() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + currentRegistrar_ = s; + return s; + } + } + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + @java.lang.Override + public com.google.protobuf.ByteString + getCurrentRegistrarBytes() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + currentRegistrar_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int NAME_SERVERS_FIELD_NUMBER = 3; + private com.google.protobuf.LazyStringList nameServers_; + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_; + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + + public static final int TRANSFER_LOCK_STATE_FIELD_NUMBER = 4; + private int transferLockState_; + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + @java.lang.Override public int getTransferLockStateValue() { + return transferLockState_; + } + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + @java.lang.Override public com.google.cloud.domains.v1beta1.TransferLockState getTransferLockState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1beta1.TransferLockState result = com.google.cloud.domains.v1beta1.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1beta1.TransferLockState.UNRECOGNIZED : result; + } + + public static final int SUPPORTED_PRIVACY_FIELD_NUMBER = 5; + private java.util.List supportedPrivacy_; + private static final com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy> supportedPrivacy_converter_ = + new com.google.protobuf.Internal.ListAdapter.Converter< + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>() { + public com.google.cloud.domains.v1beta1.ContactPrivacy convert(java.lang.Integer from) { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1beta1.ContactPrivacy result = com.google.cloud.domains.v1beta1.ContactPrivacy.valueOf(from); + return result == null ? com.google.cloud.domains.v1beta1.ContactPrivacy.UNRECOGNIZED : result; + } + }; + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + @java.lang.Override + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + @java.lang.Override + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + @java.lang.Override + public java.util.List + getSupportedPrivacyValueList() { + return supportedPrivacy_; + } + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + @java.lang.Override + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + private int supportedPrivacyMemoizedSerializedSize; + + public static final int YEARLY_PRICE_FIELD_NUMBER = 6; + private com.google.type.Money yearlyPrice_; + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + @java.lang.Override + public boolean hasYearlyPrice() { + return yearlyPrice_ != null; + } + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + @java.lang.Override + public com.google.type.Money getYearlyPrice() { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + */ + @java.lang.Override + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + return getYearlyPrice(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currentRegistrar_)) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, currentRegistrar_); + } + for (int i = 0; i < nameServers_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, nameServers_.getRaw(i)); + } + if (transferLockState_ != com.google.cloud.domains.v1beta1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + output.writeEnum(4, transferLockState_); + } + if (getSupportedPrivacyList().size() > 0) { + output.writeUInt32NoTag(42); + output.writeUInt32NoTag(supportedPrivacyMemoizedSerializedSize); + } + for (int i = 0; i < supportedPrivacy_.size(); i++) { + output.writeEnumNoTag(supportedPrivacy_.get(i)); + } + if (yearlyPrice_ != null) { + output.writeMessage(6, getYearlyPrice()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(domainName_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, domainName_); + } + if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currentRegistrar_)) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, currentRegistrar_); + } + { + int dataSize = 0; + for (int i = 0; i < nameServers_.size(); i++) { + dataSize += computeStringSizeNoTag(nameServers_.getRaw(i)); + } + size += dataSize; + size += 1 * getNameServersList().size(); + } + if (transferLockState_ != com.google.cloud.domains.v1beta1.TransferLockState.TRANSFER_LOCK_STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, transferLockState_); + } + { + int dataSize = 0; + for (int i = 0; i < supportedPrivacy_.size(); i++) { + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(supportedPrivacy_.get(i)); + } + size += dataSize; + if (!getSupportedPrivacyList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }supportedPrivacyMemoizedSerializedSize = dataSize; + } + if (yearlyPrice_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getYearlyPrice()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.domains.v1beta1.TransferParameters)) { + return super.equals(obj); + } + com.google.cloud.domains.v1beta1.TransferParameters other = (com.google.cloud.domains.v1beta1.TransferParameters) obj; + + if (!getDomainName() + .equals(other.getDomainName())) return false; + if (!getCurrentRegistrar() + .equals(other.getCurrentRegistrar())) return false; + if (!getNameServersList() + .equals(other.getNameServersList())) return false; + if (transferLockState_ != other.transferLockState_) return false; + if (!supportedPrivacy_.equals(other.supportedPrivacy_)) return false; + if (hasYearlyPrice() != other.hasYearlyPrice()) return false; + if (hasYearlyPrice()) { + if (!getYearlyPrice() + .equals(other.getYearlyPrice())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + DOMAIN_NAME_FIELD_NUMBER; + hash = (53 * hash) + getDomainName().hashCode(); + hash = (37 * hash) + CURRENT_REGISTRAR_FIELD_NUMBER; + hash = (53 * hash) + getCurrentRegistrar().hashCode(); + if (getNameServersCount() > 0) { + hash = (37 * hash) + NAME_SERVERS_FIELD_NUMBER; + hash = (53 * hash) + getNameServersList().hashCode(); + } + hash = (37 * hash) + TRANSFER_LOCK_STATE_FIELD_NUMBER; + hash = (53 * hash) + transferLockState_; + if (getSupportedPrivacyCount() > 0) { + hash = (37 * hash) + SUPPORTED_PRIVACY_FIELD_NUMBER; + hash = (53 * hash) + supportedPrivacy_.hashCode(); + } + if (hasYearlyPrice()) { + hash = (37 * hash) + YEARLY_PRICE_FIELD_NUMBER; + hash = (53 * hash) + getYearlyPrice().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.domains.v1beta1.TransferParameters parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.TransferParameters 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.cloud.domains.v1beta1.TransferParameters parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static com.google.cloud.domains.v1beta1.TransferParameters parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(com.google.cloud.domains.v1beta1.TransferParameters prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+   * Parameters required to transfer a domain from another registrar.
+   * 
+ * + * Protobuf type {@code google.cloud.domains.v1beta1.TransferParameters} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:google.cloud.domains.v1beta1.TransferParameters) + com.google.cloud.domains.v1beta1.TransferParametersOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferParameters_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferParameters_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.domains.v1beta1.TransferParameters.class, com.google.cloud.domains.v1beta1.TransferParameters.Builder.class); + } + + // Construct using com.google.cloud.domains.v1beta1.TransferParameters.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + domainName_ = ""; + + currentRegistrar_ = ""; + + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + transferLockState_ = 0; + + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_TransferParameters_descriptor; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferParameters getDefaultInstanceForType() { + return com.google.cloud.domains.v1beta1.TransferParameters.getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferParameters build() { + com.google.cloud.domains.v1beta1.TransferParameters result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferParameters buildPartial() { + com.google.cloud.domains.v1beta1.TransferParameters result = new com.google.cloud.domains.v1beta1.TransferParameters(this); + int from_bitField0_ = bitField0_; + result.domainName_ = domainName_; + result.currentRegistrar_ = currentRegistrar_; + if (((bitField0_ & 0x00000001) != 0)) { + nameServers_ = nameServers_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.nameServers_ = nameServers_; + result.transferLockState_ = transferLockState_; + if (((bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = java.util.Collections.unmodifiableList(supportedPrivacy_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.supportedPrivacy_ = supportedPrivacy_; + if (yearlyPriceBuilder_ == null) { + result.yearlyPrice_ = yearlyPrice_; + } else { + result.yearlyPrice_ = yearlyPriceBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + 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) { + return super.clearField(field); + } + @java.lang.Override + 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) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + 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.cloud.domains.v1beta1.TransferParameters) { + return mergeFrom((com.google.cloud.domains.v1beta1.TransferParameters)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(com.google.cloud.domains.v1beta1.TransferParameters other) { + if (other == com.google.cloud.domains.v1beta1.TransferParameters.getDefaultInstance()) return this; + if (!other.getDomainName().isEmpty()) { + domainName_ = other.domainName_; + onChanged(); + } + if (!other.getCurrentRegistrar().isEmpty()) { + currentRegistrar_ = other.currentRegistrar_; + onChanged(); + } + if (!other.nameServers_.isEmpty()) { + if (nameServers_.isEmpty()) { + nameServers_ = other.nameServers_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureNameServersIsMutable(); + nameServers_.addAll(other.nameServers_); + } + onChanged(); + } + if (other.transferLockState_ != 0) { + setTransferLockStateValue(other.getTransferLockStateValue()); + } + if (!other.supportedPrivacy_.isEmpty()) { + if (supportedPrivacy_.isEmpty()) { + supportedPrivacy_ = other.supportedPrivacy_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.addAll(other.supportedPrivacy_); + } + onChanged(); + } + if (other.hasYearlyPrice()) { + mergeYearlyPrice(other.getYearlyPrice()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + com.google.cloud.domains.v1beta1.TransferParameters parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (com.google.cloud.domains.v1beta1.TransferParameters) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object domainName_ = ""; + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + public java.lang.String getDomainName() { + java.lang.Object ref = domainName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + domainName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + public com.google.protobuf.ByteString + getDomainNameBytes() { + java.lang.Object ref = domainName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + domainName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @param value The domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + domainName_ = value; + onChanged(); + return this; + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @return This builder for chaining. + */ + public Builder clearDomainName() { + + domainName_ = getDefaultInstance().getDomainName(); + onChanged(); + return this; + } + /** + *
+     * The domain name. Unicode domain names are expressed in Punycode format.
+     * 
+ * + * string domain_name = 1; + * @param value The bytes for domainName to set. + * @return This builder for chaining. + */ + public Builder setDomainNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + domainName_ = value; + onChanged(); + return this; + } + + private java.lang.Object currentRegistrar_ = ""; + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + public java.lang.String getCurrentRegistrar() { + java.lang.Object ref = currentRegistrar_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + currentRegistrar_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + public com.google.protobuf.ByteString + getCurrentRegistrarBytes() { + java.lang.Object ref = currentRegistrar_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + currentRegistrar_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @param value The currentRegistrar to set. + * @return This builder for chaining. + */ + public Builder setCurrentRegistrar( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + currentRegistrar_ = value; + onChanged(); + return this; + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @return This builder for chaining. + */ + public Builder clearCurrentRegistrar() { + + currentRegistrar_ = getDefaultInstance().getCurrentRegistrar(); + onChanged(); + return this; + } + /** + *
+     * The registrar that currently manages the domain.
+     * 
+ * + * string current_registrar = 2; + * @param value The bytes for currentRegistrar to set. + * @return This builder for chaining. + */ + public Builder setCurrentRegistrarBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + currentRegistrar_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureNameServersIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + nameServers_ = new com.google.protobuf.LazyStringArrayList(nameServers_); + bitField0_ |= 0x00000001; + } + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + public com.google.protobuf.ProtocolStringList + getNameServersList() { + return nameServers_.getUnmodifiableView(); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + public int getNameServersCount() { + return nameServers_.size(); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + public java.lang.String getNameServers(int index) { + return nameServers_.get(index); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + public com.google.protobuf.ByteString + getNameServersBytes(int index) { + return nameServers_.getByteString(index); + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param index The index to set the value at. + * @param value The nameServers to set. + * @return This builder for chaining. + */ + public Builder setNameServers( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param value The nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServers( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param values The nameServers to add. + * @return This builder for chaining. + */ + public Builder addAllNameServers( + java.lang.Iterable values) { + ensureNameServersIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, nameServers_); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @return This builder for chaining. + */ + public Builder clearNameServers() { + nameServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + return this; + } + /** + *
+     * The name servers that currently store the configuration of the domain.
+     * 
+ * + * repeated string name_servers = 3; + * @param value The bytes of the nameServers to add. + * @return This builder for chaining. + */ + public Builder addNameServersBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureNameServersIsMutable(); + nameServers_.add(value); + onChanged(); + return this; + } + + private int transferLockState_ = 0; + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + @java.lang.Override public int getTransferLockStateValue() { + return transferLockState_; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @param value The enum numeric value on the wire for transferLockState to set. + * @return This builder for chaining. + */ + public Builder setTransferLockStateValue(int value) { + + transferLockState_ = value; + onChanged(); + return this; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferLockState getTransferLockState() { + @SuppressWarnings("deprecation") + com.google.cloud.domains.v1beta1.TransferLockState result = com.google.cloud.domains.v1beta1.TransferLockState.valueOf(transferLockState_); + return result == null ? com.google.cloud.domains.v1beta1.TransferLockState.UNRECOGNIZED : result; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @param value The transferLockState to set. + * @return This builder for chaining. + */ + public Builder setTransferLockState(com.google.cloud.domains.v1beta1.TransferLockState value) { + if (value == null) { + throw new NullPointerException(); + } + + transferLockState_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+     * Indicates whether the domain is protected by a transfer lock. For a
+     * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+     * go to its current registrar.
+     * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @return This builder for chaining. + */ + public Builder clearTransferLockState() { + + transferLockState_ = 0; + onChanged(); + return this; + } + + private java.util.List supportedPrivacy_ = + java.util.Collections.emptyList(); + private void ensureSupportedPrivacyIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + supportedPrivacy_ = new java.util.ArrayList(supportedPrivacy_); + bitField0_ |= 0x00000002; + } + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + public java.util.List getSupportedPrivacyList() { + return new com.google.protobuf.Internal.ListAdapter< + java.lang.Integer, com.google.cloud.domains.v1beta1.ContactPrivacy>(supportedPrivacy_, supportedPrivacy_converter_); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + public int getSupportedPrivacyCount() { + return supportedPrivacy_.size(); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + public com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int index) { + return supportedPrivacy_converter_.convert(supportedPrivacy_.get(index)); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param index The index to set the value at. + * @param value The supportedPrivacy to set. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacy( + int index, com.google.cloud.domains.v1beta1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param value The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacy(com.google.cloud.domains.v1beta1.ContactPrivacy value) { + if (value == null) { + throw new NullPointerException(); + } + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value.getNumber()); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param values The supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacy( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (com.google.cloud.domains.v1beta1.ContactPrivacy value : values) { + supportedPrivacy_.add(value.getNumber()); + } + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return This builder for chaining. + */ + public Builder clearSupportedPrivacy() { + supportedPrivacy_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + public java.util.List + getSupportedPrivacyValueList() { + return java.util.Collections.unmodifiableList(supportedPrivacy_); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + public int getSupportedPrivacyValue(int index) { + return supportedPrivacy_.get(index); + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + * @return This builder for chaining. + */ + public Builder setSupportedPrivacyValue( + int index, int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.set(index, value); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param value The enum numeric value on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addSupportedPrivacyValue(int value) { + ensureSupportedPrivacyIsMutable(); + supportedPrivacy_.add(value); + onChanged(); + return this; + } + /** + *
+     * Contact privacy options that the domain supports.
+     * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param values The enum numeric values on the wire for supportedPrivacy to add. + * @return This builder for chaining. + */ + public Builder addAllSupportedPrivacyValue( + java.lang.Iterable values) { + ensureSupportedPrivacyIsMutable(); + for (int value : values) { + supportedPrivacy_.add(value); + } + onChanged(); + return this; + } + + private com.google.type.Money yearlyPrice_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> yearlyPriceBuilder_; + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + public boolean hasYearlyPrice() { + return yearlyPriceBuilder_ != null || yearlyPrice_ != null; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + public com.google.type.Money getYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + return yearlyPrice_ == null ? com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } else { + return yearlyPriceBuilder_.getMessage(); + } + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder setYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + yearlyPrice_ = value; + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(value); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder setYearlyPrice( + com.google.type.Money.Builder builderForValue) { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = builderForValue.build(); + onChanged(); + } else { + yearlyPriceBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder mergeYearlyPrice(com.google.type.Money value) { + if (yearlyPriceBuilder_ == null) { + if (yearlyPrice_ != null) { + yearlyPrice_ = + com.google.type.Money.newBuilder(yearlyPrice_).mergeFrom(value).buildPartial(); + } else { + yearlyPrice_ = value; + } + onChanged(); + } else { + yearlyPriceBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public Builder clearYearlyPrice() { + if (yearlyPriceBuilder_ == null) { + yearlyPrice_ = null; + onChanged(); + } else { + yearlyPrice_ = null; + yearlyPriceBuilder_ = null; + } + + return this; + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public com.google.type.Money.Builder getYearlyPriceBuilder() { + + onChanged(); + return getYearlyPriceFieldBuilder().getBuilder(); + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder() { + if (yearlyPriceBuilder_ != null) { + return yearlyPriceBuilder_.getMessageOrBuilder(); + } else { + return yearlyPrice_ == null ? + com.google.type.Money.getDefaultInstance() : yearlyPrice_; + } + } + /** + *
+     * Price to transfer or renew the domain for one year.
+     * 
+ * + * .google.type.Money yearly_price = 6; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder> + getYearlyPriceFieldBuilder() { + if (yearlyPriceBuilder_ == null) { + yearlyPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.type.Money, com.google.type.Money.Builder, com.google.type.MoneyOrBuilder>( + getYearlyPrice(), + getParentForChildren(), + isClean()); + yearlyPrice_ = null; + } + return yearlyPriceBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.TransferParameters) + } + + // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.TransferParameters) + private static final com.google.cloud.domains.v1beta1.TransferParameters DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.TransferParameters(); + } + + public static com.google.cloud.domains.v1beta1.TransferParameters getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TransferParameters parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TransferParameters(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.domains.v1beta1.TransferParameters getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + +} + diff --git a/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParametersOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParametersOrBuilder.java new file mode 100644 index 00000000..4710aec6 --- /dev/null +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/TransferParametersOrBuilder.java @@ -0,0 +1,189 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/domains/v1beta1/domains.proto + +package com.google.cloud.domains.v1beta1; + +public interface TransferParametersOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.TransferParameters) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The domainName. + */ + java.lang.String getDomainName(); + /** + *
+   * The domain name. Unicode domain names are expressed in Punycode format.
+   * 
+ * + * string domain_name = 1; + * @return The bytes for domainName. + */ + com.google.protobuf.ByteString + getDomainNameBytes(); + + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The currentRegistrar. + */ + java.lang.String getCurrentRegistrar(); + /** + *
+   * The registrar that currently manages the domain.
+   * 
+ * + * string current_registrar = 2; + * @return The bytes for currentRegistrar. + */ + com.google.protobuf.ByteString + getCurrentRegistrarBytes(); + + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return A list containing the nameServers. + */ + java.util.List + getNameServersList(); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @return The count of nameServers. + */ + int getNameServersCount(); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the element to return. + * @return The nameServers at the given index. + */ + java.lang.String getNameServers(int index); + /** + *
+   * The name servers that currently store the configuration of the domain.
+   * 
+ * + * repeated string name_servers = 3; + * @param index The index of the value to return. + * @return The bytes of the nameServers at the given index. + */ + com.google.protobuf.ByteString + getNameServersBytes(int index); + + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @return The enum numeric value on the wire for transferLockState. + */ + int getTransferLockStateValue(); + /** + *
+   * Indicates whether the domain is protected by a transfer lock. For a
+   * transfer to succeed, this must show `UNLOCKED`. To unlock a domain,
+   * go to its current registrar.
+   * 
+ * + * .google.cloud.domains.v1beta1.TransferLockState transfer_lock_state = 4; + * @return The transferLockState. + */ + com.google.cloud.domains.v1beta1.TransferLockState getTransferLockState(); + + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return A list containing the supportedPrivacy. + */ + java.util.List getSupportedPrivacyList(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return The count of supportedPrivacy. + */ + int getSupportedPrivacyCount(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param index The index of the element to return. + * @return The supportedPrivacy at the given index. + */ + com.google.cloud.domains.v1beta1.ContactPrivacy getSupportedPrivacy(int index); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @return A list containing the enum numeric values on the wire for supportedPrivacy. + */ + java.util.List + getSupportedPrivacyValueList(); + /** + *
+   * Contact privacy options that the domain supports.
+   * 
+ * + * repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 5; + * @param index The index of the value to return. + * @return The enum numeric value on the wire of supportedPrivacy at the given index. + */ + int getSupportedPrivacyValue(int index); + + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return Whether the yearlyPrice field is set. + */ + boolean hasYearlyPrice(); + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + * @return The yearlyPrice. + */ + com.google.type.Money getYearlyPrice(); + /** + *
+   * Price to transfer or renew the domain for one year.
+   * 
+ * + * .google.type.Money yearly_price = 6; + */ + com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder(); +} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequest.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequest.java similarity index 68% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequest.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequest.java index a24da247..e46e2490 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequest.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequest.java @@ -1,55 +1,39 @@ -/* - * 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/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; /** - * - * *
  * Request for the `UpdateRegistration` method.
  * 
* * Protobuf type {@code google.cloud.domains.v1beta1.UpdateRegistrationRequest} */ -public final class UpdateRegistrationRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class UpdateRegistrationRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.domains.v1beta1.UpdateRegistrationRequest) UpdateRegistrationRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use UpdateRegistrationRequest.newBuilder() to construct. private UpdateRegistrationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private UpdateRegistrationRequest() {} + private UpdateRegistrationRequest() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new UpdateRegistrationRequest(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - private UpdateRegistrationRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) @@ -68,82 +52,72 @@ private UpdateRegistrationRequest( case 0: done = true; break; - case 10: - { - com.google.cloud.domains.v1beta1.Registration.Builder subBuilder = null; - if (registration_ != null) { - subBuilder = registration_.toBuilder(); - } - registration_ = - input.readMessage( - com.google.cloud.domains.v1beta1.Registration.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(registration_); - registration_ = subBuilder.buildPartial(); - } - - break; + case 10: { + com.google.cloud.domains.v1beta1.Registration.Builder subBuilder = null; + if (registration_ != null) { + subBuilder = registration_.toBuilder(); + } + registration_ = input.readMessage(com.google.cloud.domains.v1beta1.Registration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(registration_); + registration_ = subBuilder.buildPartial(); } - case 18: - { - com.google.protobuf.FieldMask.Builder subBuilder = null; - if (updateMask_ != null) { - subBuilder = updateMask_.toBuilder(); - } - updateMask_ = - input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(updateMask_); - updateMask_ = subBuilder.buildPartial(); - } - break; + break; + } + case 18: { + com.google.protobuf.FieldMask.Builder subBuilder = null; + if (updateMask_ != null) { + subBuilder = updateMask_.toBuilder(); } - default: - { - if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; + updateMask_ = input.readMessage(com.google.protobuf.FieldMask.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(updateMask_); + updateMask_ = subBuilder.buildPartial(); } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.class, - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.Builder.class); + com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.class, com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.Builder.class); } public static final int REGISTRATION_FIELD_NUMBER = 1; private com.google.cloud.domains.v1beta1.Registration registration_; /** - * - * *
    * Fields of the `Registration` to update.
    * 
* * .google.cloud.domains.v1beta1.Registration registration = 1; - * * @return Whether the registration field is set. */ @java.lang.Override @@ -151,25 +125,18 @@ public boolean hasRegistration() { return registration_ != null; } /** - * - * *
    * Fields of the `Registration` to update.
    * 
* * .google.cloud.domains.v1beta1.Registration registration = 1; - * * @return The registration. */ @java.lang.Override public com.google.cloud.domains.v1beta1.Registration getRegistration() { - return registration_ == null - ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; } /** - * - * *
    * Fields of the `Registration` to update.
    * 
@@ -184,17 +151,13 @@ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrB public static final int UPDATE_MASK_FIELD_NUMBER = 2; private com.google.protobuf.FieldMask updateMask_; /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ @java.lang.Override @@ -202,17 +165,13 @@ public boolean hasUpdateMask() { return updateMask_ != null; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ @java.lang.Override @@ -220,16 +179,13 @@ public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { @@ -237,7 +193,6 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -249,7 +204,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 (registration_ != null) { output.writeMessage(1, getRegistration()); } @@ -266,10 +222,12 @@ public int getSerializedSize() { size = 0; if (registration_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getRegistration()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getRegistration()); } if (updateMask_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getUpdateMask()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getUpdateMask()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -279,21 +237,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.cloud.domains.v1beta1.UpdateRegistrationRequest)) { return super.equals(obj); } - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest other = - (com.google.cloud.domains.v1beta1.UpdateRegistrationRequest) obj; + com.google.cloud.domains.v1beta1.UpdateRegistrationRequest other = (com.google.cloud.domains.v1beta1.UpdateRegistrationRequest) obj; if (hasRegistration() != other.hasRegistration()) return false; if (hasRegistration()) { - if (!getRegistration().equals(other.getRegistration())) return false; + if (!getRegistration() + .equals(other.getRegistration())) return false; } if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { - if (!getUpdateMask().equals(other.getUpdateMask())) return false; + if (!getUpdateMask() + .equals(other.getUpdateMask())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -320,127 +279,117 @@ public int hashCode() { } public static com.google.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.UpdateRegistrationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.domains.v1beta1.UpdateRegistrationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest prototype) { + public static Builder newBuilder(com.google.cloud.domains.v1beta1.UpdateRegistrationRequest 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; } /** - * - * *
    * Request for the `UpdateRegistration` method.
    * 
* * Protobuf type {@code google.cloud.domains.v1beta1.UpdateRegistrationRequest} */ - 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.cloud.domains.v1beta1.UpdateRegistrationRequest) com.google.cloud.domains.v1beta1.UpdateRegistrationRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_fieldAccessorTable + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.class, - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.Builder.class); + com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.class, com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.Builder.class); } // Construct using com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.newBuilder() @@ -448,15 +397,16 @@ private Builder() { maybeForceBuilderInitialization(); } - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {} + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } } - @java.lang.Override public Builder clear() { super.clear(); @@ -476,9 +426,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.domains.v1beta1.DomainsProto - .internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.domains.v1beta1.DomainsProto.internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor; } @java.lang.Override @@ -497,8 +447,7 @@ public com.google.cloud.domains.v1beta1.UpdateRegistrationRequest build() { @java.lang.Override public com.google.cloud.domains.v1beta1.UpdateRegistrationRequest buildPartial() { - com.google.cloud.domains.v1beta1.UpdateRegistrationRequest result = - new com.google.cloud.domains.v1beta1.UpdateRegistrationRequest(this); + com.google.cloud.domains.v1beta1.UpdateRegistrationRequest result = new com.google.cloud.domains.v1beta1.UpdateRegistrationRequest(this); if (registrationBuilder_ == null) { result.registration_ = registration_; } else { @@ -517,39 +466,38 @@ public com.google.cloud.domains.v1beta1.UpdateRegistrationRequest 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.cloud.domains.v1beta1.UpdateRegistrationRequest) { - return mergeFrom((com.google.cloud.domains.v1beta1.UpdateRegistrationRequest) other); + return mergeFrom((com.google.cloud.domains.v1beta1.UpdateRegistrationRequest)other); } else { super.mergeFrom(other); return this; @@ -557,8 +505,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.domains.v1beta1.UpdateRegistrationRequest other) { - if (other == com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.getDefaultInstance()) - return this; + if (other == com.google.cloud.domains.v1beta1.UpdateRegistrationRequest.getDefaultInstance()) return this; if (other.hasRegistration()) { mergeRegistration(other.getRegistration()); } @@ -584,8 +531,7 @@ public Builder mergeFrom( try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = - (com.google.cloud.domains.v1beta1.UpdateRegistrationRequest) e.getUnfinishedMessage(); + parsedMessage = (com.google.cloud.domains.v1beta1.UpdateRegistrationRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -597,47 +543,34 @@ public Builder mergeFrom( private com.google.cloud.domains.v1beta1.Registration registration_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder> - registrationBuilder_; + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder> registrationBuilder_; /** - * - * *
      * Fields of the `Registration` to update.
      * 
* * .google.cloud.domains.v1beta1.Registration registration = 1; - * * @return Whether the registration field is set. */ public boolean hasRegistration() { return registrationBuilder_ != null || registration_ != null; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
* * .google.cloud.domains.v1beta1.Registration registration = 1; - * * @return The registration. */ public com.google.cloud.domains.v1beta1.Registration getRegistration() { if (registrationBuilder_ == null) { - return registration_ == null - ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; } else { return registrationBuilder_.getMessage(); } } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -658,8 +591,6 @@ public Builder setRegistration(com.google.cloud.domains.v1beta1.Registration val return this; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -678,8 +609,6 @@ public Builder setRegistration( return this; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -690,9 +619,7 @@ public Builder mergeRegistration(com.google.cloud.domains.v1beta1.Registration v if (registrationBuilder_ == null) { if (registration_ != null) { registration_ = - com.google.cloud.domains.v1beta1.Registration.newBuilder(registration_) - .mergeFrom(value) - .buildPartial(); + com.google.cloud.domains.v1beta1.Registration.newBuilder(registration_).mergeFrom(value).buildPartial(); } else { registration_ = value; } @@ -704,8 +631,6 @@ public Builder mergeRegistration(com.google.cloud.domains.v1beta1.Registration v return this; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -724,8 +649,6 @@ public Builder clearRegistration() { return this; } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -733,13 +656,11 @@ public Builder clearRegistration() { * .google.cloud.domains.v1beta1.Registration registration = 1; */ public com.google.cloud.domains.v1beta1.Registration.Builder getRegistrationBuilder() { - + onChanged(); return getRegistrationFieldBuilder().getBuilder(); } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -750,14 +671,11 @@ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrB if (registrationBuilder_ != null) { return registrationBuilder_.getMessageOrBuilder(); } else { - return registration_ == null - ? com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() - : registration_; + return registration_ == null ? + com.google.cloud.domains.v1beta1.Registration.getDefaultInstance() : registration_; } } /** - * - * *
      * Fields of the `Registration` to update.
      * 
@@ -765,17 +683,14 @@ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrB * .google.cloud.domains.v1beta1.Registration registration = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder> + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder> getRegistrationFieldBuilder() { if (registrationBuilder_ == null) { - registrationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.domains.v1beta1.Registration, - com.google.cloud.domains.v1beta1.Registration.Builder, - com.google.cloud.domains.v1beta1.RegistrationOrBuilder>( - getRegistration(), getParentForChildren(), isClean()); + registrationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.domains.v1beta1.Registration, com.google.cloud.domains.v1beta1.Registration.Builder, com.google.cloud.domains.v1beta1.RegistrationOrBuilder>( + getRegistration(), + getParentForChildren(), + isClean()); registration_ = null; } return registrationBuilder_; @@ -783,61 +698,45 @@ public com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrB private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> - updateMaskBuilder_; + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return updateMaskBuilder_ != null || updateMask_ != null; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { @@ -853,18 +752,16 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue) { + public Builder setUpdateMask( + com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); onChanged(); @@ -875,22 +772,19 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (updateMask_ != null) { updateMask_ = - com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); + com.google.protobuf.FieldMask.newBuilder(updateMask_).mergeFrom(value).buildPartial(); } else { updateMask_ = value; } @@ -902,16 +796,13 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearUpdateMask() { if (updateMaskBuilder_ == null) { @@ -925,74 +816,61 @@ public Builder clearUpdateMask() { return this; } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { - + onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { - return updateMask_ == null - ? com.google.protobuf.FieldMask.getDefaultInstance() - : updateMask_; + return updateMask_ == null ? + com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** - * - * *
      * Required. The field mask describing which fields to update as a comma-separated list.
-     * For example, if only the labels are being updated, the `update_mask` would
-     * be `"labels"`.
+     * For example, if only the labels are being updated, the `update_mask` is
+     * `"labels"`.
      * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder> + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { - updateMaskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.FieldMask, - com.google.protobuf.FieldMask.Builder, - com.google.protobuf.FieldMaskOrBuilder>( - getUpdateMask(), getParentForChildren(), isClean()); + updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( + getUpdateMask(), + getParentForChildren(), + isClean()); updateMask_ = null; } return updateMaskBuilder_; } - @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); } @@ -1002,12 +880,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.domains.v1beta1.UpdateRegistrationRequest) } // @@protoc_insertion_point(class_scope:google.cloud.domains.v1beta1.UpdateRegistrationRequest) private static final com.google.cloud.domains.v1beta1.UpdateRegistrationRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.domains.v1beta1.UpdateRegistrationRequest(); } @@ -1016,16 +894,16 @@ public static com.google.cloud.domains.v1beta1.UpdateRegistrationRequest getDefa return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public UpdateRegistrationRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new UpdateRegistrationRequest(input, extensionRegistry); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public UpdateRegistrationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new UpdateRegistrationRequest(input, extensionRegistry); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1040,4 +918,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.cloud.domains.v1beta1.UpdateRegistrationRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequestOrBuilder.java b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequestOrBuilder.java similarity index 67% rename from proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequestOrBuilder.java rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequestOrBuilder.java index 0044b211..74f08b4f 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequestOrBuilder.java +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/UpdateRegistrationRequestOrBuilder.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/cloud/domains/v1beta1/domains.proto package com.google.cloud.domains.v1beta1; -public interface UpdateRegistrationRequestOrBuilder - extends +public interface UpdateRegistrationRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.UpdateRegistrationRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Fields of the `Registration` to update.
    * 
* * .google.cloud.domains.v1beta1.Registration registration = 1; - * * @return Whether the registration field is set. */ boolean hasRegistration(); /** - * - * *
    * Fields of the `Registration` to update.
    * 
* * .google.cloud.domains.v1beta1.Registration registration = 1; - * * @return The registration. */ com.google.cloud.domains.v1beta1.Registration getRegistration(); /** - * - * *
    * Fields of the `Registration` to update.
    * 
@@ -59,46 +35,35 @@ public interface UpdateRegistrationRequestOrBuilder com.google.cloud.domains.v1beta1.RegistrationOrBuilder getRegistrationOrBuilder(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** - * - * *
    * Required. The field mask describing which fields to update as a comma-separated list.
-   * For example, if only the labels are being updated, the `update_mask` would
-   * be `"labels"`.
+   * For example, if only the labels are being updated, the `update_mask` is
+   * `"labels"`.
    * 
* - * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; - * + * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); } diff --git a/proto-google-cloud-domains-v1beta1/src/main/proto/google/cloud/domains/v1beta1/domains.proto b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/proto/google/cloud/domains/v1beta1/domains.proto similarity index 80% rename from proto-google-cloud-domains-v1beta1/src/main/proto/google/cloud/domains/v1beta1/domains.proto rename to owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/proto/google/cloud/domains/v1beta1/domains.proto index 441485ba..062cdb06 100644 --- a/proto-google-cloud-domains-v1beta1/src/main/proto/google/cloud/domains/v1beta1/domains.proto +++ b/owl-bot-staging/v1beta1/proto-google-cloud-domains-v1beta1/src/main/proto/google/cloud/domains/v1beta1/domains.proto @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -82,6 +82,52 @@ service Domains { }; } + // Gets parameters needed to transfer a domain name from another registrar to + // Cloud Domains. For domains managed by Google Domains, transferring to Cloud + // Domains is not supported. + // + // + // Use the returned values to call `TransferDomain`. + rpc RetrieveTransferParameters(RetrieveTransferParametersRequest) returns (RetrieveTransferParametersResponse) { + option (google.api.http) = { + get: "/v1beta1/{location=projects/*/locations/*}/registrations:retrieveTransferParameters" + }; + option (google.api.method_signature) = "location,domain_name"; + } + + // Transfers a domain name from another registrar to Cloud Domains. For + // domains managed by Google Domains, transferring to Cloud Domains is not + // supported. + // + // + // Before calling this method, go to the domain's current registrar to unlock + // the domain for transfer and retrieve the domain's transfer authorization + // code. Then call `RetrieveTransferParameters` to confirm that the domain is + // unlocked and to get values needed to build a call to this method. + // + // A successful call creates a `Registration` resource in state + // `TRANSFER_PENDING`. It can take several days to complete the transfer + // process. The registrant can often speed up this process by approving the + // transfer through the current registrar, either by clicking a link in an + // email from the registrar or by visiting the registrar's website. + // + // A few minutes after transfer approval, the resource transitions to state + // `ACTIVE`, indicating that the transfer was successful. If the transfer is + // rejected or the request expires without being approved, the resource can + // end up in state `TRANSFER_FAILED`. If transfer fails, you can safely delete + // the resource and retry the transfer. + rpc TransferDomain(TransferDomainRequest) returns (google.longrunning.Operation) { + option (google.api.http) = { + post: "/v1beta1/{parent=projects/*/locations/*}/registrations:transfer" + body: "*" + }; + option (google.api.method_signature) = "parent,registration,yearly_price,authorization_code"; + option (google.longrunning.operation_info) = { + response_type: "Registration" + metadata_type: "OperationMetadata" + }; + } + // Lists the `Registration` resources in a project. rpc ListRegistrations(ListRegistrationsRequest) returns (ListRegistrationsResponse) { option (google.api.http) = { @@ -156,20 +202,15 @@ service Domains { }; } - // Exports a `Registration` that you no longer want to use with - // Cloud Domains. You can continue to use the domain in - // [Google Domains](https://domains.google/) until it expires. - // - // If the export is successful: + // Exports a `Registration` resource, such that it is no longer managed by + // Cloud Domains. // - // * The resource's `state` becomes `EXPORTED`, meaning that it is no longer - // managed by Cloud Domains - // * Because individual users can own domains in Google Domains, the calling - // user becomes the domain's sole owner. Permissions for the domain are - // subsequently managed in Google Domains. - // * Without further action, the domain does not renew automatically. - // The new owner can set up billing in Google Domains to renew the domain - // if needed. + // When an active domain is successfully exported, you can continue to use the + // domain in [Google Domains](https://domains.google/) until it expires. The + // calling user becomes the domain's sole owner in Google Domains, and + // permissions for the domain are subsequently managed there. The domain does + // not renew automatically unless the new owner sets up billing in Google + // Domains. rpc ExportRegistration(ExportRegistrationRequest) returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1beta1/{name=projects/*/locations/*/registrations/*}:export" @@ -184,10 +225,23 @@ service Domains { // Deletes a `Registration` resource. // - // This method only works on resources in one of the following states: + // This method works on any `Registration` resource using [Subscription or + // Commitment billing](/domains/pricing#billing-models), provided that the + // resource was created at least 1 day in the past. + // + // For `Registration` resources using + // [Monthly billing](/domains/pricing#billing-models), this method works if: // // * `state` is `EXPORTED` with `expire_time` in the past // * `state` is `REGISTRATION_FAILED` + // * `state` is `TRANSFER_FAILED` + // + // When an active registration is successfully deleted, you can continue to + // use the domain in [Google Domains](https://domains.google/) until it + // expires. The calling user becomes the domain's sole owner in Google + // Domains, and permissions for the domain are subsequently managed there. The + // domain does not renew automatically unless the new owner sets up billing in + // Google Domains. rpc DeleteRegistration(DeleteRegistrationRequest) returns (google.longrunning.Operation) { option (google.api.http) = { delete: "/v1beta1/{name=projects/*/locations/*/registrations/*}" @@ -227,6 +281,7 @@ service Domains { // The `Registration` resource facilitates managing and configuring domain name // registrations. // +// There are several ways to create a new `Registration` resource: // // To create a new `Registration` resource, find a suitable domain name by // calling the `SearchDomains` method with a query to see available domain name @@ -234,6 +289,11 @@ service Domains { // ensure availability and obtain information like pricing, which is needed to // build a call to `RegisterDomain`. // +// Another way to create a new `Registration` is to transfer an existing +// domain from another registrar. First, go to the current registrar to unlock +// the domain for transfer and retrieve the domain's transfer authorization +// code. Then call `RetrieveTransferParameters` to confirm that the domain is +// unlocked and to get values needed to build a call to `TransferDomain`. message Registration { option (google.api.resource) = { type: "domains.googleapis.com/Registration" @@ -252,6 +312,14 @@ message Registration { // to allow registration to be retried. REGISTRATION_FAILED = 2; + // The domain is being transferred from another registrar to Cloud Domains. + TRANSFER_PENDING = 3; + + // The attempt to transfer the domain from another registrar to + // Cloud Domains failed. You can delete resources in this state and retry + // the transfer. + TRANSFER_FAILED = 4; + // The domain is registered and operational. The domain renews automatically // as long as it remains in this state. ACTIVE = 6; @@ -260,11 +328,11 @@ message Registration { // `issues` field. SUSPENDED = 7; - // The domain has been exported from Cloud Domains to + // The domain is no longer managed with Cloud Domains. It may have been + // transferred to another registrar or exported for management in // [Google Domains](https://domains.google/). You can no longer update it - // with this API, and information shown about it may be stale. Without further action, domains in this - // state expire at their `expire_time`. You can delete the resource - // after the `expire_time` has passed. + // with this API, and information shown about it may be stale. Domains in + // this state are not automatically renewed by Cloud Domains. EXPORTED = 8; } @@ -281,7 +349,7 @@ message Registration { // verify the email address, follow the // instructions in the email the `registrant_contact` receives following // registration. If you do not complete email verification within - // 14 days of registration, the domain is suspended. To resend the + // 15 days of registration, the domain is suspended. To resend the // verification email, call ConfigureContactSettings and provide the current // `registrant_contact.email`. UNVERIFIED_EMAIL = 2; @@ -332,7 +400,7 @@ message Registration { // `contact_settings` field that change its `registrant_contact` or `privacy` // fields require email confirmation by the `registrant_contact` // before taking effect. This field is set only if there are pending updates - // to the `contact_settings` that have not yet been confirmed. To confirm the + // to the `contact_settings` that have not been confirmed. To confirm the // changes, the `registrant_contact` must follow the instructions in the // email they receive. ContactSettings pending_contact_settings = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -351,8 +419,8 @@ message ManagementSettings { // The domain is automatically renewed each year . // - // To disable automatic renewals, export the domain by calling - // `ExportRegistration` . + // To disable automatic renewals, delete the resource by calling + // `DeleteRegistration` or export it by calling `ExportRegistration`. AUTOMATIC_RENEWAL = 1; // The domain must be explicitly renewed each year before its @@ -418,6 +486,12 @@ message DnsSettings { // The algorithm is unspecified. ALGORITHM_UNSPECIFIED = 0; + // RSA/MD5. Cannot be used for new deployments. + RSAMD5 = 1; + + // Diffie-Hellman. Cannot be used for new deployments. + DH = 2; + // DSA/SHA1. Not recommended for new deployments. DSA = 3; @@ -453,6 +527,15 @@ message DnsSettings { // Ed448. ED448 = 16; + + // Reserved for Indirect Keys. Cannot be used for new deployments. + INDIRECT = 252; + + // Private algorithm. Cannot be used for new deployments. + PRIVATEDNS = 253; + + // Private algorithm OID. Cannot be used for new deployments. + PRIVATEOID = 254; } // List of hash functions that may have been used to generate a digest of a @@ -569,8 +652,8 @@ message ContactSettings { // *Caution: Anyone with access to this email address, phone number, // and/or postal address can take control of the domain.* // - // *Warning: For new `Registration`s, the registrant will receive an email - // confirmation that they must complete within 14 days to avoid domain + // *Warning: For new `Registration`s, the registrant receives an email + // confirmation that they must complete within 15 days to avoid domain // suspension.* Contact registrant_contact = 2 [(google.api.field_behavior) = REQUIRED]; @@ -640,7 +723,7 @@ message RegisterDomainRequest { repeated DomainNotice domain_notices = 3; // The list of contact notices that the caller acknowledges. The notices - // required here depend on the values specified in + // needed here depend on the values specified in // `registration.contact_settings`. repeated ContactNotice contact_notices = 4; @@ -649,12 +732,70 @@ message RegisterDomainRequest { // RetrieveRegisterParameters or SearchDomains calls. google.type.Money yearly_price = 5 [(google.api.field_behavior) = REQUIRED]; - // When true, only validation will be performed, without actually registering + // When true, only validation is performed, without actually registering // the domain. Follows: // https://cloud.google.com/apis/design/design_patterns#request_validation bool validate_only = 6; } +// Request for the `RetrieveTransferParameters` method. +message RetrieveTransferParametersRequest { + // Required. The domain name. Unicode domain names must be expressed in Punycode format. + string domain_name = 1 [(google.api.field_behavior) = REQUIRED]; + + // Required. The location. Must be in the format `projects/*/locations/*`. + string location = 2 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; +} + +// Response for the `RetrieveTransferParameters` method. +message RetrieveTransferParametersResponse { + // Parameters to use when calling the `TransferDomain` method. + TransferParameters transfer_parameters = 1; +} + +// Request for the `TransferDomain` method. +message TransferDomainRequest { + // Required. The parent resource of the `Registration`. Must be in the + // format `projects/*/locations/*`. + string parent = 1 [ + (google.api.field_behavior) = REQUIRED, + (google.api.resource_reference) = { + type: "locations.googleapis.com/Location" + } + ]; + + // Required. The complete `Registration` resource to be created. + // + // You can leave `registration.dns_settings` unset to import the + // domain's current DNS configuration from its current registrar. Use this + // option only if you are sure that the domain's current DNS service + // does not cease upon transfer, as is often the case for DNS services + // provided for free by the registrar. + Registration registration = 2 [(google.api.field_behavior) = REQUIRED]; + + // The list of contact notices that you acknowledge. The notices + // needed here depend on the values specified in + // `registration.contact_settings`. + repeated ContactNotice contact_notices = 3; + + // Required. Acknowledgement of the price to transfer or renew the domain for one year. + // Call `RetrieveTransferParameters` to obtain the price, which you must + // acknowledge. + google.type.Money yearly_price = 4 [(google.api.field_behavior) = REQUIRED]; + + // The domain's transfer authorization code. You can obtain this from the + // domain's current registrar. + AuthorizationCode authorization_code = 5; + + // Validate the request without actually transferring the domain. + bool validate_only = 6; +} + // Request for the `ListRegistrations` method. message ListRegistrationsRequest { // Required. The project and location from which to list `Registration`s, specified in @@ -720,8 +861,8 @@ message UpdateRegistrationRequest { Registration registration = 1; // Required. The field mask describing which fields to update as a comma-separated list. - // For example, if only the labels are being updated, the `update_mask` would - // be `"labels"`. + // For example, if only the labels are being updated, the `update_mask` is + // `"labels"`. google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; } @@ -741,7 +882,7 @@ message ConfigureManagementSettingsRequest { // Required. The field mask describing which fields to update as a comma-separated list. // For example, if only the transfer lock is being updated, the `update_mask` - // would be `"transfer_lock_state"`. + // is `"transfer_lock_state"`. google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; } @@ -761,13 +902,13 @@ message ConfigureDnsSettingsRequest { // Required. The field mask describing which fields to update as a comma-separated list. // For example, if only the name servers are being updated for an existing - // Custom DNS configuration, the `update_mask` would be + // Custom DNS configuration, the `update_mask` is // `"custom_dns.name_servers"`. // // When changing the DNS provider from one type to another, pass the new // provider's field name as part of the field mask. For example, when changing // from a Google Domains DNS configuration to a Custom DNS configuration, the - // `update_mask` would be `"custom_dns"`. // + // `update_mask` is `"custom_dns"`. // google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; // Validate the request without actually updating the DNS settings. @@ -790,11 +931,11 @@ message ConfigureContactSettingsRequest { // Required. The field mask describing which fields to update as a comma-separated list. // For example, if only the registrant contact is being updated, the - // `update_mask` would be `"registrant_contact"`. + // `update_mask` is `"registrant_contact"`. google.protobuf.FieldMask update_mask = 3 [(google.api.field_behavior) = REQUIRED]; // The list of contact notices that the caller acknowledges. The notices - // required here depend on the values specified in `contact_settings`. + // needed here depend on the values specified in `contact_settings`. repeated ContactNotice contact_notices = 4; // Validate the request without actually updating the contact settings. @@ -890,6 +1031,29 @@ message RegisterParameters { google.type.Money yearly_price = 5; } +// Parameters required to transfer a domain from another registrar. +message TransferParameters { + // The domain name. Unicode domain names are expressed in Punycode format. + string domain_name = 1; + + // The registrar that currently manages the domain. + string current_registrar = 2; + + // The name servers that currently store the configuration of the domain. + repeated string name_servers = 3; + + // Indicates whether the domain is protected by a transfer lock. For a + // transfer to succeed, this must show `UNLOCKED`. To unlock a domain, + // go to its current registrar. + TransferLockState transfer_lock_state = 4; + + // Contact privacy options that the domain supports. + repeated ContactPrivacy supported_privacy = 5; + + // Price to transfer or renew the domain for one year. + google.type.Money yearly_price = 6; +} + // Defines an authorization code. message AuthorizationCode { // The Authorization Code in ASCII. It can be used to transfer the domain diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequestOrBuilder.java b/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequestOrBuilder.java deleted file mode 100644 index 8b2892a3..00000000 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DeleteRegistrationRequestOrBuilder.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/cloud/domains/v1alpha2/domains.proto - -package com.google.cloud.domains.v1alpha2; - -public interface DeleteRegistrationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.DeleteRegistrationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` to delete,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The name of the `Registration` to delete,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsProto.java b/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsProto.java deleted file mode 100644 index ea4f9421..00000000 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/DomainsProto.java +++ /dev/null @@ -1,720 +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/domains/v1alpha2/domains.proto - -package com.google.cloud.domains.v1alpha2; - -public final class DomainsProto { - private DomainsProto() {} - - 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_domains_v1alpha2_Registration_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_Registration_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ManagementSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_DnsSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ContactSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_RegisterParameters_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1alpha2_OperationMetadata_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/domains/v1alpha2/domains." - + "proto\022\035google.cloud.domains.v1alpha2\032\034go" - + "ogle/api/annotations.proto\032\027google/api/c" - + "lient.proto\032\037google/api/field_behavior.p" - + "roto\032\031google/api/resource.proto\032#google/" - + "longrunning/operations.proto\032 google/pro" - + "tobuf/field_mask.proto\032\037google/protobuf/" - + "timestamp.proto\032\027google/type/money.proto" - + "\032 google/type/postal_address.proto\"\357\010\n\014R" - + "egistration\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\033\n\013domain" - + "_name\030\002 \001(\tB\006\340A\002\340A\005\0224\n\013create_time\030\003 \001(\013" - + "2\032.google.protobuf.TimestampB\003\340A\003\0224\n\013exp" - + "ire_time\030\006 \001(\0132\032.google.protobuf.Timesta" - + "mpB\003\340A\003\022E\n\005state\030\007 \001(\01621.google.cloud.do" - + "mains.v1alpha2.Registration.StateB\003\340A\003\022F" - + "\n\006issues\030\010 \003(\01621.google.cloud.domains.v1" - + "alpha2.Registration.IssueB\003\340A\003\022G\n\006labels" - + "\030\t \003(\01327.google.cloud.domains.v1alpha2.R" - + "egistration.LabelsEntry\022N\n\023management_se" - + "ttings\030\n \001(\01321.google.cloud.domains.v1al" - + "pha2.ManagementSettings\022@\n\014dns_settings\030" - + "\013 \001(\0132*.google.cloud.domains.v1alpha2.Dn" - + "sSettings\022M\n\020contact_settings\030\014 \001(\0132..go" - + "ogle.cloud.domains.v1alpha2.ContactSetti" - + "ngsB\003\340A\002\022U\n\030pending_contact_settings\030\r \001" - + "(\0132..google.cloud.domains.v1alpha2.Conta" - + "ctSettingsB\003\340A\003\022M\n\021supported_privacy\030\016 \003" - + "(\0162-.google.cloud.domains.v1alpha2.Conta" - + "ctPrivacyB\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001" - + "(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"z\n\005State\022\025\n\021STATE_" - + "UNSPECIFIED\020\000\022\030\n\024REGISTRATION_PENDING\020\001\022" - + "\027\n\023REGISTRATION_FAILED\020\002\022\n\n\006ACTIVE\020\006\022\r\n\t" - + "SUSPENDED\020\007\022\014\n\010EXPORTED\020\010\"I\n\005Issue\022\025\n\021IS" - + "SUE_UNSPECIFIED\020\000\022\023\n\017CONTACT_SUPPORT\020\001\022\024" - + "\n\020UNVERIFIED_EMAIL\020\002:n\352Ak\n#domains.googl" - + "eapis.com/Registration\022Dprojects/{projec" - + "t}/locations/{location}/registrations/{r" - + "egistration}\"\235\002\n\022ManagementSettings\022\\\n\016r" - + "enewal_method\030\003 \001(\0162?.google.cloud.domai" - + "ns.v1alpha2.ManagementSettings.RenewalMe" - + "thodB\003\340A\003\022M\n\023transfer_lock_state\030\004 \001(\01620" - + ".google.cloud.domains.v1alpha2.TransferL" - + "ockState\"Z\n\rRenewalMethod\022\036\n\032RENEWAL_MET" - + "HOD_UNSPECIFIED\020\000\022\025\n\021AUTOMATIC_RENEWAL\020\001" - + "\022\022\n\016MANUAL_RENEWAL\020\002\"\211\n\n\013DnsSettings\022J\n\n" - + "custom_dns\030\001 \001(\01324.google.cloud.domains." - + "v1alpha2.DnsSettings.CustomDnsH\000\022Y\n\022goog" - + "le_domains_dns\030\002 \001(\0132;.google.cloud.doma" - + "ins.v1alpha2.DnsSettings.GoogleDomainsDn" - + "sH\000\022K\n\014glue_records\030\004 \003(\01325.google.cloud" - + ".domains.v1alpha2.DnsSettings.GlueRecord" - + "\032o\n\tCustomDns\022\031\n\014name_servers\030\001 \003(\tB\003\340A\002" - + "\022G\n\nds_records\030\002 \003(\01323.google.cloud.doma" - + "ins.v1alpha2.DnsSettings.DsRecord\032\306\001\n\020Go" - + "ogleDomainsDns\022\031\n\014name_servers\030\001 \003(\tB\003\340A" - + "\003\022I\n\010ds_state\030\002 \001(\01622.google.cloud.domai" - + "ns.v1alpha2.DnsSettings.DsStateB\003\340A\002\022L\n\n" - + "ds_records\030\003 \003(\01323.google.cloud.domains." - + "v1alpha2.DnsSettings.DsRecordB\003\340A\003\032\212\004\n\010D" - + "sRecord\022\017\n\007key_tag\030\001 \001(\005\022P\n\talgorithm\030\002 " - + "\001(\0162=.google.cloud.domains.v1alpha2.DnsS" - + "ettings.DsRecord.Algorithm\022S\n\013digest_typ" - + "e\030\003 \001(\0162>.google.cloud.domains.v1alpha2." - + "DnsSettings.DsRecord.DigestType\022\016\n\006diges" - + "t\030\004 \001(\t\"\332\001\n\tAlgorithm\022\031\n\025ALGORITHM_UNSPE" - + "CIFIED\020\000\022\007\n\003DSA\020\003\022\007\n\003ECC\020\004\022\013\n\007RSASHA1\020\005\022" - + "\020\n\014DSANSEC3SHA1\020\006\022\024\n\020RSASHA1NSEC3SHA1\020\007\022" - + "\r\n\tRSASHA256\020\010\022\r\n\tRSASHA512\020\n\022\013\n\007ECCGOST" - + "\020\014\022\023\n\017ECDSAP256SHA256\020\r\022\023\n\017ECDSAP384SHA3" - + "84\020\016\022\013\n\007ED25519\020\017\022\t\n\005ED448\020\020\"Y\n\nDigestTy" - + "pe\022\033\n\027DIGEST_TYPE_UNSPECIFIED\020\000\022\010\n\004SHA1\020" - + "\001\022\n\n\006SHA256\020\002\022\014\n\010GOST3411\020\003\022\n\n\006SHA384\020\004\032" - + "T\n\nGlueRecord\022\026\n\thost_name\030\001 \001(\tB\003\340A\002\022\026\n" - + "\016ipv4_addresses\030\002 \003(\t\022\026\n\016ipv6_addresses\030" - + "\003 \003(\t\"Y\n\007DsState\022\030\n\024DS_STATE_UNSPECIFIED" - + "\020\000\022\032\n\026DS_RECORDS_UNPUBLISHED\020\001\022\030\n\024DS_REC" - + "ORDS_PUBLISHED\020\002B\016\n\014dns_provider\"\343\003\n\017Con" - + "tactSettings\022C\n\007privacy\030\001 \001(\0162-.google.c" - + "loud.domains.v1alpha2.ContactPrivacyB\003\340A" - + "\002\022W\n\022registrant_contact\030\002 \001(\01326.google.c" - + "loud.domains.v1alpha2.ContactSettings.Co" - + "ntactB\003\340A\002\022R\n\radmin_contact\030\003 \001(\01326.goog" - + "le.cloud.domains.v1alpha2.ContactSetting" - + "s.ContactB\003\340A\002\022V\n\021technical_contact\030\004 \001(" - + "\01326.google.cloud.domains.v1alpha2.Contac" - + "tSettings.ContactB\003\340A\002\032\205\001\n\007Contact\0227\n\016po" - + "stal_address\030\001 \001(\0132\032.google.type.PostalA" - + "ddressB\003\340A\002\022\022\n\005email\030\002 \001(\tB\003\340A\002\022\031\n\014phone" - + "_number\030\003 \001(\tB\003\340A\002\022\022\n\nfax_number\030\004 \001(\t\"g" - + "\n\024SearchDomainsRequest\022\022\n\005query\030\001 \001(\tB\003\340" - + "A\002\022;\n\010location\030\002 \001(\tB)\340A\002\372A#\n!locations." - + "googleapis.com/Location\"g\n\025SearchDomains" - + "Response\022N\n\023register_parameters\030\001 \003(\01321." - + "google.cloud.domains.v1alpha2.RegisterPa" - + "rameters\"z\n!RetrieveRegisterParametersRe" - + "quest\022\030\n\013domain_name\030\001 \001(\tB\003\340A\002\022;\n\010locat" - + "ion\030\002 \001(\tB)\340A\002\372A#\n!locations.googleapis." - + "com/Location\"t\n\"RetrieveRegisterParamete" - + "rsResponse\022N\n\023register_parameters\030\001 \001(\0132" - + "1.google.cloud.domains.v1alpha2.Register" - + "Parameters\"\354\002\n\025RegisterDomainRequest\0229\n\006" - + "parent\030\001 \001(\tB)\340A\002\372A#\n!locations.googleap" - + "is.com/Location\022F\n\014registration\030\002 \001(\0132+." - + "google.cloud.domains.v1alpha2.Registrati" - + "onB\003\340A\002\022C\n\016domain_notices\030\003 \003(\0162+.google" - + ".cloud.domains.v1alpha2.DomainNotice\022E\n\017" - + "contact_notices\030\004 \003(\0162,.google.cloud.dom" - + "ains.v1alpha2.ContactNotice\022-\n\014yearly_pr" - + "ice\030\005 \001(\0132\022.google.type.MoneyB\003\340A\002\022\025\n\rva" - + "lidate_only\030\006 \001(\010\"\214\001\n\030ListRegistrationsR" - + "equest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!location" - + "s.googleapis.com/Location\022\021\n\tpage_size\030\002" - + " \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t" - + "\"x\n\031ListRegistrationsResponse\022B\n\rregistr" - + "ations\030\001 \003(\0132+.google.cloud.domains.v1al" - + "pha2.Registration\022\027\n\017next_page_token\030\002 \001" - + "(\t\"S\n\026GetRegistrationRequest\0229\n\004name\030\001 \001" - + "(\tB+\340A\002\372A%\n#domains.googleapis.com/Regis" - + "tration\"\224\001\n\031UpdateRegistrationRequest\022A\n" - + "\014registration\030\001 \001(\0132+.google.cloud.domai" - + "ns.v1alpha2.Registration\0224\n\013update_mask\030" - + "\002 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002\"\355" - + "\001\n\"ConfigureManagementSettingsRequest\022A\n" - + "\014registration\030\001 \001(\tB+\340A\002\372A%\n#domains.goo" - + "gleapis.com/Registration\022N\n\023management_s" - + "ettings\030\002 \001(\01321.google.cloud.domains.v1a" - + "lpha2.ManagementSettings\0224\n\013update_mask\030" - + "\003 \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002\"\357" - + "\001\n\033ConfigureDnsSettingsRequest\022A\n\014regist" - + "ration\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapis" - + ".com/Registration\022@\n\014dns_settings\030\002 \001(\0132" - + "*.google.cloud.domains.v1alpha2.DnsSetti" - + "ngs\0224\n\013update_mask\030\003 \001(\0132\032.google.protob" - + "uf.FieldMaskB\003\340A\002\022\025\n\rvalidate_only\030\004 \001(\010" - + "\"\302\002\n\037ConfigureContactSettingsRequest\022A\n\014" - + "registration\030\001 \001(\tB+\340A\002\372A%\n#domains.goog" - + "leapis.com/Registration\022H\n\020contact_setti" - + "ngs\030\002 \001(\0132..google.cloud.domains.v1alpha" - + "2.ContactSettings\0224\n\013update_mask\030\003 \001(\0132\032" - + ".google.protobuf.FieldMaskB\003\340A\002\022E\n\017conta" - + "ct_notices\030\004 \003(\0162,.google.cloud.domains." - + "v1alpha2.ContactNotice\022\025\n\rvalidate_only\030" - + "\005 \001(\010\"V\n\031ExportRegistrationRequest\0229\n\004na" - + "me\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapis.com" - + "/Registration\"V\n\031DeleteRegistrationReque" - + "st\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domains.google" - + "apis.com/Registration\"e\n RetrieveAuthori" - + "zationCodeRequest\022A\n\014registration\030\001 \001(\tB" - + "+\340A\002\372A%\n#domains.googleapis.com/Registra" - + "tion\"b\n\035ResetAuthorizationCodeRequest\022A\n" - + "\014registration\030\001 \001(\tB+\340A\002\372A%\n#domains.goo" - + "gleapis.com/Registration\"\244\003\n\022RegisterPar" - + "ameters\022\023\n\013domain_name\030\001 \001(\t\022T\n\014availabi" - + "lity\030\002 \001(\0162>.google.cloud.domains.v1alph" - + "a2.RegisterParameters.Availability\022H\n\021su" - + "pported_privacy\030\003 \003(\0162-.google.cloud.dom" - + "ains.v1alpha2.ContactPrivacy\022C\n\016domain_n" - + "otices\030\004 \003(\0162+.google.cloud.domains.v1al" - + "pha2.DomainNotice\022(\n\014yearly_price\030\005 \001(\0132" - + "\022.google.type.Money\"j\n\014Availability\022\034\n\030A" - + "VAILABILITY_UNSPECIFIED\020\000\022\r\n\tAVAILABLE\020\001" - + "\022\017\n\013UNAVAILABLE\020\002\022\017\n\013UNSUPPORTED\020\003\022\013\n\007UN" - + "KNOWN\020\004\"!\n\021AuthorizationCode\022\014\n\004code\030\001 \001" - + "(\t\"\274\001\n\021OperationMetadata\022/\n\013create_time\030" - + "\001 \001(\0132\032.google.protobuf.Timestamp\022,\n\010end" - + "_time\030\002 \001(\0132\032.google.protobuf.Timestamp\022" - + "\016\n\006target\030\003 \001(\t\022\014\n\004verb\030\004 \001(\t\022\025\n\rstatus_" - + "detail\030\005 \001(\t\022\023\n\013api_version\030\006 \001(\t*\177\n\016Con" - + "tactPrivacy\022\037\n\033CONTACT_PRIVACY_UNSPECIFI" - + "ED\020\000\022\027\n\023PUBLIC_CONTACT_DATA\020\001\022\030\n\024PRIVATE" - + "_CONTACT_DATA\020\002\022\031\n\025REDACTED_CONTACT_DATA" - + "\020\003*A\n\014DomainNotice\022\035\n\031DOMAIN_NOTICE_UNSP" - + "ECIFIED\020\000\022\022\n\016HSTS_PRELOADED\020\001*X\n\rContact" - + "Notice\022\036\n\032CONTACT_NOTICE_UNSPECIFIED\020\000\022\'" - + "\n#PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT\020\001*" - + "R\n\021TransferLockState\022#\n\037TRANSFER_LOCK_ST" - + "ATE_UNSPECIFIED\020\000\022\014\n\010UNLOCKED\020\001\022\n\n\006LOCKE" - + "D\020\0022\306\032\n\007Domains\022\334\001\n\rSearchDomains\0223.goog" - + "le.cloud.domains.v1alpha2.SearchDomainsR" - + "equest\0324.google.cloud.domains.v1alpha2.S" - + "earchDomainsResponse\"`\202\323\344\223\002I\022G/v1alpha2/" - + "{location=projects/*/locations/*}/regist" - + "rations:searchDomains\332A\016location,query\022\226" - + "\002\n\032RetrieveRegisterParameters\022@.google.c" - + "loud.domains.v1alpha2.RetrieveRegisterPa" - + "rametersRequest\032A.google.cloud.domains.v" - + "1alpha2.RetrieveRegisterParametersRespon" - + "se\"s\202\323\344\223\002V\022T/v1alpha2/{location=projects" - + "/*/locations/*}/registrations:retrieveRe" - + "gisterParameters\332A\024location,domain_name\022" - + "\372\001\n\016RegisterDomain\0224.google.cloud.domain" - + "s.v1alpha2.RegisterDomainRequest\032\035.googl" - + "e.longrunning.Operation\"\222\001\202\323\344\223\002E\"@/v1alp" - + "ha2/{parent=projects/*/locations/*}/regi" - + "strations:register:\001*\332A parent,registrat" - + "ion,yearly_price\312A!\n\014Registration\022\021Opera" - + "tionMetadata\022\320\001\n\021ListRegistrations\0227.goo" - + "gle.cloud.domains.v1alpha2.ListRegistrat" - + "ionsRequest\0328.google.cloud.domains.v1alp" - + "ha2.ListRegistrationsResponse\"H\202\323\344\223\0029\0227/" - + "v1alpha2/{parent=projects/*/locations/*}" - + "/registrations\332A\006parent\022\275\001\n\017GetRegistrat" - + "ion\0225.google.cloud.domains.v1alpha2.GetR" - + "egistrationRequest\032+.google.cloud.domain" - + "s.v1alpha2.Registration\"F\202\323\344\223\0029\0227/v1alph" - + "a2/{name=projects/*/locations/*/registra" - + "tions/*}\332A\004name\022\211\002\n\022UpdateRegistration\0228" - + ".google.cloud.domains.v1alpha2.UpdateReg" - + "istrationRequest\032\035.google.longrunning.Op" - + "eration\"\231\001\202\323\344\223\002T2D/v1alpha2/{registratio" - + "n.name=projects/*/locations/*/registrati" - + "ons/*}:\014registration\332A\030registration,upda" - + "te_mask\312A!\n\014Registration\022\021OperationMetad" - + "ata\022\273\002\n\033ConfigureManagementSettings\022A.go" - + "ogle.cloud.domains.v1alpha2.ConfigureMan" - + "agementSettingsRequest\032\035.google.longrunn" - + "ing.Operation\"\271\001\202\323\344\223\002`\"[/v1alpha2/{regis" - + "tration=projects/*/locations/*/registrat" - + "ions/*}:configureManagementSettings:\001*\332A" - + ",registration,management_settings,update" - + "_mask\312A!\n\014Registration\022\021OperationMetadat" - + "a\022\237\002\n\024ConfigureDnsSettings\022:.google.clou" - + "d.domains.v1alpha2.ConfigureDnsSettingsR" - + "equest\032\035.google.longrunning.Operation\"\253\001" - + "\202\323\344\223\002Y\"T/v1alpha2/{registration=projects" - + "/*/locations/*/registrations/*}:configur" - + "eDnsSettings:\001*\332A%registration,dns_setti" - + "ngs,update_mask\312A!\n\014Registration\022\021Operat" - + "ionMetadata\022\257\002\n\030ConfigureContactSettings" - + "\022>.google.cloud.domains.v1alpha2.Configu" - + "reContactSettingsRequest\032\035.google.longru" - + "nning.Operation\"\263\001\202\323\344\223\002]\"X/v1alpha2/{reg" - + "istration=projects/*/locations/*/registr" - + "ations/*}:configureContactSettings:\001*\332A)" - + "registration,contact_settings,update_mas" - + "k\312A!\n\014Registration\022\021OperationMetadata\022\343\001" - + "\n\022ExportRegistration\0228.google.cloud.doma" - + "ins.v1alpha2.ExportRegistrationRequest\032\035" - + ".google.longrunning.Operation\"t\202\323\344\223\002C\">/" - + "v1alpha2/{name=projects/*/locations/*/re" - + "gistrations/*}:export:\001*\332A\004name\312A!\n\014Regi" - + "stration\022\021OperationMetadata\022\342\001\n\022DeleteRe" - + "gistration\0228.google.cloud.domains.v1alph" - + "a2.DeleteRegistrationRequest\032\035.google.lo" - + "ngrunning.Operation\"s\202\323\344\223\0029*7/v1alpha2/{" - + "name=projects/*/locations/*/registration" - + "s/*}\332A\004name\312A*\n\025google.protobuf.Empty\022\021O" - + "perationMetadata\022\200\002\n\031RetrieveAuthorizati" - + "onCode\022?.google.cloud.domains.v1alpha2.R" - + "etrieveAuthorizationCodeRequest\0320.google" - + ".cloud.domains.v1alpha2.AuthorizationCod" - + "e\"p\202\323\344\223\002[\022Y/v1alpha2/{registration=proje" - + "cts/*/locations/*/registrations/*}:retri" - + "eveAuthorizationCode\332A\014registration\022\372\001\n\026" - + "ResetAuthorizationCode\022<.google.cloud.do" - + "mains.v1alpha2.ResetAuthorizationCodeReq" - + "uest\0320.google.cloud.domains.v1alpha2.Aut" - + "horizationCode\"p\202\323\344\223\002[\"V/v1alpha2/{regis" - + "tration=projects/*/locations/*/registrat" - + "ions/*}:resetAuthorizationCode:\001*\332A\014regi" - + "stration\032J\312A\026domains.googleapis.com\322A.ht" - + "tps://www.googleapis.com/auth/cloud-plat" - + "formBy\n!com.google.cloud.domains.v1alpha" - + "2B\014DomainsProtoP\001ZDgoogle.golang.org/gen" - + "proto/googleapis/cloud/domains/v1alpha2;" - + "domainsb\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.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.type.MoneyProto.getDescriptor(), - com.google.type.PostalAddressProto.getDescriptor(), - }); - internal_static_google_cloud_domains_v1alpha2_Registration_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_domains_v1alpha2_Registration_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_Registration_descriptor, - new java.lang.String[] { - "Name", - "DomainName", - "CreateTime", - "ExpireTime", - "State", - "Issues", - "Labels", - "ManagementSettings", - "DnsSettings", - "ContactSettings", - "PendingContactSettings", - "SupportedPrivacy", - }); - internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_descriptor = - internal_static_google_cloud_domains_v1alpha2_Registration_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_Registration_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_domains_v1alpha2_ManagementSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ManagementSettings_descriptor, - new java.lang.String[] { - "RenewalMethod", "TransferLockState", - }); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor, - new java.lang.String[] { - "CustomDns", "GoogleDomainsDns", "GlueRecords", "DnsProvider", - }); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor = - internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_DnsSettings_CustomDns_descriptor, - new java.lang.String[] { - "NameServers", "DsRecords", - }); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor = - internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor - .getNestedTypes() - .get(1); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GoogleDomainsDns_descriptor, - new java.lang.String[] { - "NameServers", "DsState", "DsRecords", - }); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor = - internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor - .getNestedTypes() - .get(2); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_DnsSettings_DsRecord_descriptor, - new java.lang.String[] { - "KeyTag", "Algorithm", "DigestType", "Digest", - }); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor = - internal_static_google_cloud_domains_v1alpha2_DnsSettings_descriptor - .getNestedTypes() - .get(3); - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_DnsSettings_GlueRecord_descriptor, - new java.lang.String[] { - "HostName", "Ipv4Addresses", "Ipv6Addresses", - }); - internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_domains_v1alpha2_ContactSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor, - new java.lang.String[] { - "Privacy", "RegistrantContact", "AdminContact", "TechnicalContact", - }); - internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor = - internal_static_google_cloud_domains_v1alpha2_ContactSettings_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ContactSettings_Contact_descriptor, - new java.lang.String[] { - "PostalAddress", "Email", "PhoneNumber", "FaxNumber", - }); - internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_SearchDomainsRequest_descriptor, - new java.lang.String[] { - "Query", "Location", - }); - internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_SearchDomainsResponse_descriptor, - new java.lang.String[] { - "RegisterParameters", - }); - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersRequest_descriptor, - new java.lang.String[] { - "DomainName", "Location", - }); - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_RetrieveRegisterParametersResponse_descriptor, - new java.lang.String[] { - "RegisterParameters", - }); - internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_RegisterDomainRequest_descriptor, - new java.lang.String[] { - "Parent", - "Registration", - "DomainNotices", - "ContactNotices", - "YearlyPrice", - "ValidateOnly", - }); - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsRequest_descriptor, - new java.lang.String[] { - "Parent", "PageSize", "PageToken", "Filter", - }); - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ListRegistrationsResponse_descriptor, - new java.lang.String[] { - "Registrations", "NextPageToken", - }); - internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_GetRegistrationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_UpdateRegistrationRequest_descriptor, - new java.lang.String[] { - "Registration", "UpdateMask", - }); - internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ConfigureManagementSettingsRequest_descriptor, - new java.lang.String[] { - "Registration", "ManagementSettings", "UpdateMask", - }); - internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ConfigureDnsSettingsRequest_descriptor, - new java.lang.String[] { - "Registration", "DnsSettings", "UpdateMask", "ValidateOnly", - }); - internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ConfigureContactSettingsRequest_descriptor, - new java.lang.String[] { - "Registration", "ContactSettings", "UpdateMask", "ContactNotices", "ValidateOnly", - }); - internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ExportRegistrationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor = - getDescriptor().getMessageTypes().get(17); - internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_DeleteRegistrationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor = - getDescriptor().getMessageTypes().get(18); - internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_RetrieveAuthorizationCodeRequest_descriptor, - new java.lang.String[] { - "Registration", - }); - internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor = - getDescriptor().getMessageTypes().get(19); - internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_ResetAuthorizationCodeRequest_descriptor, - new java.lang.String[] { - "Registration", - }); - internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor = - getDescriptor().getMessageTypes().get(20); - internal_static_google_cloud_domains_v1alpha2_RegisterParameters_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_RegisterParameters_descriptor, - new java.lang.String[] { - "DomainName", "Availability", "SupportedPrivacy", "DomainNotices", "YearlyPrice", - }); - internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor = - getDescriptor().getMessageTypes().get(21); - internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_AuthorizationCode_descriptor, - new java.lang.String[] { - "Code", - }); - internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor = - getDescriptor().getMessageTypes().get(22); - internal_static_google_cloud_domains_v1alpha2_OperationMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1alpha2_OperationMetadata_descriptor, - new java.lang.String[] { - "CreateTime", "EndTime", "Target", "Verb", "StatusDetail", "ApiVersion", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - com.google.type.MoneyProto.getDescriptor(); - com.google.type.PostalAddressProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequestOrBuilder.java b/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequestOrBuilder.java deleted file mode 100644 index 8ef26cf2..00000000 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ExportRegistrationRequestOrBuilder.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/cloud/domains/v1alpha2/domains.proto - -package com.google.cloud.domains.v1alpha2; - -public interface ExportRegistrationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ExportRegistrationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` to export,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The name of the `Registration` to export,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequestOrBuilder.java b/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequestOrBuilder.java deleted file mode 100644 index d5ace1cb..00000000 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/GetRegistrationRequestOrBuilder.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/cloud/domains/v1alpha2/domains.proto - -package com.google.cloud.domains.v1alpha2; - -public interface GetRegistrationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.GetRegistrationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` to get, in the format
-   * `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The name of the `Registration` to get, in the format
-   * `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequestOrBuilder.java b/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequestOrBuilder.java deleted file mode 100644 index f869f012..00000000 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/ResetAuthorizationCodeRequestOrBuilder.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/cloud/domains/v1alpha2/domains.proto - -package com.google.cloud.domains.v1alpha2; - -public interface ResetAuthorizationCodeRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.ResetAuthorizationCodeRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` whose authorization code is being reset,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The registration. - */ - java.lang.String getRegistration(); - /** - * - * - *
-   * Required. The name of the `Registration` whose authorization code is being reset,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for registration. - */ - com.google.protobuf.ByteString getRegistrationBytes(); -} diff --git a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequestOrBuilder.java b/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequestOrBuilder.java deleted file mode 100644 index f6c35c6f..00000000 --- a/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/RetrieveAuthorizationCodeRequestOrBuilder.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/cloud/domains/v1alpha2/domains.proto - -package com.google.cloud.domains.v1alpha2; - -public interface RetrieveAuthorizationCodeRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1alpha2.RetrieveAuthorizationCodeRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` whose authorization code is being retrieved,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The registration. - */ - java.lang.String getRegistration(); - /** - * - * - *
-   * Required. The name of the `Registration` whose authorization code is being retrieved,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for registration. - */ - com.google.protobuf.ByteString getRegistrationBytes(); -} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequestOrBuilder.java b/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequestOrBuilder.java deleted file mode 100644 index 146a1856..00000000 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DeleteRegistrationRequestOrBuilder.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/cloud/domains/v1beta1/domains.proto - -package com.google.cloud.domains.v1beta1; - -public interface DeleteRegistrationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.DeleteRegistrationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` to delete,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The name of the `Registration` to delete,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsProto.java b/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsProto.java deleted file mode 100644 index aa4bcd2e..00000000 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/DomainsProto.java +++ /dev/null @@ -1,710 +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/domains/v1beta1/domains.proto - -package com.google.cloud.domains.v1beta1; - -public final class DomainsProto { - private DomainsProto() {} - - 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_domains_v1beta1_Registration_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_Registration_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ManagementSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_DnsSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ContactSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_RegisterParameters_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_AuthorizationCode_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_domains_v1beta1_OperationMetadata_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/domains/v1beta1/domains.p" - + "roto\022\034google.cloud.domains.v1beta1\032\034goog" - + "le/api/annotations.proto\032\027google/api/cli" - + "ent.proto\032\037google/api/field_behavior.pro" - + "to\032\031google/api/resource.proto\032#google/lo" - + "ngrunning/operations.proto\032 google/proto" - + "buf/field_mask.proto\032\037google/protobuf/ti" - + "mestamp.proto\032\027google/type/money.proto\032 " - + "google/type/postal_address.proto\"\347\010\n\014Reg" - + "istration\022\021\n\004name\030\001 \001(\tB\003\340A\003\022\033\n\013domain_n" - + "ame\030\002 \001(\tB\006\340A\002\340A\005\0224\n\013create_time\030\003 \001(\0132\032" - + ".google.protobuf.TimestampB\003\340A\003\0224\n\013expir" - + "e_time\030\006 \001(\0132\032.google.protobuf.Timestamp" - + "B\003\340A\003\022D\n\005state\030\007 \001(\01620.google.cloud.doma" - + "ins.v1beta1.Registration.StateB\003\340A\003\022E\n\006i" - + "ssues\030\010 \003(\01620.google.cloud.domains.v1bet" - + "a1.Registration.IssueB\003\340A\003\022F\n\006labels\030\t \003" - + "(\01326.google.cloud.domains.v1beta1.Regist" - + "ration.LabelsEntry\022M\n\023management_setting" - + "s\030\n \001(\01320.google.cloud.domains.v1beta1.M" - + "anagementSettings\022?\n\014dns_settings\030\013 \001(\0132" - + ").google.cloud.domains.v1beta1.DnsSettin" - + "gs\022L\n\020contact_settings\030\014 \001(\0132-.google.cl" - + "oud.domains.v1beta1.ContactSettingsB\003\340A\002" - + "\022T\n\030pending_contact_settings\030\r \001(\0132-.goo" - + "gle.cloud.domains.v1beta1.ContactSetting" - + "sB\003\340A\003\022L\n\021supported_privacy\030\016 \003(\0162,.goog" - + "le.cloud.domains.v1beta1.ContactPrivacyB" - + "\003\340A\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005valu" - + "e\030\002 \001(\t:\0028\001\"z\n\005State\022\025\n\021STATE_UNSPECIFIE" - + "D\020\000\022\030\n\024REGISTRATION_PENDING\020\001\022\027\n\023REGISTR" - + "ATION_FAILED\020\002\022\n\n\006ACTIVE\020\006\022\r\n\tSUSPENDED\020" - + "\007\022\014\n\010EXPORTED\020\010\"I\n\005Issue\022\025\n\021ISSUE_UNSPEC" - + "IFIED\020\000\022\023\n\017CONTACT_SUPPORT\020\001\022\024\n\020UNVERIFI" - + "ED_EMAIL\020\002:n\352Ak\n#domains.googleapis.com/" - + "Registration\022Dprojects/{project}/locatio" - + "ns/{location}/registrations/{registratio" - + "n}\"\233\002\n\022ManagementSettings\022[\n\016renewal_met" - + "hod\030\003 \001(\0162>.google.cloud.domains.v1beta1" - + ".ManagementSettings.RenewalMethodB\003\340A\003\022L" - + "\n\023transfer_lock_state\030\004 \001(\0162/.google.clo" - + "ud.domains.v1beta1.TransferLockState\"Z\n\r" - + "RenewalMethod\022\036\n\032RENEWAL_METHOD_UNSPECIF" - + "IED\020\000\022\025\n\021AUTOMATIC_RENEWAL\020\001\022\022\n\016MANUAL_R" - + "ENEWAL\020\002\"\201\n\n\013DnsSettings\022I\n\ncustom_dns\030\001" - + " \001(\01323.google.cloud.domains.v1beta1.DnsS" - + "ettings.CustomDnsH\000\022X\n\022google_domains_dn" - + "s\030\002 \001(\0132:.google.cloud.domains.v1beta1.D" - + "nsSettings.GoogleDomainsDnsH\000\022J\n\014glue_re" - + "cords\030\004 \003(\01324.google.cloud.domains.v1bet" - + "a1.DnsSettings.GlueRecord\032n\n\tCustomDns\022\031" - + "\n\014name_servers\030\001 \003(\tB\003\340A\002\022F\n\nds_records\030" - + "\002 \003(\01322.google.cloud.domains.v1beta1.Dns" - + "Settings.DsRecord\032\304\001\n\020GoogleDomainsDns\022\031" - + "\n\014name_servers\030\001 \003(\tB\003\340A\003\022H\n\010ds_state\030\002 " - + "\001(\01621.google.cloud.domains.v1beta1.DnsSe" - + "ttings.DsStateB\003\340A\002\022K\n\nds_records\030\003 \003(\0132" - + "2.google.cloud.domains.v1beta1.DnsSettin" - + "gs.DsRecordB\003\340A\003\032\210\004\n\010DsRecord\022\017\n\007key_tag" - + "\030\001 \001(\005\022O\n\talgorithm\030\002 \001(\0162<.google.cloud" - + ".domains.v1beta1.DnsSettings.DsRecord.Al" - + "gorithm\022R\n\013digest_type\030\003 \001(\0162=.google.cl" - + "oud.domains.v1beta1.DnsSettings.DsRecord" - + ".DigestType\022\016\n\006digest\030\004 \001(\t\"\332\001\n\tAlgorith" - + "m\022\031\n\025ALGORITHM_UNSPECIFIED\020\000\022\007\n\003DSA\020\003\022\007\n" - + "\003ECC\020\004\022\013\n\007RSASHA1\020\005\022\020\n\014DSANSEC3SHA1\020\006\022\024\n" - + "\020RSASHA1NSEC3SHA1\020\007\022\r\n\tRSASHA256\020\010\022\r\n\tRS" - + "ASHA512\020\n\022\013\n\007ECCGOST\020\014\022\023\n\017ECDSAP256SHA25" - + "6\020\r\022\023\n\017ECDSAP384SHA384\020\016\022\013\n\007ED25519\020\017\022\t\n" - + "\005ED448\020\020\"Y\n\nDigestType\022\033\n\027DIGEST_TYPE_UN" - + "SPECIFIED\020\000\022\010\n\004SHA1\020\001\022\n\n\006SHA256\020\002\022\014\n\010GOS" - + "T3411\020\003\022\n\n\006SHA384\020\004\032T\n\nGlueRecord\022\026\n\thos" - + "t_name\030\001 \001(\tB\003\340A\002\022\026\n\016ipv4_addresses\030\002 \003(" - + "\t\022\026\n\016ipv6_addresses\030\003 \003(\t\"Y\n\007DsState\022\030\n\024" - + "DS_STATE_UNSPECIFIED\020\000\022\032\n\026DS_RECORDS_UNP" - + "UBLISHED\020\001\022\030\n\024DS_RECORDS_PUBLISHED\020\002B\016\n\014" - + "dns_provider\"\337\003\n\017ContactSettings\022B\n\007priv" - + "acy\030\001 \001(\0162,.google.cloud.domains.v1beta1" - + ".ContactPrivacyB\003\340A\002\022V\n\022registrant_conta" - + "ct\030\002 \001(\01325.google.cloud.domains.v1beta1." - + "ContactSettings.ContactB\003\340A\002\022Q\n\radmin_co" - + "ntact\030\003 \001(\01325.google.cloud.domains.v1bet" - + "a1.ContactSettings.ContactB\003\340A\002\022U\n\021techn" - + "ical_contact\030\004 \001(\01325.google.cloud.domain" - + "s.v1beta1.ContactSettings.ContactB\003\340A\002\032\205" - + "\001\n\007Contact\0227\n\016postal_address\030\001 \001(\0132\032.goo" - + "gle.type.PostalAddressB\003\340A\002\022\022\n\005email\030\002 \001" - + "(\tB\003\340A\002\022\031\n\014phone_number\030\003 \001(\tB\003\340A\002\022\022\n\nfa" - + "x_number\030\004 \001(\t\"g\n\024SearchDomainsRequest\022\022" - + "\n\005query\030\001 \001(\tB\003\340A\002\022;\n\010location\030\002 \001(\tB)\340A" - + "\002\372A#\n!locations.googleapis.com/Location\"" - + "f\n\025SearchDomainsResponse\022M\n\023register_par" - + "ameters\030\001 \003(\01320.google.cloud.domains.v1b" - + "eta1.RegisterParameters\"z\n!RetrieveRegis" - + "terParametersRequest\022\030\n\013domain_name\030\001 \001(" - + "\tB\003\340A\002\022;\n\010location\030\002 \001(\tB)\340A\002\372A#\n!locati" - + "ons.googleapis.com/Location\"s\n\"RetrieveR" - + "egisterParametersResponse\022M\n\023register_pa" - + "rameters\030\001 \001(\01320.google.cloud.domains.v1" - + "beta1.RegisterParameters\"\351\002\n\025RegisterDom" - + "ainRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!loca" - + "tions.googleapis.com/Location\022E\n\014registr" - + "ation\030\002 \001(\0132*.google.cloud.domains.v1bet" - + "a1.RegistrationB\003\340A\002\022B\n\016domain_notices\030\003" - + " \003(\0162*.google.cloud.domains.v1beta1.Doma" - + "inNotice\022D\n\017contact_notices\030\004 \003(\0162+.goog" - + "le.cloud.domains.v1beta1.ContactNotice\022-" - + "\n\014yearly_price\030\005 \001(\0132\022.google.type.Money" - + "B\003\340A\002\022\025\n\rvalidate_only\030\006 \001(\010\"\214\001\n\030ListReg" - + "istrationsRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A" - + "#\n!locations.googleapis.com/Location\022\021\n\t" - + "page_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006f" - + "ilter\030\004 \001(\t\"w\n\031ListRegistrationsResponse" - + "\022A\n\rregistrations\030\001 \003(\0132*.google.cloud.d" - + "omains.v1beta1.Registration\022\027\n\017next_page" - + "_token\030\002 \001(\t\"S\n\026GetRegistrationRequest\0229" - + "\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapis" - + ".com/Registration\"\223\001\n\031UpdateRegistration" - + "Request\022@\n\014registration\030\001 \001(\0132*.google.c" - + "loud.domains.v1beta1.Registration\0224\n\013upd" - + "ate_mask\030\002 \001(\0132\032.google.protobuf.FieldMa" - + "skB\003\340A\002\"\354\001\n\"ConfigureManagementSettingsR" - + "equest\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#do" - + "mains.googleapis.com/Registration\022M\n\023man" - + "agement_settings\030\002 \001(\01320.google.cloud.do" - + "mains.v1beta1.ManagementSettings\0224\n\013upda" - + "te_mask\030\003 \001(\0132\032.google.protobuf.FieldMas" - + "kB\003\340A\002\"\356\001\n\033ConfigureDnsSettingsRequest\022A" - + "\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#domains.go" - + "ogleapis.com/Registration\022?\n\014dns_setting" - + "s\030\002 \001(\0132).google.cloud.domains.v1beta1.D" - + "nsSettings\0224\n\013update_mask\030\003 \001(\0132\032.google" - + ".protobuf.FieldMaskB\003\340A\002\022\025\n\rvalidate_onl" - + "y\030\004 \001(\010\"\300\002\n\037ConfigureContactSettingsRequ" - + "est\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#domai" - + "ns.googleapis.com/Registration\022G\n\020contac" - + "t_settings\030\002 \001(\0132-.google.cloud.domains." - + "v1beta1.ContactSettings\0224\n\013update_mask\030\003" - + " \001(\0132\032.google.protobuf.FieldMaskB\003\340A\002\022D\n" - + "\017contact_notices\030\004 \003(\0162+.google.cloud.do" - + "mains.v1beta1.ContactNotice\022\025\n\rvalidate_" - + "only\030\005 \001(\010\"V\n\031ExportRegistrationRequest\022" - + "9\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domains.googleapi" - + "s.com/Registration\"V\n\031DeleteRegistration" - + "Request\0229\n\004name\030\001 \001(\tB+\340A\002\372A%\n#domains.g" - + "oogleapis.com/Registration\"e\n RetrieveAu" - + "thorizationCodeRequest\022A\n\014registration\030\001" - + " \001(\tB+\340A\002\372A%\n#domains.googleapis.com/Reg" - + "istration\"b\n\035ResetAuthorizationCodeReque" - + "st\022A\n\014registration\030\001 \001(\tB+\340A\002\372A%\n#domain" - + "s.googleapis.com/Registration\"\241\003\n\022Regist" - + "erParameters\022\023\n\013domain_name\030\001 \001(\t\022S\n\014ava" - + "ilability\030\002 \001(\0162=.google.cloud.domains.v" - + "1beta1.RegisterParameters.Availability\022G" - + "\n\021supported_privacy\030\003 \003(\0162,.google.cloud" - + ".domains.v1beta1.ContactPrivacy\022B\n\016domai" - + "n_notices\030\004 \003(\0162*.google.cloud.domains.v" - + "1beta1.DomainNotice\022(\n\014yearly_price\030\005 \001(" - + "\0132\022.google.type.Money\"j\n\014Availability\022\034\n" - + "\030AVAILABILITY_UNSPECIFIED\020\000\022\r\n\tAVAILABLE" - + "\020\001\022\017\n\013UNAVAILABLE\020\002\022\017\n\013UNSUPPORTED\020\003\022\013\n\007" - + "UNKNOWN\020\004\"!\n\021AuthorizationCode\022\014\n\004code\030\001" - + " \001(\t\"\274\001\n\021OperationMetadata\022/\n\013create_tim" - + "e\030\001 \001(\0132\032.google.protobuf.Timestamp\022,\n\010e" - + "nd_time\030\002 \001(\0132\032.google.protobuf.Timestam" - + "p\022\016\n\006target\030\003 \001(\t\022\014\n\004verb\030\004 \001(\t\022\025\n\rstatu" - + "s_detail\030\005 \001(\t\022\023\n\013api_version\030\006 \001(\t*\177\n\016C" - + "ontactPrivacy\022\037\n\033CONTACT_PRIVACY_UNSPECI" - + "FIED\020\000\022\027\n\023PUBLIC_CONTACT_DATA\020\001\022\030\n\024PRIVA" - + "TE_CONTACT_DATA\020\002\022\031\n\025REDACTED_CONTACT_DA" - + "TA\020\003*A\n\014DomainNotice\022\035\n\031DOMAIN_NOTICE_UN" - + "SPECIFIED\020\000\022\022\n\016HSTS_PRELOADED\020\001*X\n\rConta" - + "ctNotice\022\036\n\032CONTACT_NOTICE_UNSPECIFIED\020\000" - + "\022\'\n#PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT\020" - + "\001*R\n\021TransferLockState\022#\n\037TRANSFER_LOCK_" - + "STATE_UNSPECIFIED\020\000\022\014\n\010UNLOCKED\020\001\022\n\n\006LOC" - + "KED\020\0022\246\032\n\007Domains\022\331\001\n\rSearchDomains\0222.go" - + "ogle.cloud.domains.v1beta1.SearchDomains" - + "Request\0323.google.cloud.domains.v1beta1.S" - + "earchDomainsResponse\"_\202\323\344\223\002H\022F/v1beta1/{" - + "location=projects/*/locations/*}/registr" - + "ations:searchDomains\332A\016location,query\022\223\002" - + "\n\032RetrieveRegisterParameters\022?.google.cl" - + "oud.domains.v1beta1.RetrieveRegisterPara" - + "metersRequest\032@.google.cloud.domains.v1b" - + "eta1.RetrieveRegisterParametersResponse\"" - + "r\202\323\344\223\002U\022S/v1beta1/{location=projects/*/l" - + "ocations/*}/registrations:retrieveRegist" - + "erParameters\332A\024location,domain_name\022\370\001\n\016" - + "RegisterDomain\0223.google.cloud.domains.v1" - + "beta1.RegisterDomainRequest\032\035.google.lon" - + "grunning.Operation\"\221\001\202\323\344\223\002D\"?/v1beta1/{p" - + "arent=projects/*/locations/*}/registrati" - + "ons:register:\001*\332A parent,registration,ye" - + "arly_price\312A!\n\014Registration\022\021OperationMe" - + "tadata\022\315\001\n\021ListRegistrations\0226.google.cl" - + "oud.domains.v1beta1.ListRegistrationsReq" - + "uest\0327.google.cloud.domains.v1beta1.List" - + "RegistrationsResponse\"G\202\323\344\223\0028\0226/v1beta1/" - + "{parent=projects/*/locations/*}/registra" - + "tions\332A\006parent\022\272\001\n\017GetRegistration\0224.goo" - + "gle.cloud.domains.v1beta1.GetRegistratio" - + "nRequest\032*.google.cloud.domains.v1beta1." - + "Registration\"E\202\323\344\223\0028\0226/v1beta1/{name=pro" - + "jects/*/locations/*/registrations/*}\332A\004n" - + "ame\022\207\002\n\022UpdateRegistration\0227.google.clou" - + "d.domains.v1beta1.UpdateRegistrationRequ" - + "est\032\035.google.longrunning.Operation\"\230\001\202\323\344" - + "\223\002S2C/v1beta1/{registration.name=project" - + "s/*/locations/*/registrations/*}:\014regist" - + "ration\332A\030registration,update_mask\312A!\n\014Re" - + "gistration\022\021OperationMetadata\022\271\002\n\033Config" - + "ureManagementSettings\022@.google.cloud.dom" - + "ains.v1beta1.ConfigureManagementSettings" - + "Request\032\035.google.longrunning.Operation\"\270" - + "\001\202\323\344\223\002_\"Z/v1beta1/{registration=projects" - + "/*/locations/*/registrations/*}:configur" - + "eManagementSettings:\001*\332A,registration,ma" - + "nagement_settings,update_mask\312A!\n\014Regist" - + "ration\022\021OperationMetadata\022\235\002\n\024ConfigureD" - + "nsSettings\0229.google.cloud.domains.v1beta" - + "1.ConfigureDnsSettingsRequest\032\035.google.l" - + "ongrunning.Operation\"\252\001\202\323\344\223\002X\"S/v1beta1/" - + "{registration=projects/*/locations/*/reg" - + "istrations/*}:configureDnsSettings:\001*\332A%" - + "registration,dns_settings,update_mask\312A!" - + "\n\014Registration\022\021OperationMetadata\022\255\002\n\030Co" - + "nfigureContactSettings\022=.google.cloud.do" - + "mains.v1beta1.ConfigureContactSettingsRe" - + "quest\032\035.google.longrunning.Operation\"\262\001\202" - + "\323\344\223\002\\\"W/v1beta1/{registration=projects/*" - + "/locations/*/registrations/*}:configureC" - + "ontactSettings:\001*\332A)registration,contact" - + "_settings,update_mask\312A!\n\014Registration\022\021" - + "OperationMetadata\022\341\001\n\022ExportRegistration" - + "\0227.google.cloud.domains.v1beta1.ExportRe" - + "gistrationRequest\032\035.google.longrunning.O" - + "peration\"s\202\323\344\223\002B\"=/v1beta1/{name=project" - + "s/*/locations/*/registrations/*}:export:" - + "\001*\332A\004name\312A!\n\014Registration\022\021OperationMet" - + "adata\022\340\001\n\022DeleteRegistration\0227.google.cl" - + "oud.domains.v1beta1.DeleteRegistrationRe" - + "quest\032\035.google.longrunning.Operation\"r\202\323" - + "\344\223\0028*6/v1beta1/{name=projects/*/location" - + "s/*/registrations/*}\332A\004name\312A*\n\025google.p" - + "rotobuf.Empty\022\021OperationMetadata\022\375\001\n\031Ret" - + "rieveAuthorizationCode\022>.google.cloud.do" - + "mains.v1beta1.RetrieveAuthorizationCodeR" - + "equest\032/.google.cloud.domains.v1beta1.Au" - + "thorizationCode\"o\202\323\344\223\002Z\022X/v1beta1/{regis" - + "tration=projects/*/locations/*/registrat" - + "ions/*}:retrieveAuthorizationCode\332A\014regi" - + "stration\022\367\001\n\026ResetAuthorizationCode\022;.go" - + "ogle.cloud.domains.v1beta1.ResetAuthoriz" - + "ationCodeRequest\032/.google.cloud.domains." - + "v1beta1.AuthorizationCode\"o\202\323\344\223\002Z\"U/v1be" - + "ta1/{registration=projects/*/locations/*" - + "/registrations/*}:resetAuthorizationCode" - + ":\001*\332A\014registration\032J\312A\026domains.googleapi" - + "s.com\322A.https://www.googleapis.com/auth/" - + "cloud-platformBw\n com.google.cloud.domai" - + "ns.v1beta1B\014DomainsProtoP\001ZCgoogle.golan" - + "g.org/genproto/googleapis/cloud/domains/" - + "v1beta1;domainsb\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.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.FieldMaskProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.type.MoneyProto.getDescriptor(), - com.google.type.PostalAddressProto.getDescriptor(), - }); - internal_static_google_cloud_domains_v1beta1_Registration_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_domains_v1beta1_Registration_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_Registration_descriptor, - new java.lang.String[] { - "Name", - "DomainName", - "CreateTime", - "ExpireTime", - "State", - "Issues", - "Labels", - "ManagementSettings", - "DnsSettings", - "ContactSettings", - "PendingContactSettings", - "SupportedPrivacy", - }); - internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_descriptor = - internal_static_google_cloud_domains_v1beta1_Registration_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_Registration_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_domains_v1beta1_ManagementSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ManagementSettings_descriptor, - new java.lang.String[] { - "RenewalMethod", "TransferLockState", - }); - internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_domains_v1beta1_DnsSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor, - new java.lang.String[] { - "CustomDns", "GoogleDomainsDns", "GlueRecords", "DnsProvider", - }); - internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor = - internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_DnsSettings_CustomDns_descriptor, - new java.lang.String[] { - "NameServers", "DsRecords", - }); - internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor = - internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor.getNestedTypes().get(1); - internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_DnsSettings_GoogleDomainsDns_descriptor, - new java.lang.String[] { - "NameServers", "DsState", "DsRecords", - }); - internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor = - internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor.getNestedTypes().get(2); - internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_DnsSettings_DsRecord_descriptor, - new java.lang.String[] { - "KeyTag", "Algorithm", "DigestType", "Digest", - }); - internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor = - internal_static_google_cloud_domains_v1beta1_DnsSettings_descriptor.getNestedTypes().get(3); - internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_DnsSettings_GlueRecord_descriptor, - new java.lang.String[] { - "HostName", "Ipv4Addresses", "Ipv6Addresses", - }); - internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_domains_v1beta1_ContactSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor, - new java.lang.String[] { - "Privacy", "RegistrantContact", "AdminContact", "TechnicalContact", - }); - internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor = - internal_static_google_cloud_domains_v1beta1_ContactSettings_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ContactSettings_Contact_descriptor, - new java.lang.String[] { - "PostalAddress", "Email", "PhoneNumber", "FaxNumber", - }); - internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_SearchDomainsRequest_descriptor, - new java.lang.String[] { - "Query", "Location", - }); - internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_SearchDomainsResponse_descriptor, - new java.lang.String[] { - "RegisterParameters", - }); - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersRequest_descriptor, - new java.lang.String[] { - "DomainName", "Location", - }); - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_RetrieveRegisterParametersResponse_descriptor, - new java.lang.String[] { - "RegisterParameters", - }); - internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_RegisterDomainRequest_descriptor, - new java.lang.String[] { - "Parent", - "Registration", - "DomainNotices", - "ContactNotices", - "YearlyPrice", - "ValidateOnly", - }); - internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ListRegistrationsRequest_descriptor, - new java.lang.String[] { - "Parent", "PageSize", "PageToken", "Filter", - }); - internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor = - getDescriptor().getMessageTypes().get(10); - internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ListRegistrationsResponse_descriptor, - new java.lang.String[] { - "Registrations", "NextPageToken", - }); - internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_GetRegistrationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor = - getDescriptor().getMessageTypes().get(12); - internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_UpdateRegistrationRequest_descriptor, - new java.lang.String[] { - "Registration", "UpdateMask", - }); - internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor = - getDescriptor().getMessageTypes().get(13); - internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ConfigureManagementSettingsRequest_descriptor, - new java.lang.String[] { - "Registration", "ManagementSettings", "UpdateMask", - }); - internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor = - getDescriptor().getMessageTypes().get(14); - internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ConfigureDnsSettingsRequest_descriptor, - new java.lang.String[] { - "Registration", "DnsSettings", "UpdateMask", "ValidateOnly", - }); - internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor = - getDescriptor().getMessageTypes().get(15); - internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ConfigureContactSettingsRequest_descriptor, - new java.lang.String[] { - "Registration", "ContactSettings", "UpdateMask", "ContactNotices", "ValidateOnly", - }); - internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor = - getDescriptor().getMessageTypes().get(16); - internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ExportRegistrationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor = - getDescriptor().getMessageTypes().get(17); - internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_DeleteRegistrationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor = - getDescriptor().getMessageTypes().get(18); - internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_RetrieveAuthorizationCodeRequest_descriptor, - new java.lang.String[] { - "Registration", - }); - internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor = - getDescriptor().getMessageTypes().get(19); - internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_ResetAuthorizationCodeRequest_descriptor, - new java.lang.String[] { - "Registration", - }); - internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor = - getDescriptor().getMessageTypes().get(20); - internal_static_google_cloud_domains_v1beta1_RegisterParameters_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_RegisterParameters_descriptor, - new java.lang.String[] { - "DomainName", "Availability", "SupportedPrivacy", "DomainNotices", "YearlyPrice", - }); - internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor = - getDescriptor().getMessageTypes().get(21); - internal_static_google_cloud_domains_v1beta1_AuthorizationCode_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_AuthorizationCode_descriptor, - new java.lang.String[] { - "Code", - }); - internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor = - getDescriptor().getMessageTypes().get(22); - internal_static_google_cloud_domains_v1beta1_OperationMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_domains_v1beta1_OperationMetadata_descriptor, - new java.lang.String[] { - "CreateTime", "EndTime", "Target", "Verb", "StatusDetail", "ApiVersion", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resource); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.FieldMaskProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - com.google.type.MoneyProto.getDescriptor(); - com.google.type.PostalAddressProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequestOrBuilder.java b/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequestOrBuilder.java deleted file mode 100644 index 293d00d8..00000000 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ExportRegistrationRequestOrBuilder.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/cloud/domains/v1beta1/domains.proto - -package com.google.cloud.domains.v1beta1; - -public interface ExportRegistrationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ExportRegistrationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` to export,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The name of the `Registration` to export,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequestOrBuilder.java b/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequestOrBuilder.java deleted file mode 100644 index 1a8ad5da..00000000 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/GetRegistrationRequestOrBuilder.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/cloud/domains/v1beta1/domains.proto - -package com.google.cloud.domains.v1beta1; - -public interface GetRegistrationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.GetRegistrationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` to get, in the format
-   * `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. The name of the `Registration` to get, in the format
-   * `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequestOrBuilder.java b/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequestOrBuilder.java deleted file mode 100644 index 12453edf..00000000 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/ResetAuthorizationCodeRequestOrBuilder.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/cloud/domains/v1beta1/domains.proto - -package com.google.cloud.domains.v1beta1; - -public interface ResetAuthorizationCodeRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.ResetAuthorizationCodeRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` whose authorization code is being reset,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The registration. - */ - java.lang.String getRegistration(); - /** - * - * - *
-   * Required. The name of the `Registration` whose authorization code is being reset,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for registration. - */ - com.google.protobuf.ByteString getRegistrationBytes(); -} diff --git a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequestOrBuilder.java b/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequestOrBuilder.java deleted file mode 100644 index fc4cf2a3..00000000 --- a/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/RetrieveAuthorizationCodeRequestOrBuilder.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/cloud/domains/v1beta1/domains.proto - -package com.google.cloud.domains.v1beta1; - -public interface RetrieveAuthorizationCodeRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.domains.v1beta1.RetrieveAuthorizationCodeRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. The name of the `Registration` whose authorization code is being retrieved,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The registration. - */ - java.lang.String getRegistration(); - /** - * - * - *
-   * Required. The name of the `Registration` whose authorization code is being retrieved,
-   * in the format `projects/*/locations/*/registrations/*`.
-   * 
- * - * - * string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for registration. - */ - com.google.protobuf.ByteString getRegistrationBytes(); -}