Lines Matching defs:Rollout

646 type Rollout struct {  struct
655 …d string `protobuf:"bytes,1,opt,name=rollout_id,json=rolloutId,proto3" json:"rollout_id,omitempty"`
657 …stamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
659 …y string `protobuf:"bytes,3,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
663 …=status,proto3,enum=google.api.servicemanagement.v1.Rollout_RolloutStatus" json:"status,omitempty"`
671 Strategy isRollout_Strategy `protobuf_oneof:"strategy"`
673 … `protobuf:"bytes,8,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
674 XXX_NoUnkeyedLiteral struct{} `json:"-"`
675 XXX_unrecognized []byte `json:"-"`
676 XXX_sizecache int32 `json:"-"`
679 func (m *Rollout) Reset() { *m = Rollout{} }
680 func (m *Rollout) String() string { return proto.CompactTextString(m) }
681 func (*Rollout) ProtoMessage() {}
682 func (*Rollout) Descriptor() ([]byte, []int) {
686 func (m *Rollout) XXX_Unmarshal(b []byte) error {
689 func (m *Rollout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
692 func (m *Rollout) XXX_Merge(src proto.Message) {
695 func (m *Rollout) XXX_Size() int {
698 func (m *Rollout) XXX_DiscardUnknown() {
704 func (m *Rollout) GetRolloutId() string {
711 func (m *Rollout) GetCreateTime() *timestamp.Timestamp {
718 func (m *Rollout) GetCreatedBy() string {
725 func (m *Rollout) GetStatus() Rollout_RolloutStatus {
748 func (m *Rollout) GetStrategy() isRollout_Strategy {
755 func (m *Rollout) GetTrafficPercentStrategy() *Rollout_TrafficPercentStrategy {
762 func (m *Rollout) GetDeleteServiceStrategy() *Rollout_DeleteServiceStrategy {
769 func (m *Rollout) GetServiceName() string {
777 func (*Rollout) XXX_OneofWrappers() []interface{} {