service_account.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 *ServiceAccount) SetId(v string) {
10 m.Id = v
11 }
12
13 func (m *ServiceAccount) SetFolderId(v string) {
14 m.FolderId = v
15 }
16
17 func (m *ServiceAccount) SetCreatedAt(v *timestamppb.Timestamp) {
18 m.CreatedAt = v
19 }
20
21 func (m *ServiceAccount) SetName(v string) {
22 m.Name = v
23 }
24
25 func (m *ServiceAccount) SetDescription(v string) {
26 m.Description = v
27 }
28
29 func (m *ServiceAccount) SetLabels(v map[string]string) {
30 m.Labels = v
31 }
32
33 func (m *ServiceAccount) SetLastAuthenticatedAt(v *timestamppb.Timestamp) {
34 m.LastAuthenticatedAt = v
35 }
36