Documentation
¶
Index ¶
- Variables
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreatedTime() *timestamp.Timestamp
- func (x *User) GetDescription() *wrappers.StringValue
- func (x *User) GetId() string
- func (x *User) GetName() *wrappers.StringValue
- func (x *User) GetScope() *scopes.ScopeInfo
- func (x *User) GetScopeId() string
- func (x *User) GetUpdatedTime() *timestamp.Timestamp
- func (x *User) GetVersion() uint32
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_api_resources_users_v1_user_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { // The ID of the Project // Output only. Id string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty"` // The id of the scope this resource is in. ScopeId string `protobuf:"bytes,20,opt,name=scope_id,proto3" json:"scope_id,omitempty"` // Scope information for this resource // Output only. Scope *scopes.ScopeInfo `protobuf:"bytes,30,opt,name=scope,proto3" json:"scope,omitempty"` // Optional name for identification purposes Name *wrappers.StringValue `protobuf:"bytes,40,opt,name=name,proto3" json:"name,omitempty"` // Optional user-set description for identification purposes Description *wrappers.StringValue `protobuf:"bytes,50,opt,name=description,proto3" json:"description,omitempty"` // The time this resource was created // Output only. CreatedTime *timestamp.Timestamp `protobuf:"bytes,60,opt,name=created_time,proto3" json:"created_time,omitempty"` // The time this resource was last updated. // Output only. UpdatedTime *timestamp.Timestamp `protobuf:"bytes,70,opt,name=updated_time,proto3" json:"updated_time,omitempty"` // The version can be used in subsequent write requests to ensure this // resource has not changed and to fail the write if it has. Version uint32 `protobuf:"varint,80,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
User contains all fields related to a User resource
func (*User) Descriptor
deprecated
func (*User) GetCreatedTime ¶
func (*User) GetDescription ¶
func (x *User) GetDescription() *wrappers.StringValue
func (*User) GetName ¶
func (x *User) GetName() *wrappers.StringValue
func (*User) GetScopeId ¶
func (*User) GetUpdatedTime ¶
func (*User) GetVersion ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.