package logging
import "google.golang.org/genproto/googleapis/cloud/assuredworkloads/regulatoryintercept/logging/v1"
Index ¶
- Variables
- type RegulatoryInterceptAckLogEntry
- func (*RegulatoryInterceptAckLogEntry) Descriptor() ([]byte, []int)
- func (x *RegulatoryInterceptAckLogEntry) GetAssuredWorkloadResourceId() string
- func (x *RegulatoryInterceptAckLogEntry) GetUserId() string
- func (*RegulatoryInterceptAckLogEntry) ProtoMessage()
- func (x *RegulatoryInterceptAckLogEntry) ProtoReflect() protoreflect.Message
- func (x *RegulatoryInterceptAckLogEntry) Reset()
- func (x *RegulatoryInterceptAckLogEntry) String() string
Variables ¶
var File_google_cloud_assuredworkloads_regulatoryintercept_logging_v1_regulatory_intercept_ack_log_entry_proto protoreflect.FileDescriptor
Types ¶
type RegulatoryInterceptAckLogEntry ¶
type RegulatoryInterceptAckLogEntry struct { // The id of the user that triggered the Regulatory Intercept. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // The id of the GCP resource associated with the Assured Workload applicable // to the request. Must be of the format // //cloudresourcemanager.googleapis.com/{type}/{id} AssuredWorkloadResourceId string `protobuf:"bytes,2,opt,name=assured_workload_resource_id,json=assuredWorkloadResourceId,proto3" json:"assured_workload_resource_id,omitempty"` // contains filtered or unexported fields }
func (*RegulatoryInterceptAckLogEntry) Descriptor ¶
func (*RegulatoryInterceptAckLogEntry) Descriptor() ([]byte, []int)
Deprecated: Use RegulatoryInterceptAckLogEntry.ProtoReflect.Descriptor instead.
func (*RegulatoryInterceptAckLogEntry) GetAssuredWorkloadResourceId ¶
func (x *RegulatoryInterceptAckLogEntry) GetAssuredWorkloadResourceId() string
func (*RegulatoryInterceptAckLogEntry) GetUserId ¶
func (x *RegulatoryInterceptAckLogEntry) GetUserId() string
func (*RegulatoryInterceptAckLogEntry) ProtoMessage ¶
func (*RegulatoryInterceptAckLogEntry) ProtoMessage()
func (*RegulatoryInterceptAckLogEntry) ProtoReflect ¶
func (x *RegulatoryInterceptAckLogEntry) ProtoReflect() protoreflect.Message
func (*RegulatoryInterceptAckLogEntry) Reset ¶
func (x *RegulatoryInterceptAckLogEntry) Reset()
func (*RegulatoryInterceptAckLogEntry) String ¶
func (x *RegulatoryInterceptAckLogEntry) String() string
Source Files ¶
regulatory_intercept_ack_log_entry.pb.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 hour ago –
Tools for package owners.