accepted_plan_client

package
v1.0.36 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptedPlanServiceClient

AcceptedPlanServiceClient is the client API for AcceptedPlanService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type AcceptedPlanServiceDescriptor

type AcceptedPlanServiceDescriptor struct{}

func GetAcceptedPlanServiceDescriptor

func GetAcceptedPlanServiceDescriptor() *AcceptedPlanServiceDescriptor

func (*AcceptedPlanServiceDescriptor) AllMethodDescriptors

func (d *AcceptedPlanServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*AcceptedPlanServiceDescriptor) GetApiName

func (d *AcceptedPlanServiceDescriptor) GetApiName() string

func (*AcceptedPlanServiceDescriptor) GetFullAPIName

func (d *AcceptedPlanServiceDescriptor) GetFullAPIName() string

func (*AcceptedPlanServiceDescriptor) GetProtoPkgName

func (d *AcceptedPlanServiceDescriptor) GetProtoPkgName() string

func (*AcceptedPlanServiceDescriptor) GetServiceDomain

func (d *AcceptedPlanServiceDescriptor) GetServiceDomain() string

func (*AcceptedPlanServiceDescriptor) GetServiceVersion

func (d *AcceptedPlanServiceDescriptor) GetServiceVersion() string

type BatchGetAcceptedPlansDescriptor

type BatchGetAcceptedPlansDescriptor struct{}

func GetBatchGetAcceptedPlansDescriptor

func GetBatchGetAcceptedPlansDescriptor() *BatchGetAcceptedPlansDescriptor

func (*BatchGetAcceptedPlansDescriptor) GetApiDescriptor

func (*BatchGetAcceptedPlansDescriptor) GetApiName

func (d *BatchGetAcceptedPlansDescriptor) GetApiName() string

func (*BatchGetAcceptedPlansDescriptor) GetClientMsgReflectHandle

func (d *BatchGetAcceptedPlansDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetAcceptedPlansDescriptor) GetFullMethodName

func (d *BatchGetAcceptedPlansDescriptor) GetFullMethodName() string

func (*BatchGetAcceptedPlansDescriptor) GetMethodName

func (d *BatchGetAcceptedPlansDescriptor) GetMethodName() string

func (*BatchGetAcceptedPlansDescriptor) GetProtoPkgName

func (d *BatchGetAcceptedPlansDescriptor) GetProtoPkgName() string

func (*BatchGetAcceptedPlansDescriptor) GetResourceDescriptor

func (d *BatchGetAcceptedPlansDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*BatchGetAcceptedPlansDescriptor) GetServerMsgReflectHandle

func (d *BatchGetAcceptedPlansDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetAcceptedPlansDescriptor) GetServiceDomain

func (d *BatchGetAcceptedPlansDescriptor) GetServiceDomain() string

func (*BatchGetAcceptedPlansDescriptor) GetServiceVersion

func (d *BatchGetAcceptedPlansDescriptor) GetServiceVersion() string

func (*BatchGetAcceptedPlansDescriptor) GetVerb

func (*BatchGetAcceptedPlansDescriptor) HasResource

func (d *BatchGetAcceptedPlansDescriptor) HasResource() bool

func (*BatchGetAcceptedPlansDescriptor) IsClientStream

func (d *BatchGetAcceptedPlansDescriptor) IsClientStream() bool

func (*BatchGetAcceptedPlansDescriptor) IsCollection

func (d *BatchGetAcceptedPlansDescriptor) IsCollection() bool

func (*BatchGetAcceptedPlansDescriptor) IsPlural

func (d *BatchGetAcceptedPlansDescriptor) IsPlural() bool

func (*BatchGetAcceptedPlansDescriptor) IsServerStream

func (d *BatchGetAcceptedPlansDescriptor) IsServerStream() bool

func (*BatchGetAcceptedPlansDescriptor) IsUnary

func (*BatchGetAcceptedPlansDescriptor) NewEmptyClientMsg

func (d *BatchGetAcceptedPlansDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetAcceptedPlansDescriptor) NewEmptyServerMsg

func (d *BatchGetAcceptedPlansDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetAcceptedPlansDescriptor) RequestHasResourceBody

func (d *BatchGetAcceptedPlansDescriptor) RequestHasResourceBody() bool

type BatchGetAcceptedPlansDescriptorClientMsgHandle

type BatchGetAcceptedPlansDescriptorClientMsgHandle struct{}

func (*BatchGetAcceptedPlansDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetAcceptedPlansDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetAcceptedPlansDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetAcceptedPlansDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetAcceptedPlansDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetAcceptedPlansDescriptorServerMsgHandle

type BatchGetAcceptedPlansDescriptorServerMsgHandle struct{}

func (*BatchGetAcceptedPlansDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetAcceptedPlansDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetAcceptedPlansDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetAcceptedPlansDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetAcceptedPlansDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetAcceptedPlansRequest

type BatchGetAcceptedPlansRequest struct {

	// Names of AcceptedPlans
	Names []*accepted_plan.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty" firestore:"names"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *accepted_plan.AcceptedPlan_FieldMask `` /* 144-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [BatchGetAcceptedPlans][ntt.limits.v1alpha2.BatchGetAcceptedPlans]

func (*BatchGetAcceptedPlansRequest) Descriptor

func (*BatchGetAcceptedPlansRequest) Descriptor() ([]byte, []int)

Deprecated, Use BatchGetAcceptedPlansRequest.ProtoReflect.Descriptor instead.

func (*BatchGetAcceptedPlansRequest) GetFieldMask

func (*BatchGetAcceptedPlansRequest) GetNames

func (*BatchGetAcceptedPlansRequest) GetView

func (m *BatchGetAcceptedPlansRequest) GetView() view.View

func (*BatchGetAcceptedPlansRequest) GotenMessage

func (*BatchGetAcceptedPlansRequest) GotenMessage()

func (*BatchGetAcceptedPlansRequest) GotenValidate

func (obj *BatchGetAcceptedPlansRequest) GotenValidate() error

func (*BatchGetAcceptedPlansRequest) Marshal

func (m *BatchGetAcceptedPlansRequest) Marshal() ([]byte, error)

func (*BatchGetAcceptedPlansRequest) MarshalJSON

func (m *BatchGetAcceptedPlansRequest) MarshalJSON() ([]byte, error)

func (*BatchGetAcceptedPlansRequest) ProtoMessage

func (*BatchGetAcceptedPlansRequest) ProtoMessage()

func (*BatchGetAcceptedPlansRequest) ProtoReflect

func (m *BatchGetAcceptedPlansRequest) ProtoReflect() preflect.Message

func (*BatchGetAcceptedPlansRequest) Reset

func (m *BatchGetAcceptedPlansRequest) Reset()

func (*BatchGetAcceptedPlansRequest) SetFieldMask

func (*BatchGetAcceptedPlansRequest) SetNames

func (m *BatchGetAcceptedPlansRequest) SetNames(fv []*accepted_plan.Name)

func (*BatchGetAcceptedPlansRequest) SetView

func (m *BatchGetAcceptedPlansRequest) SetView(fv view.View)

func (*BatchGetAcceptedPlansRequest) String

func (*BatchGetAcceptedPlansRequest) Unmarshal

func (m *BatchGetAcceptedPlansRequest) Unmarshal(b []byte) error

func (*BatchGetAcceptedPlansRequest) UnmarshalJSON

func (m *BatchGetAcceptedPlansRequest) UnmarshalJSON(data []byte) error

type BatchGetAcceptedPlansResponse

type BatchGetAcceptedPlansResponse struct {

	// found AcceptedPlans
	AcceptedPlans []*accepted_plan.AcceptedPlan `` /* 126-byte string literal not displayed */
	// list of not found AcceptedPlans
	Missing []*accepted_plan.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetAcceptedPlansResponse

func (*BatchGetAcceptedPlansResponse) Descriptor

func (*BatchGetAcceptedPlansResponse) Descriptor() ([]byte, []int)

Deprecated, Use BatchGetAcceptedPlansResponse.ProtoReflect.Descriptor instead.

func (*BatchGetAcceptedPlansResponse) GetAcceptedPlans

func (m *BatchGetAcceptedPlansResponse) GetAcceptedPlans() []*accepted_plan.AcceptedPlan

func (*BatchGetAcceptedPlansResponse) GetMissing

func (*BatchGetAcceptedPlansResponse) GotenMessage

func (*BatchGetAcceptedPlansResponse) GotenMessage()

func (*BatchGetAcceptedPlansResponse) GotenValidate

func (obj *BatchGetAcceptedPlansResponse) GotenValidate() error

func (*BatchGetAcceptedPlansResponse) Marshal

func (m *BatchGetAcceptedPlansResponse) Marshal() ([]byte, error)

func (*BatchGetAcceptedPlansResponse) MarshalJSON

func (m *BatchGetAcceptedPlansResponse) MarshalJSON() ([]byte, error)

func (*BatchGetAcceptedPlansResponse) ProtoMessage

func (*BatchGetAcceptedPlansResponse) ProtoMessage()

func (*BatchGetAcceptedPlansResponse) ProtoReflect

func (*BatchGetAcceptedPlansResponse) Reset

func (m *BatchGetAcceptedPlansResponse) Reset()

func (*BatchGetAcceptedPlansResponse) SetAcceptedPlans

func (m *BatchGetAcceptedPlansResponse) SetAcceptedPlans(fv []*accepted_plan.AcceptedPlan)

func (*BatchGetAcceptedPlansResponse) SetMissing

func (m *BatchGetAcceptedPlansResponse) SetMissing(fv []*accepted_plan.Name)

func (*BatchGetAcceptedPlansResponse) String

func (*BatchGetAcceptedPlansResponse) Unmarshal

func (m *BatchGetAcceptedPlansResponse) Unmarshal(b []byte) error

func (*BatchGetAcceptedPlansResponse) UnmarshalJSON

func (m *BatchGetAcceptedPlansResponse) UnmarshalJSON(data []byte) error

type CreateAcceptedPlanDescriptor

type CreateAcceptedPlanDescriptor struct{}

func GetCreateAcceptedPlanDescriptor

func GetCreateAcceptedPlanDescriptor() *CreateAcceptedPlanDescriptor

func (*CreateAcceptedPlanDescriptor) GetApiDescriptor

func (*CreateAcceptedPlanDescriptor) GetApiName

func (d *CreateAcceptedPlanDescriptor) GetApiName() string

func (*CreateAcceptedPlanDescriptor) GetClientMsgReflectHandle

func (d *CreateAcceptedPlanDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateAcceptedPlanDescriptor) GetFullMethodName

func (d *CreateAcceptedPlanDescriptor) GetFullMethodName() string

func (*CreateAcceptedPlanDescriptor) GetMethodName

func (d *CreateAcceptedPlanDescriptor) GetMethodName() string

func (*CreateAcceptedPlanDescriptor) GetProtoPkgName

func (d *CreateAcceptedPlanDescriptor) GetProtoPkgName() string

func (*CreateAcceptedPlanDescriptor) GetResourceDescriptor

func (d *CreateAcceptedPlanDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*CreateAcceptedPlanDescriptor) GetServerMsgReflectHandle

func (d *CreateAcceptedPlanDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreateAcceptedPlanDescriptor) GetServiceDomain

func (d *CreateAcceptedPlanDescriptor) GetServiceDomain() string

func (*CreateAcceptedPlanDescriptor) GetServiceVersion

func (d *CreateAcceptedPlanDescriptor) GetServiceVersion() string

func (*CreateAcceptedPlanDescriptor) GetVerb

func (d *CreateAcceptedPlanDescriptor) GetVerb() string

func (*CreateAcceptedPlanDescriptor) HasResource

func (d *CreateAcceptedPlanDescriptor) HasResource() bool

func (*CreateAcceptedPlanDescriptor) IsClientStream

func (d *CreateAcceptedPlanDescriptor) IsClientStream() bool

func (*CreateAcceptedPlanDescriptor) IsCollection

func (d *CreateAcceptedPlanDescriptor) IsCollection() bool

func (*CreateAcceptedPlanDescriptor) IsPlural

func (d *CreateAcceptedPlanDescriptor) IsPlural() bool

func (*CreateAcceptedPlanDescriptor) IsServerStream

func (d *CreateAcceptedPlanDescriptor) IsServerStream() bool

func (*CreateAcceptedPlanDescriptor) IsUnary

func (d *CreateAcceptedPlanDescriptor) IsUnary() bool

func (*CreateAcceptedPlanDescriptor) NewEmptyClientMsg

func (d *CreateAcceptedPlanDescriptor) NewEmptyClientMsg() proto.Message

func (*CreateAcceptedPlanDescriptor) NewEmptyServerMsg

func (d *CreateAcceptedPlanDescriptor) NewEmptyServerMsg() proto.Message

func (*CreateAcceptedPlanDescriptor) RequestHasResourceBody

func (d *CreateAcceptedPlanDescriptor) RequestHasResourceBody() bool

type CreateAcceptedPlanDescriptorClientMsgHandle

type CreateAcceptedPlanDescriptorClientMsgHandle struct{}

func (*CreateAcceptedPlanDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateAcceptedPlanDescriptorClientMsgHandle) ExtractResourceName

func (*CreateAcceptedPlanDescriptorClientMsgHandle) ExtractResourceNames

type CreateAcceptedPlanDescriptorServerMsgHandle

type CreateAcceptedPlanDescriptorServerMsgHandle struct{}

func (*CreateAcceptedPlanDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateAcceptedPlanDescriptorServerMsgHandle) ExtractResourceName

func (*CreateAcceptedPlanDescriptorServerMsgHandle) ExtractResourceNames

type CreateAcceptedPlanRequest

type CreateAcceptedPlanRequest struct {

	// Parent name of ntt.limits.v1alpha2.AcceptedPlan
	Parent *accepted_plan.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// AcceptedPlan resource body
	AcceptedPlan *accepted_plan.AcceptedPlan `protobuf:"bytes,2,opt,name=accepted_plan,json=acceptedPlan,proto3" json:"accepted_plan,omitempty" firestore:"acceptedPlan"`
	// contains filtered or unexported fields
}

Request message for method [CreateAcceptedPlan][ntt.limits.v1alpha2.CreateAcceptedPlan]

func (*CreateAcceptedPlanRequest) Descriptor

func (*CreateAcceptedPlanRequest) Descriptor() ([]byte, []int)

Deprecated, Use CreateAcceptedPlanRequest.ProtoReflect.Descriptor instead.

func (*CreateAcceptedPlanRequest) GetAcceptedPlan

func (*CreateAcceptedPlanRequest) GetParent

func (*CreateAcceptedPlanRequest) GotenMessage

func (*CreateAcceptedPlanRequest) GotenMessage()

func (*CreateAcceptedPlanRequest) GotenValidate

func (obj *CreateAcceptedPlanRequest) GotenValidate() error

func (*CreateAcceptedPlanRequest) Marshal

func (m *CreateAcceptedPlanRequest) Marshal() ([]byte, error)

func (*CreateAcceptedPlanRequest) MarshalJSON

func (m *CreateAcceptedPlanRequest) MarshalJSON() ([]byte, error)

func (*CreateAcceptedPlanRequest) ProtoMessage

func (*CreateAcceptedPlanRequest) ProtoMessage()

func (*CreateAcceptedPlanRequest) ProtoReflect

func (m *CreateAcceptedPlanRequest) ProtoReflect() preflect.Message

func (*CreateAcceptedPlanRequest) Reset

func (m *CreateAcceptedPlanRequest) Reset()

func (*CreateAcceptedPlanRequest) SetAcceptedPlan

func (m *CreateAcceptedPlanRequest) SetAcceptedPlan(fv *accepted_plan.AcceptedPlan)

func (*CreateAcceptedPlanRequest) SetParent

func (*CreateAcceptedPlanRequest) String

func (m *CreateAcceptedPlanRequest) String() string

func (*CreateAcceptedPlanRequest) Unmarshal

func (m *CreateAcceptedPlanRequest) Unmarshal(b []byte) error

func (*CreateAcceptedPlanRequest) UnmarshalJSON

func (m *CreateAcceptedPlanRequest) UnmarshalJSON(data []byte) error

type DeleteAcceptedPlanDescriptor

type DeleteAcceptedPlanDescriptor struct{}

func GetDeleteAcceptedPlanDescriptor

func GetDeleteAcceptedPlanDescriptor() *DeleteAcceptedPlanDescriptor

func (*DeleteAcceptedPlanDescriptor) GetApiDescriptor

func (*DeleteAcceptedPlanDescriptor) GetApiName

func (d *DeleteAcceptedPlanDescriptor) GetApiName() string

func (*DeleteAcceptedPlanDescriptor) GetClientMsgReflectHandle

func (d *DeleteAcceptedPlanDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteAcceptedPlanDescriptor) GetFullMethodName

func (d *DeleteAcceptedPlanDescriptor) GetFullMethodName() string

func (*DeleteAcceptedPlanDescriptor) GetMethodName

func (d *DeleteAcceptedPlanDescriptor) GetMethodName() string

func (*DeleteAcceptedPlanDescriptor) GetProtoPkgName

func (d *DeleteAcceptedPlanDescriptor) GetProtoPkgName() string

func (*DeleteAcceptedPlanDescriptor) GetResourceDescriptor

func (d *DeleteAcceptedPlanDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeleteAcceptedPlanDescriptor) GetServerMsgReflectHandle

func (d *DeleteAcceptedPlanDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeleteAcceptedPlanDescriptor) GetServiceDomain

func (d *DeleteAcceptedPlanDescriptor) GetServiceDomain() string

func (*DeleteAcceptedPlanDescriptor) GetServiceVersion

func (d *DeleteAcceptedPlanDescriptor) GetServiceVersion() string

func (*DeleteAcceptedPlanDescriptor) GetVerb

func (d *DeleteAcceptedPlanDescriptor) GetVerb() string

func (*DeleteAcceptedPlanDescriptor) HasResource

func (d *DeleteAcceptedPlanDescriptor) HasResource() bool

func (*DeleteAcceptedPlanDescriptor) IsClientStream

func (d *DeleteAcceptedPlanDescriptor) IsClientStream() bool

func (*DeleteAcceptedPlanDescriptor) IsCollection

func (d *DeleteAcceptedPlanDescriptor) IsCollection() bool

func (*DeleteAcceptedPlanDescriptor) IsPlural

func (d *DeleteAcceptedPlanDescriptor) IsPlural() bool

func (*DeleteAcceptedPlanDescriptor) IsServerStream

func (d *DeleteAcceptedPlanDescriptor) IsServerStream() bool

func (*DeleteAcceptedPlanDescriptor) IsUnary

func (d *DeleteAcceptedPlanDescriptor) IsUnary() bool

func (*DeleteAcceptedPlanDescriptor) NewEmptyClientMsg

func (d *DeleteAcceptedPlanDescriptor) NewEmptyClientMsg() proto.Message

func (*DeleteAcceptedPlanDescriptor) NewEmptyServerMsg

func (d *DeleteAcceptedPlanDescriptor) NewEmptyServerMsg() proto.Message

func (*DeleteAcceptedPlanDescriptor) RequestHasResourceBody

func (d *DeleteAcceptedPlanDescriptor) RequestHasResourceBody() bool

type DeleteAcceptedPlanDescriptorClientMsgHandle

type DeleteAcceptedPlanDescriptorClientMsgHandle struct{}

func (*DeleteAcceptedPlanDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteAcceptedPlanDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteAcceptedPlanDescriptorClientMsgHandle) ExtractResourceNames

type DeleteAcceptedPlanDescriptorServerMsgHandle

type DeleteAcceptedPlanDescriptorServerMsgHandle struct{}

func (*DeleteAcceptedPlanDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteAcceptedPlanDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteAcceptedPlanDescriptorServerMsgHandle) ExtractResourceNames

type DeleteAcceptedPlanRequest

type DeleteAcceptedPlanRequest struct {

	// Name of ntt.limits.v1alpha2.AcceptedPlan
	Name *accepted_plan.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteAcceptedPlan][ntt.limits.v1alpha2.DeleteAcceptedPlan]

func (*DeleteAcceptedPlanRequest) Descriptor

func (*DeleteAcceptedPlanRequest) Descriptor() ([]byte, []int)

Deprecated, Use DeleteAcceptedPlanRequest.ProtoReflect.Descriptor instead.

func (*DeleteAcceptedPlanRequest) GetName

func (*DeleteAcceptedPlanRequest) GotenMessage

func (*DeleteAcceptedPlanRequest) GotenMessage()

func (*DeleteAcceptedPlanRequest) GotenValidate

func (obj *DeleteAcceptedPlanRequest) GotenValidate() error

func (*DeleteAcceptedPlanRequest) Marshal

func (m *DeleteAcceptedPlanRequest) Marshal() ([]byte, error)

func (*DeleteAcceptedPlanRequest) MarshalJSON

func (m *DeleteAcceptedPlanRequest) MarshalJSON() ([]byte, error)

func (*DeleteAcceptedPlanRequest) ProtoMessage

func (*DeleteAcceptedPlanRequest) ProtoMessage()

func (*DeleteAcceptedPlanRequest) ProtoReflect

func (m *DeleteAcceptedPlanRequest) ProtoReflect() preflect.Message

func (*DeleteAcceptedPlanRequest) Reset

func (m *DeleteAcceptedPlanRequest) Reset()

func (*DeleteAcceptedPlanRequest) SetName

func (*DeleteAcceptedPlanRequest) String

func (m *DeleteAcceptedPlanRequest) String() string

func (*DeleteAcceptedPlanRequest) Unmarshal

func (m *DeleteAcceptedPlanRequest) Unmarshal(b []byte) error

func (*DeleteAcceptedPlanRequest) UnmarshalJSON

func (m *DeleteAcceptedPlanRequest) UnmarshalJSON(data []byte) error

type GetAcceptedPlanDescriptor

type GetAcceptedPlanDescriptor struct{}

func GetGetAcceptedPlanDescriptor

func GetGetAcceptedPlanDescriptor() *GetAcceptedPlanDescriptor

func (*GetAcceptedPlanDescriptor) GetApiDescriptor

func (d *GetAcceptedPlanDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetAcceptedPlanDescriptor) GetApiName

func (d *GetAcceptedPlanDescriptor) GetApiName() string

func (*GetAcceptedPlanDescriptor) GetClientMsgReflectHandle

func (d *GetAcceptedPlanDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetAcceptedPlanDescriptor) GetFullMethodName

func (d *GetAcceptedPlanDescriptor) GetFullMethodName() string

func (*GetAcceptedPlanDescriptor) GetMethodName

func (d *GetAcceptedPlanDescriptor) GetMethodName() string

func (*GetAcceptedPlanDescriptor) GetProtoPkgName

func (d *GetAcceptedPlanDescriptor) GetProtoPkgName() string

func (*GetAcceptedPlanDescriptor) GetResourceDescriptor

func (d *GetAcceptedPlanDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetAcceptedPlanDescriptor) GetServerMsgReflectHandle

func (d *GetAcceptedPlanDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetAcceptedPlanDescriptor) GetServiceDomain

func (d *GetAcceptedPlanDescriptor) GetServiceDomain() string

func (*GetAcceptedPlanDescriptor) GetServiceVersion

func (d *GetAcceptedPlanDescriptor) GetServiceVersion() string

func (*GetAcceptedPlanDescriptor) GetVerb

func (d *GetAcceptedPlanDescriptor) GetVerb() string

func (*GetAcceptedPlanDescriptor) HasResource

func (d *GetAcceptedPlanDescriptor) HasResource() bool

func (*GetAcceptedPlanDescriptor) IsClientStream

func (d *GetAcceptedPlanDescriptor) IsClientStream() bool

func (*GetAcceptedPlanDescriptor) IsCollection

func (d *GetAcceptedPlanDescriptor) IsCollection() bool

func (*GetAcceptedPlanDescriptor) IsPlural

func (d *GetAcceptedPlanDescriptor) IsPlural() bool

func (*GetAcceptedPlanDescriptor) IsServerStream

func (d *GetAcceptedPlanDescriptor) IsServerStream() bool

func (*GetAcceptedPlanDescriptor) IsUnary

func (d *GetAcceptedPlanDescriptor) IsUnary() bool

func (*GetAcceptedPlanDescriptor) NewEmptyClientMsg

func (d *GetAcceptedPlanDescriptor) NewEmptyClientMsg() proto.Message

func (*GetAcceptedPlanDescriptor) NewEmptyServerMsg

func (d *GetAcceptedPlanDescriptor) NewEmptyServerMsg() proto.Message

func (*GetAcceptedPlanDescriptor) RequestHasResourceBody

func (d *GetAcceptedPlanDescriptor) RequestHasResourceBody() bool

type GetAcceptedPlanDescriptorClientMsgHandle

type GetAcceptedPlanDescriptorClientMsgHandle struct{}

func (*GetAcceptedPlanDescriptorClientMsgHandle) ExtractCollectionName

func (*GetAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetAcceptedPlanDescriptorClientMsgHandle) ExtractResourceName

func (*GetAcceptedPlanDescriptorClientMsgHandle) ExtractResourceNames

type GetAcceptedPlanDescriptorServerMsgHandle

type GetAcceptedPlanDescriptorServerMsgHandle struct{}

func (*GetAcceptedPlanDescriptorServerMsgHandle) ExtractCollectionName

func (*GetAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetAcceptedPlanDescriptorServerMsgHandle) ExtractResourceName

func (*GetAcceptedPlanDescriptorServerMsgHandle) ExtractResourceNames

type GetAcceptedPlanRequest

type GetAcceptedPlanRequest struct {

	// Name of ntt.limits.v1alpha2.AcceptedPlan
	Name *accepted_plan.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *accepted_plan.AcceptedPlan_FieldMask `` /* 144-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [GetAcceptedPlan][ntt.limits.v1alpha2.GetAcceptedPlan]

func (*GetAcceptedPlanRequest) Descriptor

func (*GetAcceptedPlanRequest) Descriptor() ([]byte, []int)

Deprecated, Use GetAcceptedPlanRequest.ProtoReflect.Descriptor instead.

func (*GetAcceptedPlanRequest) GetFieldMask

func (*GetAcceptedPlanRequest) GetName

func (*GetAcceptedPlanRequest) GetView

func (m *GetAcceptedPlanRequest) GetView() view.View

func (*GetAcceptedPlanRequest) GotenMessage

func (*GetAcceptedPlanRequest) GotenMessage()

func (*GetAcceptedPlanRequest) GotenValidate

func (obj *GetAcceptedPlanRequest) GotenValidate() error

func (*GetAcceptedPlanRequest) Marshal

func (m *GetAcceptedPlanRequest) Marshal() ([]byte, error)

func (*GetAcceptedPlanRequest) MarshalJSON

func (m *GetAcceptedPlanRequest) MarshalJSON() ([]byte, error)

func (*GetAcceptedPlanRequest) ProtoMessage

func (*GetAcceptedPlanRequest) ProtoMessage()

func (*GetAcceptedPlanRequest) ProtoReflect

func (m *GetAcceptedPlanRequest) ProtoReflect() preflect.Message

func (*GetAcceptedPlanRequest) Reset

func (m *GetAcceptedPlanRequest) Reset()

func (*GetAcceptedPlanRequest) SetFieldMask

func (*GetAcceptedPlanRequest) SetName

func (m *GetAcceptedPlanRequest) SetName(fv *accepted_plan.Name)

func (*GetAcceptedPlanRequest) SetView

func (m *GetAcceptedPlanRequest) SetView(fv view.View)

func (*GetAcceptedPlanRequest) String

func (m *GetAcceptedPlanRequest) String() string

func (*GetAcceptedPlanRequest) Unmarshal

func (m *GetAcceptedPlanRequest) Unmarshal(b []byte) error

func (*GetAcceptedPlanRequest) UnmarshalJSON

func (m *GetAcceptedPlanRequest) UnmarshalJSON(data []byte) error

type ListAcceptedPlansDescriptor

type ListAcceptedPlansDescriptor struct{}

func GetListAcceptedPlansDescriptor

func GetListAcceptedPlansDescriptor() *ListAcceptedPlansDescriptor

func (*ListAcceptedPlansDescriptor) GetApiDescriptor

func (*ListAcceptedPlansDescriptor) GetApiName

func (d *ListAcceptedPlansDescriptor) GetApiName() string

func (*ListAcceptedPlansDescriptor) GetClientMsgReflectHandle

func (d *ListAcceptedPlansDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListAcceptedPlansDescriptor) GetFullMethodName

func (d *ListAcceptedPlansDescriptor) GetFullMethodName() string

func (*ListAcceptedPlansDescriptor) GetMethodName

func (d *ListAcceptedPlansDescriptor) GetMethodName() string

func (*ListAcceptedPlansDescriptor) GetProtoPkgName

func (d *ListAcceptedPlansDescriptor) GetProtoPkgName() string

func (*ListAcceptedPlansDescriptor) GetResourceDescriptor

func (d *ListAcceptedPlansDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListAcceptedPlansDescriptor) GetServerMsgReflectHandle

func (d *ListAcceptedPlansDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListAcceptedPlansDescriptor) GetServiceDomain

func (d *ListAcceptedPlansDescriptor) GetServiceDomain() string

func (*ListAcceptedPlansDescriptor) GetServiceVersion

func (d *ListAcceptedPlansDescriptor) GetServiceVersion() string

func (*ListAcceptedPlansDescriptor) GetVerb

func (d *ListAcceptedPlansDescriptor) GetVerb() string

func (*ListAcceptedPlansDescriptor) HasResource

func (d *ListAcceptedPlansDescriptor) HasResource() bool

func (*ListAcceptedPlansDescriptor) IsClientStream

func (d *ListAcceptedPlansDescriptor) IsClientStream() bool

func (*ListAcceptedPlansDescriptor) IsCollection

func (d *ListAcceptedPlansDescriptor) IsCollection() bool

func (*ListAcceptedPlansDescriptor) IsPlural

func (d *ListAcceptedPlansDescriptor) IsPlural() bool

func (*ListAcceptedPlansDescriptor) IsServerStream

func (d *ListAcceptedPlansDescriptor) IsServerStream() bool

func (*ListAcceptedPlansDescriptor) IsUnary

func (d *ListAcceptedPlansDescriptor) IsUnary() bool

func (*ListAcceptedPlansDescriptor) NewEmptyClientMsg

func (d *ListAcceptedPlansDescriptor) NewEmptyClientMsg() proto.Message

func (*ListAcceptedPlansDescriptor) NewEmptyServerMsg

func (d *ListAcceptedPlansDescriptor) NewEmptyServerMsg() proto.Message

func (*ListAcceptedPlansDescriptor) RequestHasResourceBody

func (d *ListAcceptedPlansDescriptor) RequestHasResourceBody() bool

type ListAcceptedPlansDescriptorClientMsgHandle

type ListAcceptedPlansDescriptorClientMsgHandle struct{}

func (*ListAcceptedPlansDescriptorClientMsgHandle) ExtractCollectionName

func (*ListAcceptedPlansDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListAcceptedPlansDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListAcceptedPlansDescriptorClientMsgHandle) ExtractResourceName

func (*ListAcceptedPlansDescriptorClientMsgHandle) ExtractResourceNames

type ListAcceptedPlansDescriptorServerMsgHandle

type ListAcceptedPlansDescriptorServerMsgHandle struct{}

func (*ListAcceptedPlansDescriptorServerMsgHandle) ExtractCollectionName

func (*ListAcceptedPlansDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListAcceptedPlansDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListAcceptedPlansDescriptorServerMsgHandle) ExtractResourceName

func (*ListAcceptedPlansDescriptorServerMsgHandle) ExtractResourceNames

type ListAcceptedPlansRequest

type ListAcceptedPlansRequest struct {

	// Parent name of ntt.limits.v1alpha2.AcceptedPlan
	Parent *accepted_plan.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AcceptedPlans than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [ListAcceptedPlansResponse.next_page_token][ntt.limits.v1alpha2.ListAcceptedPlansResponse.next_page_token]
	PageToken *accepted_plan.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *accepted_plan.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *accepted_plan.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *accepted_plan.AcceptedPlan_FieldMask `` /* 144-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListAcceptedPlans][ntt.limits.v1alpha2.ListAcceptedPlans]

func (*ListAcceptedPlansRequest) Descriptor

func (*ListAcceptedPlansRequest) Descriptor() ([]byte, []int)

Deprecated, Use ListAcceptedPlansRequest.ProtoReflect.Descriptor instead.

func (*ListAcceptedPlansRequest) GetFieldMask

func (*ListAcceptedPlansRequest) GetFilter

func (*ListAcceptedPlansRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListAcceptedPlansRequest) GetIncludePagingInfo() bool

func (*ListAcceptedPlansRequest) GetOrderBy

func (*ListAcceptedPlansRequest) GetPageSize

func (m *ListAcceptedPlansRequest) GetPageSize() int32

func (*ListAcceptedPlansRequest) GetPageToken

func (*ListAcceptedPlansRequest) GetParent

func (*ListAcceptedPlansRequest) GetView

func (m *ListAcceptedPlansRequest) GetView() view.View

func (*ListAcceptedPlansRequest) GotenMessage

func (*ListAcceptedPlansRequest) GotenMessage()

func (*ListAcceptedPlansRequest) GotenValidate

func (obj *ListAcceptedPlansRequest) GotenValidate() error

func (*ListAcceptedPlansRequest) Marshal

func (m *ListAcceptedPlansRequest) Marshal() ([]byte, error)

func (*ListAcceptedPlansRequest) MarshalJSON

func (m *ListAcceptedPlansRequest) MarshalJSON() ([]byte, error)

func (*ListAcceptedPlansRequest) ProtoMessage

func (*ListAcceptedPlansRequest) ProtoMessage()

func (*ListAcceptedPlansRequest) ProtoReflect

func (m *ListAcceptedPlansRequest) ProtoReflect() preflect.Message

func (*ListAcceptedPlansRequest) Reset

func (m *ListAcceptedPlansRequest) Reset()

func (*ListAcceptedPlansRequest) SetFieldMask

func (*ListAcceptedPlansRequest) SetFilter

func (m *ListAcceptedPlansRequest) SetFilter(fv *accepted_plan.Filter)

func (*ListAcceptedPlansRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListAcceptedPlansRequest) SetIncludePagingInfo(fv bool)

func (*ListAcceptedPlansRequest) SetOrderBy

func (m *ListAcceptedPlansRequest) SetOrderBy(fv *accepted_plan.OrderBy)

func (*ListAcceptedPlansRequest) SetPageSize

func (m *ListAcceptedPlansRequest) SetPageSize(fv int32)

func (*ListAcceptedPlansRequest) SetPageToken

func (m *ListAcceptedPlansRequest) SetPageToken(fv *accepted_plan.PagerCursor)

func (*ListAcceptedPlansRequest) SetParent

func (*ListAcceptedPlansRequest) SetView

func (m *ListAcceptedPlansRequest) SetView(fv view.View)

func (*ListAcceptedPlansRequest) String

func (m *ListAcceptedPlansRequest) String() string

func (*ListAcceptedPlansRequest) Unmarshal

func (m *ListAcceptedPlansRequest) Unmarshal(b []byte) error

func (*ListAcceptedPlansRequest) UnmarshalJSON

func (m *ListAcceptedPlansRequest) UnmarshalJSON(data []byte) error

type ListAcceptedPlansResponse

type ListAcceptedPlansResponse struct {

	// The list of AcceptedPlans
	AcceptedPlans []*accepted_plan.AcceptedPlan `` /* 126-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListAcceptedPlansRequest.page_token][ntt.limits.v1alpha2.ListAcceptedPlansRequest.page_token]
	PrevPageToken *accepted_plan.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListAcceptedPlansRequest.page_token][ntt.limits.v1alpha2.ListAcceptedPlansRequest.page_token]
	NextPageToken *accepted_plan.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total AcceptedPlans across all pages or 0, if there are no items,
	// paging info was not requested or there was an error while trying to get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListAcceptedPlans][ntt.limits.v1alpha2.ListAcceptedPlans]

func (*ListAcceptedPlansResponse) Descriptor

func (*ListAcceptedPlansResponse) Descriptor() ([]byte, []int)

Deprecated, Use ListAcceptedPlansResponse.ProtoReflect.Descriptor instead.

func (*ListAcceptedPlansResponse) GetAcceptedPlans

func (m *ListAcceptedPlansResponse) GetAcceptedPlans() []*accepted_plan.AcceptedPlan

func (*ListAcceptedPlansResponse) GetCurrentOffset added in v0.10.1

func (m *ListAcceptedPlansResponse) GetCurrentOffset() int32

func (*ListAcceptedPlansResponse) GetNextPageToken

func (m *ListAcceptedPlansResponse) GetNextPageToken() *accepted_plan.PagerCursor

func (*ListAcceptedPlansResponse) GetPrevPageToken

func (m *ListAcceptedPlansResponse) GetPrevPageToken() *accepted_plan.PagerCursor

func (*ListAcceptedPlansResponse) GetTotalResultsCount added in v0.10.1

func (m *ListAcceptedPlansResponse) GetTotalResultsCount() int32

func (*ListAcceptedPlansResponse) GotenMessage

func (*ListAcceptedPlansResponse) GotenMessage()

func (*ListAcceptedPlansResponse) GotenValidate

func (obj *ListAcceptedPlansResponse) GotenValidate() error

func (*ListAcceptedPlansResponse) Marshal

func (m *ListAcceptedPlansResponse) Marshal() ([]byte, error)

func (*ListAcceptedPlansResponse) MarshalJSON

func (m *ListAcceptedPlansResponse) MarshalJSON() ([]byte, error)

func (*ListAcceptedPlansResponse) ProtoMessage

func (*ListAcceptedPlansResponse) ProtoMessage()

func (*ListAcceptedPlansResponse) ProtoReflect

func (m *ListAcceptedPlansResponse) ProtoReflect() preflect.Message

func (*ListAcceptedPlansResponse) Reset

func (m *ListAcceptedPlansResponse) Reset()

func (*ListAcceptedPlansResponse) SetAcceptedPlans

func (m *ListAcceptedPlansResponse) SetAcceptedPlans(fv []*accepted_plan.AcceptedPlan)

func (*ListAcceptedPlansResponse) SetCurrentOffset added in v0.10.1

func (m *ListAcceptedPlansResponse) SetCurrentOffset(fv int32)

func (*ListAcceptedPlansResponse) SetNextPageToken

func (m *ListAcceptedPlansResponse) SetNextPageToken(fv *accepted_plan.PagerCursor)

func (*ListAcceptedPlansResponse) SetPrevPageToken

func (m *ListAcceptedPlansResponse) SetPrevPageToken(fv *accepted_plan.PagerCursor)

func (*ListAcceptedPlansResponse) SetTotalResultsCount added in v0.10.1

func (m *ListAcceptedPlansResponse) SetTotalResultsCount(fv int32)

func (*ListAcceptedPlansResponse) String

func (m *ListAcceptedPlansResponse) String() string

func (*ListAcceptedPlansResponse) Unmarshal

func (m *ListAcceptedPlansResponse) Unmarshal(b []byte) error

func (*ListAcceptedPlansResponse) UnmarshalJSON

func (m *ListAcceptedPlansResponse) UnmarshalJSON(data []byte) error

type UpdateAcceptedPlanDescriptor

type UpdateAcceptedPlanDescriptor struct{}

func GetUpdateAcceptedPlanDescriptor

func GetUpdateAcceptedPlanDescriptor() *UpdateAcceptedPlanDescriptor

func (*UpdateAcceptedPlanDescriptor) GetApiDescriptor

func (*UpdateAcceptedPlanDescriptor) GetApiName

func (d *UpdateAcceptedPlanDescriptor) GetApiName() string

func (*UpdateAcceptedPlanDescriptor) GetClientMsgReflectHandle

func (d *UpdateAcceptedPlanDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateAcceptedPlanDescriptor) GetFullMethodName

func (d *UpdateAcceptedPlanDescriptor) GetFullMethodName() string

func (*UpdateAcceptedPlanDescriptor) GetMethodName

func (d *UpdateAcceptedPlanDescriptor) GetMethodName() string

func (*UpdateAcceptedPlanDescriptor) GetProtoPkgName

func (d *UpdateAcceptedPlanDescriptor) GetProtoPkgName() string

func (*UpdateAcceptedPlanDescriptor) GetResourceDescriptor

func (d *UpdateAcceptedPlanDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*UpdateAcceptedPlanDescriptor) GetServerMsgReflectHandle

func (d *UpdateAcceptedPlanDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdateAcceptedPlanDescriptor) GetServiceDomain

func (d *UpdateAcceptedPlanDescriptor) GetServiceDomain() string

func (*UpdateAcceptedPlanDescriptor) GetServiceVersion

func (d *UpdateAcceptedPlanDescriptor) GetServiceVersion() string

func (*UpdateAcceptedPlanDescriptor) GetVerb

func (d *UpdateAcceptedPlanDescriptor) GetVerb() string

func (*UpdateAcceptedPlanDescriptor) HasResource

func (d *UpdateAcceptedPlanDescriptor) HasResource() bool

func (*UpdateAcceptedPlanDescriptor) IsClientStream

func (d *UpdateAcceptedPlanDescriptor) IsClientStream() bool

func (*UpdateAcceptedPlanDescriptor) IsCollection

func (d *UpdateAcceptedPlanDescriptor) IsCollection() bool

func (*UpdateAcceptedPlanDescriptor) IsPlural

func (d *UpdateAcceptedPlanDescriptor) IsPlural() bool

func (*UpdateAcceptedPlanDescriptor) IsServerStream

func (d *UpdateAcceptedPlanDescriptor) IsServerStream() bool

func (*UpdateAcceptedPlanDescriptor) IsUnary

func (d *UpdateAcceptedPlanDescriptor) IsUnary() bool

func (*UpdateAcceptedPlanDescriptor) NewEmptyClientMsg

func (d *UpdateAcceptedPlanDescriptor) NewEmptyClientMsg() proto.Message

func (*UpdateAcceptedPlanDescriptor) NewEmptyServerMsg

func (d *UpdateAcceptedPlanDescriptor) NewEmptyServerMsg() proto.Message

func (*UpdateAcceptedPlanDescriptor) RequestHasResourceBody

func (d *UpdateAcceptedPlanDescriptor) RequestHasResourceBody() bool

type UpdateAcceptedPlanDescriptorClientMsgHandle

type UpdateAcceptedPlanDescriptorClientMsgHandle struct{}

func (*UpdateAcceptedPlanDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateAcceptedPlanDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateAcceptedPlanDescriptorClientMsgHandle) ExtractResourceNames

type UpdateAcceptedPlanDescriptorServerMsgHandle

type UpdateAcceptedPlanDescriptorServerMsgHandle struct{}

func (*UpdateAcceptedPlanDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateAcceptedPlanDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateAcceptedPlanDescriptorServerMsgHandle) ExtractResourceNames

type UpdateAcceptedPlanRequest

type UpdateAcceptedPlanRequest struct {

	// AcceptedPlan resource body
	AcceptedPlan *accepted_plan.AcceptedPlan `protobuf:"bytes,2,opt,name=accepted_plan,json=acceptedPlan,proto3" json:"accepted_plan,omitempty" firestore:"acceptedPlan"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *accepted_plan.AcceptedPlan_FieldMask `` /* 148-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdateAcceptedPlanRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdateAcceptedPlan][ntt.limits.v1alpha2.UpdateAcceptedPlan]

func (*UpdateAcceptedPlanRequest) Descriptor

func (*UpdateAcceptedPlanRequest) Descriptor() ([]byte, []int)

Deprecated, Use UpdateAcceptedPlanRequest.ProtoReflect.Descriptor instead.

func (*UpdateAcceptedPlanRequest) GetAcceptedPlan

func (*UpdateAcceptedPlanRequest) GetAllowMissing added in v0.12.33

func (m *UpdateAcceptedPlanRequest) GetAllowMissing() bool

func (*UpdateAcceptedPlanRequest) GetCas

func (*UpdateAcceptedPlanRequest) GetUpdateMask

func (*UpdateAcceptedPlanRequest) GotenMessage

func (*UpdateAcceptedPlanRequest) GotenMessage()

func (*UpdateAcceptedPlanRequest) GotenValidate

func (obj *UpdateAcceptedPlanRequest) GotenValidate() error

func (*UpdateAcceptedPlanRequest) Marshal

func (m *UpdateAcceptedPlanRequest) Marshal() ([]byte, error)

func (*UpdateAcceptedPlanRequest) MarshalJSON

func (m *UpdateAcceptedPlanRequest) MarshalJSON() ([]byte, error)

func (*UpdateAcceptedPlanRequest) ProtoMessage

func (*UpdateAcceptedPlanRequest) ProtoMessage()

func (*UpdateAcceptedPlanRequest) ProtoReflect

func (m *UpdateAcceptedPlanRequest) ProtoReflect() preflect.Message

func (*UpdateAcceptedPlanRequest) Reset

func (m *UpdateAcceptedPlanRequest) Reset()

func (*UpdateAcceptedPlanRequest) SetAcceptedPlan

func (m *UpdateAcceptedPlanRequest) SetAcceptedPlan(fv *accepted_plan.AcceptedPlan)

func (*UpdateAcceptedPlanRequest) SetAllowMissing added in v0.12.33

func (m *UpdateAcceptedPlanRequest) SetAllowMissing(fv bool)

func (*UpdateAcceptedPlanRequest) SetCas

func (*UpdateAcceptedPlanRequest) SetUpdateMask

func (*UpdateAcceptedPlanRequest) String

func (m *UpdateAcceptedPlanRequest) String() string

func (*UpdateAcceptedPlanRequest) Unmarshal

func (m *UpdateAcceptedPlanRequest) Unmarshal(b []byte) error

func (*UpdateAcceptedPlanRequest) UnmarshalJSON

func (m *UpdateAcceptedPlanRequest) UnmarshalJSON(data []byte) error

type UpdateAcceptedPlanRequest_CAS

type UpdateAcceptedPlanRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *accepted_plan.AcceptedPlan `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *accepted_plan.AcceptedPlan_FieldMask `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.

func (*UpdateAcceptedPlanRequest_CAS) Descriptor

func (*UpdateAcceptedPlanRequest_CAS) Descriptor() ([]byte, []int)

Deprecated, Use UpdateAcceptedPlanRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateAcceptedPlanRequest_CAS) GetConditionalState

func (m *UpdateAcceptedPlanRequest_CAS) GetConditionalState() *accepted_plan.AcceptedPlan

func (*UpdateAcceptedPlanRequest_CAS) GetFieldMask

func (*UpdateAcceptedPlanRequest_CAS) GotenMessage

func (*UpdateAcceptedPlanRequest_CAS) GotenMessage()

func (*UpdateAcceptedPlanRequest_CAS) GotenValidate

func (obj *UpdateAcceptedPlanRequest_CAS) GotenValidate() error

func (*UpdateAcceptedPlanRequest_CAS) Marshal

func (m *UpdateAcceptedPlanRequest_CAS) Marshal() ([]byte, error)

func (*UpdateAcceptedPlanRequest_CAS) MarshalJSON

func (m *UpdateAcceptedPlanRequest_CAS) MarshalJSON() ([]byte, error)

func (*UpdateAcceptedPlanRequest_CAS) ProtoMessage

func (*UpdateAcceptedPlanRequest_CAS) ProtoMessage()

func (*UpdateAcceptedPlanRequest_CAS) ProtoReflect

func (*UpdateAcceptedPlanRequest_CAS) Reset

func (m *UpdateAcceptedPlanRequest_CAS) Reset()

func (*UpdateAcceptedPlanRequest_CAS) SetConditionalState

func (m *UpdateAcceptedPlanRequest_CAS) SetConditionalState(fv *accepted_plan.AcceptedPlan)

func (*UpdateAcceptedPlanRequest_CAS) SetFieldMask

func (*UpdateAcceptedPlanRequest_CAS) String

func (*UpdateAcceptedPlanRequest_CAS) Unmarshal

func (m *UpdateAcceptedPlanRequest_CAS) Unmarshal(b []byte) error

func (*UpdateAcceptedPlanRequest_CAS) UnmarshalJSON

func (m *UpdateAcceptedPlanRequest_CAS) UnmarshalJSON(data []byte) error

type WatchAcceptedPlanClientStream

type WatchAcceptedPlanClientStream interface {
	Recv() (*WatchAcceptedPlanResponse, error)
	grpc.ClientStream
}

type WatchAcceptedPlanDescriptor

type WatchAcceptedPlanDescriptor struct{}

func GetWatchAcceptedPlanDescriptor

func GetWatchAcceptedPlanDescriptor() *WatchAcceptedPlanDescriptor

func (*WatchAcceptedPlanDescriptor) GetApiDescriptor

func (*WatchAcceptedPlanDescriptor) GetApiName

func (d *WatchAcceptedPlanDescriptor) GetApiName() string

func (*WatchAcceptedPlanDescriptor) GetClientMsgReflectHandle

func (d *WatchAcceptedPlanDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchAcceptedPlanDescriptor) GetFullMethodName

func (d *WatchAcceptedPlanDescriptor) GetFullMethodName() string

func (*WatchAcceptedPlanDescriptor) GetMethodName

func (d *WatchAcceptedPlanDescriptor) GetMethodName() string

func (*WatchAcceptedPlanDescriptor) GetProtoPkgName

func (d *WatchAcceptedPlanDescriptor) GetProtoPkgName() string

func (*WatchAcceptedPlanDescriptor) GetResourceDescriptor

func (d *WatchAcceptedPlanDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchAcceptedPlanDescriptor) GetServerMsgReflectHandle

func (d *WatchAcceptedPlanDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchAcceptedPlanDescriptor) GetServiceDomain

func (d *WatchAcceptedPlanDescriptor) GetServiceDomain() string

func (*WatchAcceptedPlanDescriptor) GetServiceVersion

func (d *WatchAcceptedPlanDescriptor) GetServiceVersion() string

func (*WatchAcceptedPlanDescriptor) GetVerb

func (d *WatchAcceptedPlanDescriptor) GetVerb() string

func (*WatchAcceptedPlanDescriptor) HasResource

func (d *WatchAcceptedPlanDescriptor) HasResource() bool

func (*WatchAcceptedPlanDescriptor) IsClientStream

func (d *WatchAcceptedPlanDescriptor) IsClientStream() bool

func (*WatchAcceptedPlanDescriptor) IsCollection

func (d *WatchAcceptedPlanDescriptor) IsCollection() bool

func (*WatchAcceptedPlanDescriptor) IsPlural

func (d *WatchAcceptedPlanDescriptor) IsPlural() bool

func (*WatchAcceptedPlanDescriptor) IsServerStream

func (d *WatchAcceptedPlanDescriptor) IsServerStream() bool

func (*WatchAcceptedPlanDescriptor) IsUnary

func (d *WatchAcceptedPlanDescriptor) IsUnary() bool

func (*WatchAcceptedPlanDescriptor) NewEmptyClientMsg

func (d *WatchAcceptedPlanDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchAcceptedPlanDescriptor) NewEmptyServerMsg

func (d *WatchAcceptedPlanDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchAcceptedPlanDescriptor) RequestHasResourceBody

func (d *WatchAcceptedPlanDescriptor) RequestHasResourceBody() bool

type WatchAcceptedPlanDescriptorClientMsgHandle

type WatchAcceptedPlanDescriptorClientMsgHandle struct{}

func (*WatchAcceptedPlanDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchAcceptedPlanDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchAcceptedPlanDescriptorClientMsgHandle) ExtractResourceName

func (*WatchAcceptedPlanDescriptorClientMsgHandle) ExtractResourceNames

type WatchAcceptedPlanDescriptorServerMsgHandle

type WatchAcceptedPlanDescriptorServerMsgHandle struct{}

func (*WatchAcceptedPlanDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchAcceptedPlanDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchAcceptedPlanDescriptorServerMsgHandle) ExtractResourceName

func (*WatchAcceptedPlanDescriptorServerMsgHandle) ExtractResourceNames

type WatchAcceptedPlanRequest

type WatchAcceptedPlanRequest struct {

	// Name of ntt.limits.v1alpha2.AcceptedPlan
	Name *accepted_plan.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *accepted_plan.AcceptedPlan_FieldMask `` /* 144-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [WatchAcceptedPlan][ntt.limits.v1alpha2.WatchAcceptedPlan]

func (*WatchAcceptedPlanRequest) Descriptor

func (*WatchAcceptedPlanRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchAcceptedPlanRequest.ProtoReflect.Descriptor instead.

func (*WatchAcceptedPlanRequest) GetFieldMask

func (*WatchAcceptedPlanRequest) GetName

func (*WatchAcceptedPlanRequest) GetView

func (m *WatchAcceptedPlanRequest) GetView() view.View

func (*WatchAcceptedPlanRequest) GotenMessage

func (*WatchAcceptedPlanRequest) GotenMessage()

func (*WatchAcceptedPlanRequest) GotenValidate

func (obj *WatchAcceptedPlanRequest) GotenValidate() error

func (*WatchAcceptedPlanRequest) Marshal

func (m *WatchAcceptedPlanRequest) Marshal() ([]byte, error)

func (*WatchAcceptedPlanRequest) MarshalJSON

func (m *WatchAcceptedPlanRequest) MarshalJSON() ([]byte, error)

func (*WatchAcceptedPlanRequest) ProtoMessage

func (*WatchAcceptedPlanRequest) ProtoMessage()

func (*WatchAcceptedPlanRequest) ProtoReflect

func (m *WatchAcceptedPlanRequest) ProtoReflect() preflect.Message

func (*WatchAcceptedPlanRequest) Reset

func (m *WatchAcceptedPlanRequest) Reset()

func (*WatchAcceptedPlanRequest) SetFieldMask

func (*WatchAcceptedPlanRequest) SetName

func (*WatchAcceptedPlanRequest) SetView

func (m *WatchAcceptedPlanRequest) SetView(fv view.View)

func (*WatchAcceptedPlanRequest) String

func (m *WatchAcceptedPlanRequest) String() string

func (*WatchAcceptedPlanRequest) Unmarshal

func (m *WatchAcceptedPlanRequest) Unmarshal(b []byte) error

func (*WatchAcceptedPlanRequest) UnmarshalJSON

func (m *WatchAcceptedPlanRequest) UnmarshalJSON(data []byte) error

type WatchAcceptedPlanResponse

type WatchAcceptedPlanResponse struct {
	Change *accepted_plan.AcceptedPlanChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchAcceptedPlanResponse

func (*WatchAcceptedPlanResponse) Descriptor

func (*WatchAcceptedPlanResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchAcceptedPlanResponse.ProtoReflect.Descriptor instead.

func (*WatchAcceptedPlanResponse) GetChange

func (*WatchAcceptedPlanResponse) GotenMessage

func (*WatchAcceptedPlanResponse) GotenMessage()

func (*WatchAcceptedPlanResponse) GotenValidate

func (obj *WatchAcceptedPlanResponse) GotenValidate() error

func (*WatchAcceptedPlanResponse) Marshal

func (m *WatchAcceptedPlanResponse) Marshal() ([]byte, error)

func (*WatchAcceptedPlanResponse) MarshalJSON

func (m *WatchAcceptedPlanResponse) MarshalJSON() ([]byte, error)

func (*WatchAcceptedPlanResponse) ProtoMessage

func (*WatchAcceptedPlanResponse) ProtoMessage()

func (*WatchAcceptedPlanResponse) ProtoReflect

func (m *WatchAcceptedPlanResponse) ProtoReflect() preflect.Message

func (*WatchAcceptedPlanResponse) Reset

func (m *WatchAcceptedPlanResponse) Reset()

func (*WatchAcceptedPlanResponse) SetChange

func (*WatchAcceptedPlanResponse) String

func (m *WatchAcceptedPlanResponse) String() string

func (*WatchAcceptedPlanResponse) Unmarshal

func (m *WatchAcceptedPlanResponse) Unmarshal(b []byte) error

func (*WatchAcceptedPlanResponse) UnmarshalJSON

func (m *WatchAcceptedPlanResponse) UnmarshalJSON(data []byte) error

type WatchAcceptedPlansClientStream

type WatchAcceptedPlansClientStream interface {
	Recv() (*WatchAcceptedPlansResponse, error)
	grpc.ClientStream
}

type WatchAcceptedPlansDescriptor

type WatchAcceptedPlansDescriptor struct{}

func GetWatchAcceptedPlansDescriptor

func GetWatchAcceptedPlansDescriptor() *WatchAcceptedPlansDescriptor

func (*WatchAcceptedPlansDescriptor) GetApiDescriptor

func (*WatchAcceptedPlansDescriptor) GetApiName

func (d *WatchAcceptedPlansDescriptor) GetApiName() string

func (*WatchAcceptedPlansDescriptor) GetClientMsgReflectHandle

func (d *WatchAcceptedPlansDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchAcceptedPlansDescriptor) GetFullMethodName

func (d *WatchAcceptedPlansDescriptor) GetFullMethodName() string

func (*WatchAcceptedPlansDescriptor) GetMethodName

func (d *WatchAcceptedPlansDescriptor) GetMethodName() string

func (*WatchAcceptedPlansDescriptor) GetProtoPkgName

func (d *WatchAcceptedPlansDescriptor) GetProtoPkgName() string

func (*WatchAcceptedPlansDescriptor) GetResourceDescriptor

func (d *WatchAcceptedPlansDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchAcceptedPlansDescriptor) GetServerMsgReflectHandle

func (d *WatchAcceptedPlansDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchAcceptedPlansDescriptor) GetServiceDomain

func (d *WatchAcceptedPlansDescriptor) GetServiceDomain() string

func (*WatchAcceptedPlansDescriptor) GetServiceVersion

func (d *WatchAcceptedPlansDescriptor) GetServiceVersion() string

func (*WatchAcceptedPlansDescriptor) GetVerb

func (d *WatchAcceptedPlansDescriptor) GetVerb() string

func (*WatchAcceptedPlansDescriptor) HasResource

func (d *WatchAcceptedPlansDescriptor) HasResource() bool

func (*WatchAcceptedPlansDescriptor) IsClientStream

func (d *WatchAcceptedPlansDescriptor) IsClientStream() bool

func (*WatchAcceptedPlansDescriptor) IsCollection

func (d *WatchAcceptedPlansDescriptor) IsCollection() bool

func (*WatchAcceptedPlansDescriptor) IsPlural

func (d *WatchAcceptedPlansDescriptor) IsPlural() bool

func (*WatchAcceptedPlansDescriptor) IsServerStream

func (d *WatchAcceptedPlansDescriptor) IsServerStream() bool

func (*WatchAcceptedPlansDescriptor) IsUnary

func (d *WatchAcceptedPlansDescriptor) IsUnary() bool

func (*WatchAcceptedPlansDescriptor) NewEmptyClientMsg

func (d *WatchAcceptedPlansDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchAcceptedPlansDescriptor) NewEmptyServerMsg

func (d *WatchAcceptedPlansDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchAcceptedPlansDescriptor) RequestHasResourceBody

func (d *WatchAcceptedPlansDescriptor) RequestHasResourceBody() bool

type WatchAcceptedPlansDescriptorClientMsgHandle

type WatchAcceptedPlansDescriptorClientMsgHandle struct{}

func (*WatchAcceptedPlansDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchAcceptedPlansDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchAcceptedPlansDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchAcceptedPlansDescriptorClientMsgHandle) ExtractResourceName

func (*WatchAcceptedPlansDescriptorClientMsgHandle) ExtractResourceNames

type WatchAcceptedPlansDescriptorServerMsgHandle

type WatchAcceptedPlansDescriptorServerMsgHandle struct{}

func (*WatchAcceptedPlansDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchAcceptedPlansDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchAcceptedPlansDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchAcceptedPlansDescriptorServerMsgHandle) ExtractResourceName

func (*WatchAcceptedPlansDescriptorServerMsgHandle) ExtractResourceNames

type WatchAcceptedPlansRequest

type WatchAcceptedPlansRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent name of ntt.limits.v1alpha2.AcceptedPlan
	Parent *accepted_plan.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer AcceptedPlans than requested.
	// If unspecified, server will pick an appropriate default.
	// Can be populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *accepted_plan.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *accepted_plan.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *accepted_plan.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to AcceptedPlan that don't
	// affect any of masked fields won't be sent back.
	FieldMask *accepted_plan.AcceptedPlan_FieldMask `` /* 144-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to
	// AcceptedPlan that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [WatchAcceptedPlans][ntt.limits.v1alpha2.WatchAcceptedPlans]

func (*WatchAcceptedPlansRequest) Descriptor

func (*WatchAcceptedPlansRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchAcceptedPlansRequest.ProtoReflect.Descriptor instead.

func (*WatchAcceptedPlansRequest) GetFieldMask

func (*WatchAcceptedPlansRequest) GetFilter

func (*WatchAcceptedPlansRequest) GetMaxChunkSize

func (m *WatchAcceptedPlansRequest) GetMaxChunkSize() int32

func (*WatchAcceptedPlansRequest) GetOrderBy

func (*WatchAcceptedPlansRequest) GetPageSize

func (m *WatchAcceptedPlansRequest) GetPageSize() int32

func (*WatchAcceptedPlansRequest) GetPageToken

func (*WatchAcceptedPlansRequest) GetParent

func (*WatchAcceptedPlansRequest) GetResumeToken

func (m *WatchAcceptedPlansRequest) GetResumeToken() string

func (*WatchAcceptedPlansRequest) GetStartingTime added in v0.9.0

func (m *WatchAcceptedPlansRequest) GetStartingTime() *timestamppb.Timestamp

func (*WatchAcceptedPlansRequest) GetType

func (*WatchAcceptedPlansRequest) GetView

func (m *WatchAcceptedPlansRequest) GetView() view.View

func (*WatchAcceptedPlansRequest) GotenMessage

func (*WatchAcceptedPlansRequest) GotenMessage()

func (*WatchAcceptedPlansRequest) GotenValidate

func (obj *WatchAcceptedPlansRequest) GotenValidate() error

func (*WatchAcceptedPlansRequest) Marshal

func (m *WatchAcceptedPlansRequest) Marshal() ([]byte, error)

func (*WatchAcceptedPlansRequest) MarshalJSON

func (m *WatchAcceptedPlansRequest) MarshalJSON() ([]byte, error)

func (*WatchAcceptedPlansRequest) ProtoMessage

func (*WatchAcceptedPlansRequest) ProtoMessage()

func (*WatchAcceptedPlansRequest) ProtoReflect

func (m *WatchAcceptedPlansRequest) ProtoReflect() preflect.Message

func (*WatchAcceptedPlansRequest) Reset

func (m *WatchAcceptedPlansRequest) Reset()

func (*WatchAcceptedPlansRequest) SetFieldMask

func (*WatchAcceptedPlansRequest) SetFilter

func (*WatchAcceptedPlansRequest) SetMaxChunkSize

func (m *WatchAcceptedPlansRequest) SetMaxChunkSize(fv int32)

func (*WatchAcceptedPlansRequest) SetOrderBy

func (m *WatchAcceptedPlansRequest) SetOrderBy(fv *accepted_plan.OrderBy)

func (*WatchAcceptedPlansRequest) SetPageSize

func (m *WatchAcceptedPlansRequest) SetPageSize(fv int32)

func (*WatchAcceptedPlansRequest) SetPageToken

func (*WatchAcceptedPlansRequest) SetParent

func (*WatchAcceptedPlansRequest) SetResumeToken

func (m *WatchAcceptedPlansRequest) SetResumeToken(fv string)

func (*WatchAcceptedPlansRequest) SetStartingTime added in v0.9.0

func (m *WatchAcceptedPlansRequest) SetStartingTime(fv *timestamppb.Timestamp)

func (*WatchAcceptedPlansRequest) SetType

func (*WatchAcceptedPlansRequest) SetView

func (m *WatchAcceptedPlansRequest) SetView(fv view.View)

func (*WatchAcceptedPlansRequest) String

func (m *WatchAcceptedPlansRequest) String() string

func (*WatchAcceptedPlansRequest) Unmarshal

func (m *WatchAcceptedPlansRequest) Unmarshal(b []byte) error

func (*WatchAcceptedPlansRequest) UnmarshalJSON

func (m *WatchAcceptedPlansRequest) UnmarshalJSON(data []byte) error

type WatchAcceptedPlansResponse

type WatchAcceptedPlansResponse struct {

	// Changes of AcceptedPlans
	AcceptedPlanChanges []*accepted_plan.AcceptedPlanChange `` /* 152-byte string literal not displayed */
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All AcceptedPlans will be of type
	// Added/Current (depending on watch_type specified in the request). Further
	// responses will be incremental - however messages may still be chunked and
	// is_current logic still applies. is_current is always true for stateful
	// watch if max_chunk_size was left to 0.
	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchAcceptedPlansResponse_PageTokenChange `` /* 136-byte string literal not displayed */
	// Token that can be used if current connection drops and client needs to
	// reconnect. Populated only for stateless watch type. Present only if
	// is_current is true (last chunk).
	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Server may occasionally send information how many resources should client
	// have in its state so far (response message without any changes, but with
	// snapshot_size field specified). If client has different value than the one
	// sent by the server, then it should be treated by a client as an error and
	// should reconnect. If value is smaller then 0, then client should ignore
	// this field as unpopulated. This field should be checked only for stateless
	// watch. In stateful those kind of errors are handled by the server side.
	// Will be never sent together with is_current, is_soft_reset and
	// is_hard_reset flags.
	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"`
	// In case of internal issue server may send response message with this flag.
	// It indicates that client should drop all changes from recent responses
	// where is_current is false only! If last message had is_current set to true,
	// client should do nothing and process normally. Resume token received before
	// is still valid. This field should be checked only for stateless watch. In
	// stateful those kind of errors are handled by the server side. Will never be
	// sent along with is_current, is_hard_reset or snapshot_size.
	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"`
	// In case of internal issue server may send response message with this flag.
	// After receiving, client should clear whole state (drop all changes received
	// so far) as server will send new snapshot (AcceptedPlans will contains
	// changes of type Current only). Any resume tokens should be discarded as
	// well. This field should be checked only for stateless watch. In stateful
	// those kind of errors are handled by the server side. Will never be sent
	// along with is_current, is_soft_reset or snapshot_size.
	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"`
	// contains filtered or unexported fields
}

WatchAcceptedPlansResponse

func (*WatchAcceptedPlansResponse) Descriptor

func (*WatchAcceptedPlansResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchAcceptedPlansResponse.ProtoReflect.Descriptor instead.

func (*WatchAcceptedPlansResponse) GetAcceptedPlanChanges

func (m *WatchAcceptedPlansResponse) GetAcceptedPlanChanges() []*accepted_plan.AcceptedPlanChange

func (*WatchAcceptedPlansResponse) GetIsCurrent

func (m *WatchAcceptedPlansResponse) GetIsCurrent() bool

func (*WatchAcceptedPlansResponse) GetIsHardReset

func (m *WatchAcceptedPlansResponse) GetIsHardReset() bool

func (*WatchAcceptedPlansResponse) GetIsSoftReset

func (m *WatchAcceptedPlansResponse) GetIsSoftReset() bool

func (*WatchAcceptedPlansResponse) GetPageTokenChange

func (*WatchAcceptedPlansResponse) GetResumeToken

func (m *WatchAcceptedPlansResponse) GetResumeToken() string

func (*WatchAcceptedPlansResponse) GetSnapshotSize

func (m *WatchAcceptedPlansResponse) GetSnapshotSize() int64

func (*WatchAcceptedPlansResponse) GotenMessage

func (*WatchAcceptedPlansResponse) GotenMessage()

func (*WatchAcceptedPlansResponse) GotenValidate

func (obj *WatchAcceptedPlansResponse) GotenValidate() error

func (*WatchAcceptedPlansResponse) Marshal

func (m *WatchAcceptedPlansResponse) Marshal() ([]byte, error)

func (*WatchAcceptedPlansResponse) MarshalJSON

func (m *WatchAcceptedPlansResponse) MarshalJSON() ([]byte, error)

func (*WatchAcceptedPlansResponse) ProtoMessage

func (*WatchAcceptedPlansResponse) ProtoMessage()

func (*WatchAcceptedPlansResponse) ProtoReflect

func (m *WatchAcceptedPlansResponse) ProtoReflect() preflect.Message

func (*WatchAcceptedPlansResponse) Reset

func (m *WatchAcceptedPlansResponse) Reset()

func (*WatchAcceptedPlansResponse) SetAcceptedPlanChanges

func (m *WatchAcceptedPlansResponse) SetAcceptedPlanChanges(fv []*accepted_plan.AcceptedPlanChange)

func (*WatchAcceptedPlansResponse) SetIsCurrent

func (m *WatchAcceptedPlansResponse) SetIsCurrent(fv bool)

func (*WatchAcceptedPlansResponse) SetIsHardReset

func (m *WatchAcceptedPlansResponse) SetIsHardReset(fv bool)

func (*WatchAcceptedPlansResponse) SetIsSoftReset

func (m *WatchAcceptedPlansResponse) SetIsSoftReset(fv bool)

func (*WatchAcceptedPlansResponse) SetPageTokenChange

func (*WatchAcceptedPlansResponse) SetResumeToken

func (m *WatchAcceptedPlansResponse) SetResumeToken(fv string)

func (*WatchAcceptedPlansResponse) SetSnapshotSize

func (m *WatchAcceptedPlansResponse) SetSnapshotSize(fv int64)

func (*WatchAcceptedPlansResponse) String

func (m *WatchAcceptedPlansResponse) String() string

func (*WatchAcceptedPlansResponse) Unmarshal

func (m *WatchAcceptedPlansResponse) Unmarshal(b []byte) error

func (*WatchAcceptedPlansResponse) UnmarshalJSON

func (m *WatchAcceptedPlansResponse) UnmarshalJSON(data []byte) error

type WatchAcceptedPlansResponse_PageTokenChange

type WatchAcceptedPlansResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *accepted_plan.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *accepted_plan.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchAcceptedPlansResponse_PageTokenChange) Descriptor

Deprecated, Use WatchAcceptedPlansResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchAcceptedPlansResponse_PageTokenChange) GetNextPageToken

func (*WatchAcceptedPlansResponse_PageTokenChange) GetPrevPageToken

func (*WatchAcceptedPlansResponse_PageTokenChange) GotenMessage

func (*WatchAcceptedPlansResponse_PageTokenChange) GotenValidate

func (*WatchAcceptedPlansResponse_PageTokenChange) Marshal

func (*WatchAcceptedPlansResponse_PageTokenChange) MarshalJSON

func (*WatchAcceptedPlansResponse_PageTokenChange) ProtoMessage

func (*WatchAcceptedPlansResponse_PageTokenChange) ProtoReflect

func (*WatchAcceptedPlansResponse_PageTokenChange) Reset

func (*WatchAcceptedPlansResponse_PageTokenChange) SetNextPageToken

func (*WatchAcceptedPlansResponse_PageTokenChange) SetPrevPageToken

func (*WatchAcceptedPlansResponse_PageTokenChange) String

func (*WatchAcceptedPlansResponse_PageTokenChange) Unmarshal

func (*WatchAcceptedPlansResponse_PageTokenChange) UnmarshalJSON

func (m *WatchAcceptedPlansResponse_PageTokenChange) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL