Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ... 50000-9999. // This range is reserved for internal use within individual organizations, so // you can use numbers in this range freely for in-house applications. If you // intend to use custom options in public applications, however, then it is // important that you make sure that your field numbers are globally unique. // To obtain globally unique field numbers, please send a request to // protobuf-global-extension-registry@google.com. Simply provide your project // name (e.g. Object-C plugin) and your project website (if available). // Usually you only need one extension number. // See https://developers.google.com/protocol-buffers/docs/proto#customoptions // // optional chef.automate.api.iam.PolicyInfo policy = 50001; E_Policy = &file_external_annotations_iam_annotations_proto_extTypes[0] )
Extension fields to descriptorpb.MethodOptions.
View Source
var File_external_annotations_iam_annotations_proto protoreflect.FileDescriptor
View Source
var File_external_annotations_iam_policy_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PolicyInfo ¶
type PolicyInfo struct { Resource string `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"` // contains filtered or unexported fields }
func (*PolicyInfo) Descriptor
deprecated
func (*PolicyInfo) Descriptor() ([]byte, []int)
Deprecated: Use PolicyInfo.ProtoReflect.Descriptor instead.
func (*PolicyInfo) GetAction ¶
func (x *PolicyInfo) GetAction() string
func (*PolicyInfo) GetResource ¶
func (x *PolicyInfo) GetResource() string
func (*PolicyInfo) ProtoMessage ¶
func (*PolicyInfo) ProtoMessage()
func (*PolicyInfo) ProtoReflect ¶
func (x *PolicyInfo) ProtoReflect() protoreflect.Message
func (*PolicyInfo) Reset ¶
func (x *PolicyInfo) Reset()
func (*PolicyInfo) String ¶
func (x *PolicyInfo) String() string
Click to show internal directories.
Click to hide internal directories.