Uses of Class
com.google.cloud.domains.v1beta1.AuthorizationCode
-
Packages that use AuthorizationCode Package Description com.google.cloud.domains.v1beta1 A client to Cloud Domains APIcom.google.cloud.domains.v1beta1.stub -
-
Uses of AuthorizationCode in com.google.cloud.domains.v1beta1
Methods in com.google.cloud.domains.v1beta1 that return AuthorizationCode Modifier and Type Method Description AuthorizationCodeAuthorizationCode.Builder. build()AuthorizationCodeAuthorizationCode.Builder. buildPartial()AuthorizationCodeTransferDomainRequest.Builder. getAuthorizationCode()The domain's transfer authorization code.AuthorizationCodeTransferDomainRequest. getAuthorizationCode()The domain's transfer authorization code.AuthorizationCodeTransferDomainRequestOrBuilder. getAuthorizationCode()The domain's transfer authorization code.static AuthorizationCodeAuthorizationCode. getDefaultInstance()AuthorizationCodeAuthorizationCode.Builder. getDefaultInstanceForType()AuthorizationCodeAuthorizationCode. getDefaultInstanceForType()static AuthorizationCodeAuthorizationCode. parseDelimitedFrom(InputStream input)static AuthorizationCodeAuthorizationCode. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthorizationCodeAuthorizationCode. parseFrom(byte[] data)static AuthorizationCodeAuthorizationCode. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthorizationCodeAuthorizationCode. parseFrom(com.google.protobuf.ByteString data)static AuthorizationCodeAuthorizationCode. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthorizationCodeAuthorizationCode. parseFrom(com.google.protobuf.CodedInputStream input)static AuthorizationCodeAuthorizationCode. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthorizationCodeAuthorizationCode. parseFrom(InputStream input)static AuthorizationCodeAuthorizationCode. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthorizationCodeAuthorizationCode. parseFrom(ByteBuffer data)static AuthorizationCodeAuthorizationCode. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AuthorizationCodeDomainsClient. resetAuthorizationCode(RegistrationName registration)Resets the authorization code of the `Registration` to a new random string.AuthorizationCodeDomainsClient. resetAuthorizationCode(ResetAuthorizationCodeRequest request)Resets the authorization code of the `Registration` to a new random string.AuthorizationCodeDomainsClient. resetAuthorizationCode(String registration)Resets the authorization code of the `Registration` to a new random string.AuthorizationCodeDomainsGrpc.DomainsBlockingStub. resetAuthorizationCode(ResetAuthorizationCodeRequest request)Resets the authorization code of the `Registration` to a new random string.AuthorizationCodeDomainsClient. retrieveAuthorizationCode(RegistrationName registration)Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.AuthorizationCodeDomainsClient. retrieveAuthorizationCode(RetrieveAuthorizationCodeRequest request)Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.AuthorizationCodeDomainsClient. retrieveAuthorizationCode(String registration)Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.AuthorizationCodeDomainsGrpc.DomainsBlockingStub. retrieveAuthorizationCode(RetrieveAuthorizationCodeRequest request)Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.Methods in com.google.cloud.domains.v1beta1 that return types with arguments of type AuthorizationCode Modifier and Type Method Description com.google.protobuf.Parser<AuthorizationCode>AuthorizationCode. getParserForType()static io.grpc.MethodDescriptor<ResetAuthorizationCodeRequest,AuthorizationCode>DomainsGrpc. getResetAuthorizationCodeMethod()static io.grpc.MethodDescriptor<RetrieveAuthorizationCodeRequest,AuthorizationCode>DomainsGrpc. getRetrieveAuthorizationCodeMethod()static com.google.protobuf.Parser<AuthorizationCode>AuthorizationCode. parser()com.google.common.util.concurrent.ListenableFuture<AuthorizationCode>DomainsGrpc.DomainsFutureStub. resetAuthorizationCode(ResetAuthorizationCodeRequest request)Resets the authorization code of the `Registration` to a new random string.com.google.api.gax.rpc.UnaryCallable<ResetAuthorizationCodeRequest,AuthorizationCode>DomainsClient. resetAuthorizationCodeCallable()Resets the authorization code of the `Registration` to a new random string.com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetAuthorizationCodeRequest,AuthorizationCode>DomainsSettings.Builder. resetAuthorizationCodeSettings()Returns the builder for the settings used for calls to resetAuthorizationCode.com.google.api.gax.rpc.UnaryCallSettings<ResetAuthorizationCodeRequest,AuthorizationCode>DomainsSettings. resetAuthorizationCodeSettings()Returns the object with the settings used for calls to resetAuthorizationCode.com.google.common.util.concurrent.ListenableFuture<AuthorizationCode>DomainsGrpc.DomainsFutureStub. retrieveAuthorizationCode(RetrieveAuthorizationCodeRequest request)Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.com.google.api.gax.rpc.UnaryCallable<RetrieveAuthorizationCodeRequest,AuthorizationCode>DomainsClient. retrieveAuthorizationCodeCallable()Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.com.google.api.gax.rpc.UnaryCallSettings.Builder<RetrieveAuthorizationCodeRequest,AuthorizationCode>DomainsSettings.Builder. retrieveAuthorizationCodeSettings()Returns the builder for the settings used for calls to retrieveAuthorizationCode.com.google.api.gax.rpc.UnaryCallSettings<RetrieveAuthorizationCodeRequest,AuthorizationCode>DomainsSettings. retrieveAuthorizationCodeSettings()Returns the object with the settings used for calls to retrieveAuthorizationCode.Methods in com.google.cloud.domains.v1beta1 with parameters of type AuthorizationCode Modifier and Type Method Description TransferDomainRequest.BuilderTransferDomainRequest.Builder. mergeAuthorizationCode(AuthorizationCode value)The domain's transfer authorization code.AuthorizationCode.BuilderAuthorizationCode.Builder. mergeFrom(AuthorizationCode other)static AuthorizationCode.BuilderAuthorizationCode. newBuilder(AuthorizationCode prototype)TransferDomainRequest.BuilderTransferDomainRequest.Builder. setAuthorizationCode(AuthorizationCode value)The domain's transfer authorization code.com.google.api.gax.longrunning.OperationFuture<Registration,OperationMetadata>DomainsClient. transferDomainAsync(LocationName parent, Registration registration, com.google.type.Money yearlyPrice, AuthorizationCode authorizationCode)Transfers a domain name from another registrar to Cloud Domains.com.google.api.gax.longrunning.OperationFuture<Registration,OperationMetadata>DomainsClient. transferDomainAsync(String parent, Registration registration, com.google.type.Money yearlyPrice, AuthorizationCode authorizationCode)Transfers a domain name from another registrar to Cloud Domains.Method parameters in com.google.cloud.domains.v1beta1 with type arguments of type AuthorizationCode Modifier and Type Method Description default voidDomainsGrpc.AsyncService. resetAuthorizationCode(ResetAuthorizationCodeRequest request, io.grpc.stub.StreamObserver<AuthorizationCode> responseObserver)Resets the authorization code of the `Registration` to a new random string.voidDomainsGrpc.DomainsStub. resetAuthorizationCode(ResetAuthorizationCodeRequest request, io.grpc.stub.StreamObserver<AuthorizationCode> responseObserver)Resets the authorization code of the `Registration` to a new random string.default voidDomainsGrpc.AsyncService. retrieveAuthorizationCode(RetrieveAuthorizationCodeRequest request, io.grpc.stub.StreamObserver<AuthorizationCode> responseObserver)Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.voidDomainsGrpc.DomainsStub. retrieveAuthorizationCode(RetrieveAuthorizationCodeRequest request, io.grpc.stub.StreamObserver<AuthorizationCode> responseObserver)Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar. -
Uses of AuthorizationCode in com.google.cloud.domains.v1beta1.stub
Methods in com.google.cloud.domains.v1beta1.stub that return types with arguments of type AuthorizationCode Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ResetAuthorizationCodeRequest,AuthorizationCode>DomainsStub. resetAuthorizationCodeCallable()com.google.api.gax.rpc.UnaryCallable<ResetAuthorizationCodeRequest,AuthorizationCode>GrpcDomainsStub. resetAuthorizationCodeCallable()com.google.api.gax.rpc.UnaryCallable<ResetAuthorizationCodeRequest,AuthorizationCode>HttpJsonDomainsStub. resetAuthorizationCodeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetAuthorizationCodeRequest,AuthorizationCode>DomainsStubSettings.Builder. resetAuthorizationCodeSettings()Returns the builder for the settings used for calls to resetAuthorizationCode.com.google.api.gax.rpc.UnaryCallSettings<ResetAuthorizationCodeRequest,AuthorizationCode>DomainsStubSettings. resetAuthorizationCodeSettings()Returns the object with the settings used for calls to resetAuthorizationCode.com.google.api.gax.rpc.UnaryCallable<RetrieveAuthorizationCodeRequest,AuthorizationCode>DomainsStub. retrieveAuthorizationCodeCallable()com.google.api.gax.rpc.UnaryCallable<RetrieveAuthorizationCodeRequest,AuthorizationCode>GrpcDomainsStub. retrieveAuthorizationCodeCallable()com.google.api.gax.rpc.UnaryCallable<RetrieveAuthorizationCodeRequest,AuthorizationCode>HttpJsonDomainsStub. retrieveAuthorizationCodeCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RetrieveAuthorizationCodeRequest,AuthorizationCode>DomainsStubSettings.Builder. retrieveAuthorizationCodeSettings()Returns the builder for the settings used for calls to retrieveAuthorizationCode.com.google.api.gax.rpc.UnaryCallSettings<RetrieveAuthorizationCodeRequest,AuthorizationCode>DomainsStubSettings. retrieveAuthorizationCodeSettings()Returns the object with the settings used for calls to retrieveAuthorizationCode.
-