GoogleCloudApihubV1AttributeValues
import type { GoogleCloudApihubV1AttributeValues } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The attribute values associated with resource.
interface GoogleCloudApihubV1AttributeValues {
readonly attribute?: string;
enumValues?: GoogleCloudApihubV1EnumAttributeValues;
jsonValues?: GoogleCloudApihubV1StringAttributeValues;
stringValues?: GoogleCloudApihubV1StringAttributeValues;
uriValues?: GoogleCloudApihubV1StringAttributeValues;
}§Properties
§
readonly attribute?: string
[src]Output only. The name of the attribute. Format: projects/{project}/locations/{location}/attributes/{attribute}
§
enumValues?: GoogleCloudApihubV1EnumAttributeValues
[src]The attribute values associated with a resource in case attribute data type is enum.
§
jsonValues?: GoogleCloudApihubV1StringAttributeValues
[src]The attribute values associated with a resource in case attribute data type is JSON.
§
stringValues?: GoogleCloudApihubV1StringAttributeValues
[src]The attribute values associated with a resource in case attribute data type is string.
§
uriValues?: GoogleCloudApihubV1StringAttributeValues
[src]The attribute values associated with a resource in case attribute data type is URL, URI or IP, like gs://bucket-name/object-name.