class V1 extends Resource (View source)

The "v1" collection of methods.

Typical usage is:

 $domainsrdapService = new Google\Service\DomainsRDAP(...);
 $v1 = $domainsrdapService->v1;

Methods

getDomains(array $optParams = [])

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error. (v1.getDomains)

getEntities(array $optParams = [])

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error. (v1.getEntities)

getHelp(array $optParams = [])

Get help information for the RDAP API, including links to documentation.

getIp(array $optParams = [])

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error. (v1.getIp)

getNameservers(array $optParams = [])

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error. (v1.getNameservers)

Details

RdapResponse getDomains(array $optParams = [])

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error. (v1.getDomains)

Parameters

array $optParams

Optional parameters.

Return Value

RdapResponse

Exceptions

Exception

RdapResponse getEntities(array $optParams = [])

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error. (v1.getEntities)

Parameters

array $optParams

Optional parameters.

Return Value

RdapResponse

Exceptions

Exception

HttpBody getHelp(array $optParams = [])

Get help information for the RDAP API, including links to documentation.

(v1.getHelp)

Parameters

array $optParams

Optional parameters.

Return Value

HttpBody

Exceptions

Exception

HttpBody getIp(array $optParams = [])

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error. (v1.getIp)

Parameters

array $optParams

Optional parameters.

Return Value

HttpBody

Exceptions

Exception

RdapResponse getNameservers(array $optParams = [])

The RDAP API recognizes this command from the RDAP specification but does not support it. The response is a formatted 501 error. (v1.getNameservers)

Parameters

array $optParams

Optional parameters.

Return Value

RdapResponse

Exceptions

Exception