@google-cloud/resource-manager
Version:
Cloud Resource Manager Client Library for Node.js
30 lines (29 loc) • 1.34 kB
TypeScript
import * as v3 from './v3';
declare const FoldersClient: typeof v3.FoldersClient;
type FoldersClient = v3.FoldersClient;
declare const OrganizationsClient: typeof v3.OrganizationsClient;
type OrganizationsClient = v3.OrganizationsClient;
declare const ProjectsClient: typeof v3.ProjectsClient;
type ProjectsClient = v3.ProjectsClient;
declare const TagBindingsClient: typeof v3.TagBindingsClient;
type TagBindingsClient = v3.TagBindingsClient;
declare const TagHoldsClient: typeof v3.TagHoldsClient;
type TagHoldsClient = v3.TagHoldsClient;
declare const TagKeysClient: typeof v3.TagKeysClient;
type TagKeysClient = v3.TagKeysClient;
declare const TagValuesClient: typeof v3.TagValuesClient;
type TagValuesClient = v3.TagValuesClient;
export { v3, FoldersClient, OrganizationsClient, ProjectsClient, TagBindingsClient, TagHoldsClient, TagKeysClient, TagValuesClient };
declare const _default: {
v3: typeof v3;
FoldersClient: typeof v3.FoldersClient;
OrganizationsClient: typeof v3.OrganizationsClient;
ProjectsClient: typeof v3.ProjectsClient;
TagBindingsClient: typeof v3.TagBindingsClient;
TagHoldsClient: typeof v3.TagHoldsClient;
TagKeysClient: typeof v3.TagKeysClient;
TagValuesClient: typeof v3.TagValuesClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };