Documentation ¶
Overview ¶
Package blueprintproto is a generated protocol buffer package.
It is generated from these files:
blueprint.proto
It has these top-level messages:
Blueprint
Index ¶
- type Blueprint
- func (*Blueprint) Descriptor() ([]byte, []int)
- func (m *Blueprint) GetApplyAt() []string
- func (m *Blueprint) GetManifestUrls() []string
- func (m *Blueprint) GetName() string
- func (m *Blueprint) GetProfileIds() []string
- func (m *Blueprint) GetSetPrimarySetupAccountAsRegularUser() bool
- func (m *Blueprint) GetSkipPrimarySetupAccountCreation() bool
- func (m *Blueprint) GetUserUuid() []string
- func (m *Blueprint) GetUuid() string
- func (*Blueprint) ProtoMessage()
- func (m *Blueprint) Reset()
- func (m *Blueprint) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blueprint ¶
type Blueprint struct { Uuid string `protobuf:"bytes,1,opt,name=uuid" json:"uuid,omitempty"` Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` ManifestUrls []string `protobuf:"bytes,3,rep,name=manifest_urls,json=manifestUrls" json:"manifest_urls,omitempty"` ProfileIds []string `protobuf:"bytes,5,rep,name=profile_ids,json=profileIds" json:"profile_ids,omitempty"` ApplyAt []string `protobuf:"bytes,6,rep,name=apply_at,json=applyAt" json:"apply_at,omitempty"` UserUuid []string `protobuf:"bytes,7,rep,name=user_uuid,json=userUuid" json:"user_uuid,omitempty"` SkipPrimarySetupAccountCreation bool `` /* 154-byte string literal not displayed */ SetPrimarySetupAccountAsRegularUser bool `` /* 170-byte string literal not displayed */ }
func (*Blueprint) Descriptor ¶
func (*Blueprint) GetApplyAt ¶
func (*Blueprint) GetManifestUrls ¶
func (*Blueprint) GetProfileIds ¶
func (*Blueprint) GetSetPrimarySetupAccountAsRegularUser ¶
func (*Blueprint) GetSkipPrimarySetupAccountCreation ¶
func (*Blueprint) GetUserUuid ¶
func (*Blueprint) ProtoMessage ¶
func (*Blueprint) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.