PolicyTagManagerSerializationClient

PolicyTagManagerSerializationClient

Policy tag manager serialization API service allows clients to manipulate their taxonomies and policy tags data with serialized format.

Constructor

new PolicyTagManagerSerializationClient(optionsopt, gaxInstanceopt)

Construct an instance of PolicyTagManagerSerializationClient.

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
Name Type Attributes Description
credentials object <optional>

Credentials object.

Properties
Name Type Attributes Description
client_email string <optional>
private_key string <optional>
email string <optional>

Account email address. Required when using a .pem or .p12 keyFilename.

keyFilename string <optional>

Full path to the a .json, .pem, or .p12 key downloaded from the Google Developers Console. If you provide a path to a JSON file, the projectId option below is not necessary. NOTE: .pem and .p12 require you to specify options.email as well.

port number <optional>

The port on which to connect to the remote host.

projectId string <optional>

The project ID from the Google Developer's Console, e.g. 'grape-spaceship-123'. We will also check the environment variable GCLOUD_PROJECT for your project ID. If your app is running in an environment which supports Application Default Credentials, your project ID will be detected automatically.

apiEndpoint string <optional>

The domain name of the API remote host.

clientConfig gax.ClientConfig <optional>

Client configuration override. Follows the structure of gapicConfig.

fallback boolean <optional>

Use HTTP/1.1 REST mode. For more information, please check the documentation.

gaxInstance gax <optional>

loaded instance of google-gax. Useful if you need to avoid loading the default gRPC version and want to use the fallback HTTP implementation. Load only fallback version and pass it to the constructor: const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC const client = new PolicyTagManagerSerializationClient({fallback: true}, gax);

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.

entryGroupPath(project, location, entry_group) → {string}

Return a fully-qualified entryGroup resource name string.

Parameters:
Name Type Description
project string
location string
entry_group string
Returns:
Type Description
string

Resource name string.

entryPath(project, location, entry_group, entry) → {string}

Return a fully-qualified entry resource name string.

Parameters:
Name Type Description
project string
location string
entry_group string
entry string
Returns:
Type Description
string

Resource name string.

getProjectId() → {Promise}

Return the project ID used by this class.

Returns:
Type Description
Promise

A promise that resolves to string containing the project ID.

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.

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.

matchEntryFromEntryName(entryName) → {string}

Parse the entry from Entry resource.

Parameters:
Name Type Description
entryName string

A fully-qualified path representing Entry resource.

Returns:
Type Description
string

A string representing the entry.

matchEntryFromTagName(tagName) → {string}

Parse the entry from Tag resource.

Parameters:
Name Type Description
tagName string

A fully-qualified path representing Tag resource.

Returns:
Type Description
string

A string representing the entry.

matchEntryGroupFromEntryGroupName(entryGroupName) → {string}

Parse the entry_group from EntryGroup resource.

Parameters:
Name Type Description
entryGroupName string

A fully-qualified path representing EntryGroup resource.

Returns:
Type Description
string

A string representing the entry_group.

matchEntryGroupFromEntryName(entryName) → {string}

Parse the entry_group from Entry resource.

Parameters:
Name Type Description
entryName string

A fully-qualified path representing Entry resource.

Returns:
Type Description
string

A string representing the entry_group.

matchEntryGroupFromTagName(tagName) → {string}

Parse the entry_group from Tag resource.

Parameters:
Name Type Description
tagName string

A fully-qualified path representing Tag resource.

Returns:
Type Description
string

A string representing the entry_group.

matchFieldFromTagTemplateFieldName(tagTemplateFieldName) → {string}

Parse the field from TagTemplateField resource.

Parameters:
Name Type Description
tagTemplateFieldName string

A fully-qualified path representing TagTemplateField resource.

Returns:
Type Description
string

A string representing the field.

matchLocationFromEntryGroupName(entryGroupName) → {string}

Parse the location from EntryGroup resource.

Parameters:
Name Type Description
entryGroupName string

A fully-qualified path representing EntryGroup resource.

Returns:
Type Description
string

A string representing the location.

matchLocationFromEntryName(entryName) → {string}

Parse the location from Entry resource.

Parameters:
Name Type Description
entryName string

A fully-qualified path representing Entry 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.

matchLocationFromPolicyTagName(policyTagName) → {string}

Parse the location from PolicyTag resource.

Parameters:
Name Type Description
policyTagName string

A fully-qualified path representing PolicyTag resource.

Returns:
Type Description
string

A string representing the location.

matchLocationFromTagName(tagName) → {string}

Parse the location from Tag resource.

Parameters:
Name Type Description
tagName string

A fully-qualified path representing Tag resource.

Returns:
Type Description
string

A string representing the location.

matchLocationFromTagTemplateFieldName(tagTemplateFieldName) → {string}

Parse the location from TagTemplateField resource.

Parameters:
Name Type Description
tagTemplateFieldName string

A fully-qualified path representing TagTemplateField resource.

Returns:
Type Description
string

A string representing the location.

matchLocationFromTagTemplateName(tagTemplateName) → {string}

Parse the location from TagTemplate resource.

Parameters:
Name Type Description
tagTemplateName string

A fully-qualified path representing TagTemplate resource.

Returns:
Type Description
string

A string representing the location.

matchLocationFromTaxonomyName(taxonomyName) → {string}

Parse the location from Taxonomy resource.

Parameters:
Name Type Description
taxonomyName string

A fully-qualified path representing Taxonomy resource.

Returns:
Type Description
string

A string representing the location.

matchPolicyTagFromPolicyTagName(policyTagName) → {string}

Parse the policy_tag from PolicyTag resource.

Parameters:
Name Type Description
policyTagName string

A fully-qualified path representing PolicyTag resource.

Returns:
Type Description
string

A string representing the policy_tag.

matchProjectFromEntryGroupName(entryGroupName) → {string}

Parse the project from EntryGroup resource.

Parameters:
Name Type Description
entryGroupName string

A fully-qualified path representing EntryGroup resource.

Returns:
Type Description
string

A string representing the project.

matchProjectFromEntryName(entryName) → {string}

Parse the project from Entry resource.

Parameters:
Name Type Description
entryName string

A fully-qualified path representing Entry 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.

matchProjectFromPolicyTagName(policyTagName) → {string}

Parse the project from PolicyTag resource.

Parameters:
Name Type Description
policyTagName string

A fully-qualified path representing PolicyTag resource.

Returns:
Type Description
string

A string representing the project.

matchProjectFromProjectName(projectName) → {string}

Parse the project from Project resource.

Parameters:
Name Type Description
projectName string

A fully-qualified path representing Project resource.

Returns:
Type Description
string

A string representing the project.

matchProjectFromTagName(tagName) → {string}

Parse the project from Tag resource.

Parameters:
Name Type Description
tagName string

A fully-qualified path representing Tag resource.

Returns:
Type Description
string

A string representing the project.

matchProjectFromTagTemplateFieldName(tagTemplateFieldName) → {string}

Parse the project from TagTemplateField resource.

Parameters:
Name Type Description
tagTemplateFieldName string

A fully-qualified path representing TagTemplateField resource.

Returns:
Type Description
string

A string representing the project.

matchProjectFromTagTemplateName(tagTemplateName) → {string}

Parse the project from TagTemplate resource.

Parameters:
Name Type Description
tagTemplateName string

A fully-qualified path representing TagTemplate resource.

Returns:
Type Description
string

A string representing the project.

matchProjectFromTaxonomyName(taxonomyName) → {string}

Parse the project from Taxonomy resource.

Parameters:
Name Type Description
taxonomyName string

A fully-qualified path representing Taxonomy resource.

Returns:
Type Description
string

A string representing the project.

matchTagFromTagName(tagName) → {string}

Parse the tag from Tag resource.

Parameters:
Name Type Description
tagName string

A fully-qualified path representing Tag resource.

Returns:
Type Description
string

A string representing the tag.

matchTagTemplateFromTagTemplateFieldName(tagTemplateFieldName) → {string}

Parse the tag_template from TagTemplateField resource.

Parameters:
Name Type Description
tagTemplateFieldName string

A fully-qualified path representing TagTemplateField resource.

Returns:
Type Description
string

A string representing the tag_template.

matchTagTemplateFromTagTemplateName(tagTemplateName) → {string}

Parse the tag_template from TagTemplate resource.

Parameters:
Name Type Description
tagTemplateName string

A fully-qualified path representing TagTemplate resource.

Returns:
Type Description
string

A string representing the tag_template.

matchTaxonomyFromPolicyTagName(policyTagName) → {string}

Parse the taxonomy from PolicyTag resource.

Parameters:
Name Type Description
policyTagName string

A fully-qualified path representing PolicyTag resource.

Returns:
Type Description
string

A string representing the taxonomy.

matchTaxonomyFromTaxonomyName(taxonomyName) → {string}

Parse the taxonomy from Taxonomy resource.

Parameters:
Name Type Description
taxonomyName string

A fully-qualified path representing Taxonomy resource.

Returns:
Type Description
string

A string representing the taxonomy.

policyTagPath(project, location, taxonomy, policy_tag) → {string}

Return a fully-qualified policyTag resource name string.

Parameters:
Name Type Description
project string
location string
taxonomy string
policy_tag string
Returns:
Type Description
string

Resource name string.

projectPath(project) → {string}

Return a fully-qualified project resource name string.

Parameters:
Name Type Description
project string
Returns:
Type Description
string

Resource name string.

tagPath(project, location, entry_group, entry, tag) → {string}

Return a fully-qualified tag resource name string.

Parameters:
Name Type Description
project string
location string
entry_group string
entry string
tag string
Returns:
Type Description
string

Resource name string.

tagTemplateFieldPath(project, location, tag_template, field) → {string}

Return a fully-qualified tagTemplateField resource name string.

Parameters:
Name Type Description
project string
location string
tag_template string
field string
Returns:
Type Description
string

Resource name string.

tagTemplatePath(project, location, tag_template) → {string}

Return a fully-qualified tagTemplate resource name string.

Parameters:
Name Type Description
project string
location string
tag_template string
Returns:
Type Description
string

Resource name string.

taxonomyPath(project, location, taxonomy) → {string}

Return a fully-qualified taxonomy resource name string.

Parameters:
Name Type Description
project string
location string
taxonomy string
Returns:
Type Description
string

Resource name string.