service_control.pbext.go raw
1 // Code generated by protoc-gen-goext. DO NOT EDIT.
2
3 package iam
4
5 import (
6 timestamppb "google.golang.org/protobuf/types/known/timestamppb"
7 )
8
9 func (m *Service) SetServiceId(v string) {
10 m.ServiceId = v
11 }
12
13 func (m *Service) SetResource(v *Resource) {
14 m.Resource = v
15 }
16
17 func (m *Service) SetUpdatedAt(v *timestamppb.Timestamp) {
18 m.UpdatedAt = v
19 }
20
21 func (m *Service) SetStatus(v Service_Status) {
22 m.Status = v
23 }
24
25 func (m *ServiceAgent) SetServiceAccountId(v string) {
26 m.ServiceAccountId = v
27 }
28
29 func (m *ServiceAgent) SetServiceId(v string) {
30 m.ServiceId = v
31 }
32
33 func (m *ServiceAgent) SetMicroserviceId(v string) {
34 m.MicroserviceId = v
35 }
36