Uses of Class
com.google.cloud.domains.v1alpha2.AuthorizationCode
-
Packages that use AuthorizationCode Package Description com.google.cloud.domains.v1alpha2 A client to Cloud Domains APIcom.google.cloud.domains.v1alpha2.stub -
-
Uses of AuthorizationCode in com.google.cloud.domains.v1alpha2
Methods in com.google.cloud.domains.v1alpha2 that return AuthorizationCode Modifier and Type Method Description AuthorizationCode
AuthorizationCode.Builder. build()
AuthorizationCode
AuthorizationCode.Builder. buildPartial()
AuthorizationCode
TransferDomainRequest.Builder. getAuthorizationCode()
The domain's transfer authorization code.AuthorizationCode
TransferDomainRequest. getAuthorizationCode()
The domain's transfer authorization code.AuthorizationCode
TransferDomainRequestOrBuilder. getAuthorizationCode()
The domain's transfer authorization code.static AuthorizationCode
AuthorizationCode. getDefaultInstance()
AuthorizationCode
AuthorizationCode.Builder. getDefaultInstanceForType()
AuthorizationCode
AuthorizationCode. getDefaultInstanceForType()
static AuthorizationCode
AuthorizationCode. parseDelimitedFrom(InputStream input)
static AuthorizationCode
AuthorizationCode. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizationCode
AuthorizationCode. parseFrom(byte[] data)
static AuthorizationCode
AuthorizationCode. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizationCode
AuthorizationCode. parseFrom(com.google.protobuf.ByteString data)
static AuthorizationCode
AuthorizationCode. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizationCode
AuthorizationCode. parseFrom(com.google.protobuf.CodedInputStream input)
static AuthorizationCode
AuthorizationCode. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizationCode
AuthorizationCode. parseFrom(InputStream input)
static AuthorizationCode
AuthorizationCode. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizationCode
AuthorizationCode. parseFrom(ByteBuffer data)
static AuthorizationCode
AuthorizationCode. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AuthorizationCode
DomainsClient. resetAuthorizationCode(RegistrationName registration)
Resets the authorization code of the `Registration` to a new random string.AuthorizationCode
DomainsClient. resetAuthorizationCode(ResetAuthorizationCodeRequest request)
Resets the authorization code of the `Registration` to a new random string.AuthorizationCode
DomainsClient. resetAuthorizationCode(String registration)
Resets the authorization code of the `Registration` to a new random string.AuthorizationCode
DomainsGrpc.DomainsBlockingStub. resetAuthorizationCode(ResetAuthorizationCodeRequest request)
Resets the authorization code of the `Registration` to a new random string.AuthorizationCode
DomainsClient. retrieveAuthorizationCode(RegistrationName registration)
Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.AuthorizationCode
DomainsClient. retrieveAuthorizationCode(RetrieveAuthorizationCodeRequest request)
Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.AuthorizationCode
DomainsClient. retrieveAuthorizationCode(String registration)
Gets the authorization code of the `Registration` for the purpose of transferring the domain to another registrar.AuthorizationCode
DomainsGrpc.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.v1alpha2 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.v1alpha2 with parameters of type AuthorizationCode Modifier and Type Method Description TransferDomainRequest.Builder
TransferDomainRequest.Builder. mergeAuthorizationCode(AuthorizationCode value)
The domain's transfer authorization code.AuthorizationCode.Builder
AuthorizationCode.Builder. mergeFrom(AuthorizationCode other)
static AuthorizationCode.Builder
AuthorizationCode. newBuilder(AuthorizationCode prototype)
TransferDomainRequest.Builder
TransferDomainRequest.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.v1alpha2 with type arguments of type AuthorizationCode Modifier and Type Method Description default void
DomainsGrpc.AsyncService. resetAuthorizationCode(ResetAuthorizationCodeRequest request, io.grpc.stub.StreamObserver<AuthorizationCode> responseObserver)
Resets the authorization code of the `Registration` to a new random string.void
DomainsGrpc.DomainsStub. resetAuthorizationCode(ResetAuthorizationCodeRequest request, io.grpc.stub.StreamObserver<AuthorizationCode> responseObserver)
Resets the authorization code of the `Registration` to a new random string.default void
DomainsGrpc.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.void
DomainsGrpc.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.v1alpha2.stub
Methods in com.google.cloud.domains.v1alpha2.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.
-