response

package
v0.0.0-...-f54f16c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_external_infra_proxy_response_clients_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_common_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_cookbooks_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_databags_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_environments_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_nodes_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_orgs_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_policyfiles_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_roles_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_servers_proto protoreflect.FileDescriptor
View Source
var File_external_infra_proxy_response_users_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Client

type Client struct {

	// Client name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Client name return by Chef Infra Server API.
	ClientName string `protobuf:"bytes,2,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	// Chef organization name.
	OrgName string `protobuf:"bytes,3,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	// Boolean indicates client type is validator or not.
	Validator bool `protobuf:"varint,4,opt,name=validator,proto3" json:"validator,omitempty"`
	// Client JSON class.
	JsonClass string `protobuf:"bytes,5,opt,name=json_class,json=jsonClass,proto3" json:"json_class,omitempty"`
	// Chef object type.
	ChefType string `protobuf:"bytes,6,opt,name=chef_type,json=chefType,proto3" json:"chef_type,omitempty"`
	// Client key detail.
	ClientKey *ClientAccessKey `protobuf:"bytes,7,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Client) Descriptor deprecated

func (*Client) Descriptor() ([]byte, []int)

Deprecated: Use Client.ProtoReflect.Descriptor instead.

func (*Client) GetChefType

func (x *Client) GetChefType() string

func (*Client) GetClientKey

func (x *Client) GetClientKey() *ClientAccessKey

func (*Client) GetClientName

func (x *Client) GetClientName() string

func (*Client) GetJsonClass

func (x *Client) GetJsonClass() string

func (*Client) GetName

func (x *Client) GetName() string

func (*Client) GetOrgName

func (x *Client) GetOrgName() string

func (*Client) GetValidator

func (x *Client) GetValidator() bool

func (*Client) ProtoMessage

func (*Client) ProtoMessage()

func (*Client) ProtoReflect

func (x *Client) ProtoReflect() protoreflect.Message

func (*Client) Reset

func (x *Client) Reset()

func (*Client) String

func (x *Client) String() string

type ClientAccessKey

type ClientAccessKey struct {

	// Client key name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Client public key.
	PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// Client key expiration date string.
	ExpirationDate string `protobuf:"bytes,3,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientAccessKey) Descriptor deprecated

func (*ClientAccessKey) Descriptor() ([]byte, []int)

Deprecated: Use ClientAccessKey.ProtoReflect.Descriptor instead.

func (*ClientAccessKey) GetExpirationDate

func (x *ClientAccessKey) GetExpirationDate() string

func (*ClientAccessKey) GetName

func (x *ClientAccessKey) GetName() string

func (*ClientAccessKey) GetPublicKey

func (x *ClientAccessKey) GetPublicKey() string

func (*ClientAccessKey) ProtoMessage

func (*ClientAccessKey) ProtoMessage()

func (*ClientAccessKey) ProtoReflect

func (x *ClientAccessKey) ProtoReflect() protoreflect.Message

func (*ClientAccessKey) Reset

func (x *ClientAccessKey) Reset()

func (*ClientAccessKey) String

func (x *ClientAccessKey) String() string

type ClientKey

type ClientKey struct {

	// Client key name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Client public key.
	PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// Client key expiration date string.
	ExpirationDate string `protobuf:"bytes,3,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	// Client private key.
	PrivateKey string `protobuf:"bytes,4,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientKey) Descriptor deprecated

func (*ClientKey) Descriptor() ([]byte, []int)

Deprecated: Use ClientKey.ProtoReflect.Descriptor instead.

func (*ClientKey) GetExpirationDate

func (x *ClientKey) GetExpirationDate() string

func (*ClientKey) GetName

func (x *ClientKey) GetName() string

func (*ClientKey) GetPrivateKey

func (x *ClientKey) GetPrivateKey() string

func (*ClientKey) GetPublicKey

func (x *ClientKey) GetPublicKey() string

func (*ClientKey) ProtoMessage

func (*ClientKey) ProtoMessage()

func (*ClientKey) ProtoReflect

func (x *ClientKey) ProtoReflect() protoreflect.Message

func (*ClientKey) Reset

func (x *ClientKey) Reset()

func (*ClientKey) String

func (x *ClientKey) String() string

type ClientListItem

type ClientListItem struct {

	// Client name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Boolean indicates client type is validator or not.
	Validator bool `protobuf:"varint,2,opt,name=validator,proto3" json:"validator,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientListItem) Descriptor deprecated

func (*ClientListItem) Descriptor() ([]byte, []int)

Deprecated: Use ClientListItem.ProtoReflect.Descriptor instead.

func (*ClientListItem) GetName

func (x *ClientListItem) GetName() string

func (*ClientListItem) GetValidator

func (x *ClientListItem) GetValidator() bool

func (*ClientListItem) ProtoMessage

func (*ClientListItem) ProtoMessage()

func (*ClientListItem) ProtoReflect

func (x *ClientListItem) ProtoReflect() protoreflect.Message

func (*ClientListItem) Reset

func (x *ClientListItem) Reset()

func (*ClientListItem) String

func (x *ClientListItem) String() string

type Clients

type Clients struct {

	// Client list.
	Clients []*ClientListItem `protobuf:"bytes,1,rep,name=clients,proto3" json:"clients,omitempty"`
	// Starting page for the results.
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// Total number of records.
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*Clients) Descriptor deprecated

func (*Clients) Descriptor() ([]byte, []int)

Deprecated: Use Clients.ProtoReflect.Descriptor instead.

func (*Clients) GetClients

func (x *Clients) GetClients() []*ClientListItem

func (*Clients) GetPage

func (x *Clients) GetPage() int32

func (*Clients) GetTotal

func (x *Clients) GetTotal() int32

func (*Clients) ProtoMessage

func (*Clients) ProtoMessage()

func (*Clients) ProtoReflect

func (x *Clients) ProtoReflect() protoreflect.Message

func (*Clients) Reset

func (x *Clients) Reset()

func (*Clients) String

func (x *Clients) String() string

type Cookbook

type Cookbook struct {
	CookbookName string          `protobuf:"bytes,1,opt,name=cookbook_name,json=cookbookName,proto3" json:"cookbook_name,omitempty"`
	Name         string          `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version      string          `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	ChefType     string          `protobuf:"bytes,4,opt,name=chef_type,json=chefType,proto3" json:"chef_type,omitempty"`
	Frozen       bool            `protobuf:"varint,5,opt,name=frozen,proto3" json:"frozen,omitempty"`
	JsonClass    string          `protobuf:"bytes,6,opt,name=json_class,json=jsonClass,proto3" json:"json_class,omitempty"`
	Files        []*CookbookItem `protobuf:"bytes,7,rep,name=files,proto3" json:"files,omitempty"`
	Templates    []*CookbookItem `protobuf:"bytes,8,rep,name=templates,proto3" json:"templates,omitempty"`
	Attributes   []*CookbookItem `protobuf:"bytes,9,rep,name=attributes,proto3" json:"attributes,omitempty"`
	Recipes      []*CookbookItem `protobuf:"bytes,10,rep,name=recipes,proto3" json:"recipes,omitempty"`
	Definitions  []*CookbookItem `protobuf:"bytes,11,rep,name=definitions,proto3" json:"definitions,omitempty"`
	Libraries    []*CookbookItem `protobuf:"bytes,12,rep,name=libraries,proto3" json:"libraries,omitempty"`
	Providers    []*CookbookItem `protobuf:"bytes,13,rep,name=providers,proto3" json:"providers,omitempty"`
	Resources    []*CookbookItem `protobuf:"bytes,14,rep,name=resources,proto3" json:"resources,omitempty"`
	RootFiles    []*CookbookItem `protobuf:"bytes,15,rep,name=root_files,json=rootFiles,proto3" json:"root_files,omitempty"`
	Metadata     *CookbookMeta   `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Access       *CookbookAccess `protobuf:"bytes,17,opt,name=access,proto3" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*Cookbook) Descriptor deprecated

func (*Cookbook) Descriptor() ([]byte, []int)

Deprecated: Use Cookbook.ProtoReflect.Descriptor instead.

func (*Cookbook) GetAccess

func (x *Cookbook) GetAccess() *CookbookAccess

func (*Cookbook) GetAttributes

func (x *Cookbook) GetAttributes() []*CookbookItem

func (*Cookbook) GetChefType

func (x *Cookbook) GetChefType() string

func (*Cookbook) GetCookbookName

func (x *Cookbook) GetCookbookName() string

func (*Cookbook) GetDefinitions

func (x *Cookbook) GetDefinitions() []*CookbookItem

func (*Cookbook) GetFiles

func (x *Cookbook) GetFiles() []*CookbookItem

func (*Cookbook) GetFrozen

func (x *Cookbook) GetFrozen() bool

func (*Cookbook) GetJsonClass

func (x *Cookbook) GetJsonClass() string

func (*Cookbook) GetLibraries

func (x *Cookbook) GetLibraries() []*CookbookItem

func (*Cookbook) GetMetadata

func (x *Cookbook) GetMetadata() *CookbookMeta

func (*Cookbook) GetName

func (x *Cookbook) GetName() string

func (*Cookbook) GetProviders

func (x *Cookbook) GetProviders() []*CookbookItem

func (*Cookbook) GetRecipes

func (x *Cookbook) GetRecipes() []*CookbookItem

func (*Cookbook) GetResources

func (x *Cookbook) GetResources() []*CookbookItem

func (*Cookbook) GetRootFiles

func (x *Cookbook) GetRootFiles() []*CookbookItem

func (*Cookbook) GetTemplates

func (x *Cookbook) GetTemplates() []*CookbookItem

func (*Cookbook) GetVersion

func (x *Cookbook) GetVersion() string

func (*Cookbook) ProtoMessage

func (*Cookbook) ProtoMessage()

func (*Cookbook) ProtoReflect

func (x *Cookbook) ProtoReflect() protoreflect.Message

func (*Cookbook) Reset

func (x *Cookbook) Reset()

func (*Cookbook) String

func (x *Cookbook) String() string

type CookbookAccess

type CookbookAccess struct {
	Read   bool `protobuf:"varint,1,opt,name=read,proto3" json:"read,omitempty"`
	Create bool `protobuf:"varint,2,opt,name=create,proto3" json:"create,omitempty"`
	Grant  bool `protobuf:"varint,3,opt,name=grant,proto3" json:"grant,omitempty"`
	Update bool `protobuf:"varint,4,opt,name=update,proto3" json:"update,omitempty"`
	Delete bool `protobuf:"varint,5,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*CookbookAccess) Descriptor deprecated

func (*CookbookAccess) Descriptor() ([]byte, []int)

Deprecated: Use CookbookAccess.ProtoReflect.Descriptor instead.

func (*CookbookAccess) GetCreate

func (x *CookbookAccess) GetCreate() bool

func (*CookbookAccess) GetDelete

func (x *CookbookAccess) GetDelete() bool

func (*CookbookAccess) GetGrant

func (x *CookbookAccess) GetGrant() bool

func (*CookbookAccess) GetRead

func (x *CookbookAccess) GetRead() bool

func (*CookbookAccess) GetUpdate

func (x *CookbookAccess) GetUpdate() bool

func (*CookbookAccess) ProtoMessage

func (*CookbookAccess) ProtoMessage()

func (*CookbookAccess) ProtoReflect

func (x *CookbookAccess) ProtoReflect() protoreflect.Message

func (*CookbookAccess) Reset

func (x *CookbookAccess) Reset()

func (*CookbookAccess) String

func (x *CookbookAccess) String() string

type CookbookFileContent

type CookbookFileContent struct {

	// Cookbook data file content.
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*CookbookFileContent) Descriptor deprecated

func (*CookbookFileContent) Descriptor() ([]byte, []int)

Deprecated: Use CookbookFileContent.ProtoReflect.Descriptor instead.

func (*CookbookFileContent) GetContent

func (x *CookbookFileContent) GetContent() string

func (*CookbookFileContent) ProtoMessage

func (*CookbookFileContent) ProtoMessage()

func (*CookbookFileContent) ProtoReflect

func (x *CookbookFileContent) ProtoReflect() protoreflect.Message

func (*CookbookFileContent) Reset

func (x *CookbookFileContent) Reset()

func (*CookbookFileContent) String

func (x *CookbookFileContent) String() string

type CookbookItem

type CookbookItem struct {
	Url         string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Path        string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Checksum    string `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"`
	Specificity string `protobuf:"bytes,5,opt,name=specificity,proto3" json:"specificity,omitempty"`
	// contains filtered or unexported fields
}

func (*CookbookItem) Descriptor deprecated

func (*CookbookItem) Descriptor() ([]byte, []int)

Deprecated: Use CookbookItem.ProtoReflect.Descriptor instead.

func (*CookbookItem) GetChecksum

func (x *CookbookItem) GetChecksum() string

func (*CookbookItem) GetName

func (x *CookbookItem) GetName() string

func (*CookbookItem) GetPath

func (x *CookbookItem) GetPath() string

func (*CookbookItem) GetSpecificity

func (x *CookbookItem) GetSpecificity() string

func (*CookbookItem) GetUrl

func (x *CookbookItem) GetUrl() string

func (*CookbookItem) ProtoMessage

func (*CookbookItem) ProtoMessage()

func (*CookbookItem) ProtoReflect

func (x *CookbookItem) ProtoReflect() protoreflect.Message

func (*CookbookItem) Reset

func (x *CookbookItem) Reset()

func (*CookbookItem) String

func (x *CookbookItem) String() string

type CookbookLock

type CookbookLock struct {

	// Cookbook name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Cookbook version.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// Cookbook identifier.
	Identifier string `protobuf:"bytes,3,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// Cookbook decimal number identifier.
	DottedIdentifier string `protobuf:"bytes,4,opt,name=dotted_identifier,json=dottedIdentifier,proto3" json:"dotted_identifier,omitempty"`
	// Cookbook source.
	Source string `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	// Cookbook cache key.
	CacheKey string `protobuf:"bytes,6,opt,name=cache_key,json=cacheKey,proto3" json:"cache_key,omitempty"`
	// SCM detail.
	SCMDetail *SCMDetail `protobuf:"bytes,7,opt,name=SCMDetail,proto3" json:"SCMDetail,omitempty"`
	// Cookbook source path.
	SourceOptions *SourceOptions `protobuf:"bytes,8,opt,name=source_options,json=sourceOptions,proto3" json:"source_options,omitempty"`
	// contains filtered or unexported fields
}

func (*CookbookLock) Descriptor deprecated

func (*CookbookLock) Descriptor() ([]byte, []int)

Deprecated: Use CookbookLock.ProtoReflect.Descriptor instead.

func (*CookbookLock) GetCacheKey

func (x *CookbookLock) GetCacheKey() string

func (*CookbookLock) GetDottedIdentifier

func (x *CookbookLock) GetDottedIdentifier() string

func (*CookbookLock) GetIdentifier

func (x *CookbookLock) GetIdentifier() string

func (*CookbookLock) GetName

func (x *CookbookLock) GetName() string

func (*CookbookLock) GetSCMDetail

func (x *CookbookLock) GetSCMDetail() *SCMDetail

func (*CookbookLock) GetSource

func (x *CookbookLock) GetSource() string

func (*CookbookLock) GetSourceOptions

func (x *CookbookLock) GetSourceOptions() *SourceOptions

func (*CookbookLock) GetVersion

func (x *CookbookLock) GetVersion() string

func (*CookbookLock) ProtoMessage

func (*CookbookLock) ProtoMessage()

func (*CookbookLock) ProtoReflect

func (x *CookbookLock) ProtoReflect() protoreflect.Message

func (*CookbookLock) Reset

func (x *CookbookLock) Reset()

func (*CookbookLock) String

func (x *CookbookLock) String() string

type CookbookMeta

type CookbookMeta struct {
	Name            string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version         string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Description     string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	LongDescription string `protobuf:"bytes,4,opt,name=long_description,json=longDescription,proto3" json:"long_description,omitempty"`
	Maintainer      string `protobuf:"bytes,5,opt,name=maintainer,proto3" json:"maintainer,omitempty"`
	MaintainerEmail string `protobuf:"bytes,6,opt,name=maintainer_email,json=maintainerEmail,proto3" json:"maintainer_email,omitempty"`
	License         string `protobuf:"bytes,7,opt,name=license,proto3" json:"license,omitempty"`
	// contains filtered or unexported fields
}

func (*CookbookMeta) Descriptor deprecated

func (*CookbookMeta) Descriptor() ([]byte, []int)

Deprecated: Use CookbookMeta.ProtoReflect.Descriptor instead.

func (*CookbookMeta) GetDescription

func (x *CookbookMeta) GetDescription() string

func (*CookbookMeta) GetLicense

func (x *CookbookMeta) GetLicense() string

func (*CookbookMeta) GetLongDescription

func (x *CookbookMeta) GetLongDescription() string

func (*CookbookMeta) GetMaintainer

func (x *CookbookMeta) GetMaintainer() string

func (*CookbookMeta) GetMaintainerEmail

func (x *CookbookMeta) GetMaintainerEmail() string

func (*CookbookMeta) GetName

func (x *CookbookMeta) GetName() string

func (*CookbookMeta) GetVersion

func (x *CookbookMeta) GetVersion() string

func (*CookbookMeta) ProtoMessage

func (*CookbookMeta) ProtoMessage()

func (*CookbookMeta) ProtoReflect

func (x *CookbookMeta) ProtoReflect() protoreflect.Message

func (*CookbookMeta) Reset

func (x *CookbookMeta) Reset()

func (*CookbookMeta) String

func (x *CookbookMeta) String() string

type CookbookVersion

type CookbookVersion struct {

	// Name of the cookbook.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Version of the cookbook.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CookbookVersion) Descriptor deprecated

func (*CookbookVersion) Descriptor() ([]byte, []int)

Deprecated: Use CookbookVersion.ProtoReflect.Descriptor instead.

func (*CookbookVersion) GetName

func (x *CookbookVersion) GetName() string

func (*CookbookVersion) GetVersion

func (x *CookbookVersion) GetVersion() string

func (*CookbookVersion) ProtoMessage

func (*CookbookVersion) ProtoMessage()

func (*CookbookVersion) ProtoReflect

func (x *CookbookVersion) ProtoReflect() protoreflect.Message

func (*CookbookVersion) Reset

func (x *CookbookVersion) Reset()

func (*CookbookVersion) String

func (x *CookbookVersion) String() string

type CookbookVersions

type CookbookVersions struct {

	// Name of the cookbook.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// List of all versions available for cookbook.
	Versions []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty"`
	// contains filtered or unexported fields
}

func (*CookbookVersions) Descriptor deprecated

func (*CookbookVersions) Descriptor() ([]byte, []int)

Deprecated: Use CookbookVersions.ProtoReflect.Descriptor instead.

func (*CookbookVersions) GetName

func (x *CookbookVersions) GetName() string

func (*CookbookVersions) GetVersions

func (x *CookbookVersions) GetVersions() []string

func (*CookbookVersions) ProtoMessage

func (*CookbookVersions) ProtoMessage()

func (*CookbookVersions) ProtoReflect

func (x *CookbookVersions) ProtoReflect() protoreflect.Message

func (*CookbookVersions) Reset

func (x *CookbookVersions) Reset()

func (*CookbookVersions) String

func (x *CookbookVersions) String() string

type Cookbooks

type Cookbooks struct {

	// List of cookbooks with name and version.
	Cookbooks []*CookbookVersion `protobuf:"bytes,1,rep,name=cookbooks,proto3" json:"cookbooks,omitempty"`
	// contains filtered or unexported fields
}

func (*Cookbooks) Descriptor deprecated

func (*Cookbooks) Descriptor() ([]byte, []int)

Deprecated: Use Cookbooks.ProtoReflect.Descriptor instead.

func (*Cookbooks) GetCookbooks

func (x *Cookbooks) GetCookbooks() []*CookbookVersion

func (*Cookbooks) ProtoMessage

func (*Cookbooks) ProtoMessage()

func (*Cookbooks) ProtoReflect

func (x *Cookbooks) ProtoReflect() protoreflect.Message

func (*Cookbooks) Reset

func (x *Cookbooks) Reset()

func (*Cookbooks) String

func (x *Cookbooks) String() string

type CreateClient

type CreateClient struct {

	// Client name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Client key detail.
	ClientKey *ClientKey `protobuf:"bytes,2,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateClient) Descriptor deprecated

func (*CreateClient) Descriptor() ([]byte, []int)

Deprecated: Use CreateClient.ProtoReflect.Descriptor instead.

func (*CreateClient) GetClientKey

func (x *CreateClient) GetClientKey() *ClientKey

func (*CreateClient) GetName

func (x *CreateClient) GetName() string

func (*CreateClient) ProtoMessage

func (*CreateClient) ProtoMessage()

func (*CreateClient) ProtoReflect

func (x *CreateClient) ProtoReflect() protoreflect.Message

func (*CreateClient) Reset

func (x *CreateClient) Reset()

func (*CreateClient) String

func (x *CreateClient) String() string

type CreateDataBag

type CreateDataBag struct {

	// Data bag name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataBag) Descriptor deprecated

func (*CreateDataBag) Descriptor() ([]byte, []int)

Deprecated: Use CreateDataBag.ProtoReflect.Descriptor instead.

func (*CreateDataBag) GetName

func (x *CreateDataBag) GetName() string

func (*CreateDataBag) ProtoMessage

func (*CreateDataBag) ProtoMessage()

func (*CreateDataBag) ProtoReflect

func (x *CreateDataBag) ProtoReflect() protoreflect.Message

func (*CreateDataBag) Reset

func (x *CreateDataBag) Reset()

func (*CreateDataBag) String

func (x *CreateDataBag) String() string

type CreateDataBagItem

type CreateDataBagItem struct {

	// Data bag name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Data bag item ID.
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataBagItem) Descriptor deprecated

func (*CreateDataBagItem) Descriptor() ([]byte, []int)

Deprecated: Use CreateDataBagItem.ProtoReflect.Descriptor instead.

func (*CreateDataBagItem) GetId

func (x *CreateDataBagItem) GetId() string

func (*CreateDataBagItem) GetName

func (x *CreateDataBagItem) GetName() string

func (*CreateDataBagItem) ProtoMessage

func (*CreateDataBagItem) ProtoMessage()

func (*CreateDataBagItem) ProtoReflect

func (x *CreateDataBagItem) ProtoReflect() protoreflect.Message

func (*CreateDataBagItem) Reset

func (x *CreateDataBagItem) Reset()

func (*CreateDataBagItem) String

func (x *CreateDataBagItem) String() string

type CreateOrg

type CreateOrg struct {

	// Chef organization.
	Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrg) Descriptor deprecated

func (*CreateOrg) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrg.ProtoReflect.Descriptor instead.

func (*CreateOrg) GetOrg

func (x *CreateOrg) GetOrg() *Org

func (*CreateOrg) ProtoMessage

func (*CreateOrg) ProtoMessage()

func (*CreateOrg) ProtoReflect

func (x *CreateOrg) ProtoReflect() protoreflect.Message

func (*CreateOrg) Reset

func (x *CreateOrg) Reset()

func (*CreateOrg) String

func (x *CreateOrg) String() string

type CreateServer

type CreateServer struct {

	// Chef Infra Server.
	Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServer) Descriptor deprecated

func (*CreateServer) Descriptor() ([]byte, []int)

Deprecated: Use CreateServer.ProtoReflect.Descriptor instead.

func (*CreateServer) GetServer

func (x *CreateServer) GetServer() *Server

func (*CreateServer) ProtoMessage

func (*CreateServer) ProtoMessage()

func (*CreateServer) ProtoReflect

func (x *CreateServer) ProtoReflect() protoreflect.Message

func (*CreateServer) Reset

func (x *CreateServer) Reset()

func (*CreateServer) String

func (x *CreateServer) String() string

type DataBag

type DataBag struct {

	// Data bag name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DataBag) Descriptor deprecated

func (*DataBag) Descriptor() ([]byte, []int)

Deprecated: Use DataBag.ProtoReflect.Descriptor instead.

func (*DataBag) GetName

func (x *DataBag) GetName() string

func (*DataBag) ProtoMessage

func (*DataBag) ProtoMessage()

func (*DataBag) ProtoReflect

func (x *DataBag) ProtoReflect() protoreflect.Message

func (*DataBag) Reset

func (x *DataBag) Reset()

func (*DataBag) String

func (x *DataBag) String() string

type DataBagItem

type DataBagItem struct {

	// Data bag name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Data bag item ID.
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Stringified json of data bag item.
	Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DataBagItem) Descriptor deprecated

func (*DataBagItem) Descriptor() ([]byte, []int)

Deprecated: Use DataBagItem.ProtoReflect.Descriptor instead.

func (*DataBagItem) GetData

func (x *DataBagItem) GetData() string

func (*DataBagItem) GetId

func (x *DataBagItem) GetId() string

func (*DataBagItem) GetName

func (x *DataBagItem) GetName() string

func (*DataBagItem) ProtoMessage

func (*DataBagItem) ProtoMessage()

func (*DataBagItem) ProtoReflect

func (x *DataBagItem) ProtoReflect() protoreflect.Message

func (*DataBagItem) Reset

func (x *DataBagItem) Reset()

func (*DataBagItem) String

func (x *DataBagItem) String() string

type DataBagItems

type DataBagItems struct {

	// Data bag name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Data bags item list.
	Items []*DataBagListItem `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
	// Starting page for the results.
	Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	// Total number of records.
	Total int32 `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*DataBagItems) Descriptor deprecated

func (*DataBagItems) Descriptor() ([]byte, []int)

Deprecated: Use DataBagItems.ProtoReflect.Descriptor instead.

func (*DataBagItems) GetItems

func (x *DataBagItems) GetItems() []*DataBagListItem

func (*DataBagItems) GetName

func (x *DataBagItems) GetName() string

func (*DataBagItems) GetPage

func (x *DataBagItems) GetPage() int32

func (*DataBagItems) GetTotal

func (x *DataBagItems) GetTotal() int32

func (*DataBagItems) ProtoMessage

func (*DataBagItems) ProtoMessage()

func (*DataBagItems) ProtoReflect

func (x *DataBagItems) ProtoReflect() protoreflect.Message

func (*DataBagItems) Reset

func (x *DataBagItems) Reset()

func (*DataBagItems) String

func (x *DataBagItems) String() string

type DataBagListItem

type DataBagListItem struct {

	// Data bag item name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DataBagListItem) Descriptor deprecated

func (*DataBagListItem) Descriptor() ([]byte, []int)

Deprecated: Use DataBagListItem.ProtoReflect.Descriptor instead.

func (*DataBagListItem) GetName

func (x *DataBagListItem) GetName() string

func (*DataBagListItem) ProtoMessage

func (*DataBagListItem) ProtoMessage()

func (*DataBagListItem) ProtoReflect

func (x *DataBagListItem) ProtoReflect() protoreflect.Message

func (*DataBagListItem) Reset

func (x *DataBagListItem) Reset()

func (*DataBagListItem) String

func (x *DataBagListItem) String() string

type DataBags

type DataBags struct {

	// Data bags item list.
	DataBags []*DataBagListItem `protobuf:"bytes,1,rep,name=data_bags,json=dataBags,proto3" json:"data_bags,omitempty"`
	// contains filtered or unexported fields
}

func (*DataBags) Descriptor deprecated

func (*DataBags) Descriptor() ([]byte, []int)

Deprecated: Use DataBags.ProtoReflect.Descriptor instead.

func (*DataBags) GetDataBags

func (x *DataBags) GetDataBags() []*DataBagListItem

func (*DataBags) ProtoMessage

func (*DataBags) ProtoMessage()

func (*DataBags) ProtoReflect

func (x *DataBags) ProtoReflect() protoreflect.Message

func (*DataBags) Reset

func (x *DataBags) Reset()

func (*DataBags) String

func (x *DataBags) String() string

type DeleteNode

type DeleteNode struct {

	// Node name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNode) Descriptor deprecated

func (*DeleteNode) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNode.ProtoReflect.Descriptor instead.

func (*DeleteNode) GetName

func (x *DeleteNode) GetName() string

func (*DeleteNode) ProtoMessage

func (*DeleteNode) ProtoMessage()

func (*DeleteNode) ProtoReflect

func (x *DeleteNode) ProtoReflect() protoreflect.Message

func (*DeleteNode) Reset

func (x *DeleteNode) Reset()

func (*DeleteNode) String

func (x *DeleteNode) String() string

type DeleteOrg

type DeleteOrg struct {

	// Chef organization.
	Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrg) Descriptor deprecated

func (*DeleteOrg) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrg.ProtoReflect.Descriptor instead.

func (*DeleteOrg) GetOrg

func (x *DeleteOrg) GetOrg() *Org

func (*DeleteOrg) ProtoMessage

func (*DeleteOrg) ProtoMessage()

func (*DeleteOrg) ProtoReflect

func (x *DeleteOrg) ProtoReflect() protoreflect.Message

func (*DeleteOrg) Reset

func (x *DeleteOrg) Reset()

func (*DeleteOrg) String

func (x *DeleteOrg) String() string

type DeletePolicyfile

type DeletePolicyfile struct {

	// Policyfile name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePolicyfile) Descriptor deprecated

func (*DeletePolicyfile) Descriptor() ([]byte, []int)

Deprecated: Use DeletePolicyfile.ProtoReflect.Descriptor instead.

func (*DeletePolicyfile) GetName

func (x *DeletePolicyfile) GetName() string

func (*DeletePolicyfile) ProtoMessage

func (*DeletePolicyfile) ProtoMessage()

func (*DeletePolicyfile) ProtoReflect

func (x *DeletePolicyfile) ProtoReflect() protoreflect.Message

func (*DeletePolicyfile) Reset

func (x *DeletePolicyfile) Reset()

func (*DeletePolicyfile) String

func (x *DeletePolicyfile) String() string

type DeleteServer

type DeleteServer struct {

	// Chef Infra Server.
	Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServer) Descriptor deprecated

func (*DeleteServer) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServer.ProtoReflect.Descriptor instead.

func (*DeleteServer) GetServer

func (x *DeleteServer) GetServer() *Server

func (*DeleteServer) ProtoMessage

func (*DeleteServer) ProtoMessage()

func (*DeleteServer) ProtoReflect

func (x *DeleteServer) ProtoReflect() protoreflect.Message

func (*DeleteServer) Reset

func (x *DeleteServer) Reset()

func (*DeleteServer) String

func (x *DeleteServer) String() string

type DepedenciesData

type DepedenciesData struct {

	// cookbook name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// cookbook version.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*DepedenciesData) Descriptor deprecated

func (*DepedenciesData) Descriptor() ([]byte, []int)

Deprecated: Use DepedenciesData.ProtoReflect.Descriptor instead.

func (*DepedenciesData) GetName

func (x *DepedenciesData) GetName() string

func (*DepedenciesData) GetVersion

func (x *DepedenciesData) GetVersion() string

func (*DepedenciesData) ProtoMessage

func (*DepedenciesData) ProtoMessage()

func (*DepedenciesData) ProtoReflect

func (x *DepedenciesData) ProtoReflect() protoreflect.Message

func (*DepedenciesData) Reset

func (x *DepedenciesData) Reset()

func (*DepedenciesData) String

func (x *DepedenciesData) String() string

type Environment

type Environment struct {

	// Environment name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Chef object type.
	ChefType string `protobuf:"bytes,2,opt,name=chef_type,json=chefType,proto3" json:"chef_type,omitempty"`
	// Environment description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Environment JSON class.
	JsonClass string `protobuf:"bytes,4,opt,name=json_class,json=jsonClass,proto3" json:"json_class,omitempty"`
	// Environment versined cookbooks constraints.
	CookbookVersions map[string]string `` /* 197-byte string literal not displayed */
	// Environment default attributes JSON.
	DefaultAttributes string `protobuf:"bytes,6,opt,name=default_attributes,json=defaultAttributes,proto3" json:"default_attributes,omitempty"`
	// Environment override attributes JSON.
	OverrideAttributes string `protobuf:"bytes,7,opt,name=override_attributes,json=overrideAttributes,proto3" json:"override_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*Environment) Descriptor deprecated

func (*Environment) Descriptor() ([]byte, []int)

Deprecated: Use Environment.ProtoReflect.Descriptor instead.

func (*Environment) GetChefType

func (x *Environment) GetChefType() string

func (*Environment) GetCookbookVersions

func (x *Environment) GetCookbookVersions() map[string]string

func (*Environment) GetDefaultAttributes

func (x *Environment) GetDefaultAttributes() string

func (*Environment) GetDescription

func (x *Environment) GetDescription() string

func (*Environment) GetJsonClass

func (x *Environment) GetJsonClass() string

func (*Environment) GetName

func (x *Environment) GetName() string

func (*Environment) GetOverrideAttributes

func (x *Environment) GetOverrideAttributes() string

func (*Environment) ProtoMessage

func (*Environment) ProtoMessage()

func (*Environment) ProtoReflect

func (x *Environment) ProtoReflect() protoreflect.Message

func (*Environment) Reset

func (x *Environment) Reset()

func (*Environment) String

func (x *Environment) String() string

type EnvironmentListItem

type EnvironmentListItem struct {

	// Environment name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Environment description.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentListItem) Descriptor deprecated

func (*EnvironmentListItem) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentListItem.ProtoReflect.Descriptor instead.

func (*EnvironmentListItem) GetDescription

func (x *EnvironmentListItem) GetDescription() string

func (*EnvironmentListItem) GetName

func (x *EnvironmentListItem) GetName() string

func (*EnvironmentListItem) ProtoMessage

func (*EnvironmentListItem) ProtoMessage()

func (*EnvironmentListItem) ProtoReflect

func (x *EnvironmentListItem) ProtoReflect() protoreflect.Message

func (*EnvironmentListItem) Reset

func (x *EnvironmentListItem) Reset()

func (*EnvironmentListItem) String

func (x *EnvironmentListItem) String() string

type EnvironmentRecipesList

type EnvironmentRecipesList struct {

	// Environment recipes list.
	Recipes []string `protobuf:"bytes,1,rep,name=recipes,proto3" json:"recipes,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentRecipesList) Descriptor deprecated

func (*EnvironmentRecipesList) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentRecipesList.ProtoReflect.Descriptor instead.

func (*EnvironmentRecipesList) GetRecipes

func (x *EnvironmentRecipesList) GetRecipes() []string

func (*EnvironmentRecipesList) ProtoMessage

func (*EnvironmentRecipesList) ProtoMessage()

func (*EnvironmentRecipesList) ProtoReflect

func (x *EnvironmentRecipesList) ProtoReflect() protoreflect.Message

func (*EnvironmentRecipesList) Reset

func (x *EnvironmentRecipesList) Reset()

func (*EnvironmentRecipesList) String

func (x *EnvironmentRecipesList) String() string

type Environments

type Environments struct {

	// Environments list.
	Environments []*EnvironmentListItem `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments,omitempty"`
	// Starting page for the results.
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// Total number of records.
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*Environments) Descriptor deprecated

func (*Environments) Descriptor() ([]byte, []int)

Deprecated: Use Environments.ProtoReflect.Descriptor instead.

func (*Environments) GetEnvironments

func (x *Environments) GetEnvironments() []*EnvironmentListItem

func (*Environments) GetPage

func (x *Environments) GetPage() int32

func (*Environments) GetTotal

func (x *Environments) GetTotal() int32

func (*Environments) ProtoMessage

func (*Environments) ProtoMessage()

func (*Environments) ProtoReflect

func (x *Environments) ProtoReflect() protoreflect.Message

func (*Environments) Reset

func (x *Environments) Reset()

func (*Environments) String

func (x *Environments) String() string

type ExpandedRunList

type ExpandedRunList struct {

	// ID of the run list collection.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// List of the run list.
	RunList []*RunList `protobuf:"bytes,2,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpandedRunList) Descriptor deprecated

func (*ExpandedRunList) Descriptor() ([]byte, []int)

Deprecated: Use ExpandedRunList.ProtoReflect.Descriptor instead.

func (*ExpandedRunList) GetId

func (x *ExpandedRunList) GetId() string

func (*ExpandedRunList) GetRunList

func (x *ExpandedRunList) GetRunList() []*RunList

func (*ExpandedRunList) ProtoMessage

func (*ExpandedRunList) ProtoMessage()

func (*ExpandedRunList) ProtoReflect

func (x *ExpandedRunList) ProtoReflect() protoreflect.Message

func (*ExpandedRunList) Reset

func (x *ExpandedRunList) Reset()

func (*ExpandedRunList) String

func (x *ExpandedRunList) String() string

type GetOrg

type GetOrg struct {

	// Chef organization.
	Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrg) Descriptor deprecated

func (*GetOrg) Descriptor() ([]byte, []int)

Deprecated: Use GetOrg.ProtoReflect.Descriptor instead.

func (*GetOrg) GetOrg

func (x *GetOrg) GetOrg() *Org

func (*GetOrg) ProtoMessage

func (*GetOrg) ProtoMessage()

func (*GetOrg) ProtoReflect

func (x *GetOrg) ProtoReflect() protoreflect.Message

func (*GetOrg) Reset

func (x *GetOrg) Reset()

func (*GetOrg) String

func (x *GetOrg) String() string

type GetOrgs

type GetOrgs struct {

	// Chef organization list.
	Orgs []*Org `protobuf:"bytes,1,rep,name=orgs,proto3" json:"orgs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgs) Descriptor deprecated

func (*GetOrgs) Descriptor() ([]byte, []int)

Deprecated: Use GetOrgs.ProtoReflect.Descriptor instead.

func (*GetOrgs) GetOrgs

func (x *GetOrgs) GetOrgs() []*Org

func (*GetOrgs) ProtoMessage

func (*GetOrgs) ProtoMessage()

func (*GetOrgs) ProtoReflect

func (x *GetOrgs) ProtoReflect() protoreflect.Message

func (*GetOrgs) Reset

func (x *GetOrgs) Reset()

func (*GetOrgs) String

func (x *GetOrgs) String() string

type GetServer

type GetServer struct {

	// Chef Infra Server.
	Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServer) Descriptor deprecated

func (*GetServer) Descriptor() ([]byte, []int)

Deprecated: Use GetServer.ProtoReflect.Descriptor instead.

func (*GetServer) GetServer

func (x *GetServer) GetServer() *Server

func (*GetServer) ProtoMessage

func (*GetServer) ProtoMessage()

func (*GetServer) ProtoReflect

func (x *GetServer) ProtoReflect() protoreflect.Message

func (*GetServer) Reset

func (x *GetServer) Reset()

func (*GetServer) String

func (x *GetServer) String() string

type GetServerStatus

type GetServerStatus struct {

	// Chef Server Status
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// Chef Server Upstream
	Upstreams map[string]string `` /* 159-byte string literal not displayed */
	// Chef Server Keygem
	Keygen map[string]int32 `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetServerStatus) Descriptor deprecated

func (*GetServerStatus) Descriptor() ([]byte, []int)

Deprecated: Use GetServerStatus.ProtoReflect.Descriptor instead.

func (*GetServerStatus) GetKeygen

func (x *GetServerStatus) GetKeygen() map[string]int32

func (*GetServerStatus) GetStatus

func (x *GetServerStatus) GetStatus() string

func (*GetServerStatus) GetUpstreams

func (x *GetServerStatus) GetUpstreams() map[string]string

func (*GetServerStatus) ProtoMessage

func (*GetServerStatus) ProtoMessage()

func (*GetServerStatus) ProtoReflect

func (x *GetServerStatus) ProtoReflect() protoreflect.Message

func (*GetServerStatus) Reset

func (x *GetServerStatus) Reset()

func (*GetServerStatus) String

func (x *GetServerStatus) String() string

type GetServers

type GetServers struct {

	// List of Chef Infra Servers.
	Servers []*Server `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServers) Descriptor deprecated

func (*GetServers) Descriptor() ([]byte, []int)

Deprecated: Use GetServers.ProtoReflect.Descriptor instead.

func (*GetServers) GetServers

func (x *GetServers) GetServers() []*Server

func (*GetServers) ProtoMessage

func (*GetServers) ProtoMessage()

func (*GetServers) ProtoReflect

func (x *GetServers) ProtoReflect() protoreflect.Message

func (*GetServers) Reset

func (x *GetServers) Reset()

func (*GetServers) String

func (x *GetServers) String() string

type GroupPolicy

type GroupPolicy struct {

	// Policyfile name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Policyfile Revision ID.
	RevisionId string `protobuf:"bytes,2,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupPolicy) Descriptor deprecated

func (*GroupPolicy) Descriptor() ([]byte, []int)

Deprecated: Use GroupPolicy.ProtoReflect.Descriptor instead.

func (*GroupPolicy) GetName

func (x *GroupPolicy) GetName() string

func (*GroupPolicy) GetRevisionId

func (x *GroupPolicy) GetRevisionId() string

func (*GroupPolicy) ProtoMessage

func (*GroupPolicy) ProtoMessage()

func (*GroupPolicy) ProtoReflect

func (x *GroupPolicy) ProtoReflect() protoreflect.Message

func (*GroupPolicy) Reset

func (x *GroupPolicy) Reset()

func (*GroupPolicy) String

func (x *GroupPolicy) String() string

type IncludedPolicyLock

type IncludedPolicyLock struct {

	// Included Policyfile name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Policyfile revision ID.
	RevisionId string `protobuf:"bytes,2,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// Included policyfile source options.
	SourceOptions *SourceOptions `protobuf:"bytes,3,opt,name=source_options,json=sourceOptions,proto3" json:"source_options,omitempty"`
	// contains filtered or unexported fields
}

func (*IncludedPolicyLock) Descriptor deprecated

func (*IncludedPolicyLock) Descriptor() ([]byte, []int)

Deprecated: Use IncludedPolicyLock.ProtoReflect.Descriptor instead.

func (*IncludedPolicyLock) GetName

func (x *IncludedPolicyLock) GetName() string

func (*IncludedPolicyLock) GetRevisionId

func (x *IncludedPolicyLock) GetRevisionId() string

func (*IncludedPolicyLock) GetSourceOptions

func (x *IncludedPolicyLock) GetSourceOptions() *SourceOptions

func (*IncludedPolicyLock) ProtoMessage

func (*IncludedPolicyLock) ProtoMessage()

func (*IncludedPolicyLock) ProtoReflect

func (x *IncludedPolicyLock) ProtoReflect() protoreflect.Message

func (*IncludedPolicyLock) Reset

func (x *IncludedPolicyLock) Reset()

func (*IncludedPolicyLock) String

func (x *IncludedPolicyLock) String() string

type NamedRunList

type NamedRunList struct {

	// Run list name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Run list associated with the policy.
	RunList []string `protobuf:"bytes,2,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	// contains filtered or unexported fields
}

func (*NamedRunList) Descriptor deprecated

func (*NamedRunList) Descriptor() ([]byte, []int)

Deprecated: Use NamedRunList.ProtoReflect.Descriptor instead.

func (*NamedRunList) GetName

func (x *NamedRunList) GetName() string

func (*NamedRunList) GetRunList

func (x *NamedRunList) GetRunList() []string

func (*NamedRunList) ProtoMessage

func (*NamedRunList) ProtoMessage()

func (*NamedRunList) ProtoReflect

func (x *NamedRunList) ProtoReflect() protoreflect.Message

func (*NamedRunList) Reset

func (x *NamedRunList) Reset()

func (*NamedRunList) String

func (x *NamedRunList) String() string

type Node

type Node struct {

	// Node ID.
	NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	// Node name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Node environment.
	Environment string `protobuf:"bytes,3,opt,name=environment,proto3" json:"environment,omitempty"`
	// Node policy name.
	PolicyName string `protobuf:"bytes,4,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"`
	// Node policy group.
	PolicyGroup string `protobuf:"bytes,5,opt,name=policy_group,json=policyGroup,proto3" json:"policy_group,omitempty"`
	// Node run-list.
	RunList []string `protobuf:"bytes,6,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	// Node tags.
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags,omitempty"`
	// Node automatic attributes JSON.
	AutomaticAttributes string `protobuf:"bytes,8,opt,name=automatic_attributes,json=automaticAttributes,proto3" json:"automatic_attributes,omitempty"`
	// Node default attributes JSON.
	DefaultAttributes string `protobuf:"bytes,9,opt,name=default_attributes,json=defaultAttributes,proto3" json:"default_attributes,omitempty"`
	// Node normal attributes JSON.
	NormalAttributes string `protobuf:"bytes,10,opt,name=normal_attributes,json=normalAttributes,proto3" json:"normal_attributes,omitempty"`
	// Node override attributes JSON.
	OverrideAttributes string `protobuf:"bytes,11,opt,name=override_attributes,json=overrideAttributes,proto3" json:"override_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

func (*Node) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetAutomaticAttributes

func (x *Node) GetAutomaticAttributes() string

func (*Node) GetDefaultAttributes

func (x *Node) GetDefaultAttributes() string

func (*Node) GetEnvironment

func (x *Node) GetEnvironment() string

func (*Node) GetName

func (x *Node) GetName() string

func (*Node) GetNodeId

func (x *Node) GetNodeId() string

func (*Node) GetNormalAttributes

func (x *Node) GetNormalAttributes() string

func (*Node) GetOverrideAttributes

func (x *Node) GetOverrideAttributes() string

func (*Node) GetPolicyGroup

func (x *Node) GetPolicyGroup() string

func (*Node) GetPolicyName

func (x *Node) GetPolicyName() string

func (*Node) GetRunList

func (x *Node) GetRunList() []string

func (*Node) GetTags

func (x *Node) GetTags() []string

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

func (x *Node) ProtoReflect() protoreflect.Message

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

type NodeAttribute

type NodeAttribute struct {

	// Node ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Node name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Node last checkin.
	CheckIn string `protobuf:"bytes,3,opt,name=check_in,json=checkIn,proto3" json:"check_in,omitempty"`
	// Node uptime.
	Uptime string `protobuf:"bytes,4,opt,name=uptime,proto3" json:"uptime,omitempty"`
	// Node platform.
	Platform string `protobuf:"bytes,5,opt,name=platform,proto3" json:"platform,omitempty"`
	// Node environment name.
	Environment string `protobuf:"bytes,6,opt,name=environment,proto3" json:"environment,omitempty"`
	// Node policy group.
	PolicyGroup string `protobuf:"bytes,7,opt,name=policy_group,json=policyGroup,proto3" json:"policy_group,omitempty"`
	// Node FQDN.
	Fqdn string `protobuf:"bytes,8,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// Node IP address.
	IpAddress string `protobuf:"bytes,9,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeAttribute) Descriptor deprecated

func (*NodeAttribute) Descriptor() ([]byte, []int)

Deprecated: Use NodeAttribute.ProtoReflect.Descriptor instead.

func (*NodeAttribute) GetCheckIn

func (x *NodeAttribute) GetCheckIn() string

func (*NodeAttribute) GetEnvironment

func (x *NodeAttribute) GetEnvironment() string

func (*NodeAttribute) GetFqdn

func (x *NodeAttribute) GetFqdn() string

func (*NodeAttribute) GetId

func (x *NodeAttribute) GetId() string

func (*NodeAttribute) GetIpAddress

func (x *NodeAttribute) GetIpAddress() string

func (*NodeAttribute) GetName

func (x *NodeAttribute) GetName() string

func (*NodeAttribute) GetPlatform

func (x *NodeAttribute) GetPlatform() string

func (*NodeAttribute) GetPolicyGroup

func (x *NodeAttribute) GetPolicyGroup() string

func (*NodeAttribute) GetUptime

func (x *NodeAttribute) GetUptime() string

func (*NodeAttribute) ProtoMessage

func (*NodeAttribute) ProtoMessage()

func (*NodeAttribute) ProtoReflect

func (x *NodeAttribute) ProtoReflect() protoreflect.Message

func (*NodeAttribute) Reset

func (x *NodeAttribute) Reset()

func (*NodeAttribute) String

func (x *NodeAttribute) String() string

type NodeExpandedRunList

type NodeExpandedRunList struct {

	// ID of the run list collection.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// List of the run list.
	RunList []*RunList `protobuf:"bytes,2,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeExpandedRunList) Descriptor deprecated

func (*NodeExpandedRunList) Descriptor() ([]byte, []int)

Deprecated: Use NodeExpandedRunList.ProtoReflect.Descriptor instead.

func (*NodeExpandedRunList) GetId

func (x *NodeExpandedRunList) GetId() string

func (*NodeExpandedRunList) GetRunList

func (x *NodeExpandedRunList) GetRunList() []*RunList

func (*NodeExpandedRunList) ProtoMessage

func (*NodeExpandedRunList) ProtoMessage()

func (*NodeExpandedRunList) ProtoReflect

func (x *NodeExpandedRunList) ProtoReflect() protoreflect.Message

func (*NodeExpandedRunList) Reset

func (x *NodeExpandedRunList) Reset()

func (*NodeExpandedRunList) String

func (x *NodeExpandedRunList) String() string

type Nodes

type Nodes struct {

	// Node list.
	Nodes []*NodeAttribute `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// Starting page for the results.
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// Total number of records.
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*Nodes) Descriptor deprecated

func (*Nodes) Descriptor() ([]byte, []int)

Deprecated: Use Nodes.ProtoReflect.Descriptor instead.

func (*Nodes) GetNodes

func (x *Nodes) GetNodes() []*NodeAttribute

func (*Nodes) GetPage

func (x *Nodes) GetPage() int32

func (*Nodes) GetTotal

func (x *Nodes) GetTotal() int32

func (*Nodes) ProtoMessage

func (*Nodes) ProtoMessage()

func (*Nodes) ProtoReflect

func (x *Nodes) ProtoReflect() protoreflect.Message

func (*Nodes) Reset

func (x *Nodes) Reset()

func (*Nodes) String

func (x *Nodes) String() string

type Org

type Org struct {

	// Chef organization ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Chef organization name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Chef organization admin user.
	AdminUser string `protobuf:"bytes,3,opt,name=admin_user,json=adminUser,proto3" json:"admin_user,omitempty"`
	// Chef organization credential ID.
	CredentialId string `protobuf:"bytes,4,opt,name=credential_id,json=credentialId,proto3" json:"credential_id,omitempty"`
	// Chef Infra Server ID.
	ServerId string `protobuf:"bytes,5,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"`
	// List of projects this chef organization belongs to. May be empty.
	Projects []string `protobuf:"bytes,6,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*Org) Descriptor deprecated

func (*Org) Descriptor() ([]byte, []int)

Deprecated: Use Org.ProtoReflect.Descriptor instead.

func (*Org) GetAdminUser

func (x *Org) GetAdminUser() string

func (*Org) GetCredentialId

func (x *Org) GetCredentialId() string

func (*Org) GetId

func (x *Org) GetId() string

func (*Org) GetName

func (x *Org) GetName() string

func (*Org) GetProjects

func (x *Org) GetProjects() []string

func (*Org) GetServerId

func (x *Org) GetServerId() string

func (*Org) ProtoMessage

func (*Org) ProtoMessage()

func (*Org) ProtoReflect

func (x *Org) ProtoReflect() protoreflect.Message

func (*Org) Reset

func (x *Org) Reset()

func (*Org) String

func (x *Org) String() string

type OrgUsers

type OrgUsers struct {

	// Users list
	Users []*UsersListItem `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgUsers) Descriptor deprecated

func (*OrgUsers) Descriptor() ([]byte, []int)

Deprecated: Use OrgUsers.ProtoReflect.Descriptor instead.

func (*OrgUsers) GetUsers

func (x *OrgUsers) GetUsers() []*UsersListItem

func (*OrgUsers) ProtoMessage

func (*OrgUsers) ProtoMessage()

func (*OrgUsers) ProtoReflect

func (x *OrgUsers) ProtoReflect() protoreflect.Message

func (*OrgUsers) Reset

func (x *OrgUsers) Reset()

func (*OrgUsers) String

func (x *OrgUsers) String() string

type Policyfile

type Policyfile struct {

	// Policyfile name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Policy group name.
	PolicyGroup string `protobuf:"bytes,2,opt,name=policy_group,json=policyGroup,proto3" json:"policy_group,omitempty"`
	// Policy revision ID.
	RevisionId string `protobuf:"bytes,3,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// Run-list associated with the policy.
	RunList []string `protobuf:"bytes,4,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	// Named run-list associated with the policy.
	NamedRunList []*NamedRunList `protobuf:"bytes,5,rep,name=named_run_list,json=namedRunList,proto3" json:"named_run_list,omitempty"`
	// Included policy locks files.
	IncludedPolicyLocks []*IncludedPolicyLock `protobuf:"bytes,6,rep,name=included_policy_locks,json=includedPolicyLocks,proto3" json:"included_policy_locks,omitempty"`
	// List of cookbook locks under this policy.
	CookbookLocks []*CookbookLock `protobuf:"bytes,7,rep,name=cookbook_locks,json=cookbookLocks,proto3" json:"cookbook_locks,omitempty"`
	// Policyfile default attributes JSON.
	DefaultAttributes string `protobuf:"bytes,8,opt,name=default_attributes,json=defaultAttributes,proto3" json:"default_attributes,omitempty"`
	// Policyfile override attributes JSON.
	OverrideAttributes string `protobuf:"bytes,9,opt,name=override_attributes,json=overrideAttributes,proto3" json:"override_attributes,omitempty"`
	// Expanded run-list associated with the policy.
	ExpandedRunList []*ExpandedRunList `protobuf:"bytes,10,rep,name=expanded_run_list,json=expandedRunList,proto3" json:"expanded_run_list,omitempty"`
	// Solution Dependencies versions.
	SolutionDependecies []*SolutionDependencies `protobuf:"bytes,11,rep,name=solution_dependecies,json=solutionDependecies,proto3" json:"solution_dependecies,omitempty"`
	// contains filtered or unexported fields
}

func (*Policyfile) Descriptor deprecated

func (*Policyfile) Descriptor() ([]byte, []int)

Deprecated: Use Policyfile.ProtoReflect.Descriptor instead.

func (*Policyfile) GetCookbookLocks

func (x *Policyfile) GetCookbookLocks() []*CookbookLock

func (*Policyfile) GetDefaultAttributes

func (x *Policyfile) GetDefaultAttributes() string

func (*Policyfile) GetExpandedRunList

func (x *Policyfile) GetExpandedRunList() []*ExpandedRunList

func (*Policyfile) GetIncludedPolicyLocks

func (x *Policyfile) GetIncludedPolicyLocks() []*IncludedPolicyLock

func (*Policyfile) GetName

func (x *Policyfile) GetName() string

func (*Policyfile) GetNamedRunList

func (x *Policyfile) GetNamedRunList() []*NamedRunList

func (*Policyfile) GetOverrideAttributes

func (x *Policyfile) GetOverrideAttributes() string

func (*Policyfile) GetPolicyGroup

func (x *Policyfile) GetPolicyGroup() string

func (*Policyfile) GetRevisionId

func (x *Policyfile) GetRevisionId() string

func (*Policyfile) GetRunList

func (x *Policyfile) GetRunList() []string

func (*Policyfile) GetSolutionDependecies

func (x *Policyfile) GetSolutionDependecies() []*SolutionDependencies

func (*Policyfile) ProtoMessage

func (*Policyfile) ProtoMessage()

func (*Policyfile) ProtoReflect

func (x *Policyfile) ProtoReflect() protoreflect.Message

func (*Policyfile) Reset

func (x *Policyfile) Reset()

func (*Policyfile) String

func (x *Policyfile) String() string

type PolicyfileListItem

type PolicyfileListItem struct {

	// Policyfile name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Policyfile Revision ID.
	RevisionId string `protobuf:"bytes,3,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// Policyfile policy group.
	PolicyGroup string `protobuf:"bytes,2,opt,name=policy_group,json=policyGroup,proto3" json:"policy_group,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyfileListItem) Descriptor deprecated

func (*PolicyfileListItem) Descriptor() ([]byte, []int)

Deprecated: Use PolicyfileListItem.ProtoReflect.Descriptor instead.

func (*PolicyfileListItem) GetName

func (x *PolicyfileListItem) GetName() string

func (*PolicyfileListItem) GetPolicyGroup

func (x *PolicyfileListItem) GetPolicyGroup() string

func (*PolicyfileListItem) GetRevisionId

func (x *PolicyfileListItem) GetRevisionId() string

func (*PolicyfileListItem) ProtoMessage

func (*PolicyfileListItem) ProtoMessage()

func (*PolicyfileListItem) ProtoReflect

func (x *PolicyfileListItem) ProtoReflect() protoreflect.Message

func (*PolicyfileListItem) Reset

func (x *PolicyfileListItem) Reset()

func (*PolicyfileListItem) String

func (x *PolicyfileListItem) String() string

type PolicyfileRevision

type PolicyfileRevision struct {

	// policyfile revision
	RevisionId string `protobuf:"bytes,1,opt,name=revision_id,json=revisionId,proto3" json:"revision_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyfileRevision) Descriptor deprecated

func (*PolicyfileRevision) Descriptor() ([]byte, []int)

Deprecated: Use PolicyfileRevision.ProtoReflect.Descriptor instead.

func (*PolicyfileRevision) GetRevisionId

func (x *PolicyfileRevision) GetRevisionId() string

func (*PolicyfileRevision) ProtoMessage

func (*PolicyfileRevision) ProtoMessage()

func (*PolicyfileRevision) ProtoReflect

func (x *PolicyfileRevision) ProtoReflect() protoreflect.Message

func (*PolicyfileRevision) Reset

func (x *PolicyfileRevision) Reset()

func (*PolicyfileRevision) String

func (x *PolicyfileRevision) String() string

type PolicyfileRevisions

type PolicyfileRevisions struct {

	// Policyfile revisions.
	Revisions []*PolicyfileRevision `protobuf:"bytes,1,rep,name=revisions,proto3" json:"revisions,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyfileRevisions) Descriptor deprecated

func (*PolicyfileRevisions) Descriptor() ([]byte, []int)

Deprecated: Use PolicyfileRevisions.ProtoReflect.Descriptor instead.

func (*PolicyfileRevisions) GetRevisions

func (x *PolicyfileRevisions) GetRevisions() []*PolicyfileRevision

func (*PolicyfileRevisions) ProtoMessage

func (*PolicyfileRevisions) ProtoMessage()

func (*PolicyfileRevisions) ProtoReflect

func (x *PolicyfileRevisions) ProtoReflect() protoreflect.Message

func (*PolicyfileRevisions) Reset

func (x *PolicyfileRevisions) Reset()

func (*PolicyfileRevisions) String

func (x *PolicyfileRevisions) String() string

type Policyfiles

type Policyfiles struct {

	// Policyfiles list.
	Policies []*PolicyfileListItem `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*Policyfiles) Descriptor deprecated

func (*Policyfiles) Descriptor() ([]byte, []int)

Deprecated: Use Policyfiles.ProtoReflect.Descriptor instead.

func (*Policyfiles) GetPolicies

func (x *Policyfiles) GetPolicies() []*PolicyfileListItem

func (*Policyfiles) ProtoMessage

func (*Policyfiles) ProtoMessage()

func (*Policyfiles) ProtoReflect

func (x *Policyfiles) ProtoReflect() protoreflect.Message

func (*Policyfiles) Reset

func (x *Policyfiles) Reset()

func (*Policyfiles) String

func (x *Policyfiles) String() string

type Policygroup

type Policygroup struct {

	// Policygroup name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Policygroup policyfiles.
	Policies []*GroupPolicy `protobuf:"bytes,2,rep,name=policies,proto3" json:"policies,omitempty"`
	// policygroup uri.
	Uri string `protobuf:"bytes,3,opt,name=uri,proto3" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (*Policygroup) Descriptor deprecated

func (*Policygroup) Descriptor() ([]byte, []int)

Deprecated: Use Policygroup.ProtoReflect.Descriptor instead.

func (*Policygroup) GetName

func (x *Policygroup) GetName() string

func (*Policygroup) GetPolicies

func (x *Policygroup) GetPolicies() []*GroupPolicy

func (*Policygroup) GetUri

func (x *Policygroup) GetUri() string

func (*Policygroup) ProtoMessage

func (*Policygroup) ProtoMessage()

func (*Policygroup) ProtoReflect

func (x *Policygroup) ProtoReflect() protoreflect.Message

func (*Policygroup) Reset

func (x *Policygroup) Reset()

func (*Policygroup) String

func (x *Policygroup) String() string

type ResetClient

type ResetClient struct {

	// Client name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Client key detail.
	ClientKey *ClientKey `protobuf:"bytes,2,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetClient) Descriptor deprecated

func (*ResetClient) Descriptor() ([]byte, []int)

Deprecated: Use ResetClient.ProtoReflect.Descriptor instead.

func (*ResetClient) GetClientKey

func (x *ResetClient) GetClientKey() *ClientKey

func (*ResetClient) GetName

func (x *ResetClient) GetName() string

func (*ResetClient) ProtoMessage

func (*ResetClient) ProtoMessage()

func (*ResetClient) ProtoReflect

func (x *ResetClient) ProtoReflect() protoreflect.Message

func (*ResetClient) Reset

func (x *ResetClient) Reset()

func (*ResetClient) String

func (x *ResetClient) String() string

type ResetOrgAdminKey

type ResetOrgAdminKey struct {

	// Chef organization.
	Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetOrgAdminKey) Descriptor deprecated

func (*ResetOrgAdminKey) Descriptor() ([]byte, []int)

Deprecated: Use ResetOrgAdminKey.ProtoReflect.Descriptor instead.

func (*ResetOrgAdminKey) GetOrg

func (x *ResetOrgAdminKey) GetOrg() *Org

func (*ResetOrgAdminKey) ProtoMessage

func (*ResetOrgAdminKey) ProtoMessage()

func (*ResetOrgAdminKey) ProtoReflect

func (x *ResetOrgAdminKey) ProtoReflect() protoreflect.Message

func (*ResetOrgAdminKey) Reset

func (x *ResetOrgAdminKey) Reset()

func (*ResetOrgAdminKey) String

func (x *ResetOrgAdminKey) String() string

type Role

type Role struct {

	// Name of the role.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Type of the chef object.
	ChefType string `protobuf:"bytes,2,opt,name=chef_type,json=chefType,proto3" json:"chef_type,omitempty"`
	// Descrption of the role.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Role default attributes JSON.
	DefaultAttributes string `protobuf:"bytes,4,opt,name=default_attributes,json=defaultAttributes,proto3" json:"default_attributes,omitempty"`
	// Role override attributes JSON.
	OverrideAttributes string `protobuf:"bytes,5,opt,name=override_attributes,json=overrideAttributes,proto3" json:"override_attributes,omitempty"`
	// Json class name.
	JsonClass string `protobuf:"bytes,6,opt,name=json_class,json=jsonClass,proto3" json:"json_class,omitempty"`
	// Run list for the role.
	RunList []string `protobuf:"bytes,7,rep,name=run_list,json=runList,proto3" json:"run_list,omitempty"`
	// contains filtered or unexported fields
}

func (*Role) Descriptor deprecated

func (*Role) Descriptor() ([]byte, []int)

Deprecated: Use Role.ProtoReflect.Descriptor instead.

func (*Role) GetChefType

func (x *Role) GetChefType() string

func (*Role) GetDefaultAttributes

func (x *Role) GetDefaultAttributes() string

func (*Role) GetDescription

func (x *Role) GetDescription() string

func (*Role) GetJsonClass

func (x *Role) GetJsonClass() string

func (*Role) GetName

func (x *Role) GetName() string

func (*Role) GetOverrideAttributes

func (x *Role) GetOverrideAttributes() string

func (*Role) GetRunList

func (x *Role) GetRunList() []string

func (*Role) ProtoMessage

func (*Role) ProtoMessage()

func (*Role) ProtoReflect

func (x *Role) ProtoReflect() protoreflect.Message

func (*Role) Reset

func (x *Role) Reset()

func (*Role) String

func (x *Role) String() string

type RoleEnvironments

type RoleEnvironments struct {

	// Role environment list.
	Environments []string `protobuf:"bytes,1,rep,name=environments,proto3" json:"environments,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleEnvironments) Descriptor deprecated

func (*RoleEnvironments) Descriptor() ([]byte, []int)

Deprecated: Use RoleEnvironments.ProtoReflect.Descriptor instead.

func (*RoleEnvironments) GetEnvironments

func (x *RoleEnvironments) GetEnvironments() []string

func (*RoleEnvironments) ProtoMessage

func (*RoleEnvironments) ProtoMessage()

func (*RoleEnvironments) ProtoReflect

func (x *RoleEnvironments) ProtoReflect() protoreflect.Message

func (*RoleEnvironments) Reset

func (x *RoleEnvironments) Reset()

func (*RoleEnvironments) String

func (x *RoleEnvironments) String() string

type RoleListItem

type RoleListItem struct {

	// Name of the role.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Desscription of the role.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// Environment for the role.
	Environments []string `protobuf:"bytes,3,rep,name=environments,proto3" json:"environments,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleListItem) Descriptor deprecated

func (*RoleListItem) Descriptor() ([]byte, []int)

Deprecated: Use RoleListItem.ProtoReflect.Descriptor instead.

func (*RoleListItem) GetDescription

func (x *RoleListItem) GetDescription() string

func (*RoleListItem) GetEnvironments

func (x *RoleListItem) GetEnvironments() []string

func (*RoleListItem) GetName

func (x *RoleListItem) GetName() string

func (*RoleListItem) ProtoMessage

func (*RoleListItem) ProtoMessage()

func (*RoleListItem) ProtoReflect

func (x *RoleListItem) ProtoReflect() protoreflect.Message

func (*RoleListItem) Reset

func (x *RoleListItem) Reset()

func (*RoleListItem) String

func (x *RoleListItem) String() string

type Roles

type Roles struct {

	// List of the roles item.
	Roles []*RoleListItem `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// Starting page for the results.
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// Total number of records.
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*Roles) Descriptor deprecated

func (*Roles) Descriptor() ([]byte, []int)

Deprecated: Use Roles.ProtoReflect.Descriptor instead.

func (*Roles) GetPage

func (x *Roles) GetPage() int32

func (*Roles) GetRoles

func (x *Roles) GetRoles() []*RoleListItem

func (*Roles) GetTotal

func (x *Roles) GetTotal() int32

func (*Roles) ProtoMessage

func (*Roles) ProtoMessage()

func (*Roles) ProtoReflect

func (x *Roles) ProtoReflect() protoreflect.Message

func (*Roles) Reset

func (x *Roles) Reset()

func (*Roles) String

func (x *Roles) String() string

type RunList

type RunList struct {

	// Run list item type (e.g. 'recipe').
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// Run list item name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Run list item version.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// Boolean denoting whether or not the run list item was skipped.
	Skipped bool `protobuf:"varint,4,opt,name=skipped,proto3" json:"skipped,omitempty"`
	// Run list item position
	Position int32 `protobuf:"varint,5,opt,name=position,proto3" json:"position,omitempty"`
	// Run list error
	Error string `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
	// List of the run list.
	Children []*RunList `protobuf:"bytes,7,rep,name=children,proto3" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func (*RunList) Descriptor deprecated

func (*RunList) Descriptor() ([]byte, []int)

Deprecated: Use RunList.ProtoReflect.Descriptor instead.

func (*RunList) GetChildren

func (x *RunList) GetChildren() []*RunList

func (*RunList) GetError

func (x *RunList) GetError() string

func (*RunList) GetName

func (x *RunList) GetName() string

func (*RunList) GetPosition

func (x *RunList) GetPosition() int32

func (*RunList) GetSkipped

func (x *RunList) GetSkipped() bool

func (*RunList) GetType

func (x *RunList) GetType() string

func (*RunList) GetVersion

func (x *RunList) GetVersion() string

func (*RunList) ProtoMessage

func (*RunList) ProtoMessage()

func (*RunList) ProtoReflect

func (x *RunList) ProtoReflect() protoreflect.Message

func (*RunList) Reset

func (x *RunList) Reset()

func (*RunList) String

func (x *RunList) String() string

type SCMDetail

type SCMDetail struct {

	// SCM name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// SCM remote location.
	Remote string `protobuf:"bytes,2,opt,name=remote,proto3" json:"remote,omitempty"`
	// SCM revision detail.
	Revision string `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"`
	// Boolean that denotes if the working tree is clean or not.
	WorkingTreeClean bool `protobuf:"varint,4,opt,name=working_tree_clean,json=workingTreeClean,proto3" json:"working_tree_clean,omitempty"`
	// Source's published information.
	Published bool `protobuf:"varint,5,opt,name=published,proto3" json:"published,omitempty"`
	// Synchronized remote branches list.
	SynchronizedRemoteBranches []string `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SCMDetail) Descriptor deprecated

func (*SCMDetail) Descriptor() ([]byte, []int)

Deprecated: Use SCMDetail.ProtoReflect.Descriptor instead.

func (*SCMDetail) GetName

func (x *SCMDetail) GetName() string

func (*SCMDetail) GetPublished

func (x *SCMDetail) GetPublished() bool

func (*SCMDetail) GetRemote

func (x *SCMDetail) GetRemote() string

func (*SCMDetail) GetRevision

func (x *SCMDetail) GetRevision() string

func (*SCMDetail) GetSynchronizedRemoteBranches

func (x *SCMDetail) GetSynchronizedRemoteBranches() []string

func (*SCMDetail) GetWorkingTreeClean

func (x *SCMDetail) GetWorkingTreeClean() bool

func (*SCMDetail) ProtoMessage

func (*SCMDetail) ProtoMessage()

func (*SCMDetail) ProtoReflect

func (x *SCMDetail) ProtoReflect() protoreflect.Message

func (*SCMDetail) Reset

func (x *SCMDetail) Reset()

func (*SCMDetail) String

func (x *SCMDetail) String() string

type Server

type Server struct {

	// Chef Infra Server ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Chef Infra Server name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Chef Infra Server FQDN.
	Fqdn string `protobuf:"bytes,4,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// Chef Infra Server IP address.
	IpAddress string `protobuf:"bytes,5,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// Chef organizations count associated with Chef Infra Server.
	OrgsCount int32 `protobuf:"varint,6,opt,name=orgs_count,json=orgsCount,proto3" json:"orgs_count,omitempty"`
	// contains filtered or unexported fields
}

func (*Server) Descriptor deprecated

func (*Server) Descriptor() ([]byte, []int)

Deprecated: Use Server.ProtoReflect.Descriptor instead.

func (*Server) GetFqdn

func (x *Server) GetFqdn() string

func (*Server) GetId

func (x *Server) GetId() string

func (*Server) GetIpAddress

func (x *Server) GetIpAddress() string

func (*Server) GetName

func (x *Server) GetName() string

func (*Server) GetOrgsCount

func (x *Server) GetOrgsCount() int32

func (*Server) ProtoMessage

func (*Server) ProtoMessage()

func (*Server) ProtoReflect

func (x *Server) ProtoReflect() protoreflect.Message

func (*Server) Reset

func (x *Server) Reset()

func (*Server) String

func (x *Server) String() string

type ServerUsers

type ServerUsers struct {

	// Users list
	Users []*UsersListItem `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerUsers) Descriptor deprecated

func (*ServerUsers) Descriptor() ([]byte, []int)

Deprecated: Use ServerUsers.ProtoReflect.Descriptor instead.

func (*ServerUsers) GetUsers

func (x *ServerUsers) GetUsers() []*UsersListItem

func (*ServerUsers) ProtoMessage

func (*ServerUsers) ProtoMessage()

func (*ServerUsers) ProtoReflect

func (x *ServerUsers) ProtoReflect() protoreflect.Message

func (*ServerUsers) Reset

func (x *ServerUsers) Reset()

func (*ServerUsers) String

func (x *ServerUsers) String() string

type SolutionDependencies

type SolutionDependencies struct {

	// cookbook name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// cookbook version.
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// cookbook dependencies
	Dependencies []*DepedenciesData `protobuf:"bytes,3,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// contains filtered or unexported fields
}

func (*SolutionDependencies) Descriptor deprecated

func (*SolutionDependencies) Descriptor() ([]byte, []int)

Deprecated: Use SolutionDependencies.ProtoReflect.Descriptor instead.

func (*SolutionDependencies) GetDependencies

func (x *SolutionDependencies) GetDependencies() []*DepedenciesData

func (*SolutionDependencies) GetName

func (x *SolutionDependencies) GetName() string

func (*SolutionDependencies) GetVersion

func (x *SolutionDependencies) GetVersion() string

func (*SolutionDependencies) ProtoMessage

func (*SolutionDependencies) ProtoMessage()

func (*SolutionDependencies) ProtoReflect

func (x *SolutionDependencies) ProtoReflect() protoreflect.Message

func (*SolutionDependencies) Reset

func (x *SolutionDependencies) Reset()

func (*SolutionDependencies) String

func (x *SolutionDependencies) String() string

type SourceOptions

type SourceOptions struct {

	// Source options path.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceOptions) Descriptor deprecated

func (*SourceOptions) Descriptor() ([]byte, []int)

Deprecated: Use SourceOptions.ProtoReflect.Descriptor instead.

func (*SourceOptions) GetPath

func (x *SourceOptions) GetPath() string

func (*SourceOptions) ProtoMessage

func (*SourceOptions) ProtoMessage()

func (*SourceOptions) ProtoReflect

func (x *SourceOptions) ProtoReflect() protoreflect.Message

func (*SourceOptions) Reset

func (x *SourceOptions) Reset()

func (*SourceOptions) String

func (x *SourceOptions) String() string

type UpdateDataBagItem

type UpdateDataBagItem struct {

	// Data bag name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Data bag item ID.
	ItemId string `protobuf:"bytes,2,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDataBagItem) Descriptor deprecated

func (*UpdateDataBagItem) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDataBagItem.ProtoReflect.Descriptor instead.

func (*UpdateDataBagItem) GetItemId

func (x *UpdateDataBagItem) GetItemId() string

func (*UpdateDataBagItem) GetName

func (x *UpdateDataBagItem) GetName() string

func (*UpdateDataBagItem) ProtoMessage

func (*UpdateDataBagItem) ProtoMessage()

func (*UpdateDataBagItem) ProtoReflect

func (x *UpdateDataBagItem) ProtoReflect() protoreflect.Message

func (*UpdateDataBagItem) Reset

func (x *UpdateDataBagItem) Reset()

func (*UpdateDataBagItem) String

func (x *UpdateDataBagItem) String() string

type UpdateNodeAttributes

type UpdateNodeAttributes struct {

	// Node name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Node attributes JSON.
	Attributes string `protobuf:"bytes,2,opt,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNodeAttributes) Descriptor deprecated

func (*UpdateNodeAttributes) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNodeAttributes.ProtoReflect.Descriptor instead.

func (*UpdateNodeAttributes) GetAttributes

func (x *UpdateNodeAttributes) GetAttributes() string

func (*UpdateNodeAttributes) GetName

func (x *UpdateNodeAttributes) GetName() string

func (*UpdateNodeAttributes) ProtoMessage

func (*UpdateNodeAttributes) ProtoMessage()

func (*UpdateNodeAttributes) ProtoReflect

func (x *UpdateNodeAttributes) ProtoReflect() protoreflect.Message

func (*UpdateNodeAttributes) Reset

func (x *UpdateNodeAttributes) Reset()

func (*UpdateNodeAttributes) String

func (x *UpdateNodeAttributes) String() string

type UpdateNodeEnvironment

type UpdateNodeEnvironment struct {

	// Node name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Node environment name.
	Environment string `protobuf:"bytes,2,opt,name=environment,proto3" json:"environment,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNodeEnvironment) Descriptor deprecated

func (*UpdateNodeEnvironment) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNodeEnvironment.ProtoReflect.Descriptor instead.

func (*UpdateNodeEnvironment) GetEnvironment

func (x *UpdateNodeEnvironment) GetEnvironment() string

func (*UpdateNodeEnvironment) GetName

func (x *UpdateNodeEnvironment) GetName() string

func (*UpdateNodeEnvironment) ProtoMessage

func (*UpdateNodeEnvironment) ProtoMessage()

func (*UpdateNodeEnvironment) ProtoReflect

func (x *UpdateNodeEnvironment) ProtoReflect() protoreflect.Message

func (*UpdateNodeEnvironment) Reset

func (x *UpdateNodeEnvironment) Reset()

func (*UpdateNodeEnvironment) String

func (x *UpdateNodeEnvironment) String() string

type UpdateNodeTags

type UpdateNodeTags struct {

	// Node tags.
	Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNodeTags) Descriptor deprecated

func (*UpdateNodeTags) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNodeTags.ProtoReflect.Descriptor instead.

func (*UpdateNodeTags) GetTags

func (x *UpdateNodeTags) GetTags() []string

func (*UpdateNodeTags) ProtoMessage

func (*UpdateNodeTags) ProtoMessage()

func (*UpdateNodeTags) ProtoReflect

func (x *UpdateNodeTags) ProtoReflect() protoreflect.Message

func (*UpdateNodeTags) Reset

func (x *UpdateNodeTags) Reset()

func (*UpdateNodeTags) String

func (x *UpdateNodeTags) String() string

type UpdateOrg

type UpdateOrg struct {

	// Chef organization.
	Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrg) Descriptor deprecated

func (*UpdateOrg) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrg.ProtoReflect.Descriptor instead.

func (*UpdateOrg) GetOrg

func (x *UpdateOrg) GetOrg() *Org

func (*UpdateOrg) ProtoMessage

func (*UpdateOrg) ProtoMessage()

func (*UpdateOrg) ProtoReflect

func (x *UpdateOrg) ProtoReflect() protoreflect.Message

func (*UpdateOrg) Reset

func (x *UpdateOrg) Reset()

func (*UpdateOrg) String

func (x *UpdateOrg) String() string

type UpdateServer

type UpdateServer struct {

	// Chef Infra Server.
	Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateServer) Descriptor deprecated

func (*UpdateServer) Descriptor() ([]byte, []int)

Deprecated: Use UpdateServer.ProtoReflect.Descriptor instead.

func (*UpdateServer) GetServer

func (x *UpdateServer) GetServer() *Server

func (*UpdateServer) ProtoMessage

func (*UpdateServer) ProtoMessage()

func (*UpdateServer) ProtoReflect

func (x *UpdateServer) ProtoReflect() protoreflect.Message

func (*UpdateServer) Reset

func (x *UpdateServer) Reset()

func (*UpdateServer) String

func (x *UpdateServer) String() string

type UsersListItem

type UsersListItem struct {

	// User username
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// User first name
	FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	// User Last name
	LastName string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	// User email
	Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*UsersListItem) Descriptor deprecated

func (*UsersListItem) Descriptor() ([]byte, []int)

Deprecated: Use UsersListItem.ProtoReflect.Descriptor instead.

func (*UsersListItem) GetEmail

func (x *UsersListItem) GetEmail() string

func (*UsersListItem) GetFirstName

func (x *UsersListItem) GetFirstName() string

func (*UsersListItem) GetLastName

func (x *UsersListItem) GetLastName() string

func (*UsersListItem) GetUsername

func (x *UsersListItem) GetUsername() string

func (*UsersListItem) ProtoMessage

func (*UsersListItem) ProtoMessage()

func (*UsersListItem) ProtoReflect

func (x *UsersListItem) ProtoReflect() protoreflect.Message

func (*UsersListItem) Reset

func (x *UsersListItem) Reset()

func (*UsersListItem) String

func (x *UsersListItem) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL