request

package
v0.0.0-...-f0fd134 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_interservice_infra_proxy_request_clients_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_common_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_cookbooks_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_databags_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_environments_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_nodes_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_orgs_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_policyfiles_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_roles_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_servers_proto protoreflect.FileDescriptor
View Source
var File_interservice_infra_proxy_request_users_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Client

type Client struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Client name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Client) Descriptor deprecated

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

Deprecated: Use Client.ProtoReflect.Descriptor instead.

func (*Client) GetName

func (x *Client) GetName() string

func (*Client) GetOrgId

func (x *Client) GetOrgId() string

func (*Client) GetServerId

func (x *Client) GetServerId() string

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 ClientKey

type ClientKey struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Client name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Client key name.
	Key string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty" toml:"key,omitempty" mapstructure:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientKey) Descriptor deprecated

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

Deprecated: Use ClientKey.ProtoReflect.Descriptor instead.

func (*ClientKey) GetKey

func (x *ClientKey) GetKey() string

func (*ClientKey) GetName

func (x *ClientKey) GetName() string

func (*ClientKey) GetOrgId

func (x *ClientKey) GetOrgId() string

func (*ClientKey) GetServerId

func (x *ClientKey) GetServerId() 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 Clients

type Clients struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Clients search query.
	SearchQuery *SearchQuery `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Clients) Descriptor deprecated

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

Deprecated: Use Clients.ProtoReflect.Descriptor instead.

func (*Clients) GetOrgId

func (x *Clients) GetOrgId() string

func (*Clients) GetSearchQuery

func (x *Clients) GetSearchQuery() *SearchQuery

func (*Clients) GetServerId

func (x *Clients) GetServerId() string

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 {

	// ID of the Org.
	OrgId string `` /* 132-byte string literal not displayed */
	// ID of the Server.
	ServerId string `` /* 147-byte string literal not displayed */
	// Name of the cookbook.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Version of the cookbook.
	Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Cookbook) Descriptor deprecated

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

Deprecated: Use Cookbook.ProtoReflect.Descriptor instead.

func (*Cookbook) GetName

func (x *Cookbook) GetName() string

func (*Cookbook) GetOrgId

func (x *Cookbook) GetOrgId() string

func (*Cookbook) GetServerId

func (x *Cookbook) GetServerId() string

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 CookbookFileContent

type CookbookFileContent struct {

	// ID of the org.
	OrgId string `` /* 132-byte string literal not displayed */
	// ID of the server.
	ServerId string `` /* 147-byte string literal not displayed */
	// Name of the cookbook.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Version of the cookbook.
	Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"`
	// Cookbook data file URL.
	Url string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty" toml:"url,omitempty" mapstructure:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*CookbookFileContent) Descriptor deprecated

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

Deprecated: Use CookbookFileContent.ProtoReflect.Descriptor instead.

func (*CookbookFileContent) GetName

func (x *CookbookFileContent) GetName() string

func (*CookbookFileContent) GetOrgId

func (x *CookbookFileContent) GetOrgId() string

func (*CookbookFileContent) GetServerId

func (x *CookbookFileContent) GetServerId() string

func (*CookbookFileContent) GetUrl

func (x *CookbookFileContent) GetUrl() string

func (*CookbookFileContent) GetVersion

func (x *CookbookFileContent) GetVersion() 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 CookbookVersions

type CookbookVersions struct {

	// ID of the Org.
	OrgId string `` /* 132-byte string literal not displayed */
	// ID of the Server.
	ServerId string `` /* 147-byte string literal not displayed */
	// Name of the cookbook.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,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) GetOrgId

func (x *CookbookVersions) GetOrgId() string

func (*CookbookVersions) GetServerId

func (x *CookbookVersions) GetServerId() 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 {

	// ID of the Org.
	OrgId string `` /* 132-byte string literal not displayed */
	// ID of the Server
	ServerId string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Cookbooks) Descriptor deprecated

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

Deprecated: Use Cookbooks.ProtoReflect.Descriptor instead.

func (*Cookbooks) GetOrgId

func (x *Cookbooks) GetOrgId() string

func (*Cookbooks) GetServerId

func (x *Cookbooks) GetServerId() string

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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Client name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Boolean indicates client type is validator or not.
	Validator bool `` /* 134-byte string literal not displayed */
	// Boolean indicates whether it's required to create a key or not.
	CreateKey bool `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateClient) Descriptor deprecated

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

Deprecated: Use CreateClient.ProtoReflect.Descriptor instead.

func (*CreateClient) GetCreateKey

func (x *CreateClient) GetCreateKey() bool

func (*CreateClient) GetName

func (x *CreateClient) GetName() string

func (*CreateClient) GetOrgId

func (x *CreateClient) GetOrgId() string

func (*CreateClient) GetServerId

func (x *CreateClient) GetServerId() string

func (*CreateClient) GetValidator

func (x *CreateClient) GetValidator() bool

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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Data bag name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"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) GetOrgId

func (x *CreateDataBag) GetOrgId() string

func (*CreateDataBag) GetServerId

func (x *CreateDataBag) GetServerId() 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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Data bag name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Data bag item JSON data.
	Data *structpb.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataBagItem) Descriptor deprecated

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

Deprecated: Use CreateDataBagItem.ProtoReflect.Descriptor instead.

func (*CreateDataBagItem) GetData

func (x *CreateDataBagItem) GetData() *structpb.Struct

func (*CreateDataBagItem) GetName

func (x *CreateDataBagItem) GetName() string

func (*CreateDataBagItem) GetOrgId

func (x *CreateDataBagItem) GetOrgId() string

func (*CreateDataBagItem) GetServerId

func (x *CreateDataBagItem) GetServerId() 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 CreateEnvironment

type CreateEnvironment struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Environment name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Environment description.
	Description string `` /* 141-byte string literal not displayed */
	// Class name.
	JsonClass string `` /* 152-byte string literal not displayed */
	// Environment versioned cookbooks constraints.
	CookbookVersions map[string]string `` /* 275-byte string literal not displayed */
	// Environment default attributes JSON.
	DefaultAttributes *structpb.Struct `` /* 192-byte string literal not displayed */
	// Environment override attributes JSON.
	OverrideAttributes *structpb.Struct `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateEnvironment) Descriptor deprecated

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

Deprecated: Use CreateEnvironment.ProtoReflect.Descriptor instead.

func (*CreateEnvironment) GetCookbookVersions

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

func (*CreateEnvironment) GetDefaultAttributes

func (x *CreateEnvironment) GetDefaultAttributes() *structpb.Struct

func (*CreateEnvironment) GetDescription

func (x *CreateEnvironment) GetDescription() string

func (*CreateEnvironment) GetJsonClass

func (x *CreateEnvironment) GetJsonClass() string

func (*CreateEnvironment) GetName

func (x *CreateEnvironment) GetName() string

func (*CreateEnvironment) GetOrgId

func (x *CreateEnvironment) GetOrgId() string

func (*CreateEnvironment) GetOverrideAttributes

func (x *CreateEnvironment) GetOverrideAttributes() *structpb.Struct

func (*CreateEnvironment) GetServerId

func (x *CreateEnvironment) GetServerId() string

func (*CreateEnvironment) ProtoMessage

func (*CreateEnvironment) ProtoMessage()

func (*CreateEnvironment) ProtoReflect

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

func (*CreateEnvironment) Reset

func (x *CreateEnvironment) Reset()

func (*CreateEnvironment) String

func (x *CreateEnvironment) String() string

type CreateOrg

type CreateOrg struct {

	// Chef organization ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// Chef organization name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Chef organization admin user.
	AdminUser string `` /* 152-byte string literal not displayed */
	// Chef organization admin key.
	AdminKey string `` /* 147-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// List of projects this chef organization belongs to. May be empty.
	Projects []string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateOrg) Descriptor deprecated

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

Deprecated: Use CreateOrg.ProtoReflect.Descriptor instead.

func (*CreateOrg) GetAdminKey

func (x *CreateOrg) GetAdminKey() string

func (*CreateOrg) GetAdminUser

func (x *CreateOrg) GetAdminUser() string

func (*CreateOrg) GetId

func (x *CreateOrg) GetId() string

func (*CreateOrg) GetName

func (x *CreateOrg) GetName() string

func (*CreateOrg) GetProjects

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

func (*CreateOrg) GetServerId

func (x *CreateOrg) GetServerId() string

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 CreateRole

type CreateRole struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Role name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Role description.
	Description string `` /* 141-byte string literal not displayed */
	// Role default attributes JSON.
	DefaultAttributes *structpb.Struct `` /* 192-byte string literal not displayed */
	// Role override attributes JSON.
	OverrideAttributes *structpb.Struct `` /* 197-byte string literal not displayed */
	// Role run list.
	RunList []string `` /* 142-byte string literal not displayed */
	// Environment based run list.
	EnvRunLists []*EnvRunList `` /* 166-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateRole) Descriptor deprecated

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

Deprecated: Use CreateRole.ProtoReflect.Descriptor instead.

func (*CreateRole) GetDefaultAttributes

func (x *CreateRole) GetDefaultAttributes() *structpb.Struct

func (*CreateRole) GetDescription

func (x *CreateRole) GetDescription() string

func (*CreateRole) GetEnvRunLists

func (x *CreateRole) GetEnvRunLists() []*EnvRunList

func (*CreateRole) GetName

func (x *CreateRole) GetName() string

func (*CreateRole) GetOrgId

func (x *CreateRole) GetOrgId() string

func (*CreateRole) GetOverrideAttributes

func (x *CreateRole) GetOverrideAttributes() *structpb.Struct

func (*CreateRole) GetRunList

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

func (*CreateRole) GetServerId

func (x *CreateRole) GetServerId() string

func (*CreateRole) ProtoMessage

func (*CreateRole) ProtoMessage()

func (*CreateRole) ProtoReflect

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

func (*CreateRole) Reset

func (x *CreateRole) Reset()

func (*CreateRole) String

func (x *CreateRole) String() string

type CreateServer

type CreateServer struct {

	// Chef Infra Server ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// Chef Infra Server name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Chef Infra Server FQDN.
	Fqdn string `protobuf:"bytes,3,opt,name=fqdn,proto3" json:"fqdn,omitempty" toml:"fqdn,omitempty" mapstructure:"fqdn,omitempty"`
	// Chef Infra Server IP address.
	IpAddress string `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateServer) Descriptor deprecated

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

Deprecated: Use CreateServer.ProtoReflect.Descriptor instead.

func (*CreateServer) GetFqdn

func (x *CreateServer) GetFqdn() string

func (*CreateServer) GetId

func (x *CreateServer) GetId() string

func (*CreateServer) GetIpAddress

func (x *CreateServer) GetIpAddress() string

func (*CreateServer) GetName

func (x *CreateServer) GetName() string

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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Data bag name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"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) GetOrgId

func (x *DataBag) GetOrgId() string

func (*DataBag) GetServerId

func (x *DataBag) GetServerId() 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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Data bag name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Data bag item name.
	Item string `protobuf:"bytes,4,opt,name=item,proto3" json:"item,omitempty" toml:"item,omitempty" mapstructure:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*DataBagItem) Descriptor deprecated

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

Deprecated: Use DataBagItem.ProtoReflect.Descriptor instead.

func (*DataBagItem) GetItem

func (x *DataBagItem) GetItem() string

func (*DataBagItem) GetName

func (x *DataBagItem) GetName() string

func (*DataBagItem) GetOrgId

func (x *DataBagItem) GetOrgId() string

func (*DataBagItem) GetServerId

func (x *DataBagItem) GetServerId() 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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Data bag name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Items search query.
	SearchQuery *SearchQuery `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DataBagItems) Descriptor deprecated

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

Deprecated: Use DataBagItems.ProtoReflect.Descriptor instead.

func (*DataBagItems) GetName

func (x *DataBagItems) GetName() string

func (*DataBagItems) GetOrgId

func (x *DataBagItems) GetOrgId() string

func (*DataBagItems) GetSearchQuery

func (x *DataBagItems) GetSearchQuery() *SearchQuery

func (*DataBagItems) GetServerId

func (x *DataBagItems) GetServerId() string

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 DataBags

type DataBags struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DataBags) Descriptor deprecated

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

Deprecated: Use DataBags.ProtoReflect.Descriptor instead.

func (*DataBags) GetOrgId

func (x *DataBags) GetOrgId() string

func (*DataBags) GetServerId

func (x *DataBags) GetServerId() string

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 DeleteOrg

type DeleteOrg struct {

	// Chef organization ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteOrg) Descriptor deprecated

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

Deprecated: Use DeleteOrg.ProtoReflect.Descriptor instead.

func (*DeleteOrg) GetId

func (x *DeleteOrg) GetId() string

func (*DeleteOrg) GetServerId

func (x *DeleteOrg) GetServerId() string

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 {

	// Chef Organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Policyfile name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"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) GetOrgId

func (x *DeletePolicyfile) GetOrgId() string

func (*DeletePolicyfile) GetServerId

func (x *DeletePolicyfile) GetServerId() 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 ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServer) Descriptor deprecated

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

Deprecated: Use DeleteServer.ProtoReflect.Descriptor instead.

func (*DeleteServer) GetId

func (x *DeleteServer) GetId() string

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 EnvRunList

type EnvRunList struct {

	// Environment name.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Role run list.
	RunList []string `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EnvRunList) Descriptor deprecated

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

Deprecated: Use EnvRunList.ProtoReflect.Descriptor instead.

func (*EnvRunList) GetName

func (x *EnvRunList) GetName() string

func (*EnvRunList) GetRunList

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

func (*EnvRunList) ProtoMessage

func (*EnvRunList) ProtoMessage()

func (*EnvRunList) ProtoReflect

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

func (*EnvRunList) Reset

func (x *EnvRunList) Reset()

func (*EnvRunList) String

func (x *EnvRunList) String() string

type Environment

type Environment struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Environment name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Environment) Descriptor deprecated

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

Deprecated: Use Environment.ProtoReflect.Descriptor instead.

func (*Environment) GetName

func (x *Environment) GetName() string

func (*Environment) GetOrgId

func (x *Environment) GetOrgId() string

func (*Environment) GetServerId

func (x *Environment) GetServerId() 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 Environments

type Environments struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Environments search query.
	SearchQuery *SearchQuery `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Environments) Descriptor deprecated

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

Deprecated: Use Environments.ProtoReflect.Descriptor instead.

func (*Environments) GetOrgId

func (x *Environments) GetOrgId() string

func (*Environments) GetSearchQuery

func (x *Environments) GetSearchQuery() *SearchQuery

func (*Environments) GetServerId

func (x *Environments) GetServerId() string

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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Role name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Role environment.
	Environment string `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExpandedRunList) Descriptor deprecated

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

Deprecated: Use ExpandedRunList.ProtoReflect.Descriptor instead.

func (*ExpandedRunList) GetEnvironment

func (x *ExpandedRunList) GetEnvironment() string

func (*ExpandedRunList) GetName

func (x *ExpandedRunList) GetName() string

func (*ExpandedRunList) GetOrgId

func (x *ExpandedRunList) GetOrgId() string

func (*ExpandedRunList) GetServerId

func (x *ExpandedRunList) GetServerId() string

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 ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOrg) Descriptor deprecated

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

Deprecated: Use GetOrg.ProtoReflect.Descriptor instead.

func (*GetOrg) GetId

func (x *GetOrg) GetId() string

func (*GetOrg) GetServerId

func (x *GetOrg) GetServerId() string

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 Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOrgs) Descriptor deprecated

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

Deprecated: Use GetOrgs.ProtoReflect.Descriptor instead.

func (*GetOrgs) GetServerId

func (x *GetOrgs) GetServerId() string

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 ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServer) Descriptor deprecated

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

Deprecated: Use GetServer.ProtoReflect.Descriptor instead.

func (*GetServer) GetId

func (x *GetServer) GetId() string

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 Infra Server FQDN
	Fqdn string `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty" toml:"fqdn,omitempty" mapstructure:"fqdn,omitempty"`
	// Chef Infra Server IP Address.
	IpAddress string `` /* 152-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) GetFqdn

func (x *GetServerStatus) GetFqdn() string

func (*GetServerStatus) GetIpAddress

func (x *GetServerStatus) GetIpAddress() 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 {
	// contains filtered or unexported fields
}

func (*GetServers) Descriptor deprecated

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

Deprecated: Use GetServers.ProtoReflect.Descriptor instead.

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 Node

type Node struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Node name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

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

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetName

func (x *Node) GetName() string

func (*Node) GetOrgId

func (x *Node) GetOrgId() string

func (*Node) GetServerId

func (x *Node) GetServerId() 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 NodeDetails

type NodeDetails struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Node name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Node environment.
	Environment string `` /* 141-byte string literal not displayed */
	// Node policy name.
	PolicyName string `` /* 157-byte string literal not displayed */
	// Node policy group.
	PolicyGroup string `` /* 162-byte string literal not displayed */
	// Node run-list.
	RunList []string `` /* 142-byte string literal not displayed */
	// Node automatic attributes JSON.
	AutomaticAttributes *structpb.Struct `` /* 202-byte string literal not displayed */
	// Node default attributes JSON.
	DefaultAttributes *structpb.Struct `` /* 192-byte string literal not displayed */
	// Node normal attributes JSON.
	NormalAttributes *structpb.Struct `` /* 188-byte string literal not displayed */
	// Node override attributes JSON.
	OverrideAttributes *structpb.Struct `` /* 198-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NodeDetails) Descriptor deprecated

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

Deprecated: Use NodeDetails.ProtoReflect.Descriptor instead.

func (*NodeDetails) GetAutomaticAttributes

func (x *NodeDetails) GetAutomaticAttributes() *structpb.Struct

func (*NodeDetails) GetDefaultAttributes

func (x *NodeDetails) GetDefaultAttributes() *structpb.Struct

func (*NodeDetails) GetEnvironment

func (x *NodeDetails) GetEnvironment() string

func (*NodeDetails) GetName

func (x *NodeDetails) GetName() string

func (*NodeDetails) GetNormalAttributes

func (x *NodeDetails) GetNormalAttributes() *structpb.Struct

func (*NodeDetails) GetOrgId

func (x *NodeDetails) GetOrgId() string

func (*NodeDetails) GetOverrideAttributes

func (x *NodeDetails) GetOverrideAttributes() *structpb.Struct

func (*NodeDetails) GetPolicyGroup

func (x *NodeDetails) GetPolicyGroup() string

func (*NodeDetails) GetPolicyName

func (x *NodeDetails) GetPolicyName() string

func (*NodeDetails) GetRunList

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

func (*NodeDetails) GetServerId

func (x *NodeDetails) GetServerId() string

func (*NodeDetails) ProtoMessage

func (*NodeDetails) ProtoMessage()

func (*NodeDetails) ProtoReflect

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

func (*NodeDetails) Reset

func (x *NodeDetails) Reset()

func (*NodeDetails) String

func (x *NodeDetails) String() string

type NodeExpandedRunList

type NodeExpandedRunList struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Node name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Node environment.
	Environment string `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NodeExpandedRunList) Descriptor deprecated

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

Deprecated: Use NodeExpandedRunList.ProtoReflect.Descriptor instead.

func (*NodeExpandedRunList) GetEnvironment

func (x *NodeExpandedRunList) GetEnvironment() string

func (*NodeExpandedRunList) GetName

func (x *NodeExpandedRunList) GetName() string

func (*NodeExpandedRunList) GetOrgId

func (x *NodeExpandedRunList) GetOrgId() string

func (*NodeExpandedRunList) GetServerId

func (x *NodeExpandedRunList) GetServerId() string

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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Nodes search query.
	SearchQuery *SearchQuery `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Nodes) Descriptor deprecated

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

Deprecated: Use Nodes.ProtoReflect.Descriptor instead.

func (*Nodes) GetOrgId

func (x *Nodes) GetOrgId() string

func (*Nodes) GetSearchQuery

func (x *Nodes) GetSearchQuery() *SearchQuery

func (*Nodes) GetServerId

func (x *Nodes) GetServerId() string

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 OrgUsers

type OrgUsers struct {

	// Chef Organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OrgUsers) Descriptor deprecated

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

Deprecated: Use OrgUsers.ProtoReflect.Descriptor instead.

func (*OrgUsers) GetOrgId

func (x *OrgUsers) GetOrgId() string

func (*OrgUsers) GetServerId

func (x *OrgUsers) GetServerId() string

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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Policyfile name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Policyfile revision ID.
	RevisionId string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Policyfile) Descriptor deprecated

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

Deprecated: Use Policyfile.ProtoReflect.Descriptor instead.

func (*Policyfile) GetName

func (x *Policyfile) GetName() string

func (*Policyfile) GetOrgId

func (x *Policyfile) GetOrgId() string

func (*Policyfile) GetRevisionId

func (x *Policyfile) GetRevisionId() string

func (*Policyfile) GetServerId

func (x *Policyfile) GetServerId() string

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 PolicyfileRevisions

type PolicyfileRevisions struct {

	// Chef Organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Policyfile name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyfileRevisions) Descriptor deprecated

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

Deprecated: Use PolicyfileRevisions.ProtoReflect.Descriptor instead.

func (*PolicyfileRevisions) GetName

func (x *PolicyfileRevisions) GetName() string

func (*PolicyfileRevisions) GetOrgId

func (x *PolicyfileRevisions) GetOrgId() string

func (*PolicyfileRevisions) GetServerId

func (x *PolicyfileRevisions) GetServerId() string

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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Policyfiles) Descriptor deprecated

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

Deprecated: Use Policyfiles.ProtoReflect.Descriptor instead.

func (*Policyfiles) GetOrgId

func (x *Policyfiles) GetOrgId() string

func (*Policyfiles) GetServerId

func (x *Policyfiles) GetServerId() string

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 {

	// Chef Organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Policygroup name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,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) GetOrgId

func (x *Policygroup) GetOrgId() string

func (*Policygroup) GetServerId

func (x *Policygroup) GetServerId() 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 ResetOrgAdminKey

type ResetOrgAdminKey struct {

	// Chef organization ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Chef organization admin key.
	AdminKey string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ResetOrgAdminKey) Descriptor deprecated

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

Deprecated: Use ResetOrgAdminKey.ProtoReflect.Descriptor instead.

func (*ResetOrgAdminKey) GetAdminKey

func (x *ResetOrgAdminKey) GetAdminKey() string

func (*ResetOrgAdminKey) GetId

func (x *ResetOrgAdminKey) GetId() string

func (*ResetOrgAdminKey) GetServerId

func (x *ResetOrgAdminKey) GetServerId() string

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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Role name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Role) Descriptor deprecated

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

Deprecated: Use Role.ProtoReflect.Descriptor instead.

func (*Role) GetName

func (x *Role) GetName() string

func (*Role) GetOrgId

func (x *Role) GetOrgId() string

func (*Role) GetServerId

func (x *Role) GetServerId() 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 Roles

type Roles struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Roles search query.
	SearchQuery *SearchQuery `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Roles) Descriptor deprecated

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

Deprecated: Use Roles.ProtoReflect.Descriptor instead.

func (*Roles) GetOrgId

func (x *Roles) GetOrgId() string

func (*Roles) GetSearchQuery

func (x *Roles) GetSearchQuery() *SearchQuery

func (*Roles) GetServerId

func (x *Roles) GetServerId() string

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 SearchQuery

type SearchQuery struct {

	// The search query used to identify a list of items.
	Q string `protobuf:"bytes,1,opt,name=q,proto3" json:"q,omitempty" toml:"q,omitempty" mapstructure:"q,omitempty"`
	// Starting page for the results.
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty" toml:"page,omitempty" mapstructure:"page,omitempty"`
	// The number of results on each page.
	PerPage int32 `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchQuery) Descriptor deprecated

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

Deprecated: Use SearchQuery.ProtoReflect.Descriptor instead.

func (*SearchQuery) GetPage

func (x *SearchQuery) GetPage() int32

func (*SearchQuery) GetPerPage

func (x *SearchQuery) GetPerPage() int32

func (*SearchQuery) GetQ

func (x *SearchQuery) GetQ() string

func (*SearchQuery) ProtoMessage

func (*SearchQuery) ProtoMessage()

func (*SearchQuery) ProtoReflect

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

func (*SearchQuery) Reset

func (x *SearchQuery) Reset()

func (*SearchQuery) String

func (x *SearchQuery) String() string

type ServerUsers

type ServerUsers struct {

	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Chef Infra server admin name.
	AdminName string `` /* 152-byte string literal not displayed */
	// Chef Infra server admin key.
	AdminKey string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServerUsers) Descriptor deprecated

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

Deprecated: Use ServerUsers.ProtoReflect.Descriptor instead.

func (*ServerUsers) GetAdminKey

func (x *ServerUsers) GetAdminKey() string

func (*ServerUsers) GetAdminName

func (x *ServerUsers) GetAdminName() string

func (*ServerUsers) GetServerId

func (x *ServerUsers) GetServerId() string

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 UpdateDataBagItem

type UpdateDataBagItem struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Data bag name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Data bag item ID.
	ItemId string `` /* 137-byte string literal not displayed */
	// Data bag item JSON data.
	Data *structpb.Struct `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty" toml:"data,omitempty" mapstructure:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDataBagItem) Descriptor deprecated

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

Deprecated: Use UpdateDataBagItem.ProtoReflect.Descriptor instead.

func (*UpdateDataBagItem) GetData

func (x *UpdateDataBagItem) GetData() *structpb.Struct

func (*UpdateDataBagItem) GetItemId

func (x *UpdateDataBagItem) GetItemId() string

func (*UpdateDataBagItem) GetName

func (x *UpdateDataBagItem) GetName() string

func (*UpdateDataBagItem) GetOrgId

func (x *UpdateDataBagItem) GetOrgId() string

func (*UpdateDataBagItem) GetServerId

func (x *UpdateDataBagItem) GetServerId() 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 UpdateEnvironment

type UpdateEnvironment struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Environment name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Environment description.
	Description string `` /* 141-byte string literal not displayed */
	// Class name.
	JsonClass string `` /* 152-byte string literal not displayed */
	// Environment versioned cookbooks constraints.
	CookbookVersions map[string]string `` /* 275-byte string literal not displayed */
	// Environment default attributes JSON.
	DefaultAttributes *structpb.Struct `` /* 192-byte string literal not displayed */
	// Environment override attributes JSON.
	OverrideAttributes *structpb.Struct `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateEnvironment) Descriptor deprecated

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

Deprecated: Use UpdateEnvironment.ProtoReflect.Descriptor instead.

func (*UpdateEnvironment) GetCookbookVersions

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

func (*UpdateEnvironment) GetDefaultAttributes

func (x *UpdateEnvironment) GetDefaultAttributes() *structpb.Struct

func (*UpdateEnvironment) GetDescription

func (x *UpdateEnvironment) GetDescription() string

func (*UpdateEnvironment) GetJsonClass

func (x *UpdateEnvironment) GetJsonClass() string

func (*UpdateEnvironment) GetName

func (x *UpdateEnvironment) GetName() string

func (*UpdateEnvironment) GetOrgId

func (x *UpdateEnvironment) GetOrgId() string

func (*UpdateEnvironment) GetOverrideAttributes

func (x *UpdateEnvironment) GetOverrideAttributes() *structpb.Struct

func (*UpdateEnvironment) GetServerId

func (x *UpdateEnvironment) GetServerId() string

func (*UpdateEnvironment) ProtoMessage

func (*UpdateEnvironment) ProtoMessage()

func (*UpdateEnvironment) ProtoReflect

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

func (*UpdateEnvironment) Reset

func (x *UpdateEnvironment) Reset()

func (*UpdateEnvironment) String

func (x *UpdateEnvironment) String() string

type UpdateNodeAttributes

type UpdateNodeAttributes struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Node name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Node attributes JSON.
	Attributes *structpb.Struct `` /* 137-byte string literal not displayed */
	// 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() *structpb.Struct

func (*UpdateNodeAttributes) GetName

func (x *UpdateNodeAttributes) GetName() string

func (*UpdateNodeAttributes) GetOrgId

func (x *UpdateNodeAttributes) GetOrgId() string

func (*UpdateNodeAttributes) GetServerId

func (x *UpdateNodeAttributes) GetServerId() 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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Node name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Node environment name.
	Environment string `` /* 141-byte string literal not displayed */
	// 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) GetOrgId

func (x *UpdateNodeEnvironment) GetOrgId() string

func (*UpdateNodeEnvironment) GetServerId

func (x *UpdateNodeEnvironment) GetServerId() 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 {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Node name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Node tags action (e.g. 'add', 'delete', 'set').
	Action string `protobuf:"bytes,4,opt,name=action,proto3" json:"action,omitempty" toml:"action,omitempty" mapstructure:"action,omitempty"`
	// Node tags.
	Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty" toml:"tags,omitempty" mapstructure:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNodeTags) Descriptor deprecated

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

Deprecated: Use UpdateNodeTags.ProtoReflect.Descriptor instead.

func (*UpdateNodeTags) GetAction

func (x *UpdateNodeTags) GetAction() string

func (*UpdateNodeTags) GetName

func (x *UpdateNodeTags) GetName() string

func (*UpdateNodeTags) GetOrgId

func (x *UpdateNodeTags) GetOrgId() string

func (*UpdateNodeTags) GetServerId

func (x *UpdateNodeTags) GetServerId() string

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 ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// Chef organization name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Chef organization admin user.
	AdminUser string `` /* 152-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// List of projects this chef organization belongs to. May be empty.
	Projects []string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateOrg) Descriptor deprecated

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

Deprecated: Use UpdateOrg.ProtoReflect.Descriptor instead.

func (*UpdateOrg) GetAdminUser

func (x *UpdateOrg) GetAdminUser() string

func (*UpdateOrg) GetId

func (x *UpdateOrg) GetId() string

func (*UpdateOrg) GetName

func (x *UpdateOrg) GetName() string

func (*UpdateOrg) GetProjects

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

func (*UpdateOrg) GetServerId

func (x *UpdateOrg) GetServerId() string

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 UpdateRole

type UpdateRole struct {

	// Chef organization ID.
	OrgId string `` /* 132-byte string literal not displayed */
	// Chef Infra Server ID.
	ServerId string `` /* 147-byte string literal not displayed */
	// Role name.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Role description.
	Description string `` /* 141-byte string literal not displayed */
	// Role default attributes JSON.
	DefaultAttributes *structpb.Struct `` /* 192-byte string literal not displayed */
	// Role override attributes JSON.
	OverrideAttributes *structpb.Struct `` /* 197-byte string literal not displayed */
	// Role run list.
	RunList []string `` /* 142-byte string literal not displayed */
	// Environment based run list.
	EnvRunLists []*EnvRunList `` /* 166-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateRole) Descriptor deprecated

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

Deprecated: Use UpdateRole.ProtoReflect.Descriptor instead.

func (*UpdateRole) GetDefaultAttributes

func (x *UpdateRole) GetDefaultAttributes() *structpb.Struct

func (*UpdateRole) GetDescription

func (x *UpdateRole) GetDescription() string

func (*UpdateRole) GetEnvRunLists

func (x *UpdateRole) GetEnvRunLists() []*EnvRunList

func (*UpdateRole) GetName

func (x *UpdateRole) GetName() string

func (*UpdateRole) GetOrgId

func (x *UpdateRole) GetOrgId() string

func (*UpdateRole) GetOverrideAttributes

func (x *UpdateRole) GetOverrideAttributes() *structpb.Struct

func (*UpdateRole) GetRunList

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

func (*UpdateRole) GetServerId

func (x *UpdateRole) GetServerId() string

func (*UpdateRole) ProtoMessage

func (*UpdateRole) ProtoMessage()

func (*UpdateRole) ProtoReflect

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

func (*UpdateRole) Reset

func (x *UpdateRole) Reset()

func (*UpdateRole) String

func (x *UpdateRole) String() string

type UpdateServer

type UpdateServer struct {

	// Chef Infra Server ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"`
	// Chef Infra Server name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	// Chef Infra Server FQDN.
	Fqdn string `protobuf:"bytes,3,opt,name=fqdn,proto3" json:"fqdn,omitempty" toml:"fqdn,omitempty" mapstructure:"fqdn,omitempty"`
	// Chef Infra Server IP address.
	IpAddress string `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateServer) Descriptor deprecated

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

Deprecated: Use UpdateServer.ProtoReflect.Descriptor instead.

func (*UpdateServer) GetFqdn

func (x *UpdateServer) GetFqdn() string

func (*UpdateServer) GetId

func (x *UpdateServer) GetId() string

func (*UpdateServer) GetIpAddress

func (x *UpdateServer) GetIpAddress() string

func (*UpdateServer) GetName

func (x *UpdateServer) GetName() string

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

Jump to

Keyboard shortcuts

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