requestv1

package
v0.35.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 25 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ListAuditLogEntriesRequest_Kind_name = map[int32]string{
		0: "KIND_UNSPECIFIED",
		1: "KIND_ACCESS",
		2: "KIND_DECISION",
	}
	ListAuditLogEntriesRequest_Kind_value = map[string]int32{
		"KIND_UNSPECIFIED": 0,
		"KIND_ACCESS":      1,
		"KIND_DECISION":    2,
	}
)

Enum value maps for ListAuditLogEntriesRequest_Kind.

View Source
var File_cerbos_request_v1_request_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddOrUpdatePolicyRequest

type AddOrUpdatePolicyRequest struct {
	Policies []*v11.Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrUpdatePolicyRequest) Descriptor deprecated

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

Deprecated: Use AddOrUpdatePolicyRequest.ProtoReflect.Descriptor instead.

func (*AddOrUpdatePolicyRequest) GetPolicies

func (x *AddOrUpdatePolicyRequest) GetPolicies() []*v11.Policy

func (*AddOrUpdatePolicyRequest) HashPB

func (m *AddOrUpdatePolicyRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*AddOrUpdatePolicyRequest) MarshalToSizedBufferVT

func (m *AddOrUpdatePolicyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddOrUpdatePolicyRequest) MarshalToVT

func (m *AddOrUpdatePolicyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AddOrUpdatePolicyRequest) MarshalVT

func (m *AddOrUpdatePolicyRequest) MarshalVT() (dAtA []byte, err error)

func (*AddOrUpdatePolicyRequest) ProtoMessage

func (*AddOrUpdatePolicyRequest) ProtoMessage()

func (*AddOrUpdatePolicyRequest) ProtoReflect

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

func (*AddOrUpdatePolicyRequest) Reset

func (x *AddOrUpdatePolicyRequest) Reset()

func (*AddOrUpdatePolicyRequest) SizeVT

func (m *AddOrUpdatePolicyRequest) SizeVT() (n int)

func (*AddOrUpdatePolicyRequest) String

func (x *AddOrUpdatePolicyRequest) String() string

func (*AddOrUpdatePolicyRequest) UnmarshalVT

func (m *AddOrUpdatePolicyRequest) UnmarshalVT(dAtA []byte) error

type AddOrUpdateSchemaRequest

type AddOrUpdateSchemaRequest struct {
	Schemas []*v12.Schema `protobuf:"bytes,1,rep,name=schemas,proto3" json:"schemas,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrUpdateSchemaRequest) Descriptor deprecated

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

Deprecated: Use AddOrUpdateSchemaRequest.ProtoReflect.Descriptor instead.

func (*AddOrUpdateSchemaRequest) GetSchemas

func (x *AddOrUpdateSchemaRequest) GetSchemas() []*v12.Schema

func (*AddOrUpdateSchemaRequest) HashPB

func (m *AddOrUpdateSchemaRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*AddOrUpdateSchemaRequest) MarshalToSizedBufferVT

func (m *AddOrUpdateSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AddOrUpdateSchemaRequest) MarshalToVT

func (m *AddOrUpdateSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*AddOrUpdateSchemaRequest) MarshalVT

func (m *AddOrUpdateSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*AddOrUpdateSchemaRequest) ProtoMessage

func (*AddOrUpdateSchemaRequest) ProtoMessage()

func (*AddOrUpdateSchemaRequest) ProtoReflect

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

func (*AddOrUpdateSchemaRequest) Reset

func (x *AddOrUpdateSchemaRequest) Reset()

func (*AddOrUpdateSchemaRequest) SizeVT

func (m *AddOrUpdateSchemaRequest) SizeVT() (n int)

func (*AddOrUpdateSchemaRequest) String

func (x *AddOrUpdateSchemaRequest) String() string

func (*AddOrUpdateSchemaRequest) UnmarshalVT

func (m *AddOrUpdateSchemaRequest) UnmarshalVT(dAtA []byte) error

type AttributesMap

type AttributesMap struct {
	Attr map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AttributesMap) Descriptor deprecated

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

Deprecated: Use AttributesMap.ProtoReflect.Descriptor instead.

func (*AttributesMap) GetAttr

func (x *AttributesMap) GetAttr() map[string]*structpb.Value

func (*AttributesMap) HashPB

func (m *AttributesMap) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*AttributesMap) MarshalToSizedBufferVT

func (m *AttributesMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AttributesMap) MarshalToVT

func (m *AttributesMap) MarshalToVT(dAtA []byte) (int, error)

func (*AttributesMap) MarshalVT

func (m *AttributesMap) MarshalVT() (dAtA []byte, err error)

func (*AttributesMap) ProtoMessage

func (*AttributesMap) ProtoMessage()

func (*AttributesMap) ProtoReflect

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

func (*AttributesMap) Reset

func (x *AttributesMap) Reset()

func (*AttributesMap) SizeVT

func (m *AttributesMap) SizeVT() (n int)

func (*AttributesMap) String

func (x *AttributesMap) String() string

func (*AttributesMap) UnmarshalVT

func (m *AttributesMap) UnmarshalVT(dAtA []byte) error

type AuxData

type AuxData struct {
	Jwt *AuxData_JWT `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	// contains filtered or unexported fields
}

func (*AuxData) Descriptor deprecated

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

Deprecated: Use AuxData.ProtoReflect.Descriptor instead.

func (*AuxData) GetJwt

func (x *AuxData) GetJwt() *AuxData_JWT

func (*AuxData) HashPB

func (m *AuxData) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*AuxData) MarshalToSizedBufferVT

func (m *AuxData) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuxData) MarshalToVT

func (m *AuxData) MarshalToVT(dAtA []byte) (int, error)

func (*AuxData) MarshalVT

func (m *AuxData) MarshalVT() (dAtA []byte, err error)

func (*AuxData) ProtoMessage

func (*AuxData) ProtoMessage()

func (*AuxData) ProtoReflect

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

func (*AuxData) Reset

func (x *AuxData) Reset()

func (*AuxData) SizeVT

func (m *AuxData) SizeVT() (n int)

func (*AuxData) String

func (x *AuxData) String() string

func (*AuxData) UnmarshalVT

func (m *AuxData) UnmarshalVT(dAtA []byte) error

type AuxData_JWT

type AuxData_JWT struct {
	Token    string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	KeySetId string `protobuf:"bytes,2,opt,name=key_set_id,json=keySetId,proto3" json:"key_set_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuxData_JWT) Descriptor deprecated

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

Deprecated: Use AuxData_JWT.ProtoReflect.Descriptor instead.

func (*AuxData_JWT) GetKeySetId

func (x *AuxData_JWT) GetKeySetId() string

func (*AuxData_JWT) GetToken

func (x *AuxData_JWT) GetToken() string

func (*AuxData_JWT) HashPB

func (m *AuxData_JWT) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*AuxData_JWT) MarshalToSizedBufferVT

func (m *AuxData_JWT) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AuxData_JWT) MarshalToVT

func (m *AuxData_JWT) MarshalToVT(dAtA []byte) (int, error)

func (*AuxData_JWT) MarshalVT

func (m *AuxData_JWT) MarshalVT() (dAtA []byte, err error)

func (*AuxData_JWT) ProtoMessage

func (*AuxData_JWT) ProtoMessage()

func (*AuxData_JWT) ProtoReflect

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

func (*AuxData_JWT) Reset

func (x *AuxData_JWT) Reset()

func (*AuxData_JWT) SizeVT

func (m *AuxData_JWT) SizeVT() (n int)

func (*AuxData_JWT) String

func (x *AuxData_JWT) String() string

func (*AuxData_JWT) UnmarshalVT

func (m *AuxData_JWT) UnmarshalVT(dAtA []byte) error

type CheckResourceBatchRequest

type CheckResourceBatchRequest struct {
	RequestId string                                  `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Principal *v1.Principal                           `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	Resources []*CheckResourceBatchRequest_BatchEntry `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty"`
	AuxData   *AuxData                                `protobuf:"bytes,4,opt,name=aux_data,json=auxData,proto3" json:"aux_data,omitempty"`
	// contains filtered or unexported fields
}

Deprecated. See CheckResourcesRequest.

func (*CheckResourceBatchRequest) Descriptor deprecated

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

Deprecated: Use CheckResourceBatchRequest.ProtoReflect.Descriptor instead.

func (*CheckResourceBatchRequest) GetAuxData

func (x *CheckResourceBatchRequest) GetAuxData() *AuxData

func (*CheckResourceBatchRequest) GetPrincipal

func (x *CheckResourceBatchRequest) GetPrincipal() *v1.Principal

func (*CheckResourceBatchRequest) GetRequestId

func (x *CheckResourceBatchRequest) GetRequestId() string

func (*CheckResourceBatchRequest) GetResources

func (*CheckResourceBatchRequest) HashPB

func (m *CheckResourceBatchRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CheckResourceBatchRequest) MarshalToSizedBufferVT

func (m *CheckResourceBatchRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckResourceBatchRequest) MarshalToVT

func (m *CheckResourceBatchRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CheckResourceBatchRequest) MarshalVT

func (m *CheckResourceBatchRequest) MarshalVT() (dAtA []byte, err error)

func (*CheckResourceBatchRequest) ProtoMessage

func (*CheckResourceBatchRequest) ProtoMessage()

func (*CheckResourceBatchRequest) ProtoReflect

func (*CheckResourceBatchRequest) Reset

func (x *CheckResourceBatchRequest) Reset()

func (*CheckResourceBatchRequest) SizeVT

func (m *CheckResourceBatchRequest) SizeVT() (n int)

func (*CheckResourceBatchRequest) String

func (x *CheckResourceBatchRequest) String() string

func (*CheckResourceBatchRequest) UnmarshalVT

func (m *CheckResourceBatchRequest) UnmarshalVT(dAtA []byte) error

type CheckResourceBatchRequest_BatchEntry

type CheckResourceBatchRequest_BatchEntry struct {
	Actions  []string     `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	Resource *v1.Resource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckResourceBatchRequest_BatchEntry) Descriptor deprecated

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

Deprecated: Use CheckResourceBatchRequest_BatchEntry.ProtoReflect.Descriptor instead.

func (*CheckResourceBatchRequest_BatchEntry) GetActions

func (x *CheckResourceBatchRequest_BatchEntry) GetActions() []string

func (*CheckResourceBatchRequest_BatchEntry) GetResource

func (*CheckResourceBatchRequest_BatchEntry) HashPB

func (m *CheckResourceBatchRequest_BatchEntry) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CheckResourceBatchRequest_BatchEntry) MarshalToSizedBufferVT

func (m *CheckResourceBatchRequest_BatchEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckResourceBatchRequest_BatchEntry) MarshalToVT

func (m *CheckResourceBatchRequest_BatchEntry) MarshalToVT(dAtA []byte) (int, error)

func (*CheckResourceBatchRequest_BatchEntry) MarshalVT

func (m *CheckResourceBatchRequest_BatchEntry) MarshalVT() (dAtA []byte, err error)

func (*CheckResourceBatchRequest_BatchEntry) ProtoMessage

func (*CheckResourceBatchRequest_BatchEntry) ProtoMessage()

func (*CheckResourceBatchRequest_BatchEntry) ProtoReflect

func (*CheckResourceBatchRequest_BatchEntry) Reset

func (*CheckResourceBatchRequest_BatchEntry) SizeVT

func (m *CheckResourceBatchRequest_BatchEntry) SizeVT() (n int)

func (*CheckResourceBatchRequest_BatchEntry) String

func (*CheckResourceBatchRequest_BatchEntry) UnmarshalVT

func (m *CheckResourceBatchRequest_BatchEntry) UnmarshalVT(dAtA []byte) error

type CheckResourceSetRequest

type CheckResourceSetRequest struct {
	RequestId   string        `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Actions     []string      `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"`
	Principal   *v1.Principal `protobuf:"bytes,3,opt,name=principal,proto3" json:"principal,omitempty"`
	Resource    *ResourceSet  `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	IncludeMeta bool          `protobuf:"varint,5,opt,name=include_meta,json=includeMeta,proto3" json:"include_meta,omitempty"`
	AuxData     *AuxData      `protobuf:"bytes,6,opt,name=aux_data,json=auxData,proto3" json:"aux_data,omitempty"`
	// contains filtered or unexported fields
}

Deprecated. See CheckResourcesRequest.

func (*CheckResourceSetRequest) Descriptor deprecated

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

Deprecated: Use CheckResourceSetRequest.ProtoReflect.Descriptor instead.

func (*CheckResourceSetRequest) GetActions

func (x *CheckResourceSetRequest) GetActions() []string

func (*CheckResourceSetRequest) GetAuxData

func (x *CheckResourceSetRequest) GetAuxData() *AuxData

func (*CheckResourceSetRequest) GetIncludeMeta

func (x *CheckResourceSetRequest) GetIncludeMeta() bool

func (*CheckResourceSetRequest) GetPrincipal

func (x *CheckResourceSetRequest) GetPrincipal() *v1.Principal

func (*CheckResourceSetRequest) GetRequestId

func (x *CheckResourceSetRequest) GetRequestId() string

func (*CheckResourceSetRequest) GetResource

func (x *CheckResourceSetRequest) GetResource() *ResourceSet

func (*CheckResourceSetRequest) HashPB

func (m *CheckResourceSetRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CheckResourceSetRequest) MarshalToSizedBufferVT

func (m *CheckResourceSetRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckResourceSetRequest) MarshalToVT

func (m *CheckResourceSetRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CheckResourceSetRequest) MarshalVT

func (m *CheckResourceSetRequest) MarshalVT() (dAtA []byte, err error)

func (*CheckResourceSetRequest) ProtoMessage

func (*CheckResourceSetRequest) ProtoMessage()

func (*CheckResourceSetRequest) ProtoReflect

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

func (*CheckResourceSetRequest) Reset

func (x *CheckResourceSetRequest) Reset()

func (*CheckResourceSetRequest) SizeVT

func (m *CheckResourceSetRequest) SizeVT() (n int)

func (*CheckResourceSetRequest) String

func (x *CheckResourceSetRequest) String() string

func (*CheckResourceSetRequest) UnmarshalVT

func (m *CheckResourceSetRequest) UnmarshalVT(dAtA []byte) error

type CheckResourcesRequest

type CheckResourcesRequest struct {
	RequestId   string                                 `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	IncludeMeta bool                                   `protobuf:"varint,2,opt,name=include_meta,json=includeMeta,proto3" json:"include_meta,omitempty"`
	Principal   *v1.Principal                          `protobuf:"bytes,3,opt,name=principal,proto3" json:"principal,omitempty"`
	Resources   []*CheckResourcesRequest_ResourceEntry `protobuf:"bytes,4,rep,name=resources,proto3" json:"resources,omitempty"`
	AuxData     *AuxData                               `protobuf:"bytes,5,opt,name=aux_data,json=auxData,proto3" json:"aux_data,omitempty"`
	// contains filtered or unexported fields
}

Structure of the request for the check resources API call.

func (*CheckResourcesRequest) Descriptor deprecated

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

Deprecated: Use CheckResourcesRequest.ProtoReflect.Descriptor instead.

func (*CheckResourcesRequest) GetAuxData

func (x *CheckResourcesRequest) GetAuxData() *AuxData

func (*CheckResourcesRequest) GetIncludeMeta

func (x *CheckResourcesRequest) GetIncludeMeta() bool

func (*CheckResourcesRequest) GetPrincipal

func (x *CheckResourcesRequest) GetPrincipal() *v1.Principal

func (*CheckResourcesRequest) GetRequestId

func (x *CheckResourcesRequest) GetRequestId() string

func (*CheckResourcesRequest) GetResources

func (*CheckResourcesRequest) HashPB

func (m *CheckResourcesRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CheckResourcesRequest) MarshalToSizedBufferVT

func (m *CheckResourcesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckResourcesRequest) MarshalToVT

func (m *CheckResourcesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CheckResourcesRequest) MarshalVT

func (m *CheckResourcesRequest) MarshalVT() (dAtA []byte, err error)

func (*CheckResourcesRequest) ProtoMessage

func (*CheckResourcesRequest) ProtoMessage()

func (*CheckResourcesRequest) ProtoReflect

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

func (*CheckResourcesRequest) Reset

func (x *CheckResourcesRequest) Reset()

func (*CheckResourcesRequest) SizeVT

func (m *CheckResourcesRequest) SizeVT() (n int)

func (*CheckResourcesRequest) String

func (x *CheckResourcesRequest) String() string

func (*CheckResourcesRequest) UnmarshalVT

func (m *CheckResourcesRequest) UnmarshalVT(dAtA []byte) error

type CheckResourcesRequest_ResourceEntry

type CheckResourcesRequest_ResourceEntry struct {
	Actions  []string     `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	Resource *v1.Resource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckResourcesRequest_ResourceEntry) Descriptor deprecated

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

Deprecated: Use CheckResourcesRequest_ResourceEntry.ProtoReflect.Descriptor instead.

func (*CheckResourcesRequest_ResourceEntry) GetActions

func (x *CheckResourcesRequest_ResourceEntry) GetActions() []string

func (*CheckResourcesRequest_ResourceEntry) GetResource

func (*CheckResourcesRequest_ResourceEntry) HashPB

func (m *CheckResourcesRequest_ResourceEntry) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*CheckResourcesRequest_ResourceEntry) MarshalToSizedBufferVT

func (m *CheckResourcesRequest_ResourceEntry) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CheckResourcesRequest_ResourceEntry) MarshalToVT

func (m *CheckResourcesRequest_ResourceEntry) MarshalToVT(dAtA []byte) (int, error)

func (*CheckResourcesRequest_ResourceEntry) MarshalVT

func (m *CheckResourcesRequest_ResourceEntry) MarshalVT() (dAtA []byte, err error)

func (*CheckResourcesRequest_ResourceEntry) ProtoMessage

func (*CheckResourcesRequest_ResourceEntry) ProtoMessage()

func (*CheckResourcesRequest_ResourceEntry) ProtoReflect

func (*CheckResourcesRequest_ResourceEntry) Reset

func (*CheckResourcesRequest_ResourceEntry) SizeVT

func (m *CheckResourcesRequest_ResourceEntry) SizeVT() (n int)

func (*CheckResourcesRequest_ResourceEntry) String

func (*CheckResourcesRequest_ResourceEntry) UnmarshalVT

func (m *CheckResourcesRequest_ResourceEntry) UnmarshalVT(dAtA []byte) error

type DeleteSchemaRequest

type DeleteSchemaRequest struct {
	Id []string `protobuf:"bytes,1,rep,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSchemaRequest) Descriptor deprecated

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

Deprecated: Use DeleteSchemaRequest.ProtoReflect.Descriptor instead.

func (*DeleteSchemaRequest) GetId

func (x *DeleteSchemaRequest) GetId() []string

func (*DeleteSchemaRequest) HashPB

func (m *DeleteSchemaRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*DeleteSchemaRequest) MarshalToSizedBufferVT

func (m *DeleteSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteSchemaRequest) MarshalToVT

func (m *DeleteSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteSchemaRequest) MarshalVT

func (m *DeleteSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteSchemaRequest) ProtoMessage

func (*DeleteSchemaRequest) ProtoMessage()

func (*DeleteSchemaRequest) ProtoReflect

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

func (*DeleteSchemaRequest) Reset

func (x *DeleteSchemaRequest) Reset()

func (*DeleteSchemaRequest) SizeVT

func (m *DeleteSchemaRequest) SizeVT() (n int)

func (*DeleteSchemaRequest) String

func (x *DeleteSchemaRequest) String() string

func (*DeleteSchemaRequest) UnmarshalVT

func (m *DeleteSchemaRequest) UnmarshalVT(dAtA []byte) error

type DisablePolicyRequest

type DisablePolicyRequest struct {
	Id []string `protobuf:"bytes,1,rep,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisablePolicyRequest) Descriptor deprecated

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

Deprecated: Use DisablePolicyRequest.ProtoReflect.Descriptor instead.

func (*DisablePolicyRequest) GetId

func (x *DisablePolicyRequest) GetId() []string

func (*DisablePolicyRequest) HashPB

func (m *DisablePolicyRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*DisablePolicyRequest) MarshalToSizedBufferVT

func (m *DisablePolicyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DisablePolicyRequest) MarshalToVT

func (m *DisablePolicyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DisablePolicyRequest) MarshalVT

func (m *DisablePolicyRequest) MarshalVT() (dAtA []byte, err error)

func (*DisablePolicyRequest) ProtoMessage

func (*DisablePolicyRequest) ProtoMessage()

func (*DisablePolicyRequest) ProtoReflect

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

func (*DisablePolicyRequest) Reset

func (x *DisablePolicyRequest) Reset()

func (*DisablePolicyRequest) SizeVT

func (m *DisablePolicyRequest) SizeVT() (n int)

func (*DisablePolicyRequest) String

func (x *DisablePolicyRequest) String() string

func (*DisablePolicyRequest) UnmarshalVT

func (m *DisablePolicyRequest) UnmarshalVT(dAtA []byte) error

type EnablePolicyRequest

type EnablePolicyRequest struct {
	Id []string `protobuf:"bytes,1,rep,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnablePolicyRequest) Descriptor deprecated

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

Deprecated: Use EnablePolicyRequest.ProtoReflect.Descriptor instead.

func (*EnablePolicyRequest) GetId

func (x *EnablePolicyRequest) GetId() []string

func (*EnablePolicyRequest) HashPB

func (m *EnablePolicyRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*EnablePolicyRequest) MarshalToSizedBufferVT

func (m *EnablePolicyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnablePolicyRequest) MarshalToVT

func (m *EnablePolicyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EnablePolicyRequest) MarshalVT

func (m *EnablePolicyRequest) MarshalVT() (dAtA []byte, err error)

func (*EnablePolicyRequest) ProtoMessage

func (*EnablePolicyRequest) ProtoMessage()

func (*EnablePolicyRequest) ProtoReflect

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

func (*EnablePolicyRequest) Reset

func (x *EnablePolicyRequest) Reset()

func (*EnablePolicyRequest) SizeVT

func (m *EnablePolicyRequest) SizeVT() (n int)

func (*EnablePolicyRequest) String

func (x *EnablePolicyRequest) String() string

func (*EnablePolicyRequest) UnmarshalVT

func (m *EnablePolicyRequest) UnmarshalVT(dAtA []byte) error

type File

type File struct {
	FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	Contents []byte `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContents

func (x *File) GetContents() []byte

func (*File) GetFileName

func (x *File) GetFileName() string

func (*File) HashPB

func (m *File) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*File) MarshalToSizedBufferVT

func (m *File) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*File) MarshalToVT

func (m *File) MarshalToVT(dAtA []byte) (int, error)

func (*File) MarshalVT

func (m *File) MarshalVT() (dAtA []byte, err error)

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) SizeVT

func (m *File) SizeVT() (n int)

func (*File) String

func (x *File) String() string

func (*File) UnmarshalVT

func (m *File) UnmarshalVT(dAtA []byte) error

type GetPolicyRequest

type GetPolicyRequest struct {
	Id []string `protobuf:"bytes,1,rep,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPolicyRequest) GetId

func (x *GetPolicyRequest) GetId() []string

func (*GetPolicyRequest) HashPB

func (m *GetPolicyRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*GetPolicyRequest) MarshalToSizedBufferVT

func (m *GetPolicyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetPolicyRequest) MarshalToVT

func (m *GetPolicyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetPolicyRequest) MarshalVT

func (m *GetPolicyRequest) MarshalVT() (dAtA []byte, err error)

func (*GetPolicyRequest) ProtoMessage

func (*GetPolicyRequest) ProtoMessage()

func (*GetPolicyRequest) ProtoReflect

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

func (*GetPolicyRequest) Reset

func (x *GetPolicyRequest) Reset()

func (*GetPolicyRequest) SizeVT

func (m *GetPolicyRequest) SizeVT() (n int)

func (*GetPolicyRequest) String

func (x *GetPolicyRequest) String() string

func (*GetPolicyRequest) UnmarshalVT

func (m *GetPolicyRequest) UnmarshalVT(dAtA []byte) error

type GetSchemaRequest

type GetSchemaRequest struct {
	Id []string `protobuf:"bytes,1,rep,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetSchemaRequest) GetId

func (x *GetSchemaRequest) GetId() []string

func (*GetSchemaRequest) HashPB

func (m *GetSchemaRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*GetSchemaRequest) MarshalToSizedBufferVT

func (m *GetSchemaRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetSchemaRequest) MarshalToVT

func (m *GetSchemaRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetSchemaRequest) MarshalVT

func (m *GetSchemaRequest) MarshalVT() (dAtA []byte, err error)

func (*GetSchemaRequest) ProtoMessage

func (*GetSchemaRequest) ProtoMessage()

func (*GetSchemaRequest) ProtoReflect

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

func (*GetSchemaRequest) Reset

func (x *GetSchemaRequest) Reset()

func (*GetSchemaRequest) SizeVT

func (m *GetSchemaRequest) SizeVT() (n int)

func (*GetSchemaRequest) String

func (x *GetSchemaRequest) String() string

func (*GetSchemaRequest) UnmarshalVT

func (m *GetSchemaRequest) UnmarshalVT(dAtA []byte) error

type InspectPoliciesRequest added in v0.35.0

type InspectPoliciesRequest struct {
	IncludeDisabled bool   `protobuf:"varint,1,opt,name=include_disabled,json=includeDisabled,proto3" json:"include_disabled,omitempty"`
	NameRegexp      string `protobuf:"bytes,2,opt,name=name_regexp,json=nameRegexp,proto3" json:"name_regexp,omitempty"`
	ScopeRegexp     string `protobuf:"bytes,3,opt,name=scope_regexp,json=scopeRegexp,proto3" json:"scope_regexp,omitempty"`
	VersionRegexp   string `protobuf:"bytes,4,opt,name=version_regexp,json=versionRegexp,proto3" json:"version_regexp,omitempty"`
	// contains filtered or unexported fields
}

func (*InspectPoliciesRequest) Descriptor deprecated added in v0.35.0

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

Deprecated: Use InspectPoliciesRequest.ProtoReflect.Descriptor instead.

func (*InspectPoliciesRequest) GetIncludeDisabled added in v0.35.0

func (x *InspectPoliciesRequest) GetIncludeDisabled() bool

func (*InspectPoliciesRequest) GetNameRegexp added in v0.35.0

func (x *InspectPoliciesRequest) GetNameRegexp() string

func (*InspectPoliciesRequest) GetScopeRegexp added in v0.35.0

func (x *InspectPoliciesRequest) GetScopeRegexp() string

func (*InspectPoliciesRequest) GetVersionRegexp added in v0.35.0

func (x *InspectPoliciesRequest) GetVersionRegexp() string

func (*InspectPoliciesRequest) HashPB added in v0.35.0

func (m *InspectPoliciesRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*InspectPoliciesRequest) MarshalToSizedBufferVT added in v0.35.0

func (m *InspectPoliciesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*InspectPoliciesRequest) MarshalToVT added in v0.35.0

func (m *InspectPoliciesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*InspectPoliciesRequest) MarshalVT added in v0.35.0

func (m *InspectPoliciesRequest) MarshalVT() (dAtA []byte, err error)

func (*InspectPoliciesRequest) ProtoMessage added in v0.35.0

func (*InspectPoliciesRequest) ProtoMessage()

func (*InspectPoliciesRequest) ProtoReflect added in v0.35.0

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

func (*InspectPoliciesRequest) Reset added in v0.35.0

func (x *InspectPoliciesRequest) Reset()

func (*InspectPoliciesRequest) SizeVT added in v0.35.0

func (m *InspectPoliciesRequest) SizeVT() (n int)

func (*InspectPoliciesRequest) String added in v0.35.0

func (x *InspectPoliciesRequest) String() string

func (*InspectPoliciesRequest) UnmarshalVT added in v0.35.0

func (m *InspectPoliciesRequest) UnmarshalVT(dAtA []byte) error

type ListAuditLogEntriesRequest

type ListAuditLogEntriesRequest struct {
	Kind ListAuditLogEntriesRequest_Kind `protobuf:"varint,1,opt,name=kind,proto3,enum=cerbos.request.v1.ListAuditLogEntriesRequest_Kind" json:"kind,omitempty"`
	// Types that are assignable to Filter:
	//
	//	*ListAuditLogEntriesRequest_Tail
	//	*ListAuditLogEntriesRequest_Between
	//	*ListAuditLogEntriesRequest_Since
	//	*ListAuditLogEntriesRequest_Lookup
	Filter isListAuditLogEntriesRequest_Filter `protobuf_oneof:"filter"`
	// contains filtered or unexported fields
}

func (*ListAuditLogEntriesRequest) Descriptor deprecated

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

Deprecated: Use ListAuditLogEntriesRequest.ProtoReflect.Descriptor instead.

func (*ListAuditLogEntriesRequest) GetBetween

func (*ListAuditLogEntriesRequest) GetFilter

func (m *ListAuditLogEntriesRequest) GetFilter() isListAuditLogEntriesRequest_Filter

func (*ListAuditLogEntriesRequest) GetKind

func (*ListAuditLogEntriesRequest) GetLookup

func (x *ListAuditLogEntriesRequest) GetLookup() string

func (*ListAuditLogEntriesRequest) GetSince

func (*ListAuditLogEntriesRequest) GetTail

func (x *ListAuditLogEntriesRequest) GetTail() uint32

func (*ListAuditLogEntriesRequest) HashPB

func (m *ListAuditLogEntriesRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ListAuditLogEntriesRequest) MarshalToSizedBufferVT

func (m *ListAuditLogEntriesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest) MarshalToVT

func (m *ListAuditLogEntriesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest) MarshalVT

func (m *ListAuditLogEntriesRequest) MarshalVT() (dAtA []byte, err error)

func (*ListAuditLogEntriesRequest) ProtoMessage

func (*ListAuditLogEntriesRequest) ProtoMessage()

func (*ListAuditLogEntriesRequest) ProtoReflect

func (*ListAuditLogEntriesRequest) Reset

func (x *ListAuditLogEntriesRequest) Reset()

func (*ListAuditLogEntriesRequest) SizeVT

func (m *ListAuditLogEntriesRequest) SizeVT() (n int)

func (*ListAuditLogEntriesRequest) String

func (x *ListAuditLogEntriesRequest) String() string

func (*ListAuditLogEntriesRequest) UnmarshalVT

func (m *ListAuditLogEntriesRequest) UnmarshalVT(dAtA []byte) error

type ListAuditLogEntriesRequest_Between

type ListAuditLogEntriesRequest_Between struct {
	Between *ListAuditLogEntriesRequest_TimeRange `protobuf:"bytes,3,opt,name=between,proto3,oneof"`
}

func (*ListAuditLogEntriesRequest_Between) MarshalToSizedBufferVT

func (m *ListAuditLogEntriesRequest_Between) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_Between) MarshalToVT

func (m *ListAuditLogEntriesRequest_Between) MarshalToVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_Between) SizeVT

func (m *ListAuditLogEntriesRequest_Between) SizeVT() (n int)

type ListAuditLogEntriesRequest_Kind

type ListAuditLogEntriesRequest_Kind int32
const (
	ListAuditLogEntriesRequest_KIND_UNSPECIFIED ListAuditLogEntriesRequest_Kind = 0
	ListAuditLogEntriesRequest_KIND_ACCESS      ListAuditLogEntriesRequest_Kind = 1
	ListAuditLogEntriesRequest_KIND_DECISION    ListAuditLogEntriesRequest_Kind = 2
)

func (ListAuditLogEntriesRequest_Kind) Descriptor

func (ListAuditLogEntriesRequest_Kind) Enum

func (ListAuditLogEntriesRequest_Kind) EnumDescriptor deprecated

func (ListAuditLogEntriesRequest_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListAuditLogEntriesRequest_Kind.Descriptor instead.

func (ListAuditLogEntriesRequest_Kind) Number

func (ListAuditLogEntriesRequest_Kind) String

func (ListAuditLogEntriesRequest_Kind) Type

type ListAuditLogEntriesRequest_Lookup

type ListAuditLogEntriesRequest_Lookup struct {
	Lookup string `protobuf:"bytes,5,opt,name=lookup,proto3,oneof"`
}

func (*ListAuditLogEntriesRequest_Lookup) MarshalToSizedBufferVT

func (m *ListAuditLogEntriesRequest_Lookup) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_Lookup) MarshalToVT

func (m *ListAuditLogEntriesRequest_Lookup) MarshalToVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_Lookup) SizeVT

func (m *ListAuditLogEntriesRequest_Lookup) SizeVT() (n int)

type ListAuditLogEntriesRequest_Since

type ListAuditLogEntriesRequest_Since struct {
	Since *durationpb.Duration `protobuf:"bytes,4,opt,name=since,proto3,oneof"`
}

func (*ListAuditLogEntriesRequest_Since) MarshalToSizedBufferVT

func (m *ListAuditLogEntriesRequest_Since) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_Since) MarshalToVT

func (m *ListAuditLogEntriesRequest_Since) MarshalToVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_Since) SizeVT

func (m *ListAuditLogEntriesRequest_Since) SizeVT() (n int)

type ListAuditLogEntriesRequest_Tail

type ListAuditLogEntriesRequest_Tail struct {
	Tail uint32 `protobuf:"varint,2,opt,name=tail,proto3,oneof"`
}

func (*ListAuditLogEntriesRequest_Tail) MarshalToSizedBufferVT

func (m *ListAuditLogEntriesRequest_Tail) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_Tail) MarshalToVT

func (m *ListAuditLogEntriesRequest_Tail) MarshalToVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_Tail) SizeVT

func (m *ListAuditLogEntriesRequest_Tail) SizeVT() (n int)

type ListAuditLogEntriesRequest_TimeRange

type ListAuditLogEntriesRequest_TimeRange struct {
	Start *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuditLogEntriesRequest_TimeRange) Descriptor deprecated

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

Deprecated: Use ListAuditLogEntriesRequest_TimeRange.ProtoReflect.Descriptor instead.

func (*ListAuditLogEntriesRequest_TimeRange) GetEnd

func (*ListAuditLogEntriesRequest_TimeRange) GetStart

func (*ListAuditLogEntriesRequest_TimeRange) HashPB

func (m *ListAuditLogEntriesRequest_TimeRange) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ListAuditLogEntriesRequest_TimeRange) MarshalToSizedBufferVT

func (m *ListAuditLogEntriesRequest_TimeRange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_TimeRange) MarshalToVT

func (m *ListAuditLogEntriesRequest_TimeRange) MarshalToVT(dAtA []byte) (int, error)

func (*ListAuditLogEntriesRequest_TimeRange) MarshalVT

func (m *ListAuditLogEntriesRequest_TimeRange) MarshalVT() (dAtA []byte, err error)

func (*ListAuditLogEntriesRequest_TimeRange) ProtoMessage

func (*ListAuditLogEntriesRequest_TimeRange) ProtoMessage()

func (*ListAuditLogEntriesRequest_TimeRange) ProtoReflect

func (*ListAuditLogEntriesRequest_TimeRange) Reset

func (*ListAuditLogEntriesRequest_TimeRange) SizeVT

func (m *ListAuditLogEntriesRequest_TimeRange) SizeVT() (n int)

func (*ListAuditLogEntriesRequest_TimeRange) String

func (*ListAuditLogEntriesRequest_TimeRange) UnmarshalVT

func (m *ListAuditLogEntriesRequest_TimeRange) UnmarshalVT(dAtA []byte) error

type ListPoliciesRequest

type ListPoliciesRequest struct {
	IncludeDisabled bool   `protobuf:"varint,1,opt,name=include_disabled,json=includeDisabled,proto3" json:"include_disabled,omitempty"`
	NameRegexp      string `protobuf:"bytes,2,opt,name=name_regexp,json=nameRegexp,proto3" json:"name_regexp,omitempty"`
	ScopeRegexp     string `protobuf:"bytes,3,opt,name=scope_regexp,json=scopeRegexp,proto3" json:"scope_regexp,omitempty"`
	VersionRegexp   string `protobuf:"bytes,4,opt,name=version_regexp,json=versionRegexp,proto3" json:"version_regexp,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPoliciesRequest) Descriptor deprecated

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

Deprecated: Use ListPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListPoliciesRequest) GetIncludeDisabled

func (x *ListPoliciesRequest) GetIncludeDisabled() bool

func (*ListPoliciesRequest) GetNameRegexp

func (x *ListPoliciesRequest) GetNameRegexp() string

func (*ListPoliciesRequest) GetScopeRegexp

func (x *ListPoliciesRequest) GetScopeRegexp() string

func (*ListPoliciesRequest) GetVersionRegexp

func (x *ListPoliciesRequest) GetVersionRegexp() string

func (*ListPoliciesRequest) HashPB

func (m *ListPoliciesRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ListPoliciesRequest) MarshalToSizedBufferVT

func (m *ListPoliciesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListPoliciesRequest) MarshalToVT

func (m *ListPoliciesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListPoliciesRequest) MarshalVT

func (m *ListPoliciesRequest) MarshalVT() (dAtA []byte, err error)

func (*ListPoliciesRequest) ProtoMessage

func (*ListPoliciesRequest) ProtoMessage()

func (*ListPoliciesRequest) ProtoReflect

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

func (*ListPoliciesRequest) Reset

func (x *ListPoliciesRequest) Reset()

func (*ListPoliciesRequest) SizeVT

func (m *ListPoliciesRequest) SizeVT() (n int)

func (*ListPoliciesRequest) String

func (x *ListPoliciesRequest) String() string

func (*ListPoliciesRequest) UnmarshalVT

func (m *ListPoliciesRequest) UnmarshalVT(dAtA []byte) error

type ListSchemasRequest

type ListSchemasRequest struct {
	// contains filtered or unexported fields
}

func (*ListSchemasRequest) Descriptor deprecated

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

Deprecated: Use ListSchemasRequest.ProtoReflect.Descriptor instead.

func (*ListSchemasRequest) MarshalToSizedBufferVT

func (m *ListSchemasRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListSchemasRequest) MarshalToVT

func (m *ListSchemasRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListSchemasRequest) MarshalVT

func (m *ListSchemasRequest) MarshalVT() (dAtA []byte, err error)

func (*ListSchemasRequest) ProtoMessage

func (*ListSchemasRequest) ProtoMessage()

func (*ListSchemasRequest) ProtoReflect

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

func (*ListSchemasRequest) Reset

func (x *ListSchemasRequest) Reset()

func (*ListSchemasRequest) SizeVT

func (m *ListSchemasRequest) SizeVT() (n int)

func (*ListSchemasRequest) String

func (x *ListSchemasRequest) String() string

func (*ListSchemasRequest) UnmarshalVT

func (m *ListSchemasRequest) UnmarshalVT(dAtA []byte) error

type PlanResourcesRequest

type PlanResourcesRequest struct {
	RequestId   string                          `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Action      string                          `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	Principal   *v1.Principal                   `protobuf:"bytes,3,opt,name=principal,proto3" json:"principal,omitempty"`
	Resource    *v1.PlanResourcesInput_Resource `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	AuxData     *AuxData                        `protobuf:"bytes,5,opt,name=aux_data,json=auxData,proto3" json:"aux_data,omitempty"`
	IncludeMeta bool                            `protobuf:"varint,6,opt,name=include_meta,json=includeMeta,proto3" json:"include_meta,omitempty"`
	// contains filtered or unexported fields
}

func (*PlanResourcesRequest) Descriptor deprecated

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

Deprecated: Use PlanResourcesRequest.ProtoReflect.Descriptor instead.

func (*PlanResourcesRequest) GetAction

func (x *PlanResourcesRequest) GetAction() string

func (*PlanResourcesRequest) GetAuxData

func (x *PlanResourcesRequest) GetAuxData() *AuxData

func (*PlanResourcesRequest) GetIncludeMeta

func (x *PlanResourcesRequest) GetIncludeMeta() bool

func (*PlanResourcesRequest) GetPrincipal

func (x *PlanResourcesRequest) GetPrincipal() *v1.Principal

func (*PlanResourcesRequest) GetRequestId

func (x *PlanResourcesRequest) GetRequestId() string

func (*PlanResourcesRequest) GetResource

func (*PlanResourcesRequest) HashPB

func (m *PlanResourcesRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*PlanResourcesRequest) MarshalToSizedBufferVT

func (m *PlanResourcesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlanResourcesRequest) MarshalToVT

func (m *PlanResourcesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PlanResourcesRequest) MarshalVT

func (m *PlanResourcesRequest) MarshalVT() (dAtA []byte, err error)

func (*PlanResourcesRequest) ProtoMessage

func (*PlanResourcesRequest) ProtoMessage()

func (*PlanResourcesRequest) ProtoReflect

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

func (*PlanResourcesRequest) Reset

func (x *PlanResourcesRequest) Reset()

func (*PlanResourcesRequest) SizeVT

func (m *PlanResourcesRequest) SizeVT() (n int)

func (*PlanResourcesRequest) String

func (x *PlanResourcesRequest) String() string

func (*PlanResourcesRequest) UnmarshalVT

func (m *PlanResourcesRequest) UnmarshalVT(dAtA []byte) error

type PlaygroundEvaluateRequest

type PlaygroundEvaluateRequest struct {
	PlaygroundId string        `protobuf:"bytes,1,opt,name=playground_id,json=playgroundId,proto3" json:"playground_id,omitempty"`
	Files        []*File       `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"`
	Principal    *v1.Principal `protobuf:"bytes,3,opt,name=principal,proto3" json:"principal,omitempty"`
	Resource     *v1.Resource  `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	Actions      []string      `protobuf:"bytes,5,rep,name=actions,proto3" json:"actions,omitempty"`
	AuxData      *AuxData      `protobuf:"bytes,6,opt,name=aux_data,json=auxData,proto3" json:"aux_data,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaygroundEvaluateRequest) Descriptor deprecated

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

Deprecated: Use PlaygroundEvaluateRequest.ProtoReflect.Descriptor instead.

func (*PlaygroundEvaluateRequest) GetActions

func (x *PlaygroundEvaluateRequest) GetActions() []string

func (*PlaygroundEvaluateRequest) GetAuxData

func (x *PlaygroundEvaluateRequest) GetAuxData() *AuxData

func (*PlaygroundEvaluateRequest) GetFiles

func (x *PlaygroundEvaluateRequest) GetFiles() []*File

func (*PlaygroundEvaluateRequest) GetPlaygroundId

func (x *PlaygroundEvaluateRequest) GetPlaygroundId() string

func (*PlaygroundEvaluateRequest) GetPrincipal

func (x *PlaygroundEvaluateRequest) GetPrincipal() *v1.Principal

func (*PlaygroundEvaluateRequest) GetResource

func (x *PlaygroundEvaluateRequest) GetResource() *v1.Resource

func (*PlaygroundEvaluateRequest) HashPB

func (m *PlaygroundEvaluateRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*PlaygroundEvaluateRequest) MarshalToSizedBufferVT

func (m *PlaygroundEvaluateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlaygroundEvaluateRequest) MarshalToVT

func (m *PlaygroundEvaluateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PlaygroundEvaluateRequest) MarshalVT

func (m *PlaygroundEvaluateRequest) MarshalVT() (dAtA []byte, err error)

func (*PlaygroundEvaluateRequest) ProtoMessage

func (*PlaygroundEvaluateRequest) ProtoMessage()

func (*PlaygroundEvaluateRequest) ProtoReflect

func (*PlaygroundEvaluateRequest) Reset

func (x *PlaygroundEvaluateRequest) Reset()

func (*PlaygroundEvaluateRequest) SizeVT

func (m *PlaygroundEvaluateRequest) SizeVT() (n int)

func (*PlaygroundEvaluateRequest) String

func (x *PlaygroundEvaluateRequest) String() string

func (*PlaygroundEvaluateRequest) UnmarshalVT

func (m *PlaygroundEvaluateRequest) UnmarshalVT(dAtA []byte) error

type PlaygroundProxyRequest

type PlaygroundProxyRequest struct {
	PlaygroundId string  `protobuf:"bytes,1,opt,name=playground_id,json=playgroundId,proto3" json:"playground_id,omitempty"`
	Files        []*File `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"`
	// Types that are assignable to ProxyRequest:
	//
	//	*PlaygroundProxyRequest_CheckResourceSet
	//	*PlaygroundProxyRequest_CheckResourceBatch
	//	*PlaygroundProxyRequest_PlanResources
	//	*PlaygroundProxyRequest_CheckResources
	ProxyRequest isPlaygroundProxyRequest_ProxyRequest `protobuf_oneof:"proxy_request"`
	// contains filtered or unexported fields
}

func (*PlaygroundProxyRequest) Descriptor deprecated

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

Deprecated: Use PlaygroundProxyRequest.ProtoReflect.Descriptor instead.

func (*PlaygroundProxyRequest) GetCheckResourceBatch

func (x *PlaygroundProxyRequest) GetCheckResourceBatch() *CheckResourceBatchRequest

func (*PlaygroundProxyRequest) GetCheckResourceSet

func (x *PlaygroundProxyRequest) GetCheckResourceSet() *CheckResourceSetRequest

func (*PlaygroundProxyRequest) GetCheckResources

func (x *PlaygroundProxyRequest) GetCheckResources() *CheckResourcesRequest

func (*PlaygroundProxyRequest) GetFiles

func (x *PlaygroundProxyRequest) GetFiles() []*File

func (*PlaygroundProxyRequest) GetPlanResources

func (x *PlaygroundProxyRequest) GetPlanResources() *PlanResourcesRequest

func (*PlaygroundProxyRequest) GetPlaygroundId

func (x *PlaygroundProxyRequest) GetPlaygroundId() string

func (*PlaygroundProxyRequest) GetProxyRequest

func (m *PlaygroundProxyRequest) GetProxyRequest() isPlaygroundProxyRequest_ProxyRequest

func (*PlaygroundProxyRequest) HashPB

func (m *PlaygroundProxyRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*PlaygroundProxyRequest) MarshalToSizedBufferVT

func (m *PlaygroundProxyRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest) MarshalToVT

func (m *PlaygroundProxyRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest) MarshalVT

func (m *PlaygroundProxyRequest) MarshalVT() (dAtA []byte, err error)

func (*PlaygroundProxyRequest) ProtoMessage

func (*PlaygroundProxyRequest) ProtoMessage()

func (*PlaygroundProxyRequest) ProtoReflect

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

func (*PlaygroundProxyRequest) Reset

func (x *PlaygroundProxyRequest) Reset()

func (*PlaygroundProxyRequest) SizeVT

func (m *PlaygroundProxyRequest) SizeVT() (n int)

func (*PlaygroundProxyRequest) String

func (x *PlaygroundProxyRequest) String() string

func (*PlaygroundProxyRequest) UnmarshalVT

func (m *PlaygroundProxyRequest) UnmarshalVT(dAtA []byte) error

type PlaygroundProxyRequest_CheckResourceBatch

type PlaygroundProxyRequest_CheckResourceBatch struct {
	CheckResourceBatch *CheckResourceBatchRequest `protobuf:"bytes,4,opt,name=check_resource_batch,json=checkResourceBatch,proto3,oneof"`
}

func (*PlaygroundProxyRequest_CheckResourceBatch) MarshalToSizedBufferVT

func (m *PlaygroundProxyRequest_CheckResourceBatch) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest_CheckResourceBatch) MarshalToVT

func (m *PlaygroundProxyRequest_CheckResourceBatch) MarshalToVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest_CheckResourceBatch) SizeVT

type PlaygroundProxyRequest_CheckResourceSet

type PlaygroundProxyRequest_CheckResourceSet struct {
	CheckResourceSet *CheckResourceSetRequest `protobuf:"bytes,3,opt,name=check_resource_set,json=checkResourceSet,proto3,oneof"`
}

func (*PlaygroundProxyRequest_CheckResourceSet) MarshalToSizedBufferVT

func (m *PlaygroundProxyRequest_CheckResourceSet) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest_CheckResourceSet) MarshalToVT

func (m *PlaygroundProxyRequest_CheckResourceSet) MarshalToVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest_CheckResourceSet) SizeVT

type PlaygroundProxyRequest_CheckResources

type PlaygroundProxyRequest_CheckResources struct {
	CheckResources *CheckResourcesRequest `protobuf:"bytes,6,opt,name=check_resources,json=checkResources,proto3,oneof"`
}

func (*PlaygroundProxyRequest_CheckResources) MarshalToSizedBufferVT

func (m *PlaygroundProxyRequest_CheckResources) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest_CheckResources) MarshalToVT

func (m *PlaygroundProxyRequest_CheckResources) MarshalToVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest_CheckResources) SizeVT

type PlaygroundProxyRequest_PlanResources

type PlaygroundProxyRequest_PlanResources struct {
	PlanResources *PlanResourcesRequest `protobuf:"bytes,5,opt,name=plan_resources,json=planResources,proto3,oneof"`
}

func (*PlaygroundProxyRequest_PlanResources) MarshalToSizedBufferVT

func (m *PlaygroundProxyRequest_PlanResources) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest_PlanResources) MarshalToVT

func (m *PlaygroundProxyRequest_PlanResources) MarshalToVT(dAtA []byte) (int, error)

func (*PlaygroundProxyRequest_PlanResources) SizeVT

func (m *PlaygroundProxyRequest_PlanResources) SizeVT() (n int)

type PlaygroundTestRequest

type PlaygroundTestRequest struct {
	PlaygroundId string  `protobuf:"bytes,1,opt,name=playground_id,json=playgroundId,proto3" json:"playground_id,omitempty"`
	Files        []*File `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaygroundTestRequest) Descriptor deprecated

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

Deprecated: Use PlaygroundTestRequest.ProtoReflect.Descriptor instead.

func (*PlaygroundTestRequest) GetFiles

func (x *PlaygroundTestRequest) GetFiles() []*File

func (*PlaygroundTestRequest) GetPlaygroundId

func (x *PlaygroundTestRequest) GetPlaygroundId() string

func (*PlaygroundTestRequest) HashPB

func (m *PlaygroundTestRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*PlaygroundTestRequest) MarshalToSizedBufferVT

func (m *PlaygroundTestRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlaygroundTestRequest) MarshalToVT

func (m *PlaygroundTestRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PlaygroundTestRequest) MarshalVT

func (m *PlaygroundTestRequest) MarshalVT() (dAtA []byte, err error)

func (*PlaygroundTestRequest) ProtoMessage

func (*PlaygroundTestRequest) ProtoMessage()

func (*PlaygroundTestRequest) ProtoReflect

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

func (*PlaygroundTestRequest) Reset

func (x *PlaygroundTestRequest) Reset()

func (*PlaygroundTestRequest) SizeVT

func (m *PlaygroundTestRequest) SizeVT() (n int)

func (*PlaygroundTestRequest) String

func (x *PlaygroundTestRequest) String() string

func (*PlaygroundTestRequest) UnmarshalVT

func (m *PlaygroundTestRequest) UnmarshalVT(dAtA []byte) error

type PlaygroundValidateRequest

type PlaygroundValidateRequest struct {
	PlaygroundId string  `protobuf:"bytes,1,opt,name=playground_id,json=playgroundId,proto3" json:"playground_id,omitempty"`
	Files        []*File `protobuf:"bytes,2,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaygroundValidateRequest) Descriptor deprecated

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

Deprecated: Use PlaygroundValidateRequest.ProtoReflect.Descriptor instead.

func (*PlaygroundValidateRequest) GetFiles

func (x *PlaygroundValidateRequest) GetFiles() []*File

func (*PlaygroundValidateRequest) GetPlaygroundId

func (x *PlaygroundValidateRequest) GetPlaygroundId() string

func (*PlaygroundValidateRequest) HashPB

func (m *PlaygroundValidateRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*PlaygroundValidateRequest) MarshalToSizedBufferVT

func (m *PlaygroundValidateRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*PlaygroundValidateRequest) MarshalToVT

func (m *PlaygroundValidateRequest) MarshalToVT(dAtA []byte) (int, error)

func (*PlaygroundValidateRequest) MarshalVT

func (m *PlaygroundValidateRequest) MarshalVT() (dAtA []byte, err error)

func (*PlaygroundValidateRequest) ProtoMessage

func (*PlaygroundValidateRequest) ProtoMessage()

func (*PlaygroundValidateRequest) ProtoReflect

func (*PlaygroundValidateRequest) Reset

func (x *PlaygroundValidateRequest) Reset()

func (*PlaygroundValidateRequest) SizeVT

func (m *PlaygroundValidateRequest) SizeVT() (n int)

func (*PlaygroundValidateRequest) String

func (x *PlaygroundValidateRequest) String() string

func (*PlaygroundValidateRequest) UnmarshalVT

func (m *PlaygroundValidateRequest) UnmarshalVT(dAtA []byte) error

type ReloadStoreRequest

type ReloadStoreRequest struct {
	Wait bool `protobuf:"varint,1,opt,name=wait,proto3" json:"wait,omitempty"`
	// contains filtered or unexported fields
}

func (*ReloadStoreRequest) Descriptor deprecated

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

Deprecated: Use ReloadStoreRequest.ProtoReflect.Descriptor instead.

func (*ReloadStoreRequest) GetWait

func (x *ReloadStoreRequest) GetWait() bool

func (*ReloadStoreRequest) HashPB

func (m *ReloadStoreRequest) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ReloadStoreRequest) MarshalToSizedBufferVT

func (m *ReloadStoreRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ReloadStoreRequest) MarshalToVT

func (m *ReloadStoreRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ReloadStoreRequest) MarshalVT

func (m *ReloadStoreRequest) MarshalVT() (dAtA []byte, err error)

func (*ReloadStoreRequest) ProtoMessage

func (*ReloadStoreRequest) ProtoMessage()

func (*ReloadStoreRequest) ProtoReflect

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

func (*ReloadStoreRequest) Reset

func (x *ReloadStoreRequest) Reset()

func (*ReloadStoreRequest) SizeVT

func (m *ReloadStoreRequest) SizeVT() (n int)

func (*ReloadStoreRequest) String

func (x *ReloadStoreRequest) String() string

func (*ReloadStoreRequest) UnmarshalVT

func (m *ReloadStoreRequest) UnmarshalVT(dAtA []byte) error

type ResourceSet

type ResourceSet struct {
	Kind          string                    `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	PolicyVersion string                    `protobuf:"bytes,2,opt,name=policy_version,json=policyVersion,proto3" json:"policy_version,omitempty"`
	Instances     map[string]*AttributesMap `` /* 159-byte string literal not displayed */
	Scope         string                    `protobuf:"bytes,4,opt,name=scope,proto3" json:"scope,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceSet) Descriptor deprecated

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

Deprecated: Use ResourceSet.ProtoReflect.Descriptor instead.

func (*ResourceSet) GetInstances

func (x *ResourceSet) GetInstances() map[string]*AttributesMap

func (*ResourceSet) GetKind

func (x *ResourceSet) GetKind() string

func (*ResourceSet) GetPolicyVersion

func (x *ResourceSet) GetPolicyVersion() string

func (*ResourceSet) GetScope

func (x *ResourceSet) GetScope() string

func (*ResourceSet) HashPB

func (m *ResourceSet) HashPB(hasher hash.Hash, ignore map[string]struct{})

HashPB computes a hash of the message using the given hash function The ignore set must contain fully-qualified field names (pkg.msg.field) that should be ignored from the hash

func (*ResourceSet) MarshalToSizedBufferVT

func (m *ResourceSet) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ResourceSet) MarshalToVT

func (m *ResourceSet) MarshalToVT(dAtA []byte) (int, error)

func (*ResourceSet) MarshalVT

func (m *ResourceSet) MarshalVT() (dAtA []byte, err error)

func (*ResourceSet) ProtoMessage

func (*ResourceSet) ProtoMessage()

func (*ResourceSet) ProtoReflect

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

func (*ResourceSet) Reset

func (x *ResourceSet) Reset()

func (*ResourceSet) SizeVT

func (m *ResourceSet) SizeVT() (n int)

func (*ResourceSet) String

func (x *ResourceSet) String() string

func (*ResourceSet) UnmarshalVT

func (m *ResourceSet) UnmarshalVT(dAtA []byte) error

type ServerInfoRequest

type ServerInfoRequest struct {
	// contains filtered or unexported fields
}

func (*ServerInfoRequest) Descriptor deprecated

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

Deprecated: Use ServerInfoRequest.ProtoReflect.Descriptor instead.

func (*ServerInfoRequest) MarshalToSizedBufferVT

func (m *ServerInfoRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServerInfoRequest) MarshalToVT

func (m *ServerInfoRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ServerInfoRequest) MarshalVT

func (m *ServerInfoRequest) MarshalVT() (dAtA []byte, err error)

func (*ServerInfoRequest) ProtoMessage

func (*ServerInfoRequest) ProtoMessage()

func (*ServerInfoRequest) ProtoReflect

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

func (*ServerInfoRequest) Reset

func (x *ServerInfoRequest) Reset()

func (*ServerInfoRequest) SizeVT

func (m *ServerInfoRequest) SizeVT() (n int)

func (*ServerInfoRequest) String

func (x *ServerInfoRequest) String() string

func (*ServerInfoRequest) UnmarshalVT

func (m *ServerInfoRequest) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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