plan_assignment_client

package
v1.0.38 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetPlanAssignmentsDescriptor

type BatchGetPlanAssignmentsDescriptor struct{}

func GetBatchGetPlanAssignmentsDescriptor

func GetBatchGetPlanAssignmentsDescriptor() *BatchGetPlanAssignmentsDescriptor

func (*BatchGetPlanAssignmentsDescriptor) GetApiDescriptor

func (*BatchGetPlanAssignmentsDescriptor) GetApiName

func (d *BatchGetPlanAssignmentsDescriptor) GetApiName() string

func (*BatchGetPlanAssignmentsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetPlanAssignmentsDescriptor) GetFullMethodName

func (d *BatchGetPlanAssignmentsDescriptor) GetFullMethodName() string

func (*BatchGetPlanAssignmentsDescriptor) GetMethodName

func (d *BatchGetPlanAssignmentsDescriptor) GetMethodName() string

func (*BatchGetPlanAssignmentsDescriptor) GetProtoPkgName

func (d *BatchGetPlanAssignmentsDescriptor) GetProtoPkgName() string

func (*BatchGetPlanAssignmentsDescriptor) GetResourceDescriptor

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

func (*BatchGetPlanAssignmentsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetPlanAssignmentsDescriptor) GetServiceDomain

func (d *BatchGetPlanAssignmentsDescriptor) GetServiceDomain() string

func (*BatchGetPlanAssignmentsDescriptor) GetServiceVersion

func (d *BatchGetPlanAssignmentsDescriptor) GetServiceVersion() string

func (*BatchGetPlanAssignmentsDescriptor) GetVerb

func (*BatchGetPlanAssignmentsDescriptor) HasResource

func (d *BatchGetPlanAssignmentsDescriptor) HasResource() bool

func (*BatchGetPlanAssignmentsDescriptor) IsClientStream

func (d *BatchGetPlanAssignmentsDescriptor) IsClientStream() bool

func (*BatchGetPlanAssignmentsDescriptor) IsCollection

func (d *BatchGetPlanAssignmentsDescriptor) IsCollection() bool

func (*BatchGetPlanAssignmentsDescriptor) IsPlural

func (*BatchGetPlanAssignmentsDescriptor) IsServerStream

func (d *BatchGetPlanAssignmentsDescriptor) IsServerStream() bool

func (*BatchGetPlanAssignmentsDescriptor) IsUnary

func (*BatchGetPlanAssignmentsDescriptor) NewEmptyClientMsg

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

func (*BatchGetPlanAssignmentsDescriptor) NewEmptyServerMsg

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

func (*BatchGetPlanAssignmentsDescriptor) RequestHasResourceBody

func (d *BatchGetPlanAssignmentsDescriptor) RequestHasResourceBody() bool

type BatchGetPlanAssignmentsDescriptorClientMsgHandle

type BatchGetPlanAssignmentsDescriptorClientMsgHandle struct{}

func (*BatchGetPlanAssignmentsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetPlanAssignmentsDescriptorServerMsgHandle

type BatchGetPlanAssignmentsDescriptorServerMsgHandle struct{}

func (*BatchGetPlanAssignmentsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetPlanAssignmentsRequest

type BatchGetPlanAssignmentsRequest struct {

	// Names of PlanAssignments
	Names []*plan_assignment.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 *plan_assignment.PlanAssignment_FieldMask `` /* 146-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 [BatchGetPlanAssignments][ntt.limits.v1alpha2.BatchGetPlanAssignments]

func (*BatchGetPlanAssignmentsRequest) Descriptor

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

Deprecated, Use BatchGetPlanAssignmentsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetPlanAssignmentsRequest) GetFieldMask

func (*BatchGetPlanAssignmentsRequest) GetNames

func (*BatchGetPlanAssignmentsRequest) GetView

func (*BatchGetPlanAssignmentsRequest) GotenMessage

func (*BatchGetPlanAssignmentsRequest) GotenMessage()

func (*BatchGetPlanAssignmentsRequest) GotenValidate

func (obj *BatchGetPlanAssignmentsRequest) GotenValidate() error

func (*BatchGetPlanAssignmentsRequest) Marshal

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

func (*BatchGetPlanAssignmentsRequest) MarshalJSON

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

func (*BatchGetPlanAssignmentsRequest) ProtoMessage

func (*BatchGetPlanAssignmentsRequest) ProtoMessage()

func (*BatchGetPlanAssignmentsRequest) ProtoReflect

func (*BatchGetPlanAssignmentsRequest) Reset

func (m *BatchGetPlanAssignmentsRequest) Reset()

func (*BatchGetPlanAssignmentsRequest) SetFieldMask

func (*BatchGetPlanAssignmentsRequest) SetNames

func (*BatchGetPlanAssignmentsRequest) SetView

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

func (*BatchGetPlanAssignmentsRequest) String

func (*BatchGetPlanAssignmentsRequest) Unmarshal

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

func (*BatchGetPlanAssignmentsRequest) UnmarshalJSON

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

type BatchGetPlanAssignmentsResponse

type BatchGetPlanAssignmentsResponse struct {

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

BatchGetPlanAssignmentsResponse

func (*BatchGetPlanAssignmentsResponse) Descriptor

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

Deprecated, Use BatchGetPlanAssignmentsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetPlanAssignmentsResponse) GetMissing

func (*BatchGetPlanAssignmentsResponse) GetPlanAssignments

func (*BatchGetPlanAssignmentsResponse) GotenMessage

func (*BatchGetPlanAssignmentsResponse) GotenMessage()

func (*BatchGetPlanAssignmentsResponse) GotenValidate

func (obj *BatchGetPlanAssignmentsResponse) GotenValidate() error

func (*BatchGetPlanAssignmentsResponse) Marshal

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

func (*BatchGetPlanAssignmentsResponse) MarshalJSON

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

func (*BatchGetPlanAssignmentsResponse) ProtoMessage

func (*BatchGetPlanAssignmentsResponse) ProtoMessage()

func (*BatchGetPlanAssignmentsResponse) ProtoReflect

func (*BatchGetPlanAssignmentsResponse) Reset

func (*BatchGetPlanAssignmentsResponse) SetMissing

func (*BatchGetPlanAssignmentsResponse) SetPlanAssignments

func (m *BatchGetPlanAssignmentsResponse) SetPlanAssignments(fv []*plan_assignment.PlanAssignment)

func (*BatchGetPlanAssignmentsResponse) String

func (*BatchGetPlanAssignmentsResponse) Unmarshal

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

func (*BatchGetPlanAssignmentsResponse) UnmarshalJSON

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

type CreatePlanAssignmentDescriptor

type CreatePlanAssignmentDescriptor struct{}

func GetCreatePlanAssignmentDescriptor

func GetCreatePlanAssignmentDescriptor() *CreatePlanAssignmentDescriptor

func (*CreatePlanAssignmentDescriptor) GetApiDescriptor

func (*CreatePlanAssignmentDescriptor) GetApiName

func (d *CreatePlanAssignmentDescriptor) GetApiName() string

func (*CreatePlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*CreatePlanAssignmentDescriptor) GetFullMethodName

func (d *CreatePlanAssignmentDescriptor) GetFullMethodName() string

func (*CreatePlanAssignmentDescriptor) GetMethodName

func (d *CreatePlanAssignmentDescriptor) GetMethodName() string

func (*CreatePlanAssignmentDescriptor) GetProtoPkgName

func (d *CreatePlanAssignmentDescriptor) GetProtoPkgName() string

func (*CreatePlanAssignmentDescriptor) GetResourceDescriptor

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

func (*CreatePlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*CreatePlanAssignmentDescriptor) GetServiceDomain

func (d *CreatePlanAssignmentDescriptor) GetServiceDomain() string

func (*CreatePlanAssignmentDescriptor) GetServiceVersion

func (d *CreatePlanAssignmentDescriptor) GetServiceVersion() string

func (*CreatePlanAssignmentDescriptor) GetVerb

func (*CreatePlanAssignmentDescriptor) HasResource

func (d *CreatePlanAssignmentDescriptor) HasResource() bool

func (*CreatePlanAssignmentDescriptor) IsClientStream

func (d *CreatePlanAssignmentDescriptor) IsClientStream() bool

func (*CreatePlanAssignmentDescriptor) IsCollection

func (d *CreatePlanAssignmentDescriptor) IsCollection() bool

func (*CreatePlanAssignmentDescriptor) IsPlural

func (d *CreatePlanAssignmentDescriptor) IsPlural() bool

func (*CreatePlanAssignmentDescriptor) IsServerStream

func (d *CreatePlanAssignmentDescriptor) IsServerStream() bool

func (*CreatePlanAssignmentDescriptor) IsUnary

func (d *CreatePlanAssignmentDescriptor) IsUnary() bool

func (*CreatePlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*CreatePlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*CreatePlanAssignmentDescriptor) RequestHasResourceBody

func (d *CreatePlanAssignmentDescriptor) RequestHasResourceBody() bool

type CreatePlanAssignmentDescriptorClientMsgHandle

type CreatePlanAssignmentDescriptorClientMsgHandle struct{}

func (*CreatePlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*CreatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*CreatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type CreatePlanAssignmentDescriptorServerMsgHandle

type CreatePlanAssignmentDescriptorServerMsgHandle struct{}

func (*CreatePlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*CreatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*CreatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type CreatePlanAssignmentRequest

type CreatePlanAssignmentRequest struct {

	// Parent name of ntt.limits.v1alpha2.PlanAssignment
	Parent *plan_assignment.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// PlanAssignment resource body
	PlanAssignment *plan_assignment.PlanAssignment `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*CreatePlanAssignmentRequest) Descriptor

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

Deprecated, Use CreatePlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*CreatePlanAssignmentRequest) GetParent

func (*CreatePlanAssignmentRequest) GetPlanAssignment

func (*CreatePlanAssignmentRequest) GotenMessage

func (*CreatePlanAssignmentRequest) GotenMessage()

func (*CreatePlanAssignmentRequest) GotenValidate

func (obj *CreatePlanAssignmentRequest) GotenValidate() error

func (*CreatePlanAssignmentRequest) Marshal

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

func (*CreatePlanAssignmentRequest) MarshalJSON

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

func (*CreatePlanAssignmentRequest) ProtoMessage

func (*CreatePlanAssignmentRequest) ProtoMessage()

func (*CreatePlanAssignmentRequest) ProtoReflect

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

func (*CreatePlanAssignmentRequest) Reset

func (m *CreatePlanAssignmentRequest) Reset()

func (*CreatePlanAssignmentRequest) SetParent

func (*CreatePlanAssignmentRequest) SetPlanAssignment

func (*CreatePlanAssignmentRequest) String

func (m *CreatePlanAssignmentRequest) String() string

func (*CreatePlanAssignmentRequest) Unmarshal

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

func (*CreatePlanAssignmentRequest) UnmarshalJSON

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

type DeletePlanAssignmentDescriptor

type DeletePlanAssignmentDescriptor struct{}

func GetDeletePlanAssignmentDescriptor

func GetDeletePlanAssignmentDescriptor() *DeletePlanAssignmentDescriptor

func (*DeletePlanAssignmentDescriptor) GetApiDescriptor

func (*DeletePlanAssignmentDescriptor) GetApiName

func (d *DeletePlanAssignmentDescriptor) GetApiName() string

func (*DeletePlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*DeletePlanAssignmentDescriptor) GetFullMethodName

func (d *DeletePlanAssignmentDescriptor) GetFullMethodName() string

func (*DeletePlanAssignmentDescriptor) GetMethodName

func (d *DeletePlanAssignmentDescriptor) GetMethodName() string

func (*DeletePlanAssignmentDescriptor) GetProtoPkgName

func (d *DeletePlanAssignmentDescriptor) GetProtoPkgName() string

func (*DeletePlanAssignmentDescriptor) GetResourceDescriptor

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

func (*DeletePlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*DeletePlanAssignmentDescriptor) GetServiceDomain

func (d *DeletePlanAssignmentDescriptor) GetServiceDomain() string

func (*DeletePlanAssignmentDescriptor) GetServiceVersion

func (d *DeletePlanAssignmentDescriptor) GetServiceVersion() string

func (*DeletePlanAssignmentDescriptor) GetVerb

func (*DeletePlanAssignmentDescriptor) HasResource

func (d *DeletePlanAssignmentDescriptor) HasResource() bool

func (*DeletePlanAssignmentDescriptor) IsClientStream

func (d *DeletePlanAssignmentDescriptor) IsClientStream() bool

func (*DeletePlanAssignmentDescriptor) IsCollection

func (d *DeletePlanAssignmentDescriptor) IsCollection() bool

func (*DeletePlanAssignmentDescriptor) IsPlural

func (d *DeletePlanAssignmentDescriptor) IsPlural() bool

func (*DeletePlanAssignmentDescriptor) IsServerStream

func (d *DeletePlanAssignmentDescriptor) IsServerStream() bool

func (*DeletePlanAssignmentDescriptor) IsUnary

func (d *DeletePlanAssignmentDescriptor) IsUnary() bool

func (*DeletePlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*DeletePlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*DeletePlanAssignmentDescriptor) RequestHasResourceBody

func (d *DeletePlanAssignmentDescriptor) RequestHasResourceBody() bool

type DeletePlanAssignmentDescriptorClientMsgHandle

type DeletePlanAssignmentDescriptorClientMsgHandle struct{}

func (*DeletePlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*DeletePlanAssignmentDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeletePlanAssignmentDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeletePlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*DeletePlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type DeletePlanAssignmentDescriptorServerMsgHandle

type DeletePlanAssignmentDescriptorServerMsgHandle struct{}

func (*DeletePlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*DeletePlanAssignmentDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeletePlanAssignmentDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeletePlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*DeletePlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type DeletePlanAssignmentRequest

type DeletePlanAssignmentRequest struct {

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

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

func (*DeletePlanAssignmentRequest) Descriptor

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

Deprecated, Use DeletePlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*DeletePlanAssignmentRequest) GetName

func (*DeletePlanAssignmentRequest) GotenMessage

func (*DeletePlanAssignmentRequest) GotenMessage()

func (*DeletePlanAssignmentRequest) GotenValidate

func (obj *DeletePlanAssignmentRequest) GotenValidate() error

func (*DeletePlanAssignmentRequest) Marshal

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

func (*DeletePlanAssignmentRequest) MarshalJSON

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

func (*DeletePlanAssignmentRequest) ProtoMessage

func (*DeletePlanAssignmentRequest) ProtoMessage()

func (*DeletePlanAssignmentRequest) ProtoReflect

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

func (*DeletePlanAssignmentRequest) Reset

func (m *DeletePlanAssignmentRequest) Reset()

func (*DeletePlanAssignmentRequest) SetName

func (*DeletePlanAssignmentRequest) String

func (m *DeletePlanAssignmentRequest) String() string

func (*DeletePlanAssignmentRequest) Unmarshal

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

func (*DeletePlanAssignmentRequest) UnmarshalJSON

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

type GetPlanAssignmentDescriptor

type GetPlanAssignmentDescriptor struct{}

func GetGetPlanAssignmentDescriptor

func GetGetPlanAssignmentDescriptor() *GetPlanAssignmentDescriptor

func (*GetPlanAssignmentDescriptor) GetApiDescriptor

func (*GetPlanAssignmentDescriptor) GetApiName

func (d *GetPlanAssignmentDescriptor) GetApiName() string

func (*GetPlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*GetPlanAssignmentDescriptor) GetFullMethodName

func (d *GetPlanAssignmentDescriptor) GetFullMethodName() string

func (*GetPlanAssignmentDescriptor) GetMethodName

func (d *GetPlanAssignmentDescriptor) GetMethodName() string

func (*GetPlanAssignmentDescriptor) GetProtoPkgName

func (d *GetPlanAssignmentDescriptor) GetProtoPkgName() string

func (*GetPlanAssignmentDescriptor) GetResourceDescriptor

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

func (*GetPlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*GetPlanAssignmentDescriptor) GetServiceDomain

func (d *GetPlanAssignmentDescriptor) GetServiceDomain() string

func (*GetPlanAssignmentDescriptor) GetServiceVersion

func (d *GetPlanAssignmentDescriptor) GetServiceVersion() string

func (*GetPlanAssignmentDescriptor) GetVerb

func (d *GetPlanAssignmentDescriptor) GetVerb() string

func (*GetPlanAssignmentDescriptor) HasResource

func (d *GetPlanAssignmentDescriptor) HasResource() bool

func (*GetPlanAssignmentDescriptor) IsClientStream

func (d *GetPlanAssignmentDescriptor) IsClientStream() bool

func (*GetPlanAssignmentDescriptor) IsCollection

func (d *GetPlanAssignmentDescriptor) IsCollection() bool

func (*GetPlanAssignmentDescriptor) IsPlural

func (d *GetPlanAssignmentDescriptor) IsPlural() bool

func (*GetPlanAssignmentDescriptor) IsServerStream

func (d *GetPlanAssignmentDescriptor) IsServerStream() bool

func (*GetPlanAssignmentDescriptor) IsUnary

func (d *GetPlanAssignmentDescriptor) IsUnary() bool

func (*GetPlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*GetPlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*GetPlanAssignmentDescriptor) RequestHasResourceBody

func (d *GetPlanAssignmentDescriptor) RequestHasResourceBody() bool

type GetPlanAssignmentDescriptorClientMsgHandle

type GetPlanAssignmentDescriptorClientMsgHandle struct{}

func (*GetPlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*GetPlanAssignmentDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetPlanAssignmentDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetPlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*GetPlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type GetPlanAssignmentDescriptorServerMsgHandle

type GetPlanAssignmentDescriptorServerMsgHandle struct{}

func (*GetPlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*GetPlanAssignmentDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetPlanAssignmentDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetPlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*GetPlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type GetPlanAssignmentRequest

type GetPlanAssignmentRequest struct {

	// Name of ntt.limits.v1alpha2.PlanAssignment
	Name *plan_assignment.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 *plan_assignment.PlanAssignment_FieldMask `` /* 146-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 [GetPlanAssignment][ntt.limits.v1alpha2.GetPlanAssignment]

func (*GetPlanAssignmentRequest) Descriptor

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

Deprecated, Use GetPlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*GetPlanAssignmentRequest) GetFieldMask

func (*GetPlanAssignmentRequest) GetName

func (*GetPlanAssignmentRequest) GetView

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

func (*GetPlanAssignmentRequest) GotenMessage

func (*GetPlanAssignmentRequest) GotenMessage()

func (*GetPlanAssignmentRequest) GotenValidate

func (obj *GetPlanAssignmentRequest) GotenValidate() error

func (*GetPlanAssignmentRequest) Marshal

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

func (*GetPlanAssignmentRequest) MarshalJSON

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

func (*GetPlanAssignmentRequest) ProtoMessage

func (*GetPlanAssignmentRequest) ProtoMessage()

func (*GetPlanAssignmentRequest) ProtoReflect

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

func (*GetPlanAssignmentRequest) Reset

func (m *GetPlanAssignmentRequest) Reset()

func (*GetPlanAssignmentRequest) SetFieldMask

func (*GetPlanAssignmentRequest) SetName

func (*GetPlanAssignmentRequest) SetView

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

func (*GetPlanAssignmentRequest) String

func (m *GetPlanAssignmentRequest) String() string

func (*GetPlanAssignmentRequest) Unmarshal

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

func (*GetPlanAssignmentRequest) UnmarshalJSON

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

type ListPlanAssignmentsDescriptor

type ListPlanAssignmentsDescriptor struct{}

func GetListPlanAssignmentsDescriptor

func GetListPlanAssignmentsDescriptor() *ListPlanAssignmentsDescriptor

func (*ListPlanAssignmentsDescriptor) GetApiDescriptor

func (*ListPlanAssignmentsDescriptor) GetApiName

func (d *ListPlanAssignmentsDescriptor) GetApiName() string

func (*ListPlanAssignmentsDescriptor) GetClientMsgReflectHandle

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

func (*ListPlanAssignmentsDescriptor) GetFullMethodName

func (d *ListPlanAssignmentsDescriptor) GetFullMethodName() string

func (*ListPlanAssignmentsDescriptor) GetMethodName

func (d *ListPlanAssignmentsDescriptor) GetMethodName() string

func (*ListPlanAssignmentsDescriptor) GetProtoPkgName

func (d *ListPlanAssignmentsDescriptor) GetProtoPkgName() string

func (*ListPlanAssignmentsDescriptor) GetResourceDescriptor

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

func (*ListPlanAssignmentsDescriptor) GetServerMsgReflectHandle

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

func (*ListPlanAssignmentsDescriptor) GetServiceDomain

func (d *ListPlanAssignmentsDescriptor) GetServiceDomain() string

func (*ListPlanAssignmentsDescriptor) GetServiceVersion

func (d *ListPlanAssignmentsDescriptor) GetServiceVersion() string

func (*ListPlanAssignmentsDescriptor) GetVerb

func (*ListPlanAssignmentsDescriptor) HasResource

func (d *ListPlanAssignmentsDescriptor) HasResource() bool

func (*ListPlanAssignmentsDescriptor) IsClientStream

func (d *ListPlanAssignmentsDescriptor) IsClientStream() bool

func (*ListPlanAssignmentsDescriptor) IsCollection

func (d *ListPlanAssignmentsDescriptor) IsCollection() bool

func (*ListPlanAssignmentsDescriptor) IsPlural

func (d *ListPlanAssignmentsDescriptor) IsPlural() bool

func (*ListPlanAssignmentsDescriptor) IsServerStream

func (d *ListPlanAssignmentsDescriptor) IsServerStream() bool

func (*ListPlanAssignmentsDescriptor) IsUnary

func (d *ListPlanAssignmentsDescriptor) IsUnary() bool

func (*ListPlanAssignmentsDescriptor) NewEmptyClientMsg

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

func (*ListPlanAssignmentsDescriptor) NewEmptyServerMsg

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

func (*ListPlanAssignmentsDescriptor) RequestHasResourceBody

func (d *ListPlanAssignmentsDescriptor) RequestHasResourceBody() bool

type ListPlanAssignmentsDescriptorClientMsgHandle

type ListPlanAssignmentsDescriptorClientMsgHandle struct{}

func (*ListPlanAssignmentsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceName

func (*ListPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceNames

type ListPlanAssignmentsDescriptorServerMsgHandle

type ListPlanAssignmentsDescriptorServerMsgHandle struct{}

func (*ListPlanAssignmentsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceName

func (*ListPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceNames

type ListPlanAssignmentsRequest

type ListPlanAssignmentsRequest struct {

	// Parent name of ntt.limits.v1alpha2.PlanAssignment
	Parent *plan_assignment.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer PlanAssignments 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
	// [ListPlanAssignmentsResponse.next_page_token][ntt.limits.v1alpha2.ListPlanAssignmentsResponse.next_page_token]
	PageToken *plan_assignment.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 *plan_assignment.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 *plan_assignment.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 *plan_assignment.PlanAssignment_FieldMask `` /* 146-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 [ListPlanAssignments][ntt.limits.v1alpha2.ListPlanAssignments]

func (*ListPlanAssignmentsRequest) Descriptor

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

Deprecated, Use ListPlanAssignmentsRequest.ProtoReflect.Descriptor instead.

func (*ListPlanAssignmentsRequest) GetFieldMask

func (*ListPlanAssignmentsRequest) GetFilter

func (*ListPlanAssignmentsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListPlanAssignmentsRequest) GetIncludePagingInfo() bool

func (*ListPlanAssignmentsRequest) GetOrderBy

func (*ListPlanAssignmentsRequest) GetPageSize

func (m *ListPlanAssignmentsRequest) GetPageSize() int32

func (*ListPlanAssignmentsRequest) GetPageToken

func (*ListPlanAssignmentsRequest) GetParent

func (*ListPlanAssignmentsRequest) GetView

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

func (*ListPlanAssignmentsRequest) GotenMessage

func (*ListPlanAssignmentsRequest) GotenMessage()

func (*ListPlanAssignmentsRequest) GotenValidate

func (obj *ListPlanAssignmentsRequest) GotenValidate() error

func (*ListPlanAssignmentsRequest) Marshal

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

func (*ListPlanAssignmentsRequest) MarshalJSON

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

func (*ListPlanAssignmentsRequest) ProtoMessage

func (*ListPlanAssignmentsRequest) ProtoMessage()

func (*ListPlanAssignmentsRequest) ProtoReflect

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

func (*ListPlanAssignmentsRequest) Reset

func (m *ListPlanAssignmentsRequest) Reset()

func (*ListPlanAssignmentsRequest) SetFieldMask

func (*ListPlanAssignmentsRequest) SetFilter

func (*ListPlanAssignmentsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListPlanAssignmentsRequest) SetIncludePagingInfo(fv bool)

func (*ListPlanAssignmentsRequest) SetOrderBy

func (*ListPlanAssignmentsRequest) SetPageSize

func (m *ListPlanAssignmentsRequest) SetPageSize(fv int32)

func (*ListPlanAssignmentsRequest) SetPageToken

func (*ListPlanAssignmentsRequest) SetParent

func (*ListPlanAssignmentsRequest) SetView

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

func (*ListPlanAssignmentsRequest) String

func (m *ListPlanAssignmentsRequest) String() string

func (*ListPlanAssignmentsRequest) Unmarshal

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

func (*ListPlanAssignmentsRequest) UnmarshalJSON

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

type ListPlanAssignmentsResponse

type ListPlanAssignmentsResponse struct {

	// The list of PlanAssignments
	PlanAssignments []*plan_assignment.PlanAssignment `` /* 134-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListPlanAssignmentsRequest.page_token][ntt.limits.v1alpha2.ListPlanAssignmentsRequest.page_token]
	PrevPageToken *plan_assignment.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListPlanAssignmentsRequest.page_token][ntt.limits.v1alpha2.ListPlanAssignmentsRequest.page_token]
	NextPageToken *plan_assignment.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 PlanAssignments 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 [ListPlanAssignments][ntt.limits.v1alpha2.ListPlanAssignments]

func (*ListPlanAssignmentsResponse) Descriptor

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

Deprecated, Use ListPlanAssignmentsResponse.ProtoReflect.Descriptor instead.

func (*ListPlanAssignmentsResponse) GetCurrentOffset added in v0.10.1

func (m *ListPlanAssignmentsResponse) GetCurrentOffset() int32

func (*ListPlanAssignmentsResponse) GetNextPageToken

func (*ListPlanAssignmentsResponse) GetPlanAssignments

func (m *ListPlanAssignmentsResponse) GetPlanAssignments() []*plan_assignment.PlanAssignment

func (*ListPlanAssignmentsResponse) GetPrevPageToken

func (*ListPlanAssignmentsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListPlanAssignmentsResponse) GetTotalResultsCount() int32

func (*ListPlanAssignmentsResponse) GotenMessage

func (*ListPlanAssignmentsResponse) GotenMessage()

func (*ListPlanAssignmentsResponse) GotenValidate

func (obj *ListPlanAssignmentsResponse) GotenValidate() error

func (*ListPlanAssignmentsResponse) Marshal

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

func (*ListPlanAssignmentsResponse) MarshalJSON

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

func (*ListPlanAssignmentsResponse) ProtoMessage

func (*ListPlanAssignmentsResponse) ProtoMessage()

func (*ListPlanAssignmentsResponse) ProtoReflect

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

func (*ListPlanAssignmentsResponse) Reset

func (m *ListPlanAssignmentsResponse) Reset()

func (*ListPlanAssignmentsResponse) SetCurrentOffset added in v0.10.1

func (m *ListPlanAssignmentsResponse) SetCurrentOffset(fv int32)

func (*ListPlanAssignmentsResponse) SetNextPageToken

func (m *ListPlanAssignmentsResponse) SetNextPageToken(fv *plan_assignment.PagerCursor)

func (*ListPlanAssignmentsResponse) SetPlanAssignments

func (m *ListPlanAssignmentsResponse) SetPlanAssignments(fv []*plan_assignment.PlanAssignment)

func (*ListPlanAssignmentsResponse) SetPrevPageToken

func (m *ListPlanAssignmentsResponse) SetPrevPageToken(fv *plan_assignment.PagerCursor)

func (*ListPlanAssignmentsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListPlanAssignmentsResponse) SetTotalResultsCount(fv int32)

func (*ListPlanAssignmentsResponse) String

func (m *ListPlanAssignmentsResponse) String() string

func (*ListPlanAssignmentsResponse) Unmarshal

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

func (*ListPlanAssignmentsResponse) UnmarshalJSON

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

type MigratePlanAssignmentDescriptor added in v0.10.0

type MigratePlanAssignmentDescriptor struct{}

func GetMigratePlanAssignmentDescriptor added in v0.10.0

func GetMigratePlanAssignmentDescriptor() *MigratePlanAssignmentDescriptor

func (*MigratePlanAssignmentDescriptor) GetApiDescriptor added in v0.10.0

func (*MigratePlanAssignmentDescriptor) GetApiName added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetApiName() string

func (*MigratePlanAssignmentDescriptor) GetClientMsgReflectHandle added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) GetFullMethodName added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetFullMethodName() string

func (*MigratePlanAssignmentDescriptor) GetMethodName added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetMethodName() string

func (*MigratePlanAssignmentDescriptor) GetProtoPkgName added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetProtoPkgName() string

func (*MigratePlanAssignmentDescriptor) GetResourceDescriptor added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) GetServerMsgReflectHandle added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) GetServiceDomain added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetServiceDomain() string

func (*MigratePlanAssignmentDescriptor) GetServiceVersion added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) GetServiceVersion() string

func (*MigratePlanAssignmentDescriptor) GetVerb added in v0.10.0

func (*MigratePlanAssignmentDescriptor) HasResource added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) HasResource() bool

func (*MigratePlanAssignmentDescriptor) IsClientStream added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) IsClientStream() bool

func (*MigratePlanAssignmentDescriptor) IsCollection added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) IsCollection() bool

func (*MigratePlanAssignmentDescriptor) IsPlural added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) IsPlural() bool

func (*MigratePlanAssignmentDescriptor) IsServerStream added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) IsServerStream() bool

func (*MigratePlanAssignmentDescriptor) IsUnary added in v0.10.0

func (*MigratePlanAssignmentDescriptor) NewEmptyClientMsg added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) NewEmptyServerMsg added in v0.10.0

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

func (*MigratePlanAssignmentDescriptor) RequestHasResourceBody added in v0.10.0

func (d *MigratePlanAssignmentDescriptor) RequestHasResourceBody() bool

type MigratePlanAssignmentDescriptorClientMsgHandle added in v0.10.0

type MigratePlanAssignmentDescriptorClientMsgHandle struct{}

func (*MigratePlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName added in v0.10.0

func (*MigratePlanAssignmentDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*MigratePlanAssignmentDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*MigratePlanAssignmentDescriptorClientMsgHandle) ExtractResourceName added in v0.10.0

func (*MigratePlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames added in v0.10.0

type MigratePlanAssignmentDescriptorServerMsgHandle added in v0.10.0

type MigratePlanAssignmentDescriptorServerMsgHandle struct{}

func (*MigratePlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName added in v0.10.0

func (*MigratePlanAssignmentDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*MigratePlanAssignmentDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*MigratePlanAssignmentDescriptorServerMsgHandle) ExtractResourceName added in v0.10.0

func (*MigratePlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames added in v0.10.0

type MigratePlanAssignmentRequest added in v0.10.0

type MigratePlanAssignmentRequest struct {

	// PlanAssignment resource body
	PlanAssignment *plan_assignment.PlanAssignment `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*MigratePlanAssignmentRequest) Descriptor added in v0.10.0

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

Deprecated, Use MigratePlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*MigratePlanAssignmentRequest) GetPlanAssignment added in v0.10.0

func (*MigratePlanAssignmentRequest) GotenMessage added in v0.10.0

func (*MigratePlanAssignmentRequest) GotenMessage()

func (*MigratePlanAssignmentRequest) GotenValidate added in v0.10.0

func (obj *MigratePlanAssignmentRequest) GotenValidate() error

func (*MigratePlanAssignmentRequest) Marshal added in v0.10.0

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

func (*MigratePlanAssignmentRequest) MarshalJSON added in v0.10.0

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

func (*MigratePlanAssignmentRequest) ProtoMessage added in v0.10.0

func (*MigratePlanAssignmentRequest) ProtoMessage()

func (*MigratePlanAssignmentRequest) ProtoReflect added in v0.10.0

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

func (*MigratePlanAssignmentRequest) Reset added in v0.10.0

func (m *MigratePlanAssignmentRequest) Reset()

func (*MigratePlanAssignmentRequest) SetPlanAssignment added in v0.10.0

func (*MigratePlanAssignmentRequest) String added in v0.10.0

func (*MigratePlanAssignmentRequest) Unmarshal added in v0.10.0

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

func (*MigratePlanAssignmentRequest) UnmarshalJSON added in v0.10.0

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

type PlanAssignmentServiceClient

PlanAssignmentServiceClient is the client API for PlanAssignmentService.

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

type PlanAssignmentServiceDescriptor

type PlanAssignmentServiceDescriptor struct{}

func GetPlanAssignmentServiceDescriptor

func GetPlanAssignmentServiceDescriptor() *PlanAssignmentServiceDescriptor

func (*PlanAssignmentServiceDescriptor) AllMethodDescriptors

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

func (*PlanAssignmentServiceDescriptor) GetApiName

func (d *PlanAssignmentServiceDescriptor) GetApiName() string

func (*PlanAssignmentServiceDescriptor) GetFullAPIName

func (d *PlanAssignmentServiceDescriptor) GetFullAPIName() string

func (*PlanAssignmentServiceDescriptor) GetProtoPkgName

func (d *PlanAssignmentServiceDescriptor) GetProtoPkgName() string

func (*PlanAssignmentServiceDescriptor) GetServiceDomain

func (d *PlanAssignmentServiceDescriptor) GetServiceDomain() string

func (*PlanAssignmentServiceDescriptor) GetServiceVersion

func (d *PlanAssignmentServiceDescriptor) GetServiceVersion() string

type UpdatePlanAssignmentDescriptor

type UpdatePlanAssignmentDescriptor struct{}

func GetUpdatePlanAssignmentDescriptor

func GetUpdatePlanAssignmentDescriptor() *UpdatePlanAssignmentDescriptor

func (*UpdatePlanAssignmentDescriptor) GetApiDescriptor

func (*UpdatePlanAssignmentDescriptor) GetApiName

func (d *UpdatePlanAssignmentDescriptor) GetApiName() string

func (*UpdatePlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*UpdatePlanAssignmentDescriptor) GetFullMethodName

func (d *UpdatePlanAssignmentDescriptor) GetFullMethodName() string

func (*UpdatePlanAssignmentDescriptor) GetMethodName

func (d *UpdatePlanAssignmentDescriptor) GetMethodName() string

func (*UpdatePlanAssignmentDescriptor) GetProtoPkgName

func (d *UpdatePlanAssignmentDescriptor) GetProtoPkgName() string

func (*UpdatePlanAssignmentDescriptor) GetResourceDescriptor

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

func (*UpdatePlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*UpdatePlanAssignmentDescriptor) GetServiceDomain

func (d *UpdatePlanAssignmentDescriptor) GetServiceDomain() string

func (*UpdatePlanAssignmentDescriptor) GetServiceVersion

func (d *UpdatePlanAssignmentDescriptor) GetServiceVersion() string

func (*UpdatePlanAssignmentDescriptor) GetVerb

func (*UpdatePlanAssignmentDescriptor) HasResource

func (d *UpdatePlanAssignmentDescriptor) HasResource() bool

func (*UpdatePlanAssignmentDescriptor) IsClientStream

func (d *UpdatePlanAssignmentDescriptor) IsClientStream() bool

func (*UpdatePlanAssignmentDescriptor) IsCollection

func (d *UpdatePlanAssignmentDescriptor) IsCollection() bool

func (*UpdatePlanAssignmentDescriptor) IsPlural

func (d *UpdatePlanAssignmentDescriptor) IsPlural() bool

func (*UpdatePlanAssignmentDescriptor) IsServerStream

func (d *UpdatePlanAssignmentDescriptor) IsServerStream() bool

func (*UpdatePlanAssignmentDescriptor) IsUnary

func (d *UpdatePlanAssignmentDescriptor) IsUnary() bool

func (*UpdatePlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*UpdatePlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*UpdatePlanAssignmentDescriptor) RequestHasResourceBody

func (d *UpdatePlanAssignmentDescriptor) RequestHasResourceBody() bool

type UpdatePlanAssignmentDescriptorClientMsgHandle

type UpdatePlanAssignmentDescriptorClientMsgHandle struct{}

func (*UpdatePlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*UpdatePlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type UpdatePlanAssignmentDescriptorServerMsgHandle

type UpdatePlanAssignmentDescriptorServerMsgHandle struct{}

func (*UpdatePlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*UpdatePlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type UpdatePlanAssignmentRequest

type UpdatePlanAssignmentRequest struct {

	// PlanAssignment resource body
	PlanAssignment *plan_assignment.PlanAssignment `` /* 130-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *plan_assignment.PlanAssignment_FieldMask `` /* 150-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 *UpdatePlanAssignmentRequest_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 [UpdatePlanAssignment][ntt.limits.v1alpha2.UpdatePlanAssignment]

func (*UpdatePlanAssignmentRequest) Descriptor

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

Deprecated, Use UpdatePlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*UpdatePlanAssignmentRequest) GetAllowMissing added in v0.12.33

func (m *UpdatePlanAssignmentRequest) GetAllowMissing() bool

func (*UpdatePlanAssignmentRequest) GetCas

func (*UpdatePlanAssignmentRequest) GetPlanAssignment

func (*UpdatePlanAssignmentRequest) GetUpdateMask

func (*UpdatePlanAssignmentRequest) GotenMessage

func (*UpdatePlanAssignmentRequest) GotenMessage()

func (*UpdatePlanAssignmentRequest) GotenValidate

func (obj *UpdatePlanAssignmentRequest) GotenValidate() error

func (*UpdatePlanAssignmentRequest) Marshal

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

func (*UpdatePlanAssignmentRequest) MarshalJSON

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

func (*UpdatePlanAssignmentRequest) ProtoMessage

func (*UpdatePlanAssignmentRequest) ProtoMessage()

func (*UpdatePlanAssignmentRequest) ProtoReflect

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

func (*UpdatePlanAssignmentRequest) Reset

func (m *UpdatePlanAssignmentRequest) Reset()

func (*UpdatePlanAssignmentRequest) SetAllowMissing added in v0.12.33

func (m *UpdatePlanAssignmentRequest) SetAllowMissing(fv bool)

func (*UpdatePlanAssignmentRequest) SetCas

func (*UpdatePlanAssignmentRequest) SetPlanAssignment

func (*UpdatePlanAssignmentRequest) SetUpdateMask

func (*UpdatePlanAssignmentRequest) String

func (m *UpdatePlanAssignmentRequest) String() string

func (*UpdatePlanAssignmentRequest) Unmarshal

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

func (*UpdatePlanAssignmentRequest) UnmarshalJSON

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

type UpdatePlanAssignmentRequest_CAS

type UpdatePlanAssignmentRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *plan_assignment.PlanAssignment `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *plan_assignment.PlanAssignment_FieldMask `` /* 146-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 (*UpdatePlanAssignmentRequest_CAS) Descriptor

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

Deprecated, Use UpdatePlanAssignmentRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdatePlanAssignmentRequest_CAS) GetConditionalState

func (*UpdatePlanAssignmentRequest_CAS) GetFieldMask

func (*UpdatePlanAssignmentRequest_CAS) GotenMessage

func (*UpdatePlanAssignmentRequest_CAS) GotenMessage()

func (*UpdatePlanAssignmentRequest_CAS) GotenValidate

func (obj *UpdatePlanAssignmentRequest_CAS) GotenValidate() error

func (*UpdatePlanAssignmentRequest_CAS) Marshal

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

func (*UpdatePlanAssignmentRequest_CAS) MarshalJSON

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

func (*UpdatePlanAssignmentRequest_CAS) ProtoMessage

func (*UpdatePlanAssignmentRequest_CAS) ProtoMessage()

func (*UpdatePlanAssignmentRequest_CAS) ProtoReflect

func (*UpdatePlanAssignmentRequest_CAS) Reset

func (*UpdatePlanAssignmentRequest_CAS) SetConditionalState

func (*UpdatePlanAssignmentRequest_CAS) SetFieldMask

func (*UpdatePlanAssignmentRequest_CAS) String

func (*UpdatePlanAssignmentRequest_CAS) Unmarshal

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

func (*UpdatePlanAssignmentRequest_CAS) UnmarshalJSON

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

type WatchPlanAssignmentClientStream

type WatchPlanAssignmentClientStream interface {
	Recv() (*WatchPlanAssignmentResponse, error)
	grpc.ClientStream
}

type WatchPlanAssignmentDescriptor

type WatchPlanAssignmentDescriptor struct{}

func GetWatchPlanAssignmentDescriptor

func GetWatchPlanAssignmentDescriptor() *WatchPlanAssignmentDescriptor

func (*WatchPlanAssignmentDescriptor) GetApiDescriptor

func (*WatchPlanAssignmentDescriptor) GetApiName

func (d *WatchPlanAssignmentDescriptor) GetApiName() string

func (*WatchPlanAssignmentDescriptor) GetClientMsgReflectHandle

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

func (*WatchPlanAssignmentDescriptor) GetFullMethodName

func (d *WatchPlanAssignmentDescriptor) GetFullMethodName() string

func (*WatchPlanAssignmentDescriptor) GetMethodName

func (d *WatchPlanAssignmentDescriptor) GetMethodName() string

func (*WatchPlanAssignmentDescriptor) GetProtoPkgName

func (d *WatchPlanAssignmentDescriptor) GetProtoPkgName() string

func (*WatchPlanAssignmentDescriptor) GetResourceDescriptor

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

func (*WatchPlanAssignmentDescriptor) GetServerMsgReflectHandle

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

func (*WatchPlanAssignmentDescriptor) GetServiceDomain

func (d *WatchPlanAssignmentDescriptor) GetServiceDomain() string

func (*WatchPlanAssignmentDescriptor) GetServiceVersion

func (d *WatchPlanAssignmentDescriptor) GetServiceVersion() string

func (*WatchPlanAssignmentDescriptor) GetVerb

func (*WatchPlanAssignmentDescriptor) HasResource

func (d *WatchPlanAssignmentDescriptor) HasResource() bool

func (*WatchPlanAssignmentDescriptor) IsClientStream

func (d *WatchPlanAssignmentDescriptor) IsClientStream() bool

func (*WatchPlanAssignmentDescriptor) IsCollection

func (d *WatchPlanAssignmentDescriptor) IsCollection() bool

func (*WatchPlanAssignmentDescriptor) IsPlural

func (d *WatchPlanAssignmentDescriptor) IsPlural() bool

func (*WatchPlanAssignmentDescriptor) IsServerStream

func (d *WatchPlanAssignmentDescriptor) IsServerStream() bool

func (*WatchPlanAssignmentDescriptor) IsUnary

func (d *WatchPlanAssignmentDescriptor) IsUnary() bool

func (*WatchPlanAssignmentDescriptor) NewEmptyClientMsg

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

func (*WatchPlanAssignmentDescriptor) NewEmptyServerMsg

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

func (*WatchPlanAssignmentDescriptor) RequestHasResourceBody

func (d *WatchPlanAssignmentDescriptor) RequestHasResourceBody() bool

type WatchPlanAssignmentDescriptorClientMsgHandle

type WatchPlanAssignmentDescriptorClientMsgHandle struct{}

func (*WatchPlanAssignmentDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchPlanAssignmentDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchPlanAssignmentDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchPlanAssignmentDescriptorClientMsgHandle) ExtractResourceName

func (*WatchPlanAssignmentDescriptorClientMsgHandle) ExtractResourceNames

type WatchPlanAssignmentDescriptorServerMsgHandle

type WatchPlanAssignmentDescriptorServerMsgHandle struct{}

func (*WatchPlanAssignmentDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchPlanAssignmentDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchPlanAssignmentDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchPlanAssignmentDescriptorServerMsgHandle) ExtractResourceName

func (*WatchPlanAssignmentDescriptorServerMsgHandle) ExtractResourceNames

type WatchPlanAssignmentRequest

type WatchPlanAssignmentRequest struct {

	// Name of ntt.limits.v1alpha2.PlanAssignment
	Name *plan_assignment.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 *plan_assignment.PlanAssignment_FieldMask `` /* 146-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 [WatchPlanAssignment][ntt.limits.v1alpha2.WatchPlanAssignment]

func (*WatchPlanAssignmentRequest) Descriptor

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

Deprecated, Use WatchPlanAssignmentRequest.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentRequest) GetFieldMask

func (*WatchPlanAssignmentRequest) GetName

func (*WatchPlanAssignmentRequest) GetView

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

func (*WatchPlanAssignmentRequest) GotenMessage

func (*WatchPlanAssignmentRequest) GotenMessage()

func (*WatchPlanAssignmentRequest) GotenValidate

func (obj *WatchPlanAssignmentRequest) GotenValidate() error

func (*WatchPlanAssignmentRequest) Marshal

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

func (*WatchPlanAssignmentRequest) MarshalJSON

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

func (*WatchPlanAssignmentRequest) ProtoMessage

func (*WatchPlanAssignmentRequest) ProtoMessage()

func (*WatchPlanAssignmentRequest) ProtoReflect

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

func (*WatchPlanAssignmentRequest) Reset

func (m *WatchPlanAssignmentRequest) Reset()

func (*WatchPlanAssignmentRequest) SetFieldMask

func (*WatchPlanAssignmentRequest) SetName

func (*WatchPlanAssignmentRequest) SetView

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

func (*WatchPlanAssignmentRequest) String

func (m *WatchPlanAssignmentRequest) String() string

func (*WatchPlanAssignmentRequest) Unmarshal

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

func (*WatchPlanAssignmentRequest) UnmarshalJSON

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

type WatchPlanAssignmentResponse

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

WatchPlanAssignmentResponse

func (*WatchPlanAssignmentResponse) Descriptor

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

Deprecated, Use WatchPlanAssignmentResponse.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentResponse) GetChange

func (*WatchPlanAssignmentResponse) GotenMessage

func (*WatchPlanAssignmentResponse) GotenMessage()

func (*WatchPlanAssignmentResponse) GotenValidate

func (obj *WatchPlanAssignmentResponse) GotenValidate() error

func (*WatchPlanAssignmentResponse) Marshal

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

func (*WatchPlanAssignmentResponse) MarshalJSON

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

func (*WatchPlanAssignmentResponse) ProtoMessage

func (*WatchPlanAssignmentResponse) ProtoMessage()

func (*WatchPlanAssignmentResponse) ProtoReflect

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

func (*WatchPlanAssignmentResponse) Reset

func (m *WatchPlanAssignmentResponse) Reset()

func (*WatchPlanAssignmentResponse) SetChange

func (*WatchPlanAssignmentResponse) String

func (m *WatchPlanAssignmentResponse) String() string

func (*WatchPlanAssignmentResponse) Unmarshal

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

func (*WatchPlanAssignmentResponse) UnmarshalJSON

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

type WatchPlanAssignmentsClientStream

type WatchPlanAssignmentsClientStream interface {
	Recv() (*WatchPlanAssignmentsResponse, error)
	grpc.ClientStream
}

type WatchPlanAssignmentsDescriptor

type WatchPlanAssignmentsDescriptor struct{}

func GetWatchPlanAssignmentsDescriptor

func GetWatchPlanAssignmentsDescriptor() *WatchPlanAssignmentsDescriptor

func (*WatchPlanAssignmentsDescriptor) GetApiDescriptor

func (*WatchPlanAssignmentsDescriptor) GetApiName

func (d *WatchPlanAssignmentsDescriptor) GetApiName() string

func (*WatchPlanAssignmentsDescriptor) GetClientMsgReflectHandle

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

func (*WatchPlanAssignmentsDescriptor) GetFullMethodName

func (d *WatchPlanAssignmentsDescriptor) GetFullMethodName() string

func (*WatchPlanAssignmentsDescriptor) GetMethodName

func (d *WatchPlanAssignmentsDescriptor) GetMethodName() string

func (*WatchPlanAssignmentsDescriptor) GetProtoPkgName

func (d *WatchPlanAssignmentsDescriptor) GetProtoPkgName() string

func (*WatchPlanAssignmentsDescriptor) GetResourceDescriptor

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

func (*WatchPlanAssignmentsDescriptor) GetServerMsgReflectHandle

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

func (*WatchPlanAssignmentsDescriptor) GetServiceDomain

func (d *WatchPlanAssignmentsDescriptor) GetServiceDomain() string

func (*WatchPlanAssignmentsDescriptor) GetServiceVersion

func (d *WatchPlanAssignmentsDescriptor) GetServiceVersion() string

func (*WatchPlanAssignmentsDescriptor) GetVerb

func (*WatchPlanAssignmentsDescriptor) HasResource

func (d *WatchPlanAssignmentsDescriptor) HasResource() bool

func (*WatchPlanAssignmentsDescriptor) IsClientStream

func (d *WatchPlanAssignmentsDescriptor) IsClientStream() bool

func (*WatchPlanAssignmentsDescriptor) IsCollection

func (d *WatchPlanAssignmentsDescriptor) IsCollection() bool

func (*WatchPlanAssignmentsDescriptor) IsPlural

func (d *WatchPlanAssignmentsDescriptor) IsPlural() bool

func (*WatchPlanAssignmentsDescriptor) IsServerStream

func (d *WatchPlanAssignmentsDescriptor) IsServerStream() bool

func (*WatchPlanAssignmentsDescriptor) IsUnary

func (d *WatchPlanAssignmentsDescriptor) IsUnary() bool

func (*WatchPlanAssignmentsDescriptor) NewEmptyClientMsg

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

func (*WatchPlanAssignmentsDescriptor) NewEmptyServerMsg

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

func (*WatchPlanAssignmentsDescriptor) RequestHasResourceBody

func (d *WatchPlanAssignmentsDescriptor) RequestHasResourceBody() bool

type WatchPlanAssignmentsDescriptorClientMsgHandle

type WatchPlanAssignmentsDescriptorClientMsgHandle struct{}

func (*WatchPlanAssignmentsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchPlanAssignmentsDescriptorClientMsgHandle) ExtractResourceNames

type WatchPlanAssignmentsDescriptorServerMsgHandle

type WatchPlanAssignmentsDescriptorServerMsgHandle struct{}

func (*WatchPlanAssignmentsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchPlanAssignmentsDescriptorServerMsgHandle) ExtractResourceNames

type WatchPlanAssignmentsRequest

type WatchPlanAssignmentsRequest 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.PlanAssignment
	Parent *plan_assignment.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer PlanAssignments 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 *plan_assignment.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 *plan_assignment.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 *plan_assignment.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 PlanAssignment that don't
	// affect any of masked fields won't be sent back.
	FieldMask *plan_assignment.PlanAssignment_FieldMask `` /* 146-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
	// PlanAssignment 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 [WatchPlanAssignments][ntt.limits.v1alpha2.WatchPlanAssignments]

func (*WatchPlanAssignmentsRequest) Descriptor

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

Deprecated, Use WatchPlanAssignmentsRequest.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentsRequest) GetFieldMask

func (*WatchPlanAssignmentsRequest) GetFilter

func (*WatchPlanAssignmentsRequest) GetMaxChunkSize

func (m *WatchPlanAssignmentsRequest) GetMaxChunkSize() int32

func (*WatchPlanAssignmentsRequest) GetOrderBy

func (*WatchPlanAssignmentsRequest) GetPageSize

func (m *WatchPlanAssignmentsRequest) GetPageSize() int32

func (*WatchPlanAssignmentsRequest) GetPageToken

func (*WatchPlanAssignmentsRequest) GetParent

func (*WatchPlanAssignmentsRequest) GetResumeToken

func (m *WatchPlanAssignmentsRequest) GetResumeToken() string

func (*WatchPlanAssignmentsRequest) GetStartingTime added in v0.9.0

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

func (*WatchPlanAssignmentsRequest) GetType

func (*WatchPlanAssignmentsRequest) GetView

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

func (*WatchPlanAssignmentsRequest) GotenMessage

func (*WatchPlanAssignmentsRequest) GotenMessage()

func (*WatchPlanAssignmentsRequest) GotenValidate

func (obj *WatchPlanAssignmentsRequest) GotenValidate() error

func (*WatchPlanAssignmentsRequest) Marshal

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

func (*WatchPlanAssignmentsRequest) MarshalJSON

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

func (*WatchPlanAssignmentsRequest) ProtoMessage

func (*WatchPlanAssignmentsRequest) ProtoMessage()

func (*WatchPlanAssignmentsRequest) ProtoReflect

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

func (*WatchPlanAssignmentsRequest) Reset

func (m *WatchPlanAssignmentsRequest) Reset()

func (*WatchPlanAssignmentsRequest) SetFieldMask

func (*WatchPlanAssignmentsRequest) SetFilter

func (*WatchPlanAssignmentsRequest) SetMaxChunkSize

func (m *WatchPlanAssignmentsRequest) SetMaxChunkSize(fv int32)

func (*WatchPlanAssignmentsRequest) SetOrderBy

func (*WatchPlanAssignmentsRequest) SetPageSize

func (m *WatchPlanAssignmentsRequest) SetPageSize(fv int32)

func (*WatchPlanAssignmentsRequest) SetPageToken

func (*WatchPlanAssignmentsRequest) SetParent

func (*WatchPlanAssignmentsRequest) SetResumeToken

func (m *WatchPlanAssignmentsRequest) SetResumeToken(fv string)

func (*WatchPlanAssignmentsRequest) SetStartingTime added in v0.9.0

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

func (*WatchPlanAssignmentsRequest) SetType

func (*WatchPlanAssignmentsRequest) SetView

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

func (*WatchPlanAssignmentsRequest) String

func (m *WatchPlanAssignmentsRequest) String() string

func (*WatchPlanAssignmentsRequest) Unmarshal

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

func (*WatchPlanAssignmentsRequest) UnmarshalJSON

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

type WatchPlanAssignmentsResponse

type WatchPlanAssignmentsResponse struct {

	// Changes of PlanAssignments
	PlanAssignmentChanges []*plan_assignment.PlanAssignmentChange `` /* 160-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 PlanAssignments 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 *WatchPlanAssignmentsResponse_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 (PlanAssignments 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
}

WatchPlanAssignmentsResponse

func (*WatchPlanAssignmentsResponse) Descriptor

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

Deprecated, Use WatchPlanAssignmentsResponse.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentsResponse) GetIsCurrent

func (m *WatchPlanAssignmentsResponse) GetIsCurrent() bool

func (*WatchPlanAssignmentsResponse) GetIsHardReset

func (m *WatchPlanAssignmentsResponse) GetIsHardReset() bool

func (*WatchPlanAssignmentsResponse) GetIsSoftReset

func (m *WatchPlanAssignmentsResponse) GetIsSoftReset() bool

func (*WatchPlanAssignmentsResponse) GetPageTokenChange

func (*WatchPlanAssignmentsResponse) GetPlanAssignmentChanges

func (m *WatchPlanAssignmentsResponse) GetPlanAssignmentChanges() []*plan_assignment.PlanAssignmentChange

func (*WatchPlanAssignmentsResponse) GetResumeToken

func (m *WatchPlanAssignmentsResponse) GetResumeToken() string

func (*WatchPlanAssignmentsResponse) GetSnapshotSize

func (m *WatchPlanAssignmentsResponse) GetSnapshotSize() int64

func (*WatchPlanAssignmentsResponse) GotenMessage

func (*WatchPlanAssignmentsResponse) GotenMessage()

func (*WatchPlanAssignmentsResponse) GotenValidate

func (obj *WatchPlanAssignmentsResponse) GotenValidate() error

func (*WatchPlanAssignmentsResponse) Marshal

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

func (*WatchPlanAssignmentsResponse) MarshalJSON

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

func (*WatchPlanAssignmentsResponse) ProtoMessage

func (*WatchPlanAssignmentsResponse) ProtoMessage()

func (*WatchPlanAssignmentsResponse) ProtoReflect

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

func (*WatchPlanAssignmentsResponse) Reset

func (m *WatchPlanAssignmentsResponse) Reset()

func (*WatchPlanAssignmentsResponse) SetIsCurrent

func (m *WatchPlanAssignmentsResponse) SetIsCurrent(fv bool)

func (*WatchPlanAssignmentsResponse) SetIsHardReset

func (m *WatchPlanAssignmentsResponse) SetIsHardReset(fv bool)

func (*WatchPlanAssignmentsResponse) SetIsSoftReset

func (m *WatchPlanAssignmentsResponse) SetIsSoftReset(fv bool)

func (*WatchPlanAssignmentsResponse) SetPageTokenChange

func (*WatchPlanAssignmentsResponse) SetPlanAssignmentChanges

func (m *WatchPlanAssignmentsResponse) SetPlanAssignmentChanges(fv []*plan_assignment.PlanAssignmentChange)

func (*WatchPlanAssignmentsResponse) SetResumeToken

func (m *WatchPlanAssignmentsResponse) SetResumeToken(fv string)

func (*WatchPlanAssignmentsResponse) SetSnapshotSize

func (m *WatchPlanAssignmentsResponse) SetSnapshotSize(fv int64)

func (*WatchPlanAssignmentsResponse) String

func (*WatchPlanAssignmentsResponse) Unmarshal

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

func (*WatchPlanAssignmentsResponse) UnmarshalJSON

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

type WatchPlanAssignmentsResponse_PageTokenChange

type WatchPlanAssignmentsResponse_PageTokenChange struct {

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

func (*WatchPlanAssignmentsResponse_PageTokenChange) Descriptor

Deprecated, Use WatchPlanAssignmentsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchPlanAssignmentsResponse_PageTokenChange) GetNextPageToken

func (*WatchPlanAssignmentsResponse_PageTokenChange) GetPrevPageToken

func (*WatchPlanAssignmentsResponse_PageTokenChange) GotenMessage

func (*WatchPlanAssignmentsResponse_PageTokenChange) GotenValidate

func (*WatchPlanAssignmentsResponse_PageTokenChange) Marshal

func (*WatchPlanAssignmentsResponse_PageTokenChange) MarshalJSON

func (*WatchPlanAssignmentsResponse_PageTokenChange) ProtoMessage

func (*WatchPlanAssignmentsResponse_PageTokenChange) ProtoReflect

func (*WatchPlanAssignmentsResponse_PageTokenChange) Reset

func (*WatchPlanAssignmentsResponse_PageTokenChange) SetNextPageToken

func (*WatchPlanAssignmentsResponse_PageTokenChange) SetPrevPageToken

func (*WatchPlanAssignmentsResponse_PageTokenChange) String

func (*WatchPlanAssignmentsResponse_PageTokenChange) Unmarshal

func (*WatchPlanAssignmentsResponse_PageTokenChange) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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