pb

package
v0.0.0-...-4581c0e Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCommands = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCommands   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthEvents = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowEvents   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthResources = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowResources   = fmt.Errorf("proto: integer overflow")
)
View Source
var Status_name = map[int32]string{
	0: "UNKNOWN",
	1: "OK",
	2: "BAD_REQUEST",
	3: "UNAUTHORIZED",
	4: "FORBIDDEN",
	5: "NOT_FOUND",
	6: "UNAVAILABLE",
	7: "NOT_IMPLEMENTED",
	8: "ACCEPTED",
}
View Source
var Status_value = map[string]int32{
	"UNKNOWN":         0,
	"OK":              1,
	"BAD_REQUEST":     2,
	"UNAUTHORIZED":    3,
	"FORBIDDEN":       4,
	"NOT_FOUND":       5,
	"UNAVAILABLE":     6,
	"NOT_IMPLEMENTED": 7,
	"ACCEPTED":        8,
}

Functions

This section is empty.

Types

type AuditContext

type AuditContext struct {
	UserId        string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DeviceId      string `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	CorrelationId string `protobuf:"bytes,3,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id,omitempty"`
}

func (*AuditContext) Descriptor

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

func (*AuditContext) GetCorrelationId

func (m *AuditContext) GetCorrelationId() string

func (*AuditContext) GetDeviceId

func (m *AuditContext) GetDeviceId() string

func (*AuditContext) GetUserId

func (m *AuditContext) GetUserId() string

func (*AuditContext) Marshal

func (m *AuditContext) Marshal() (dAtA []byte, err error)

func (*AuditContext) MarshalTo

func (m *AuditContext) MarshalTo(dAtA []byte) (int, error)

func (*AuditContext) MarshalToSizedBuffer

func (m *AuditContext) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AuditContext) ProtoMessage

func (*AuditContext) ProtoMessage()

func (*AuditContext) Reset

func (m *AuditContext) Reset()

func (*AuditContext) Size

func (m *AuditContext) Size() (n int)

func (*AuditContext) String

func (m *AuditContext) String() string

func (*AuditContext) Unmarshal

func (m *AuditContext) Unmarshal(dAtA []byte) error

func (*AuditContext) XXX_DiscardUnknown

func (m *AuditContext) XXX_DiscardUnknown()

func (*AuditContext) XXX_Marshal

func (m *AuditContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AuditContext) XXX_Merge

func (m *AuditContext) XXX_Merge(src proto.Message)

func (*AuditContext) XXX_Size

func (m *AuditContext) XXX_Size() int

func (*AuditContext) XXX_Unmarshal

func (m *AuditContext) XXX_Unmarshal(b []byte) error

type AuthorizationContext

type AuthorizationContext struct {
	UserId      string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DeviceId    string `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	AccessToken string `protobuf:"bytes,3,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
}

func (*AuthorizationContext) Descriptor

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

func (*AuthorizationContext) GetAccessToken

func (m *AuthorizationContext) GetAccessToken() string

func (*AuthorizationContext) GetDeviceId

func (m *AuthorizationContext) GetDeviceId() string

func (*AuthorizationContext) GetUserId

func (m *AuthorizationContext) GetUserId() string

func (*AuthorizationContext) Marshal

func (m *AuthorizationContext) Marshal() (dAtA []byte, err error)

func (*AuthorizationContext) MarshalTo

func (m *AuthorizationContext) MarshalTo(dAtA []byte) (int, error)

func (*AuthorizationContext) MarshalToSizedBuffer

func (m *AuthorizationContext) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AuthorizationContext) ProtoMessage

func (*AuthorizationContext) ProtoMessage()

func (*AuthorizationContext) Reset

func (m *AuthorizationContext) Reset()

func (*AuthorizationContext) Size

func (m *AuthorizationContext) Size() (n int)

func (*AuthorizationContext) String

func (m *AuthorizationContext) String() string

func (*AuthorizationContext) Unmarshal

func (m *AuthorizationContext) Unmarshal(dAtA []byte) error

func (*AuthorizationContext) XXX_DiscardUnknown

func (m *AuthorizationContext) XXX_DiscardUnknown()

func (*AuthorizationContext) XXX_Marshal

func (m *AuthorizationContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AuthorizationContext) XXX_Merge

func (m *AuthorizationContext) XXX_Merge(src proto.Message)

func (*AuthorizationContext) XXX_Size

func (m *AuthorizationContext) XXX_Size() int

func (*AuthorizationContext) XXX_Unmarshal

func (m *AuthorizationContext) XXX_Unmarshal(b []byte) error

type CommandMetadata

type CommandMetadata struct {
	ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Sequence     uint64 `protobuf:"varint,2,opt,name=sequence,proto3" json:"sequence,omitempty"`
}

func (*CommandMetadata) Descriptor

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

func (*CommandMetadata) GetConnectionId

func (m *CommandMetadata) GetConnectionId() string

func (*CommandMetadata) GetSequence

func (m *CommandMetadata) GetSequence() uint64

func (*CommandMetadata) Marshal

func (m *CommandMetadata) Marshal() (dAtA []byte, err error)

func (*CommandMetadata) MarshalTo

func (m *CommandMetadata) MarshalTo(dAtA []byte) (int, error)

func (*CommandMetadata) MarshalToSizedBuffer

func (m *CommandMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CommandMetadata) ProtoMessage

func (*CommandMetadata) ProtoMessage()

func (*CommandMetadata) Reset

func (m *CommandMetadata) Reset()

func (*CommandMetadata) Size

func (m *CommandMetadata) Size() (n int)

func (*CommandMetadata) String

func (m *CommandMetadata) String() string

func (*CommandMetadata) Unmarshal

func (m *CommandMetadata) Unmarshal(dAtA []byte) error

func (*CommandMetadata) XXX_DiscardUnknown

func (m *CommandMetadata) XXX_DiscardUnknown()

func (*CommandMetadata) XXX_Marshal

func (m *CommandMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandMetadata) XXX_Merge

func (m *CommandMetadata) XXX_Merge(src proto.Message)

func (*CommandMetadata) XXX_Size

func (m *CommandMetadata) XXX_Size() int

func (*CommandMetadata) XXX_Unmarshal

func (m *CommandMetadata) XXX_Unmarshal(b []byte) error

type Content

type Content struct {
	Data              []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	ContentType       string `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	CoapContentFormat int32  `protobuf:"varint,3,opt,name=coap_content_format,json=coapContentFormat,proto3" json:"coap_content_format,omitempty"`
}

func (*Content) Descriptor

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

func (*Content) GetCoapContentFormat

func (m *Content) GetCoapContentFormat() int32

func (*Content) GetContentType

func (m *Content) GetContentType() string

func (*Content) GetData

func (m *Content) GetData() []byte

func (*Content) Marshal

func (m *Content) Marshal() (dAtA []byte, err error)

func (*Content) MarshalTo

func (m *Content) MarshalTo(dAtA []byte) (int, error)

func (*Content) MarshalToSizedBuffer

func (m *Content) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Content) ProtoMessage

func (*Content) ProtoMessage()

func (*Content) Reset

func (m *Content) Reset()

func (*Content) Size

func (m *Content) Size() (n int)

func (*Content) String

func (m *Content) String() string

func (*Content) Unmarshal

func (m *Content) Unmarshal(dAtA []byte) error

func (*Content) XXX_DiscardUnknown

func (m *Content) XXX_DiscardUnknown()

func (*Content) XXX_Marshal

func (m *Content) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Content) XXX_Merge

func (m *Content) XXX_Merge(src proto.Message)

func (*Content) XXX_Size

func (m *Content) XXX_Size() int

func (*Content) XXX_Unmarshal

func (m *Content) XXX_Unmarshal(b []byte) error

type EndpointInformation

type EndpointInformation struct {
	Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"ep"`
	Priority int64  `protobuf:"varint,2,opt,name=priority,proto3" json:"pri"`
}

func (*EndpointInformation) Descriptor

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

func (*EndpointInformation) GetEndpoint

func (m *EndpointInformation) GetEndpoint() string

func (*EndpointInformation) GetPriority

func (m *EndpointInformation) GetPriority() int64

func (*EndpointInformation) Marshal

func (m *EndpointInformation) Marshal() (dAtA []byte, err error)

func (*EndpointInformation) MarshalTo

func (m *EndpointInformation) MarshalTo(dAtA []byte) (int, error)

func (*EndpointInformation) MarshalToSizedBuffer

func (m *EndpointInformation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EndpointInformation) ProtoMessage

func (*EndpointInformation) ProtoMessage()

func (*EndpointInformation) Reset

func (m *EndpointInformation) Reset()

func (*EndpointInformation) Size

func (m *EndpointInformation) Size() (n int)

func (*EndpointInformation) String

func (m *EndpointInformation) String() string

func (*EndpointInformation) Unmarshal

func (m *EndpointInformation) Unmarshal(dAtA []byte) error

func (*EndpointInformation) XXX_DiscardUnknown

func (m *EndpointInformation) XXX_DiscardUnknown()

func (*EndpointInformation) XXX_Marshal

func (m *EndpointInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EndpointInformation) XXX_Merge

func (m *EndpointInformation) XXX_Merge(src proto.Message)

func (*EndpointInformation) XXX_Size

func (m *EndpointInformation) XXX_Size() int

func (*EndpointInformation) XXX_Unmarshal

func (m *EndpointInformation) XXX_Unmarshal(b []byte) error

type EventMetadata

type EventMetadata struct {
	Version      uint64 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	TimestampMs  uint64 `protobuf:"varint,2,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	ConnectionId string `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Sequence     uint64 `protobuf:"varint,4,opt,name=sequence,proto3" json:"sequence,omitempty"`
}

func (*EventMetadata) Descriptor

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

func (*EventMetadata) GetConnectionId

func (m *EventMetadata) GetConnectionId() string

func (*EventMetadata) GetSequence

func (m *EventMetadata) GetSequence() uint64

func (*EventMetadata) GetTimestampMs

func (m *EventMetadata) GetTimestampMs() uint64

func (*EventMetadata) GetVersion

func (m *EventMetadata) GetVersion() uint64

func (*EventMetadata) Marshal

func (m *EventMetadata) Marshal() (dAtA []byte, err error)

func (*EventMetadata) MarshalTo

func (m *EventMetadata) MarshalTo(dAtA []byte) (int, error)

func (*EventMetadata) MarshalToSizedBuffer

func (m *EventMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EventMetadata) ProtoMessage

func (*EventMetadata) ProtoMessage()

func (*EventMetadata) Reset

func (m *EventMetadata) Reset()

func (*EventMetadata) Size

func (m *EventMetadata) Size() (n int)

func (*EventMetadata) String

func (m *EventMetadata) String() string

func (*EventMetadata) Unmarshal

func (m *EventMetadata) Unmarshal(dAtA []byte) error

func (*EventMetadata) XXX_DiscardUnknown

func (m *EventMetadata) XXX_DiscardUnknown()

func (*EventMetadata) XXX_Marshal

func (m *EventMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EventMetadata) XXX_Merge

func (m *EventMetadata) XXX_Merge(src proto.Message)

func (*EventMetadata) XXX_Size

func (m *EventMetadata) XXX_Size() int

func (*EventMetadata) XXX_Unmarshal

func (m *EventMetadata) XXX_Unmarshal(b []byte) error

type NotifyResourceContentChangedRequest

type NotifyResourceContentChangedRequest struct {
	AuthorizationContext *AuthorizationContext `protobuf:"bytes,1,opt,name=authorization_context,json=authorizationContext,proto3" json:"authorization_context,omitempty"`
	ResourceId           string                `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	Content              *Content              `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	CommandMetadata      *CommandMetadata      `protobuf:"bytes,4,opt,name=command_metadata,json=commandMetadata,proto3" json:"command_metadata,omitempty"`
}

func (*NotifyResourceContentChangedRequest) Descriptor

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

func (*NotifyResourceContentChangedRequest) GetAuthorizationContext

func (m *NotifyResourceContentChangedRequest) GetAuthorizationContext() *AuthorizationContext

func (*NotifyResourceContentChangedRequest) GetCommandMetadata

func (m *NotifyResourceContentChangedRequest) GetCommandMetadata() *CommandMetadata

func (*NotifyResourceContentChangedRequest) GetContent

func (*NotifyResourceContentChangedRequest) GetResourceId

func (m *NotifyResourceContentChangedRequest) GetResourceId() string

func (*NotifyResourceContentChangedRequest) Marshal

func (m *NotifyResourceContentChangedRequest) Marshal() (dAtA []byte, err error)

func (*NotifyResourceContentChangedRequest) MarshalTo

func (m *NotifyResourceContentChangedRequest) MarshalTo(dAtA []byte) (int, error)

func (*NotifyResourceContentChangedRequest) MarshalToSizedBuffer

func (m *NotifyResourceContentChangedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyResourceContentChangedRequest) ProtoMessage

func (*NotifyResourceContentChangedRequest) ProtoMessage()

func (*NotifyResourceContentChangedRequest) Reset

func (*NotifyResourceContentChangedRequest) Size

func (*NotifyResourceContentChangedRequest) String

func (*NotifyResourceContentChangedRequest) Unmarshal

func (m *NotifyResourceContentChangedRequest) Unmarshal(dAtA []byte) error

func (*NotifyResourceContentChangedRequest) XXX_DiscardUnknown

func (m *NotifyResourceContentChangedRequest) XXX_DiscardUnknown()

func (*NotifyResourceContentChangedRequest) XXX_Marshal

func (m *NotifyResourceContentChangedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyResourceContentChangedRequest) XXX_Merge

func (*NotifyResourceContentChangedRequest) XXX_Size

func (*NotifyResourceContentChangedRequest) XXX_Unmarshal

func (m *NotifyResourceContentChangedRequest) XXX_Unmarshal(b []byte) error

type NotifyResourceContentChangedResponse

type NotifyResourceContentChangedResponse struct {
	AuditContext *AuditContext `protobuf:"bytes,1,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
}

func (*NotifyResourceContentChangedResponse) Descriptor

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

func (*NotifyResourceContentChangedResponse) GetAuditContext

func (m *NotifyResourceContentChangedResponse) GetAuditContext() *AuditContext

func (*NotifyResourceContentChangedResponse) Marshal

func (m *NotifyResourceContentChangedResponse) Marshal() (dAtA []byte, err error)

func (*NotifyResourceContentChangedResponse) MarshalTo

func (m *NotifyResourceContentChangedResponse) MarshalTo(dAtA []byte) (int, error)

func (*NotifyResourceContentChangedResponse) MarshalToSizedBuffer

func (m *NotifyResourceContentChangedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyResourceContentChangedResponse) ProtoMessage

func (*NotifyResourceContentChangedResponse) ProtoMessage()

func (*NotifyResourceContentChangedResponse) Reset

func (*NotifyResourceContentChangedResponse) Size

func (*NotifyResourceContentChangedResponse) String

func (*NotifyResourceContentChangedResponse) Unmarshal

func (m *NotifyResourceContentChangedResponse) Unmarshal(dAtA []byte) error

func (*NotifyResourceContentChangedResponse) XXX_DiscardUnknown

func (m *NotifyResourceContentChangedResponse) XXX_DiscardUnknown()

func (*NotifyResourceContentChangedResponse) XXX_Marshal

func (m *NotifyResourceContentChangedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyResourceContentChangedResponse) XXX_Merge

func (*NotifyResourceContentChangedResponse) XXX_Size

func (*NotifyResourceContentChangedResponse) XXX_Unmarshal

func (m *NotifyResourceContentChangedResponse) XXX_Unmarshal(b []byte) error

type NotifyResourceContentRetrieveProcessedRequest

type NotifyResourceContentRetrieveProcessedRequest struct {
	AuthorizationContext *AuthorizationContext `protobuf:"bytes,1,opt,name=authorization_context,json=authorizationContext,proto3" json:"authorization_context,omitempty"`
	ResourceId           string                `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	CorrelationId        string                `protobuf:"bytes,3,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id,omitempty"`
	Status               Status                `protobuf:"varint,4,opt,name=status,proto3,enum=ocf.cloud.resourceaggregate.pb.Status" json:"status,omitempty"`
	Content              *Content              `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	CommandMetadata      *CommandMetadata      `protobuf:"bytes,6,opt,name=command_metadata,json=commandMetadata,proto3" json:"command_metadata,omitempty"`
}

func (*NotifyResourceContentRetrieveProcessedRequest) Descriptor

func (*NotifyResourceContentRetrieveProcessedRequest) GetAuthorizationContext

func (*NotifyResourceContentRetrieveProcessedRequest) GetCommandMetadata

func (*NotifyResourceContentRetrieveProcessedRequest) GetContent

func (*NotifyResourceContentRetrieveProcessedRequest) GetCorrelationId

func (*NotifyResourceContentRetrieveProcessedRequest) GetResourceId

func (*NotifyResourceContentRetrieveProcessedRequest) GetStatus

func (*NotifyResourceContentRetrieveProcessedRequest) Marshal

func (m *NotifyResourceContentRetrieveProcessedRequest) Marshal() (dAtA []byte, err error)

func (*NotifyResourceContentRetrieveProcessedRequest) MarshalTo

func (*NotifyResourceContentRetrieveProcessedRequest) MarshalToSizedBuffer

func (m *NotifyResourceContentRetrieveProcessedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyResourceContentRetrieveProcessedRequest) ProtoMessage

func (*NotifyResourceContentRetrieveProcessedRequest) Reset

func (*NotifyResourceContentRetrieveProcessedRequest) Size

func (*NotifyResourceContentRetrieveProcessedRequest) String

func (*NotifyResourceContentRetrieveProcessedRequest) Unmarshal

func (*NotifyResourceContentRetrieveProcessedRequest) XXX_DiscardUnknown

func (m *NotifyResourceContentRetrieveProcessedRequest) XXX_DiscardUnknown()

func (*NotifyResourceContentRetrieveProcessedRequest) XXX_Marshal

func (m *NotifyResourceContentRetrieveProcessedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyResourceContentRetrieveProcessedRequest) XXX_Merge

func (*NotifyResourceContentRetrieveProcessedRequest) XXX_Size

func (*NotifyResourceContentRetrieveProcessedRequest) XXX_Unmarshal

type NotifyResourceContentRetrieveProcessedResponse

type NotifyResourceContentRetrieveProcessedResponse struct {
	AuditContext *AuditContext `protobuf:"bytes,1,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
}

func (*NotifyResourceContentRetrieveProcessedResponse) Descriptor

func (*NotifyResourceContentRetrieveProcessedResponse) GetAuditContext

func (*NotifyResourceContentRetrieveProcessedResponse) Marshal

func (m *NotifyResourceContentRetrieveProcessedResponse) Marshal() (dAtA []byte, err error)

func (*NotifyResourceContentRetrieveProcessedResponse) MarshalTo

func (*NotifyResourceContentRetrieveProcessedResponse) MarshalToSizedBuffer

func (m *NotifyResourceContentRetrieveProcessedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyResourceContentRetrieveProcessedResponse) ProtoMessage

func (*NotifyResourceContentRetrieveProcessedResponse) Reset

func (*NotifyResourceContentRetrieveProcessedResponse) Size

func (*NotifyResourceContentRetrieveProcessedResponse) String

func (*NotifyResourceContentRetrieveProcessedResponse) Unmarshal

func (*NotifyResourceContentRetrieveProcessedResponse) XXX_DiscardUnknown

func (m *NotifyResourceContentRetrieveProcessedResponse) XXX_DiscardUnknown()

func (*NotifyResourceContentRetrieveProcessedResponse) XXX_Marshal

func (m *NotifyResourceContentRetrieveProcessedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyResourceContentRetrieveProcessedResponse) XXX_Merge

func (*NotifyResourceContentRetrieveProcessedResponse) XXX_Size

func (*NotifyResourceContentRetrieveProcessedResponse) XXX_Unmarshal

type NotifyResourceContentUpdateProcessedRequest

type NotifyResourceContentUpdateProcessedRequest struct {
	AuthorizationContext *AuthorizationContext `protobuf:"bytes,1,opt,name=authorization_context,json=authorizationContext,proto3" json:"authorization_context,omitempty"`
	ResourceId           string                `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	CorrelationId        string                `protobuf:"bytes,3,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id,omitempty"`
	Status               Status                `protobuf:"varint,4,opt,name=status,proto3,enum=ocf.cloud.resourceaggregate.pb.Status" json:"status,omitempty"`
	Content              *Content              `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	CommandMetadata      *CommandMetadata      `protobuf:"bytes,6,opt,name=command_metadata,json=commandMetadata,proto3" json:"command_metadata,omitempty"`
}

func (*NotifyResourceContentUpdateProcessedRequest) Descriptor

func (*NotifyResourceContentUpdateProcessedRequest) GetAuthorizationContext

func (*NotifyResourceContentUpdateProcessedRequest) GetCommandMetadata

func (*NotifyResourceContentUpdateProcessedRequest) GetContent

func (*NotifyResourceContentUpdateProcessedRequest) GetCorrelationId

func (*NotifyResourceContentUpdateProcessedRequest) GetResourceId

func (*NotifyResourceContentUpdateProcessedRequest) GetStatus

func (*NotifyResourceContentUpdateProcessedRequest) Marshal

func (m *NotifyResourceContentUpdateProcessedRequest) Marshal() (dAtA []byte, err error)

func (*NotifyResourceContentUpdateProcessedRequest) MarshalTo

func (*NotifyResourceContentUpdateProcessedRequest) MarshalToSizedBuffer

func (m *NotifyResourceContentUpdateProcessedRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyResourceContentUpdateProcessedRequest) ProtoMessage

func (*NotifyResourceContentUpdateProcessedRequest) Reset

func (*NotifyResourceContentUpdateProcessedRequest) Size

func (*NotifyResourceContentUpdateProcessedRequest) String

func (*NotifyResourceContentUpdateProcessedRequest) Unmarshal

func (*NotifyResourceContentUpdateProcessedRequest) XXX_DiscardUnknown

func (m *NotifyResourceContentUpdateProcessedRequest) XXX_DiscardUnknown()

func (*NotifyResourceContentUpdateProcessedRequest) XXX_Marshal

func (m *NotifyResourceContentUpdateProcessedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyResourceContentUpdateProcessedRequest) XXX_Merge

func (*NotifyResourceContentUpdateProcessedRequest) XXX_Size

func (*NotifyResourceContentUpdateProcessedRequest) XXX_Unmarshal

type NotifyResourceContentUpdateProcessedResponse

type NotifyResourceContentUpdateProcessedResponse struct {
	AuditContext *AuditContext `protobuf:"bytes,1,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
}

func (*NotifyResourceContentUpdateProcessedResponse) Descriptor

func (*NotifyResourceContentUpdateProcessedResponse) GetAuditContext

func (*NotifyResourceContentUpdateProcessedResponse) Marshal

func (m *NotifyResourceContentUpdateProcessedResponse) Marshal() (dAtA []byte, err error)

func (*NotifyResourceContentUpdateProcessedResponse) MarshalTo

func (*NotifyResourceContentUpdateProcessedResponse) MarshalToSizedBuffer

func (m *NotifyResourceContentUpdateProcessedResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotifyResourceContentUpdateProcessedResponse) ProtoMessage

func (*NotifyResourceContentUpdateProcessedResponse) Reset

func (*NotifyResourceContentUpdateProcessedResponse) Size

func (*NotifyResourceContentUpdateProcessedResponse) String

func (*NotifyResourceContentUpdateProcessedResponse) Unmarshal

func (*NotifyResourceContentUpdateProcessedResponse) XXX_DiscardUnknown

func (m *NotifyResourceContentUpdateProcessedResponse) XXX_DiscardUnknown()

func (*NotifyResourceContentUpdateProcessedResponse) XXX_Marshal

func (m *NotifyResourceContentUpdateProcessedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotifyResourceContentUpdateProcessedResponse) XXX_Merge

func (*NotifyResourceContentUpdateProcessedResponse) XXX_Size

func (*NotifyResourceContentUpdateProcessedResponse) XXX_Unmarshal

type Policies

type Policies struct {
	BitFlags int32 `protobuf:"varint,1,opt,name=bit_flags,json=bitFlags,proto3" json:"bm"`
}

func (*Policies) Descriptor

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

func (*Policies) GetBitFlags

func (m *Policies) GetBitFlags() int32

func (*Policies) Marshal

func (m *Policies) Marshal() (dAtA []byte, err error)

func (*Policies) MarshalTo

func (m *Policies) MarshalTo(dAtA []byte) (int, error)

func (*Policies) MarshalToSizedBuffer

func (m *Policies) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Policies) ProtoMessage

func (*Policies) ProtoMessage()

func (*Policies) Reset

func (m *Policies) Reset()

func (*Policies) Size

func (m *Policies) Size() (n int)

func (*Policies) String

func (m *Policies) String() string

func (*Policies) Unmarshal

func (m *Policies) Unmarshal(dAtA []byte) error

func (*Policies) XXX_DiscardUnknown

func (m *Policies) XXX_DiscardUnknown()

func (*Policies) XXX_Marshal

func (m *Policies) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Policies) XXX_Merge

func (m *Policies) XXX_Merge(src proto.Message)

func (*Policies) XXX_Size

func (m *Policies) XXX_Size() int

func (*Policies) XXX_Unmarshal

func (m *Policies) XXX_Unmarshal(b []byte) error

type PublishResourceRequest

type PublishResourceRequest struct {
	AuthorizationContext *AuthorizationContext `protobuf:"bytes,1,opt,name=authorization_context,json=authorizationContext,proto3" json:"authorization_context,omitempty"`
	ResourceId           string                `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	Resource             *Resource             `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"`
	TimeToLive           int32                 `protobuf:"varint,4,opt,name=time_to_live,json=timeToLive,proto3" json:"time_to_live,omitempty"`
	CommandMetadata      *CommandMetadata      `protobuf:"bytes,5,opt,name=command_metadata,json=commandMetadata,proto3" json:"command_metadata,omitempty"`
}

https://github.com/openconnectivityfoundation/core/blob/master/oic.wk.rd.raml#L65

func (*PublishResourceRequest) Descriptor

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

func (*PublishResourceRequest) GetAuthorizationContext

func (m *PublishResourceRequest) GetAuthorizationContext() *AuthorizationContext

func (*PublishResourceRequest) GetCommandMetadata

func (m *PublishResourceRequest) GetCommandMetadata() *CommandMetadata

func (*PublishResourceRequest) GetResource

func (m *PublishResourceRequest) GetResource() *Resource

func (*PublishResourceRequest) GetResourceId

func (m *PublishResourceRequest) GetResourceId() string

func (*PublishResourceRequest) GetTimeToLive

func (m *PublishResourceRequest) GetTimeToLive() int32

func (*PublishResourceRequest) Marshal

func (m *PublishResourceRequest) Marshal() (dAtA []byte, err error)

func (*PublishResourceRequest) MarshalTo

func (m *PublishResourceRequest) MarshalTo(dAtA []byte) (int, error)

func (*PublishResourceRequest) MarshalToSizedBuffer

func (m *PublishResourceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PublishResourceRequest) ProtoMessage

func (*PublishResourceRequest) ProtoMessage()

func (*PublishResourceRequest) Reset

func (m *PublishResourceRequest) Reset()

func (*PublishResourceRequest) Size

func (m *PublishResourceRequest) Size() (n int)

func (*PublishResourceRequest) String

func (m *PublishResourceRequest) String() string

func (*PublishResourceRequest) Unmarshal

func (m *PublishResourceRequest) Unmarshal(dAtA []byte) error

func (*PublishResourceRequest) XXX_DiscardUnknown

func (m *PublishResourceRequest) XXX_DiscardUnknown()

func (*PublishResourceRequest) XXX_Marshal

func (m *PublishResourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublishResourceRequest) XXX_Merge

func (m *PublishResourceRequest) XXX_Merge(src proto.Message)

func (*PublishResourceRequest) XXX_Size

func (m *PublishResourceRequest) XXX_Size() int

func (*PublishResourceRequest) XXX_Unmarshal

func (m *PublishResourceRequest) XXX_Unmarshal(b []byte) error

type PublishResourceResponse

type PublishResourceResponse struct {
	AuditContext *AuditContext `protobuf:"bytes,1,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
	InstanceId   int64         `protobuf:"varint,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
}

func (*PublishResourceResponse) Descriptor

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

func (*PublishResourceResponse) GetAuditContext

func (m *PublishResourceResponse) GetAuditContext() *AuditContext

func (*PublishResourceResponse) GetInstanceId

func (m *PublishResourceResponse) GetInstanceId() int64

func (*PublishResourceResponse) Marshal

func (m *PublishResourceResponse) Marshal() (dAtA []byte, err error)

func (*PublishResourceResponse) MarshalTo

func (m *PublishResourceResponse) MarshalTo(dAtA []byte) (int, error)

func (*PublishResourceResponse) MarshalToSizedBuffer

func (m *PublishResourceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PublishResourceResponse) ProtoMessage

func (*PublishResourceResponse) ProtoMessage()

func (*PublishResourceResponse) Reset

func (m *PublishResourceResponse) Reset()

func (*PublishResourceResponse) Size

func (m *PublishResourceResponse) Size() (n int)

func (*PublishResourceResponse) String

func (m *PublishResourceResponse) String() string

func (*PublishResourceResponse) Unmarshal

func (m *PublishResourceResponse) Unmarshal(dAtA []byte) error

func (*PublishResourceResponse) XXX_DiscardUnknown

func (m *PublishResourceResponse) XXX_DiscardUnknown()

func (*PublishResourceResponse) XXX_Marshal

func (m *PublishResourceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublishResourceResponse) XXX_Merge

func (m *PublishResourceResponse) XXX_Merge(src proto.Message)

func (*PublishResourceResponse) XXX_Size

func (m *PublishResourceResponse) XXX_Size() int

func (*PublishResourceResponse) XXX_Unmarshal

func (m *PublishResourceResponse) XXX_Unmarshal(b []byte) error

type Resource

type Resource struct {
	Id                    string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Href                  string                 `protobuf:"bytes,2,opt,name=href,proto3" json:"href"`
	ResourceTypes         []string               `protobuf:"bytes,3,rep,name=resource_types,json=resourceTypes,proto3" json:"rt"`
	Interfaces            []string               `protobuf:"bytes,4,rep,name=interfaces,proto3" json:"if"`
	DeviceId              string                 `protobuf:"bytes,5,opt,name=device_id,json=deviceId,proto3" json:"di"`
	InstanceId            int64                  `protobuf:"varint,6,opt,name=instance_id,json=instanceId,proto3" json:"ins"`
	Anchor                string                 `protobuf:"bytes,7,opt,name=anchor,proto3" json:"anchor,omitempty"`
	Policies              *Policies              `protobuf:"bytes,8,opt,name=policies,proto3" json:"p"`
	Title                 string                 `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	SupportedContentTypes []string               `protobuf:"bytes,10,rep,name=supported_content_types,json=supportedContentTypes,proto3" json:"type"`
	EndpointInformations  []*EndpointInformation `protobuf:"bytes,11,rep,name=endpoint_informations,json=endpointInformations,proto3" json:"eps"`
}

https://github.com/openconnectivityfoundation/core/blob/master/schemas/oic.oic-link-schema.json

func (*Resource) Clone

func (m *Resource) Clone() *Resource

Clone clones recursively contents of resource

func (*Resource) Descriptor

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

func (*Resource) GetAnchor

func (m *Resource) GetAnchor() string

func (*Resource) GetDeviceId

func (m *Resource) GetDeviceId() string

func (*Resource) GetEndpointInformations

func (m *Resource) GetEndpointInformations() []*EndpointInformation

func (*Resource) GetHref

func (m *Resource) GetHref() string

func (*Resource) GetId

func (m *Resource) GetId() string

func (*Resource) GetInstanceId

func (m *Resource) GetInstanceId() int64

func (*Resource) GetInterfaces

func (m *Resource) GetInterfaces() []string

func (*Resource) GetPolicies

func (m *Resource) GetPolicies() *Policies

func (*Resource) GetResourceTypes

func (m *Resource) GetResourceTypes() []string

func (*Resource) GetSupportedContentTypes

func (m *Resource) GetSupportedContentTypes() []string

func (*Resource) GetTitle

func (m *Resource) GetTitle() string

func (*Resource) Marshal

func (m *Resource) Marshal() (dAtA []byte, err error)

func (*Resource) MarshalTo

func (m *Resource) MarshalTo(dAtA []byte) (int, error)

func (*Resource) MarshalToSizedBuffer

func (m *Resource) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) Reset

func (m *Resource) Reset()

func (*Resource) Size

func (m *Resource) Size() (n int)

func (*Resource) String

func (m *Resource) String() string

func (*Resource) Unmarshal

func (m *Resource) Unmarshal(dAtA []byte) error

func (*Resource) XXX_DiscardUnknown

func (m *Resource) XXX_DiscardUnknown()

func (*Resource) XXX_Marshal

func (m *Resource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Resource) XXX_Merge

func (m *Resource) XXX_Merge(src proto.Message)

func (*Resource) XXX_Size

func (m *Resource) XXX_Size() int

func (*Resource) XXX_Unmarshal

func (m *Resource) XXX_Unmarshal(b []byte) error

type ResourceContentChanged

type ResourceContentChanged struct {
	Id            string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Content       *Content       `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	AuditContext  *AuditContext  `protobuf:"bytes,3,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
	EventMetadata *EventMetadata `protobuf:"bytes,4,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
}

func (*ResourceContentChanged) Descriptor

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

func (*ResourceContentChanged) GetAuditContext

func (m *ResourceContentChanged) GetAuditContext() *AuditContext

func (*ResourceContentChanged) GetContent

func (m *ResourceContentChanged) GetContent() *Content

func (*ResourceContentChanged) GetEventMetadata

func (m *ResourceContentChanged) GetEventMetadata() *EventMetadata

func (*ResourceContentChanged) GetId

func (m *ResourceContentChanged) GetId() string

func (*ResourceContentChanged) Marshal

func (m *ResourceContentChanged) Marshal() (dAtA []byte, err error)

func (*ResourceContentChanged) MarshalTo

func (m *ResourceContentChanged) MarshalTo(dAtA []byte) (int, error)

func (*ResourceContentChanged) MarshalToSizedBuffer

func (m *ResourceContentChanged) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceContentChanged) ProtoMessage

func (*ResourceContentChanged) ProtoMessage()

func (*ResourceContentChanged) Reset

func (m *ResourceContentChanged) Reset()

func (*ResourceContentChanged) Size

func (m *ResourceContentChanged) Size() (n int)

func (*ResourceContentChanged) String

func (m *ResourceContentChanged) String() string

func (*ResourceContentChanged) Unmarshal

func (m *ResourceContentChanged) Unmarshal(dAtA []byte) error

func (*ResourceContentChanged) XXX_DiscardUnknown

func (m *ResourceContentChanged) XXX_DiscardUnknown()

func (*ResourceContentChanged) XXX_Marshal

func (m *ResourceContentChanged) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceContentChanged) XXX_Merge

func (m *ResourceContentChanged) XXX_Merge(src proto.Message)

func (*ResourceContentChanged) XXX_Size

func (m *ResourceContentChanged) XXX_Size() int

func (*ResourceContentChanged) XXX_Unmarshal

func (m *ResourceContentChanged) XXX_Unmarshal(b []byte) error

type ResourceContentRetrievePending

type ResourceContentRetrievePending struct {
	Id                string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ResourceInterface string         `protobuf:"bytes,2,opt,name=resource_interface,json=resourceInterface,proto3" json:"resource_interface,omitempty"`
	AuditContext      *AuditContext  `protobuf:"bytes,3,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
	EventMetadata     *EventMetadata `protobuf:"bytes,4,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
}

func (*ResourceContentRetrievePending) Descriptor

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

func (*ResourceContentRetrievePending) GetAuditContext

func (m *ResourceContentRetrievePending) GetAuditContext() *AuditContext

func (*ResourceContentRetrievePending) GetEventMetadata

func (m *ResourceContentRetrievePending) GetEventMetadata() *EventMetadata

func (*ResourceContentRetrievePending) GetId

func (*ResourceContentRetrievePending) GetResourceInterface

func (m *ResourceContentRetrievePending) GetResourceInterface() string

func (*ResourceContentRetrievePending) Marshal

func (m *ResourceContentRetrievePending) Marshal() (dAtA []byte, err error)

func (*ResourceContentRetrievePending) MarshalTo

func (m *ResourceContentRetrievePending) MarshalTo(dAtA []byte) (int, error)

func (*ResourceContentRetrievePending) MarshalToSizedBuffer

func (m *ResourceContentRetrievePending) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceContentRetrievePending) ProtoMessage

func (*ResourceContentRetrievePending) ProtoMessage()

func (*ResourceContentRetrievePending) Reset

func (m *ResourceContentRetrievePending) Reset()

func (*ResourceContentRetrievePending) Size

func (m *ResourceContentRetrievePending) Size() (n int)

func (*ResourceContentRetrievePending) String

func (*ResourceContentRetrievePending) Unmarshal

func (m *ResourceContentRetrievePending) Unmarshal(dAtA []byte) error

func (*ResourceContentRetrievePending) XXX_DiscardUnknown

func (m *ResourceContentRetrievePending) XXX_DiscardUnknown()

func (*ResourceContentRetrievePending) XXX_Marshal

func (m *ResourceContentRetrievePending) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceContentRetrievePending) XXX_Merge

func (m *ResourceContentRetrievePending) XXX_Merge(src proto.Message)

func (*ResourceContentRetrievePending) XXX_Size

func (m *ResourceContentRetrievePending) XXX_Size() int

func (*ResourceContentRetrievePending) XXX_Unmarshal

func (m *ResourceContentRetrievePending) XXX_Unmarshal(b []byte) error

type ResourceContentRetrieveProcessed

type ResourceContentRetrieveProcessed struct {
	Id            string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Status        Status         `protobuf:"varint,2,opt,name=status,proto3,enum=ocf.cloud.resourceaggregate.pb.Status" json:"status,omitempty"`
	Content       *Content       `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	AuditContext  *AuditContext  `protobuf:"bytes,4,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
	EventMetadata *EventMetadata `protobuf:"bytes,5,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
}

func (*ResourceContentRetrieveProcessed) Descriptor

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

func (*ResourceContentRetrieveProcessed) GetAuditContext

func (m *ResourceContentRetrieveProcessed) GetAuditContext() *AuditContext

func (*ResourceContentRetrieveProcessed) GetContent

func (m *ResourceContentRetrieveProcessed) GetContent() *Content

func (*ResourceContentRetrieveProcessed) GetEventMetadata

func (m *ResourceContentRetrieveProcessed) GetEventMetadata() *EventMetadata

func (*ResourceContentRetrieveProcessed) GetId

func (*ResourceContentRetrieveProcessed) GetStatus

func (*ResourceContentRetrieveProcessed) Marshal

func (m *ResourceContentRetrieveProcessed) Marshal() (dAtA []byte, err error)

func (*ResourceContentRetrieveProcessed) MarshalTo

func (m *ResourceContentRetrieveProcessed) MarshalTo(dAtA []byte) (int, error)

func (*ResourceContentRetrieveProcessed) MarshalToSizedBuffer

func (m *ResourceContentRetrieveProcessed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceContentRetrieveProcessed) ProtoMessage

func (*ResourceContentRetrieveProcessed) ProtoMessage()

func (*ResourceContentRetrieveProcessed) Reset

func (*ResourceContentRetrieveProcessed) Size

func (m *ResourceContentRetrieveProcessed) Size() (n int)

func (*ResourceContentRetrieveProcessed) String

func (*ResourceContentRetrieveProcessed) Unmarshal

func (m *ResourceContentRetrieveProcessed) Unmarshal(dAtA []byte) error

func (*ResourceContentRetrieveProcessed) XXX_DiscardUnknown

func (m *ResourceContentRetrieveProcessed) XXX_DiscardUnknown()

func (*ResourceContentRetrieveProcessed) XXX_Marshal

func (m *ResourceContentRetrieveProcessed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceContentRetrieveProcessed) XXX_Merge

func (*ResourceContentRetrieveProcessed) XXX_Size

func (m *ResourceContentRetrieveProcessed) XXX_Size() int

func (*ResourceContentRetrieveProcessed) XXX_Unmarshal

func (m *ResourceContentRetrieveProcessed) XXX_Unmarshal(b []byte) error

type ResourceContentUpdatePending

type ResourceContentUpdatePending struct {
	Id              string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	HeaderOptions   map[string]string `` /* 188-byte string literal not displayed */
	QueryParameters map[string]string `` /* 194-byte string literal not displayed */
	Content         *Content          `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	AuditContext    *AuditContext     `protobuf:"bytes,5,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
	EventMetadata   *EventMetadata    `protobuf:"bytes,6,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
}

func (*ResourceContentUpdatePending) Descriptor

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

func (*ResourceContentUpdatePending) GetAuditContext

func (m *ResourceContentUpdatePending) GetAuditContext() *AuditContext

func (*ResourceContentUpdatePending) GetContent

func (m *ResourceContentUpdatePending) GetContent() *Content

func (*ResourceContentUpdatePending) GetEventMetadata

func (m *ResourceContentUpdatePending) GetEventMetadata() *EventMetadata

func (*ResourceContentUpdatePending) GetHeaderOptions

func (m *ResourceContentUpdatePending) GetHeaderOptions() map[string]string

func (*ResourceContentUpdatePending) GetId

func (*ResourceContentUpdatePending) GetQueryParameters

func (m *ResourceContentUpdatePending) GetQueryParameters() map[string]string

func (*ResourceContentUpdatePending) Marshal

func (m *ResourceContentUpdatePending) Marshal() (dAtA []byte, err error)

func (*ResourceContentUpdatePending) MarshalTo

func (m *ResourceContentUpdatePending) MarshalTo(dAtA []byte) (int, error)

func (*ResourceContentUpdatePending) MarshalToSizedBuffer

func (m *ResourceContentUpdatePending) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceContentUpdatePending) ProtoMessage

func (*ResourceContentUpdatePending) ProtoMessage()

func (*ResourceContentUpdatePending) Reset

func (m *ResourceContentUpdatePending) Reset()

func (*ResourceContentUpdatePending) Size

func (m *ResourceContentUpdatePending) Size() (n int)

func (*ResourceContentUpdatePending) String

func (*ResourceContentUpdatePending) Unmarshal

func (m *ResourceContentUpdatePending) Unmarshal(dAtA []byte) error

func (*ResourceContentUpdatePending) XXX_DiscardUnknown

func (m *ResourceContentUpdatePending) XXX_DiscardUnknown()

func (*ResourceContentUpdatePending) XXX_Marshal

func (m *ResourceContentUpdatePending) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceContentUpdatePending) XXX_Merge

func (m *ResourceContentUpdatePending) XXX_Merge(src proto.Message)

func (*ResourceContentUpdatePending) XXX_Size

func (m *ResourceContentUpdatePending) XXX_Size() int

func (*ResourceContentUpdatePending) XXX_Unmarshal

func (m *ResourceContentUpdatePending) XXX_Unmarshal(b []byte) error

type ResourceContentUpdateProcessed

type ResourceContentUpdateProcessed struct {
	Id            string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Status        Status         `protobuf:"varint,2,opt,name=status,proto3,enum=ocf.cloud.resourceaggregate.pb.Status" json:"status,omitempty"`
	Content       *Content       `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	AuditContext  *AuditContext  `protobuf:"bytes,4,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
	EventMetadata *EventMetadata `protobuf:"bytes,5,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
}

func (*ResourceContentUpdateProcessed) Descriptor

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

func (*ResourceContentUpdateProcessed) GetAuditContext

func (m *ResourceContentUpdateProcessed) GetAuditContext() *AuditContext

func (*ResourceContentUpdateProcessed) GetContent

func (m *ResourceContentUpdateProcessed) GetContent() *Content

func (*ResourceContentUpdateProcessed) GetEventMetadata

func (m *ResourceContentUpdateProcessed) GetEventMetadata() *EventMetadata

func (*ResourceContentUpdateProcessed) GetId

func (*ResourceContentUpdateProcessed) GetStatus

func (m *ResourceContentUpdateProcessed) GetStatus() Status

func (*ResourceContentUpdateProcessed) Marshal

func (m *ResourceContentUpdateProcessed) Marshal() (dAtA []byte, err error)

func (*ResourceContentUpdateProcessed) MarshalTo

func (m *ResourceContentUpdateProcessed) MarshalTo(dAtA []byte) (int, error)

func (*ResourceContentUpdateProcessed) MarshalToSizedBuffer

func (m *ResourceContentUpdateProcessed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceContentUpdateProcessed) ProtoMessage

func (*ResourceContentUpdateProcessed) ProtoMessage()

func (*ResourceContentUpdateProcessed) Reset

func (m *ResourceContentUpdateProcessed) Reset()

func (*ResourceContentUpdateProcessed) Size

func (m *ResourceContentUpdateProcessed) Size() (n int)

func (*ResourceContentUpdateProcessed) String

func (*ResourceContentUpdateProcessed) Unmarshal

func (m *ResourceContentUpdateProcessed) Unmarshal(dAtA []byte) error

func (*ResourceContentUpdateProcessed) XXX_DiscardUnknown

func (m *ResourceContentUpdateProcessed) XXX_DiscardUnknown()

func (*ResourceContentUpdateProcessed) XXX_Marshal

func (m *ResourceContentUpdateProcessed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceContentUpdateProcessed) XXX_Merge

func (m *ResourceContentUpdateProcessed) XXX_Merge(src proto.Message)

func (*ResourceContentUpdateProcessed) XXX_Size

func (m *ResourceContentUpdateProcessed) XXX_Size() int

func (*ResourceContentUpdateProcessed) XXX_Unmarshal

func (m *ResourceContentUpdateProcessed) XXX_Unmarshal(b []byte) error

type ResourcePublished

type ResourcePublished struct {
	Id            string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Resource      *Resource      `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	TimeToLive    int32          `protobuf:"varint,3,opt,name=time_to_live,json=timeToLive,proto3" json:"time_to_live,omitempty"`
	AuditContext  *AuditContext  `protobuf:"bytes,4,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
	EventMetadata *EventMetadata `protobuf:"bytes,5,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
}

https://github.com/openconnectivityfoundation/core/blob/master/oic.wk.rd.raml#L106

func (*ResourcePublished) Descriptor

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

func (*ResourcePublished) GetAuditContext

func (m *ResourcePublished) GetAuditContext() *AuditContext

func (*ResourcePublished) GetEventMetadata

func (m *ResourcePublished) GetEventMetadata() *EventMetadata

func (*ResourcePublished) GetId

func (m *ResourcePublished) GetId() string

func (*ResourcePublished) GetResource

func (m *ResourcePublished) GetResource() *Resource

func (*ResourcePublished) GetTimeToLive

func (m *ResourcePublished) GetTimeToLive() int32

func (*ResourcePublished) Marshal

func (m *ResourcePublished) Marshal() (dAtA []byte, err error)

func (*ResourcePublished) MarshalTo

func (m *ResourcePublished) MarshalTo(dAtA []byte) (int, error)

func (*ResourcePublished) MarshalToSizedBuffer

func (m *ResourcePublished) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourcePublished) ProtoMessage

func (*ResourcePublished) ProtoMessage()

func (*ResourcePublished) Reset

func (m *ResourcePublished) Reset()

func (*ResourcePublished) Size

func (m *ResourcePublished) Size() (n int)

func (*ResourcePublished) String

func (m *ResourcePublished) String() string

func (*ResourcePublished) Unmarshal

func (m *ResourcePublished) Unmarshal(dAtA []byte) error

func (*ResourcePublished) XXX_DiscardUnknown

func (m *ResourcePublished) XXX_DiscardUnknown()

func (*ResourcePublished) XXX_Marshal

func (m *ResourcePublished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourcePublished) XXX_Merge

func (m *ResourcePublished) XXX_Merge(src proto.Message)

func (*ResourcePublished) XXX_Size

func (m *ResourcePublished) XXX_Size() int

func (*ResourcePublished) XXX_Unmarshal

func (m *ResourcePublished) XXX_Unmarshal(b []byte) error

type ResourceStateSnapshotTaken

type ResourceStateSnapshotTaken struct {
	Id                   string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Resource             *Resource      `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Content              *Content       `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	PendingRequestsCount uint32         `protobuf:"varint,4,opt,name=pending_requests_count,json=pendingRequestsCount,proto3" json:"pending_requests_count,omitempty"`
	TimeToLive           int32          `protobuf:"varint,5,opt,name=time_to_live,json=timeToLive,proto3" json:"time_to_live,omitempty"`
	IsPublished          bool           `protobuf:"varint,6,opt,name=is_published,json=isPublished,proto3" json:"is_published,omitempty"`
	EventMetadata        *EventMetadata `protobuf:"bytes,7,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
	ContentMetadata      *EventMetadata `protobuf:"bytes,8,opt,name=content_metadata,json=contentMetadata,proto3" json:"content_metadata,omitempty"`
}

func (*ResourceStateSnapshotTaken) Descriptor

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

func (*ResourceStateSnapshotTaken) GetContent

func (m *ResourceStateSnapshotTaken) GetContent() *Content

func (*ResourceStateSnapshotTaken) GetContentMetadata

func (m *ResourceStateSnapshotTaken) GetContentMetadata() *EventMetadata

func (*ResourceStateSnapshotTaken) GetEventMetadata

func (m *ResourceStateSnapshotTaken) GetEventMetadata() *EventMetadata

func (*ResourceStateSnapshotTaken) GetId

func (*ResourceStateSnapshotTaken) GetIsPublished

func (m *ResourceStateSnapshotTaken) GetIsPublished() bool

func (*ResourceStateSnapshotTaken) GetPendingRequestsCount

func (m *ResourceStateSnapshotTaken) GetPendingRequestsCount() uint32

func (*ResourceStateSnapshotTaken) GetResource

func (m *ResourceStateSnapshotTaken) GetResource() *Resource

func (*ResourceStateSnapshotTaken) GetTimeToLive

func (m *ResourceStateSnapshotTaken) GetTimeToLive() int32

func (*ResourceStateSnapshotTaken) Marshal

func (m *ResourceStateSnapshotTaken) Marshal() (dAtA []byte, err error)

func (*ResourceStateSnapshotTaken) MarshalTo

func (m *ResourceStateSnapshotTaken) MarshalTo(dAtA []byte) (int, error)

func (*ResourceStateSnapshotTaken) MarshalToSizedBuffer

func (m *ResourceStateSnapshotTaken) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceStateSnapshotTaken) ProtoMessage

func (*ResourceStateSnapshotTaken) ProtoMessage()

func (*ResourceStateSnapshotTaken) Reset

func (m *ResourceStateSnapshotTaken) Reset()

func (*ResourceStateSnapshotTaken) Size

func (m *ResourceStateSnapshotTaken) Size() (n int)

func (*ResourceStateSnapshotTaken) String

func (m *ResourceStateSnapshotTaken) String() string

func (*ResourceStateSnapshotTaken) Unmarshal

func (m *ResourceStateSnapshotTaken) Unmarshal(dAtA []byte) error

func (*ResourceStateSnapshotTaken) XXX_DiscardUnknown

func (m *ResourceStateSnapshotTaken) XXX_DiscardUnknown()

func (*ResourceStateSnapshotTaken) XXX_Marshal

func (m *ResourceStateSnapshotTaken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceStateSnapshotTaken) XXX_Merge

func (m *ResourceStateSnapshotTaken) XXX_Merge(src proto.Message)

func (*ResourceStateSnapshotTaken) XXX_Size

func (m *ResourceStateSnapshotTaken) XXX_Size() int

func (*ResourceStateSnapshotTaken) XXX_Unmarshal

func (m *ResourceStateSnapshotTaken) XXX_Unmarshal(b []byte) error

type ResourceUnpublished

type ResourceUnpublished struct {
	Id            string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AuditContext  *AuditContext  `protobuf:"bytes,2,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
	EventMetadata *EventMetadata `protobuf:"bytes,3,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
}

https://github.com/openconnectivityfoundation/core/blob/master/oic.wk.rd.raml #Specification CR needed

func (*ResourceUnpublished) Descriptor

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

func (*ResourceUnpublished) GetAuditContext

func (m *ResourceUnpublished) GetAuditContext() *AuditContext

func (*ResourceUnpublished) GetEventMetadata

func (m *ResourceUnpublished) GetEventMetadata() *EventMetadata

func (*ResourceUnpublished) GetId

func (m *ResourceUnpublished) GetId() string

func (*ResourceUnpublished) Marshal

func (m *ResourceUnpublished) Marshal() (dAtA []byte, err error)

func (*ResourceUnpublished) MarshalTo

func (m *ResourceUnpublished) MarshalTo(dAtA []byte) (int, error)

func (*ResourceUnpublished) MarshalToSizedBuffer

func (m *ResourceUnpublished) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResourceUnpublished) ProtoMessage

func (*ResourceUnpublished) ProtoMessage()

func (*ResourceUnpublished) Reset

func (m *ResourceUnpublished) Reset()

func (*ResourceUnpublished) Size

func (m *ResourceUnpublished) Size() (n int)

func (*ResourceUnpublished) String

func (m *ResourceUnpublished) String() string

func (*ResourceUnpublished) Unmarshal

func (m *ResourceUnpublished) Unmarshal(dAtA []byte) error

func (*ResourceUnpublished) XXX_DiscardUnknown

func (m *ResourceUnpublished) XXX_DiscardUnknown()

func (*ResourceUnpublished) XXX_Marshal

func (m *ResourceUnpublished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResourceUnpublished) XXX_Merge

func (m *ResourceUnpublished) XXX_Merge(src proto.Message)

func (*ResourceUnpublished) XXX_Size

func (m *ResourceUnpublished) XXX_Size() int

func (*ResourceUnpublished) XXX_Unmarshal

func (m *ResourceUnpublished) XXX_Unmarshal(b []byte) error

type RetrieveResourceContentRequest

type RetrieveResourceContentRequest struct {
	AuthorizationContext *AuthorizationContext `protobuf:"bytes,1,opt,name=authorization_context,json=authorizationContext,proto3" json:"authorization_context,omitempty"`
	ResourceId           string                `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	CorrelationId        string                `protobuf:"bytes,3,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id,omitempty"`
	ResourceInterface    string                `protobuf:"bytes,4,opt,name=resource_interface,json=resourceInterface,proto3" json:"resource_interface,omitempty"`
	CommandMetadata      *CommandMetadata      `protobuf:"bytes,5,opt,name=command_metadata,json=commandMetadata,proto3" json:"command_metadata,omitempty"`
}

func (*RetrieveResourceContentRequest) Descriptor

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

func (*RetrieveResourceContentRequest) GetAuthorizationContext

func (m *RetrieveResourceContentRequest) GetAuthorizationContext() *AuthorizationContext

func (*RetrieveResourceContentRequest) GetCommandMetadata

func (m *RetrieveResourceContentRequest) GetCommandMetadata() *CommandMetadata

func (*RetrieveResourceContentRequest) GetCorrelationId

func (m *RetrieveResourceContentRequest) GetCorrelationId() string

func (*RetrieveResourceContentRequest) GetResourceId

func (m *RetrieveResourceContentRequest) GetResourceId() string

func (*RetrieveResourceContentRequest) GetResourceInterface

func (m *RetrieveResourceContentRequest) GetResourceInterface() string

func (*RetrieveResourceContentRequest) Marshal

func (m *RetrieveResourceContentRequest) Marshal() (dAtA []byte, err error)

func (*RetrieveResourceContentRequest) MarshalTo

func (m *RetrieveResourceContentRequest) MarshalTo(dAtA []byte) (int, error)

func (*RetrieveResourceContentRequest) MarshalToSizedBuffer

func (m *RetrieveResourceContentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RetrieveResourceContentRequest) ProtoMessage

func (*RetrieveResourceContentRequest) ProtoMessage()

func (*RetrieveResourceContentRequest) Reset

func (m *RetrieveResourceContentRequest) Reset()

func (*RetrieveResourceContentRequest) Size

func (m *RetrieveResourceContentRequest) Size() (n int)

func (*RetrieveResourceContentRequest) String

func (*RetrieveResourceContentRequest) Unmarshal

func (m *RetrieveResourceContentRequest) Unmarshal(dAtA []byte) error

func (*RetrieveResourceContentRequest) XXX_DiscardUnknown

func (m *RetrieveResourceContentRequest) XXX_DiscardUnknown()

func (*RetrieveResourceContentRequest) XXX_Marshal

func (m *RetrieveResourceContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetrieveResourceContentRequest) XXX_Merge

func (m *RetrieveResourceContentRequest) XXX_Merge(src proto.Message)

func (*RetrieveResourceContentRequest) XXX_Size

func (m *RetrieveResourceContentRequest) XXX_Size() int

func (*RetrieveResourceContentRequest) XXX_Unmarshal

func (m *RetrieveResourceContentRequest) XXX_Unmarshal(b []byte) error

type RetrieveResourceContentResponse

type RetrieveResourceContentResponse struct {
	AuditContext *AuditContext `protobuf:"bytes,1,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
}

func (*RetrieveResourceContentResponse) Descriptor

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

func (*RetrieveResourceContentResponse) GetAuditContext

func (m *RetrieveResourceContentResponse) GetAuditContext() *AuditContext

func (*RetrieveResourceContentResponse) Marshal

func (m *RetrieveResourceContentResponse) Marshal() (dAtA []byte, err error)

func (*RetrieveResourceContentResponse) MarshalTo

func (m *RetrieveResourceContentResponse) MarshalTo(dAtA []byte) (int, error)

func (*RetrieveResourceContentResponse) MarshalToSizedBuffer

func (m *RetrieveResourceContentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RetrieveResourceContentResponse) ProtoMessage

func (*RetrieveResourceContentResponse) ProtoMessage()

func (*RetrieveResourceContentResponse) Reset

func (*RetrieveResourceContentResponse) Size

func (m *RetrieveResourceContentResponse) Size() (n int)

func (*RetrieveResourceContentResponse) String

func (*RetrieveResourceContentResponse) Unmarshal

func (m *RetrieveResourceContentResponse) Unmarshal(dAtA []byte) error

func (*RetrieveResourceContentResponse) XXX_DiscardUnknown

func (m *RetrieveResourceContentResponse) XXX_DiscardUnknown()

func (*RetrieveResourceContentResponse) XXX_Marshal

func (m *RetrieveResourceContentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetrieveResourceContentResponse) XXX_Merge

func (m *RetrieveResourceContentResponse) XXX_Merge(src proto.Message)

func (*RetrieveResourceContentResponse) XXX_Size

func (m *RetrieveResourceContentResponse) XXX_Size() int

func (*RetrieveResourceContentResponse) XXX_Unmarshal

func (m *RetrieveResourceContentResponse) XXX_Unmarshal(b []byte) error

type Status

type Status int32
const (
	Status_UNKNOWN         Status = 0
	Status_OK              Status = 1
	Status_BAD_REQUEST     Status = 2
	Status_UNAUTHORIZED    Status = 3
	Status_FORBIDDEN       Status = 4
	Status_NOT_FOUND       Status = 5
	Status_UNAVAILABLE     Status = 6
	Status_NOT_IMPLEMENTED Status = 7
	Status_ACCEPTED        Status = 8
)

func (Status) EnumDescriptor

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

func (Status) String

func (x Status) String() string

type UnpublishResourceRequest

type UnpublishResourceRequest struct {
	AuthorizationContext *AuthorizationContext `protobuf:"bytes,1,opt,name=authorization_context,json=authorizationContext,proto3" json:"authorization_context,omitempty"`
	ResourceId           string                `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	CommandMetadata      *CommandMetadata      `protobuf:"bytes,3,opt,name=command_metadata,json=commandMetadata,proto3" json:"command_metadata,omitempty"`
}

https://github.com/openconnectivityfoundation/core/blob/master/oic.wk.rd.raml #Specification CR needed

func (*UnpublishResourceRequest) Descriptor

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

func (*UnpublishResourceRequest) GetAuthorizationContext

func (m *UnpublishResourceRequest) GetAuthorizationContext() *AuthorizationContext

func (*UnpublishResourceRequest) GetCommandMetadata

func (m *UnpublishResourceRequest) GetCommandMetadata() *CommandMetadata

func (*UnpublishResourceRequest) GetResourceId

func (m *UnpublishResourceRequest) GetResourceId() string

func (*UnpublishResourceRequest) Marshal

func (m *UnpublishResourceRequest) Marshal() (dAtA []byte, err error)

func (*UnpublishResourceRequest) MarshalTo

func (m *UnpublishResourceRequest) MarshalTo(dAtA []byte) (int, error)

func (*UnpublishResourceRequest) MarshalToSizedBuffer

func (m *UnpublishResourceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UnpublishResourceRequest) ProtoMessage

func (*UnpublishResourceRequest) ProtoMessage()

func (*UnpublishResourceRequest) Reset

func (m *UnpublishResourceRequest) Reset()

func (*UnpublishResourceRequest) Size

func (m *UnpublishResourceRequest) Size() (n int)

func (*UnpublishResourceRequest) String

func (m *UnpublishResourceRequest) String() string

func (*UnpublishResourceRequest) Unmarshal

func (m *UnpublishResourceRequest) Unmarshal(dAtA []byte) error

func (*UnpublishResourceRequest) XXX_DiscardUnknown

func (m *UnpublishResourceRequest) XXX_DiscardUnknown()

func (*UnpublishResourceRequest) XXX_Marshal

func (m *UnpublishResourceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnpublishResourceRequest) XXX_Merge

func (m *UnpublishResourceRequest) XXX_Merge(src proto.Message)

func (*UnpublishResourceRequest) XXX_Size

func (m *UnpublishResourceRequest) XXX_Size() int

func (*UnpublishResourceRequest) XXX_Unmarshal

func (m *UnpublishResourceRequest) XXX_Unmarshal(b []byte) error

type UnpublishResourceResponse

type UnpublishResourceResponse struct {
	AuditContext *AuditContext `protobuf:"bytes,1,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
}

func (*UnpublishResourceResponse) Descriptor

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

func (*UnpublishResourceResponse) GetAuditContext

func (m *UnpublishResourceResponse) GetAuditContext() *AuditContext

func (*UnpublishResourceResponse) Marshal

func (m *UnpublishResourceResponse) Marshal() (dAtA []byte, err error)

func (*UnpublishResourceResponse) MarshalTo

func (m *UnpublishResourceResponse) MarshalTo(dAtA []byte) (int, error)

func (*UnpublishResourceResponse) MarshalToSizedBuffer

func (m *UnpublishResourceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UnpublishResourceResponse) ProtoMessage

func (*UnpublishResourceResponse) ProtoMessage()

func (*UnpublishResourceResponse) Reset

func (m *UnpublishResourceResponse) Reset()

func (*UnpublishResourceResponse) Size

func (m *UnpublishResourceResponse) Size() (n int)

func (*UnpublishResourceResponse) String

func (m *UnpublishResourceResponse) String() string

func (*UnpublishResourceResponse) Unmarshal

func (m *UnpublishResourceResponse) Unmarshal(dAtA []byte) error

func (*UnpublishResourceResponse) XXX_DiscardUnknown

func (m *UnpublishResourceResponse) XXX_DiscardUnknown()

func (*UnpublishResourceResponse) XXX_Marshal

func (m *UnpublishResourceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnpublishResourceResponse) XXX_Merge

func (m *UnpublishResourceResponse) XXX_Merge(src proto.Message)

func (*UnpublishResourceResponse) XXX_Size

func (m *UnpublishResourceResponse) XXX_Size() int

func (*UnpublishResourceResponse) XXX_Unmarshal

func (m *UnpublishResourceResponse) XXX_Unmarshal(b []byte) error

type UpdateResourceContentRequest

type UpdateResourceContentRequest struct {
	AuthorizationContext *AuthorizationContext `protobuf:"bytes,1,opt,name=authorization_context,json=authorizationContext,proto3" json:"authorization_context,omitempty"`
	ResourceId           string                `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	CorrelationId        string                `protobuf:"bytes,3,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id,omitempty"`
	Content              *Content              `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	CommandMetadata      *CommandMetadata      `protobuf:"bytes,5,opt,name=command_metadata,json=commandMetadata,proto3" json:"command_metadata,omitempty"`
}

func (*UpdateResourceContentRequest) Descriptor

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

func (*UpdateResourceContentRequest) GetAuthorizationContext

func (m *UpdateResourceContentRequest) GetAuthorizationContext() *AuthorizationContext

func (*UpdateResourceContentRequest) GetCommandMetadata

func (m *UpdateResourceContentRequest) GetCommandMetadata() *CommandMetadata

func (*UpdateResourceContentRequest) GetContent

func (m *UpdateResourceContentRequest) GetContent() *Content

func (*UpdateResourceContentRequest) GetCorrelationId

func (m *UpdateResourceContentRequest) GetCorrelationId() string

func (*UpdateResourceContentRequest) GetResourceId

func (m *UpdateResourceContentRequest) GetResourceId() string

func (*UpdateResourceContentRequest) Marshal

func (m *UpdateResourceContentRequest) Marshal() (dAtA []byte, err error)

func (*UpdateResourceContentRequest) MarshalTo

func (m *UpdateResourceContentRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateResourceContentRequest) MarshalToSizedBuffer

func (m *UpdateResourceContentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateResourceContentRequest) ProtoMessage

func (*UpdateResourceContentRequest) ProtoMessage()

func (*UpdateResourceContentRequest) Reset

func (m *UpdateResourceContentRequest) Reset()

func (*UpdateResourceContentRequest) Size

func (m *UpdateResourceContentRequest) Size() (n int)

func (*UpdateResourceContentRequest) String

func (*UpdateResourceContentRequest) Unmarshal

func (m *UpdateResourceContentRequest) Unmarshal(dAtA []byte) error

func (*UpdateResourceContentRequest) XXX_DiscardUnknown

func (m *UpdateResourceContentRequest) XXX_DiscardUnknown()

func (*UpdateResourceContentRequest) XXX_Marshal

func (m *UpdateResourceContentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateResourceContentRequest) XXX_Merge

func (m *UpdateResourceContentRequest) XXX_Merge(src proto.Message)

func (*UpdateResourceContentRequest) XXX_Size

func (m *UpdateResourceContentRequest) XXX_Size() int

func (*UpdateResourceContentRequest) XXX_Unmarshal

func (m *UpdateResourceContentRequest) XXX_Unmarshal(b []byte) error

type UpdateResourceContentResponse

type UpdateResourceContentResponse struct {
	AuditContext *AuditContext `protobuf:"bytes,1,opt,name=audit_context,json=auditContext,proto3" json:"audit_context,omitempty"`
}

func (*UpdateResourceContentResponse) Descriptor

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

func (*UpdateResourceContentResponse) GetAuditContext

func (m *UpdateResourceContentResponse) GetAuditContext() *AuditContext

func (*UpdateResourceContentResponse) Marshal

func (m *UpdateResourceContentResponse) Marshal() (dAtA []byte, err error)

func (*UpdateResourceContentResponse) MarshalTo

func (m *UpdateResourceContentResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateResourceContentResponse) MarshalToSizedBuffer

func (m *UpdateResourceContentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateResourceContentResponse) ProtoMessage

func (*UpdateResourceContentResponse) ProtoMessage()

func (*UpdateResourceContentResponse) Reset

func (m *UpdateResourceContentResponse) Reset()

func (*UpdateResourceContentResponse) Size

func (m *UpdateResourceContentResponse) Size() (n int)

func (*UpdateResourceContentResponse) String

func (*UpdateResourceContentResponse) Unmarshal

func (m *UpdateResourceContentResponse) Unmarshal(dAtA []byte) error

func (*UpdateResourceContentResponse) XXX_DiscardUnknown

func (m *UpdateResourceContentResponse) XXX_DiscardUnknown()

func (*UpdateResourceContentResponse) XXX_Marshal

func (m *UpdateResourceContentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateResourceContentResponse) XXX_Merge

func (m *UpdateResourceContentResponse) XXX_Merge(src proto.Message)

func (*UpdateResourceContentResponse) XXX_Size

func (m *UpdateResourceContentResponse) XXX_Size() int

func (*UpdateResourceContentResponse) XXX_Unmarshal

func (m *UpdateResourceContentResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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