package logging

import "google.golang.org/genproto/googleapis/cloud/recommender/logging/v1"

Index

Variables

var File_google_cloud_recommender_logging_v1_action_log_proto protoreflect.FileDescriptor

Types

type ActionLog

type ActionLog struct {

	// Required. User that executed this action. Eg, foo@gmail.com
	Actor string `protobuf:"bytes,1,opt,name=actor,proto3" json:"actor,omitempty"`
	// Required. State change that was made by the actor. Eg, SUCCEEDED.
	State v1.RecommendationStateInfo_State `protobuf:"varint,2,opt,name=state,proto3,enum=google.cloud.recommender.v1.RecommendationStateInfo_State" json:"state,omitempty"`
	// Optional. Metadata that was included with the action that was taken.
	StateMetadata map[string]string `protobuf:"bytes,3,rep,name=state_metadata,json=stateMetadata,proto3" json:"state_metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Required. Name of the recommendation which was acted on. Eg, :
	// 'projects/123/locations/global/recommenders/roleReco/recommendations/r1'
	RecommendationName string `protobuf:"bytes,4,opt,name=recommendation_name,json=recommendationName,proto3" json:"recommendation_name,omitempty"`
	// contains filtered or unexported fields
}

Log content of an action on a recommendation. This includes Mark* actions.

func (*ActionLog) Descriptor

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

Deprecated: Use ActionLog.ProtoReflect.Descriptor instead.

func (*ActionLog) GetActor

func (x *ActionLog) GetActor() string

func (*ActionLog) GetRecommendationName

func (x *ActionLog) GetRecommendationName() string

func (*ActionLog) GetState

func (*ActionLog) GetStateMetadata

func (x *ActionLog) GetStateMetadata() map[string]string

func (*ActionLog) ProtoMessage

func (*ActionLog) ProtoMessage()

func (*ActionLog) ProtoReflect

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

func (*ActionLog) Reset

func (x *ActionLog) Reset()

func (*ActionLog) String

func (x *ActionLog) String() string

type InsightActionLog

type InsightActionLog struct {

	// Required. User that executed this action. Eg, foo@gmail.com
	Actor string `protobuf:"bytes,1,opt,name=actor,proto3" json:"actor,omitempty"`
	// Required. State change that was made by the actor. Eg, ACCEPTED.
	State v1.InsightStateInfo_State `protobuf:"varint,2,opt,name=state,proto3,enum=google.cloud.recommender.v1.InsightStateInfo_State" json:"state,omitempty"`
	// Optional. Metadata that was included with the action that was taken.
	StateMetadata map[string]string `protobuf:"bytes,3,rep,name=state_metadata,json=stateMetadata,proto3" json:"state_metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Required. Name of the insight which was acted on. Eg, :
	// 'projects/123/locations/global/insightTypes/roleInsight/insights/i1'
	Insight string `protobuf:"bytes,4,opt,name=insight,proto3" json:"insight,omitempty"`
	// contains filtered or unexported fields
}

Log content of an action on an insight. This includes Mark* actions.

func (*InsightActionLog) Descriptor

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

Deprecated: Use InsightActionLog.ProtoReflect.Descriptor instead.

func (*InsightActionLog) GetActor

func (x *InsightActionLog) GetActor() string

func (*InsightActionLog) GetInsight

func (x *InsightActionLog) GetInsight() string

func (*InsightActionLog) GetState

func (*InsightActionLog) GetStateMetadata

func (x *InsightActionLog) GetStateMetadata() map[string]string

func (*InsightActionLog) ProtoMessage

func (*InsightActionLog) ProtoMessage()

func (*InsightActionLog) ProtoReflect

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

func (*InsightActionLog) Reset

func (x *InsightActionLog) Reset()

func (*InsightActionLog) String

func (x *InsightActionLog) String() string

Source Files

action_log.pb.go

Version
v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
Published
Feb 19, 2025
Platform
linux/amd64
Imports
6 packages
Last checked
1 hour ago

Tools for package owners.