Skip to main content

service_bindings

Overview

Nameservice_bindings
TypeResource
Idgoogle.networkservices.service_bindings

Fields

NameDatatypeDescription
namestringRequired. Name of the ServiceBinding resource. It matches pattern projects/*/locations/global/serviceBindings/service_binding_name.
descriptionstringOptional. A free-text description of the resource. Max length 1024 characters.
servicestringRequired. The full Service Directory Service name of the format projects//locations//namespaces//services/
serviceIdstringOutput only. The unique identifier of the Service Directory Service against which the Service Binding resource is validated. This is populated when the Service Binding resource is used in another resource (like Backend Service). This is of the UUID4 format.
updateTimestringOutput only. The timestamp when the resource was updated.
createTimestringOutput only. The timestamp when the resource was created.
labelsobjectOptional. Set of label tags associated with the ServiceBinding resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, serviceBindingsIdGets details of a single ServiceBinding.
listSELECTlocationsId, projectsIdLists ServiceBinding in a given project and location.
createINSERTlocationsId, projectsIdCreates a new ServiceBinding in a given project and location.
deleteDELETElocationsId, projectsId, serviceBindingsIdDeletes a single ServiceBinding.
_listEXEClocationsId, projectsIdLists ServiceBinding in a given project and location.