Documentation ¶
Index ¶
- Variables
- type RegulatoryInterceptAckLogEntry
- func (*RegulatoryInterceptAckLogEntry) Descriptor() ([]byte, []int)deprecated
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var File_google_cloud_assuredworkloads_regulatoryintercept_logging_v1_regulatory_intercept_ack_log_entry_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
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 `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RegulatoryInterceptAckLogEntry) Descriptor
deprecated
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
Click to show internal directories.
Click to hide internal directories.