Constructor
new RegistrationServiceClient(optionsopt)
Construct an instance of RegistrationServiceClient.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
The configuration object. The options accepted by the constructor are described in detail in this document. The common options are: Properties
|
Members
apiEndpoint
The DNS address for this API service - same as servicePath(), exists for compatibility reasons.
port
The port for this API service.
scopes
The scopes needed to make gRPC calls for every method defined in this service.
servicePath
The DNS address for this API service.
Methods
close() → {Promise}
Terminate the gRPC channel and close the client.
The client will no longer be usable and all future behavior is undefined.
Returns:
| Type | Description |
|---|---|
| Promise |
A promise that resolves when the client is closed. |
createEndpoint(request, optionsopt) → {Promise}
Creates a endpoint, and returns the new Endpoint.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
createNamespace(request, optionsopt) → {Promise}
Creates a namespace, and returns the new Namespace.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
createService(request, optionsopt) → {Promise}
Creates a service, and returns the new Service.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
deleteEndpoint(request, optionsopt) → {Promise}
Deletes a endpoint.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
deleteNamespace(request, optionsopt) → {Promise}
Deletes a namespace. This also deletes all services and endpoints in the namespace.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
deleteService(request, optionsopt) → {Promise}
Deletes a service. This also deletes all endpoints associated with the service.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
endpointPath(project, location, namespace, service, endpoint) → {string}
Return a fully-qualified endpoint resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
namespace |
string | |
service |
string | |
endpoint |
string |
Returns:
| Type | Description |
|---|---|
| string |
Resource name string. |
getEndpoint(request, optionsopt) → {Promise}
Gets a endpoint.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
getIamPolicy(request, optionsopt) → {Promise}
Gets the IAM Policy for a resource (namespace or service only).
Parameters:
| Name | Type | Attributes | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
getNamespace(request, optionsopt) → {Promise}
Gets a namespace.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
getProjectId() → {Promise}
Return the project ID used by this class.
Returns:
| Type | Description |
|---|---|
| Promise |
A promise that resolves to string containing the project ID. |
getService(request, optionsopt) → {Promise}
Gets a service.
Parameters:
| Name | Type | Attributes | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
initialize() → {Promise}
Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.
You can await on this method if you want to make sure the client is initialized.
Returns:
| Type | Description |
|---|---|
| Promise |
A promise that resolves to an authenticated service stub. |
listEndpoints(request, optionsopt) → {Promise}
Lists all endpoints.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
listEndpointsAsync(request, optionsopt) → {Object}
Equivalent to listEndpoints, but returns an iterable object.
for-await-of syntax is used with the iterable to get response elements on-demand.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Object |
An iterable Object that allows async iteration. When you iterate the returned iterable, each element will be an object representing Endpoint. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the documentation for more details and examples. |
Example
const iterable = client.listEndpointsAsync(request);
for await (const response of iterable) {
// process response
}
listEndpointsStream(request, optionsopt) → {Stream}
Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Stream |
An object stream which emits an object representing Endpoint on 'data' event.
The client library will perform auto-pagination by default: it will call the API as many
times as needed. Note that it can affect your quota.
We recommend using |
listNamespaces(request, optionsopt) → {Promise}
Lists all namespaces.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
listNamespacesAsync(request, optionsopt) → {Object}
Equivalent to listNamespaces, but returns an iterable object.
for-await-of syntax is used with the iterable to get response elements on-demand.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Object |
An iterable Object that allows async iteration. When you iterate the returned iterable, each element will be an object representing Namespace. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the documentation for more details and examples. |
Example
const iterable = client.listNamespacesAsync(request);
for await (const response of iterable) {
// process response
}
listNamespacesStream(request, optionsopt) → {Stream}
Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Stream |
An object stream which emits an object representing Namespace on 'data' event.
The client library will perform auto-pagination by default: it will call the API as many
times as needed. Note that it can affect your quota.
We recommend using |
listServices(request, optionsopt) → {Promise}
Lists all services belonging to a namespace.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
listServicesAsync(request, optionsopt) → {Object}
Equivalent to listServices, but returns an iterable object.
for-await-of syntax is used with the iterable to get response elements on-demand.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Object |
An iterable Object that allows async iteration. When you iterate the returned iterable, each element will be an object representing Service. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the documentation for more details and examples. |
Example
const iterable = client.listServicesAsync(request);
for await (const response of iterable) {
// process response
}
listServicesStream(request, optionsopt) → {Stream}
Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Stream |
An object stream which emits an object representing Service on 'data' event.
The client library will perform auto-pagination by default: it will call the API as many
times as needed. Note that it can affect your quota.
We recommend using |
locationPath(project, location) → {string}
Return a fully-qualified location resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string |
Returns:
| Type | Description |
|---|---|
| string |
Resource name string. |
matchEndpointFromEndpointName(endpointName) → {string}
Parse the endpoint from Endpoint resource.
Parameters:
| Name | Type | Description |
|---|---|---|
endpointName |
string |
A fully-qualified path representing Endpoint resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the endpoint. |
matchLocationFromEndpointName(endpointName) → {string}
Parse the location from Endpoint resource.
Parameters:
| Name | Type | Description |
|---|---|---|
endpointName |
string |
A fully-qualified path representing Endpoint resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the location. |
matchLocationFromLocationName(locationName) → {string}
Parse the location from Location resource.
Parameters:
| Name | Type | Description |
|---|---|---|
locationName |
string |
A fully-qualified path representing Location resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the location. |
matchLocationFromNamespaceName(namespaceName) → {string}
Parse the location from Namespace resource.
Parameters:
| Name | Type | Description |
|---|---|---|
namespaceName |
string |
A fully-qualified path representing Namespace resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the location. |
matchLocationFromServiceName(serviceName) → {string}
Parse the location from Service resource.
Parameters:
| Name | Type | Description |
|---|---|---|
serviceName |
string |
A fully-qualified path representing Service resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the location. |
matchNamespaceFromEndpointName(endpointName) → {string}
Parse the namespace from Endpoint resource.
Parameters:
| Name | Type | Description |
|---|---|---|
endpointName |
string |
A fully-qualified path representing Endpoint resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the namespace. |
matchNamespaceFromNamespaceName(namespaceName) → {string}
Parse the namespace from Namespace resource.
Parameters:
| Name | Type | Description |
|---|---|---|
namespaceName |
string |
A fully-qualified path representing Namespace resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the namespace. |
matchNamespaceFromServiceName(serviceName) → {string}
Parse the namespace from Service resource.
Parameters:
| Name | Type | Description |
|---|---|---|
serviceName |
string |
A fully-qualified path representing Service resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the namespace. |
matchProjectFromEndpointName(endpointName) → {string}
Parse the project from Endpoint resource.
Parameters:
| Name | Type | Description |
|---|---|---|
endpointName |
string |
A fully-qualified path representing Endpoint resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the project. |
matchProjectFromLocationName(locationName) → {string}
Parse the project from Location resource.
Parameters:
| Name | Type | Description |
|---|---|---|
locationName |
string |
A fully-qualified path representing Location resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the project. |
matchProjectFromNamespaceName(namespaceName) → {string}
Parse the project from Namespace resource.
Parameters:
| Name | Type | Description |
|---|---|---|
namespaceName |
string |
A fully-qualified path representing Namespace resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the project. |
matchProjectFromServiceName(serviceName) → {string}
Parse the project from Service resource.
Parameters:
| Name | Type | Description |
|---|---|---|
serviceName |
string |
A fully-qualified path representing Service resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the project. |
matchServiceFromEndpointName(endpointName) → {string}
Parse the service from Endpoint resource.
Parameters:
| Name | Type | Description |
|---|---|---|
endpointName |
string |
A fully-qualified path representing Endpoint resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the service. |
matchServiceFromServiceName(serviceName) → {string}
Parse the service from Service resource.
Parameters:
| Name | Type | Description |
|---|---|---|
serviceName |
string |
A fully-qualified path representing Service resource. |
Returns:
| Type | Description |
|---|---|
| string |
A string representing the service. |
namespacePath(project, location, namespace) → {string}
Return a fully-qualified namespace resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
namespace |
string |
Returns:
| Type | Description |
|---|---|
| string |
Resource name string. |
servicePath(project, location, namespace, service) → {string}
Return a fully-qualified service resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
namespace |
string | |
service |
string |
Returns:
| Type | Description |
|---|---|
| string |
Resource name string. |
setIamPolicy(request, optionsopt) → {Promise}
Sets the IAM Policy for a resource (namespace or service only).
Parameters:
| Name | Type | Attributes | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
testIamPermissions(request, optionsopt) → {Promise}
Tests IAM permissions for a resource (namespace or service only).
Parameters:
| Name | Type | Attributes | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
updateEndpoint(request, optionsopt) → {Promise}
Updates a endpoint.
Parameters:
| Name | Type | Attributes | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
updateNamespace(request, optionsopt) → {Promise}
Updates a namespace.
Parameters:
| Name | Type | Attributes | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|
updateService(request, optionsopt) → {Promise}
Updates a service.
Parameters:
| Name | Type | Attributes | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
Returns:
| Type | Description |
|---|---|
| Promise |
|