deployment_client

package
v1.2.0 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 BatchGetDeploymentsDescriptor

type BatchGetDeploymentsDescriptor struct{}

func GetBatchGetDeploymentsDescriptor

func GetBatchGetDeploymentsDescriptor() *BatchGetDeploymentsDescriptor

func (*BatchGetDeploymentsDescriptor) GetApiDescriptor

func (*BatchGetDeploymentsDescriptor) GetApiName

func (d *BatchGetDeploymentsDescriptor) GetApiName() string

func (*BatchGetDeploymentsDescriptor) GetClientMsgReflectHandle

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

func (*BatchGetDeploymentsDescriptor) GetFullMethodName

func (d *BatchGetDeploymentsDescriptor) GetFullMethodName() string

func (*BatchGetDeploymentsDescriptor) GetMethodName

func (d *BatchGetDeploymentsDescriptor) GetMethodName() string

func (*BatchGetDeploymentsDescriptor) GetProtoPkgName

func (d *BatchGetDeploymentsDescriptor) GetProtoPkgName() string

func (*BatchGetDeploymentsDescriptor) GetResourceDescriptor

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

func (*BatchGetDeploymentsDescriptor) GetServerMsgReflectHandle

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

func (*BatchGetDeploymentsDescriptor) GetServiceDomain

func (d *BatchGetDeploymentsDescriptor) GetServiceDomain() string

func (*BatchGetDeploymentsDescriptor) GetServiceVersion

func (d *BatchGetDeploymentsDescriptor) GetServiceVersion() string

func (*BatchGetDeploymentsDescriptor) GetVerb

func (*BatchGetDeploymentsDescriptor) HasResource

func (d *BatchGetDeploymentsDescriptor) HasResource() bool

func (*BatchGetDeploymentsDescriptor) IsClientStream

func (d *BatchGetDeploymentsDescriptor) IsClientStream() bool

func (*BatchGetDeploymentsDescriptor) IsCollection

func (d *BatchGetDeploymentsDescriptor) IsCollection() bool

func (*BatchGetDeploymentsDescriptor) IsPlural

func (d *BatchGetDeploymentsDescriptor) IsPlural() bool

func (*BatchGetDeploymentsDescriptor) IsServerStream

func (d *BatchGetDeploymentsDescriptor) IsServerStream() bool

func (*BatchGetDeploymentsDescriptor) IsUnary

func (d *BatchGetDeploymentsDescriptor) IsUnary() bool

func (*BatchGetDeploymentsDescriptor) NewEmptyClientMsg

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

func (*BatchGetDeploymentsDescriptor) NewEmptyServerMsg

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

func (*BatchGetDeploymentsDescriptor) RequestHasResourceBody

func (d *BatchGetDeploymentsDescriptor) RequestHasResourceBody() bool

type BatchGetDeploymentsDescriptorClientMsgHandle

type BatchGetDeploymentsDescriptorClientMsgHandle struct{}

func (*BatchGetDeploymentsDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetDeploymentsDescriptorClientMsgHandle) ExtractResourceBodies

func (*BatchGetDeploymentsDescriptorClientMsgHandle) ExtractResourceBody

func (*BatchGetDeploymentsDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetDeploymentsDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetDeploymentsDescriptorServerMsgHandle

type BatchGetDeploymentsDescriptorServerMsgHandle struct{}

func (*BatchGetDeploymentsDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetDeploymentsDescriptorServerMsgHandle) ExtractResourceBodies

func (*BatchGetDeploymentsDescriptorServerMsgHandle) ExtractResourceBody

func (*BatchGetDeploymentsDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetDeploymentsDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetDeploymentsRequest

type BatchGetDeploymentsRequest struct {

	// Names of Deployments
	Names []*deployment.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 *deployment.Deployment_FieldMask `` /* 142-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 [BatchGetDeployments][goten.meta.v1.BatchGetDeployments]

func (*BatchGetDeploymentsRequest) Descriptor

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

Deprecated, Use BatchGetDeploymentsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetDeploymentsRequest) GetFieldMask

func (*BatchGetDeploymentsRequest) GetNames

func (m *BatchGetDeploymentsRequest) GetNames() []*deployment.Name

func (*BatchGetDeploymentsRequest) GetView

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

func (*BatchGetDeploymentsRequest) GotenMessage

func (*BatchGetDeploymentsRequest) GotenMessage()

func (*BatchGetDeploymentsRequest) GotenValidate

func (obj *BatchGetDeploymentsRequest) GotenValidate() error

func (*BatchGetDeploymentsRequest) Marshal

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

func (*BatchGetDeploymentsRequest) MarshalJSON

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

func (*BatchGetDeploymentsRequest) ProtoMessage

func (*BatchGetDeploymentsRequest) ProtoMessage()

func (*BatchGetDeploymentsRequest) ProtoReflect

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

func (*BatchGetDeploymentsRequest) Reset

func (m *BatchGetDeploymentsRequest) Reset()

func (*BatchGetDeploymentsRequest) SetFieldMask

func (*BatchGetDeploymentsRequest) SetNames

func (m *BatchGetDeploymentsRequest) SetNames(fv []*deployment.Name)

func (*BatchGetDeploymentsRequest) SetView

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

func (*BatchGetDeploymentsRequest) String

func (m *BatchGetDeploymentsRequest) String() string

func (*BatchGetDeploymentsRequest) Unmarshal

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

func (*BatchGetDeploymentsRequest) UnmarshalJSON

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

type BatchGetDeploymentsResponse

type BatchGetDeploymentsResponse struct {

	// found Deployments
	Deployments []*deployment.Deployment `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty" firestore:"deployments"`
	// list of not found Deployments
	Missing []*deployment.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetDeploymentsResponse

func (*BatchGetDeploymentsResponse) Descriptor

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

Deprecated, Use BatchGetDeploymentsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetDeploymentsResponse) GetDeployments

func (m *BatchGetDeploymentsResponse) GetDeployments() []*deployment.Deployment

func (*BatchGetDeploymentsResponse) GetMissing

func (m *BatchGetDeploymentsResponse) GetMissing() []*deployment.Name

func (*BatchGetDeploymentsResponse) GotenMessage

func (*BatchGetDeploymentsResponse) GotenMessage()

func (*BatchGetDeploymentsResponse) GotenValidate

func (obj *BatchGetDeploymentsResponse) GotenValidate() error

func (*BatchGetDeploymentsResponse) Marshal

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

func (*BatchGetDeploymentsResponse) MarshalJSON

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

func (*BatchGetDeploymentsResponse) ProtoMessage

func (*BatchGetDeploymentsResponse) ProtoMessage()

func (*BatchGetDeploymentsResponse) ProtoReflect

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

func (*BatchGetDeploymentsResponse) Reset

func (m *BatchGetDeploymentsResponse) Reset()

func (*BatchGetDeploymentsResponse) SetDeployments

func (m *BatchGetDeploymentsResponse) SetDeployments(fv []*deployment.Deployment)

func (*BatchGetDeploymentsResponse) SetMissing

func (m *BatchGetDeploymentsResponse) SetMissing(fv []*deployment.Name)

func (*BatchGetDeploymentsResponse) String

func (m *BatchGetDeploymentsResponse) String() string

func (*BatchGetDeploymentsResponse) Unmarshal

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

func (*BatchGetDeploymentsResponse) UnmarshalJSON

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

type BeginUpgradeDescriptor

type BeginUpgradeDescriptor struct{}

func GetBeginUpgradeDescriptor

func GetBeginUpgradeDescriptor() *BeginUpgradeDescriptor

func (*BeginUpgradeDescriptor) GetApiDescriptor

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

func (*BeginUpgradeDescriptor) GetApiName

func (d *BeginUpgradeDescriptor) GetApiName() string

func (*BeginUpgradeDescriptor) GetClientMsgReflectHandle

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

func (*BeginUpgradeDescriptor) GetFullMethodName

func (d *BeginUpgradeDescriptor) GetFullMethodName() string

func (*BeginUpgradeDescriptor) GetMethodName

func (d *BeginUpgradeDescriptor) GetMethodName() string

func (*BeginUpgradeDescriptor) GetProtoPkgName

func (d *BeginUpgradeDescriptor) GetProtoPkgName() string

func (*BeginUpgradeDescriptor) GetResourceDescriptor

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

func (*BeginUpgradeDescriptor) GetServerMsgReflectHandle

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

func (*BeginUpgradeDescriptor) GetServiceDomain

func (d *BeginUpgradeDescriptor) GetServiceDomain() string

func (*BeginUpgradeDescriptor) GetServiceVersion

func (d *BeginUpgradeDescriptor) GetServiceVersion() string

func (*BeginUpgradeDescriptor) GetVerb

func (d *BeginUpgradeDescriptor) GetVerb() string

func (*BeginUpgradeDescriptor) HasResource

func (d *BeginUpgradeDescriptor) HasResource() bool

func (*BeginUpgradeDescriptor) IsClientStream

func (d *BeginUpgradeDescriptor) IsClientStream() bool

func (*BeginUpgradeDescriptor) IsCollection

func (d *BeginUpgradeDescriptor) IsCollection() bool

func (*BeginUpgradeDescriptor) IsPlural

func (d *BeginUpgradeDescriptor) IsPlural() bool

func (*BeginUpgradeDescriptor) IsServerStream

func (d *BeginUpgradeDescriptor) IsServerStream() bool

func (*BeginUpgradeDescriptor) IsUnary

func (d *BeginUpgradeDescriptor) IsUnary() bool

func (*BeginUpgradeDescriptor) NewEmptyClientMsg

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

func (*BeginUpgradeDescriptor) NewEmptyServerMsg

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

func (*BeginUpgradeDescriptor) RequestHasResourceBody

func (d *BeginUpgradeDescriptor) RequestHasResourceBody() bool

type BeginUpgradeDescriptorClientMsgHandle

type BeginUpgradeDescriptorClientMsgHandle struct{}

func (*BeginUpgradeDescriptorClientMsgHandle) ExtractCollectionName

func (*BeginUpgradeDescriptorClientMsgHandle) ExtractResourceBodies

func (*BeginUpgradeDescriptorClientMsgHandle) ExtractResourceBody

func (*BeginUpgradeDescriptorClientMsgHandle) ExtractResourceName

func (*BeginUpgradeDescriptorClientMsgHandle) ExtractResourceNames

type BeginUpgradeDescriptorServerMsgHandle

type BeginUpgradeDescriptorServerMsgHandle struct{}

func (*BeginUpgradeDescriptorServerMsgHandle) ExtractCollectionName

func (*BeginUpgradeDescriptorServerMsgHandle) ExtractResourceBodies

func (*BeginUpgradeDescriptorServerMsgHandle) ExtractResourceBody

func (*BeginUpgradeDescriptorServerMsgHandle) ExtractResourceName

func (*BeginUpgradeDescriptorServerMsgHandle) ExtractResourceNames

type BeginUpgradeRequest

type BeginUpgradeRequest struct {

	//  name of goten.meta.v1.Deployment
	Name             *deployment.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	TargetVersion    string           `` /* 126-byte string literal not displayed */
	TotalShardsCount int64            `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [BeginUpgrade][goten.meta.v1.BeginUpgrade]

func (*BeginUpgradeRequest) Descriptor

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

Deprecated, Use BeginUpgradeRequest.ProtoReflect.Descriptor instead.

func (*BeginUpgradeRequest) GetName

func (m *BeginUpgradeRequest) GetName() *deployment.Name

func (*BeginUpgradeRequest) GetTargetVersion

func (m *BeginUpgradeRequest) GetTargetVersion() string

func (*BeginUpgradeRequest) GetTotalShardsCount

func (m *BeginUpgradeRequest) GetTotalShardsCount() int64

func (*BeginUpgradeRequest) GotenMessage

func (*BeginUpgradeRequest) GotenMessage()

func (*BeginUpgradeRequest) GotenValidate

func (obj *BeginUpgradeRequest) GotenValidate() error

func (*BeginUpgradeRequest) Marshal

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

func (*BeginUpgradeRequest) MarshalJSON

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

func (*BeginUpgradeRequest) ProtoMessage

func (*BeginUpgradeRequest) ProtoMessage()

func (*BeginUpgradeRequest) ProtoReflect

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

func (*BeginUpgradeRequest) Reset

func (m *BeginUpgradeRequest) Reset()

func (*BeginUpgradeRequest) SetName

func (m *BeginUpgradeRequest) SetName(fv *deployment.Name)

func (*BeginUpgradeRequest) SetTargetVersion

func (m *BeginUpgradeRequest) SetTargetVersion(fv string)

func (*BeginUpgradeRequest) SetTotalShardsCount

func (m *BeginUpgradeRequest) SetTotalShardsCount(fv int64)

func (*BeginUpgradeRequest) String

func (m *BeginUpgradeRequest) String() string

func (*BeginUpgradeRequest) Unmarshal

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

func (*BeginUpgradeRequest) UnmarshalJSON

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

type CreateDeploymentDescriptor

type CreateDeploymentDescriptor struct{}

func GetCreateDeploymentDescriptor

func GetCreateDeploymentDescriptor() *CreateDeploymentDescriptor

func (*CreateDeploymentDescriptor) GetApiDescriptor

func (*CreateDeploymentDescriptor) GetApiName

func (d *CreateDeploymentDescriptor) GetApiName() string

func (*CreateDeploymentDescriptor) GetClientMsgReflectHandle

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

func (*CreateDeploymentDescriptor) GetFullMethodName

func (d *CreateDeploymentDescriptor) GetFullMethodName() string

func (*CreateDeploymentDescriptor) GetMethodName

func (d *CreateDeploymentDescriptor) GetMethodName() string

func (*CreateDeploymentDescriptor) GetProtoPkgName

func (d *CreateDeploymentDescriptor) GetProtoPkgName() string

func (*CreateDeploymentDescriptor) GetResourceDescriptor

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

func (*CreateDeploymentDescriptor) GetServerMsgReflectHandle

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

func (*CreateDeploymentDescriptor) GetServiceDomain

func (d *CreateDeploymentDescriptor) GetServiceDomain() string

func (*CreateDeploymentDescriptor) GetServiceVersion

func (d *CreateDeploymentDescriptor) GetServiceVersion() string

func (*CreateDeploymentDescriptor) GetVerb

func (d *CreateDeploymentDescriptor) GetVerb() string

func (*CreateDeploymentDescriptor) HasResource

func (d *CreateDeploymentDescriptor) HasResource() bool

func (*CreateDeploymentDescriptor) IsClientStream

func (d *CreateDeploymentDescriptor) IsClientStream() bool

func (*CreateDeploymentDescriptor) IsCollection

func (d *CreateDeploymentDescriptor) IsCollection() bool

func (*CreateDeploymentDescriptor) IsPlural

func (d *CreateDeploymentDescriptor) IsPlural() bool

func (*CreateDeploymentDescriptor) IsServerStream

func (d *CreateDeploymentDescriptor) IsServerStream() bool

func (*CreateDeploymentDescriptor) IsUnary

func (d *CreateDeploymentDescriptor) IsUnary() bool

func (*CreateDeploymentDescriptor) NewEmptyClientMsg

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

func (*CreateDeploymentDescriptor) NewEmptyServerMsg

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

func (*CreateDeploymentDescriptor) RequestHasResourceBody

func (d *CreateDeploymentDescriptor) RequestHasResourceBody() bool

type CreateDeploymentDescriptorClientMsgHandle

type CreateDeploymentDescriptorClientMsgHandle struct{}

func (*CreateDeploymentDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateDeploymentDescriptorClientMsgHandle) ExtractResourceBodies

func (*CreateDeploymentDescriptorClientMsgHandle) ExtractResourceBody

func (*CreateDeploymentDescriptorClientMsgHandle) ExtractResourceName

func (*CreateDeploymentDescriptorClientMsgHandle) ExtractResourceNames

type CreateDeploymentDescriptorServerMsgHandle

type CreateDeploymentDescriptorServerMsgHandle struct{}

func (*CreateDeploymentDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateDeploymentDescriptorServerMsgHandle) ExtractResourceBodies

func (*CreateDeploymentDescriptorServerMsgHandle) ExtractResourceBody

func (*CreateDeploymentDescriptorServerMsgHandle) ExtractResourceName

func (*CreateDeploymentDescriptorServerMsgHandle) ExtractResourceNames

type CreateDeploymentRequest

type CreateDeploymentRequest struct {

	// Parent name of goten.meta.v1.Deployment
	Parent *deployment.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Deployment resource body
	Deployment *deployment.Deployment `protobuf:"bytes,2,opt,name=deployment,proto3" json:"deployment,omitempty" firestore:"deployment"`
	// contains filtered or unexported fields
}

Request message for method [CreateDeployment][goten.meta.v1.CreateDeployment]

func (*CreateDeploymentRequest) Descriptor

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

Deprecated, Use CreateDeploymentRequest.ProtoReflect.Descriptor instead.

func (*CreateDeploymentRequest) GetDeployment

func (m *CreateDeploymentRequest) GetDeployment() *deployment.Deployment

func (*CreateDeploymentRequest) GetParent

func (*CreateDeploymentRequest) GotenMessage

func (*CreateDeploymentRequest) GotenMessage()

func (*CreateDeploymentRequest) GotenValidate

func (obj *CreateDeploymentRequest) GotenValidate() error

func (*CreateDeploymentRequest) Marshal

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

func (*CreateDeploymentRequest) MarshalJSON

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

func (*CreateDeploymentRequest) ProtoMessage

func (*CreateDeploymentRequest) ProtoMessage()

func (*CreateDeploymentRequest) ProtoReflect

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

func (*CreateDeploymentRequest) Reset

func (m *CreateDeploymentRequest) Reset()

func (*CreateDeploymentRequest) SetDeployment

func (m *CreateDeploymentRequest) SetDeployment(fv *deployment.Deployment)

func (*CreateDeploymentRequest) SetParent

func (m *CreateDeploymentRequest) SetParent(fv *deployment.ParentName)

func (*CreateDeploymentRequest) String

func (m *CreateDeploymentRequest) String() string

func (*CreateDeploymentRequest) Unmarshal

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

func (*CreateDeploymentRequest) UnmarshalJSON

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

type DeleteDeploymentDescriptor

type DeleteDeploymentDescriptor struct{}

func GetDeleteDeploymentDescriptor

func GetDeleteDeploymentDescriptor() *DeleteDeploymentDescriptor

func (*DeleteDeploymentDescriptor) GetApiDescriptor

func (*DeleteDeploymentDescriptor) GetApiName

func (d *DeleteDeploymentDescriptor) GetApiName() string

func (*DeleteDeploymentDescriptor) GetClientMsgReflectHandle

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

func (*DeleteDeploymentDescriptor) GetFullMethodName

func (d *DeleteDeploymentDescriptor) GetFullMethodName() string

func (*DeleteDeploymentDescriptor) GetMethodName

func (d *DeleteDeploymentDescriptor) GetMethodName() string

func (*DeleteDeploymentDescriptor) GetProtoPkgName

func (d *DeleteDeploymentDescriptor) GetProtoPkgName() string

func (*DeleteDeploymentDescriptor) GetResourceDescriptor

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

func (*DeleteDeploymentDescriptor) GetServerMsgReflectHandle

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

func (*DeleteDeploymentDescriptor) GetServiceDomain

func (d *DeleteDeploymentDescriptor) GetServiceDomain() string

func (*DeleteDeploymentDescriptor) GetServiceVersion

func (d *DeleteDeploymentDescriptor) GetServiceVersion() string

func (*DeleteDeploymentDescriptor) GetVerb

func (d *DeleteDeploymentDescriptor) GetVerb() string

func (*DeleteDeploymentDescriptor) HasResource

func (d *DeleteDeploymentDescriptor) HasResource() bool

func (*DeleteDeploymentDescriptor) IsClientStream

func (d *DeleteDeploymentDescriptor) IsClientStream() bool

func (*DeleteDeploymentDescriptor) IsCollection

func (d *DeleteDeploymentDescriptor) IsCollection() bool

func (*DeleteDeploymentDescriptor) IsPlural

func (d *DeleteDeploymentDescriptor) IsPlural() bool

func (*DeleteDeploymentDescriptor) IsServerStream

func (d *DeleteDeploymentDescriptor) IsServerStream() bool

func (*DeleteDeploymentDescriptor) IsUnary

func (d *DeleteDeploymentDescriptor) IsUnary() bool

func (*DeleteDeploymentDescriptor) NewEmptyClientMsg

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

func (*DeleteDeploymentDescriptor) NewEmptyServerMsg

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

func (*DeleteDeploymentDescriptor) RequestHasResourceBody

func (d *DeleteDeploymentDescriptor) RequestHasResourceBody() bool

type DeleteDeploymentDescriptorClientMsgHandle

type DeleteDeploymentDescriptorClientMsgHandle struct{}

func (*DeleteDeploymentDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteDeploymentDescriptorClientMsgHandle) ExtractResourceBodies

func (*DeleteDeploymentDescriptorClientMsgHandle) ExtractResourceBody

func (*DeleteDeploymentDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteDeploymentDescriptorClientMsgHandle) ExtractResourceNames

type DeleteDeploymentDescriptorServerMsgHandle

type DeleteDeploymentDescriptorServerMsgHandle struct{}

func (*DeleteDeploymentDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteDeploymentDescriptorServerMsgHandle) ExtractResourceBodies

func (*DeleteDeploymentDescriptorServerMsgHandle) ExtractResourceBody

func (*DeleteDeploymentDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteDeploymentDescriptorServerMsgHandle) ExtractResourceNames

type DeleteDeploymentRequest

type DeleteDeploymentRequest struct {

	// Name of goten.meta.v1.Deployment
	Name *deployment.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeleteDeployment][goten.meta.v1.DeleteDeployment]

func (*DeleteDeploymentRequest) Descriptor

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

Deprecated, Use DeleteDeploymentRequest.ProtoReflect.Descriptor instead.

func (*DeleteDeploymentRequest) GetName

func (m *DeleteDeploymentRequest) GetName() *deployment.Name

func (*DeleteDeploymentRequest) GotenMessage

func (*DeleteDeploymentRequest) GotenMessage()

func (*DeleteDeploymentRequest) GotenValidate

func (obj *DeleteDeploymentRequest) GotenValidate() error

func (*DeleteDeploymentRequest) Marshal

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

func (*DeleteDeploymentRequest) MarshalJSON

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

func (*DeleteDeploymentRequest) ProtoMessage

func (*DeleteDeploymentRequest) ProtoMessage()

func (*DeleteDeploymentRequest) ProtoReflect

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

func (*DeleteDeploymentRequest) Reset

func (m *DeleteDeploymentRequest) Reset()

func (*DeleteDeploymentRequest) SetName

func (m *DeleteDeploymentRequest) SetName(fv *deployment.Name)

func (*DeleteDeploymentRequest) String

func (m *DeleteDeploymentRequest) String() string

func (*DeleteDeploymentRequest) Unmarshal

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

func (*DeleteDeploymentRequest) UnmarshalJSON

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

type DeploymentServiceClient

type DeploymentServiceClient interface {
	GetDeployment(ctx context.Context, in *GetDeploymentRequest, opts ...grpc.CallOption) (*deployment.Deployment, error)
	BatchGetDeployments(ctx context.Context, in *BatchGetDeploymentsRequest, opts ...grpc.CallOption) (*BatchGetDeploymentsResponse, error)
	ListDeployments(ctx context.Context, in *ListDeploymentsRequest, opts ...grpc.CallOption) (*ListDeploymentsResponse, error)
	WatchDeployment(ctx context.Context, in *WatchDeploymentRequest, opts ...grpc.CallOption) (WatchDeploymentClientStream, error)
	WatchDeployments(ctx context.Context, in *WatchDeploymentsRequest, opts ...grpc.CallOption) (WatchDeploymentsClientStream, error)
	CreateDeployment(ctx context.Context, in *CreateDeploymentRequest, opts ...grpc.CallOption) (*deployment.Deployment, error)
	UpdateDeployment(ctx context.Context, in *UpdateDeploymentRequest, opts ...grpc.CallOption) (*deployment.Deployment, error)
	DeleteDeployment(ctx context.Context, in *DeleteDeploymentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	BeginUpgrade(ctx context.Context, in *BeginUpgradeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	NotifyShardsUpgradeReadiness(ctx context.Context, in *NotifyShardsUpgradeReadinessRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

DeploymentServiceClient is the client API for DeploymentService.

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

type DeploymentServiceDescriptor

type DeploymentServiceDescriptor struct{}

func GetDeploymentServiceDescriptor

func GetDeploymentServiceDescriptor() *DeploymentServiceDescriptor

func (*DeploymentServiceDescriptor) AllMethodDescriptors

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

func (*DeploymentServiceDescriptor) GetApiName

func (d *DeploymentServiceDescriptor) GetApiName() string

func (*DeploymentServiceDescriptor) GetFullAPIName

func (d *DeploymentServiceDescriptor) GetFullAPIName() string

func (*DeploymentServiceDescriptor) GetProtoPkgName

func (d *DeploymentServiceDescriptor) GetProtoPkgName() string

func (*DeploymentServiceDescriptor) GetServiceDomain

func (d *DeploymentServiceDescriptor) GetServiceDomain() string

func (*DeploymentServiceDescriptor) GetServiceVersion

func (d *DeploymentServiceDescriptor) GetServiceVersion() string

type GetDeploymentDescriptor

type GetDeploymentDescriptor struct{}

func GetGetDeploymentDescriptor

func GetGetDeploymentDescriptor() *GetDeploymentDescriptor

func (*GetDeploymentDescriptor) GetApiDescriptor

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

func (*GetDeploymentDescriptor) GetApiName

func (d *GetDeploymentDescriptor) GetApiName() string

func (*GetDeploymentDescriptor) GetClientMsgReflectHandle

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

func (*GetDeploymentDescriptor) GetFullMethodName

func (d *GetDeploymentDescriptor) GetFullMethodName() string

func (*GetDeploymentDescriptor) GetMethodName

func (d *GetDeploymentDescriptor) GetMethodName() string

func (*GetDeploymentDescriptor) GetProtoPkgName

func (d *GetDeploymentDescriptor) GetProtoPkgName() string

func (*GetDeploymentDescriptor) GetResourceDescriptor

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

func (*GetDeploymentDescriptor) GetServerMsgReflectHandle

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

func (*GetDeploymentDescriptor) GetServiceDomain

func (d *GetDeploymentDescriptor) GetServiceDomain() string

func (*GetDeploymentDescriptor) GetServiceVersion

func (d *GetDeploymentDescriptor) GetServiceVersion() string

func (*GetDeploymentDescriptor) GetVerb

func (d *GetDeploymentDescriptor) GetVerb() string

func (*GetDeploymentDescriptor) HasResource

func (d *GetDeploymentDescriptor) HasResource() bool

func (*GetDeploymentDescriptor) IsClientStream

func (d *GetDeploymentDescriptor) IsClientStream() bool

func (*GetDeploymentDescriptor) IsCollection

func (d *GetDeploymentDescriptor) IsCollection() bool

func (*GetDeploymentDescriptor) IsPlural

func (d *GetDeploymentDescriptor) IsPlural() bool

func (*GetDeploymentDescriptor) IsServerStream

func (d *GetDeploymentDescriptor) IsServerStream() bool

func (*GetDeploymentDescriptor) IsUnary

func (d *GetDeploymentDescriptor) IsUnary() bool

func (*GetDeploymentDescriptor) NewEmptyClientMsg

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

func (*GetDeploymentDescriptor) NewEmptyServerMsg

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

func (*GetDeploymentDescriptor) RequestHasResourceBody

func (d *GetDeploymentDescriptor) RequestHasResourceBody() bool

type GetDeploymentDescriptorClientMsgHandle

type GetDeploymentDescriptorClientMsgHandle struct{}

func (*GetDeploymentDescriptorClientMsgHandle) ExtractCollectionName

func (*GetDeploymentDescriptorClientMsgHandle) ExtractResourceBodies

func (*GetDeploymentDescriptorClientMsgHandle) ExtractResourceBody

func (*GetDeploymentDescriptorClientMsgHandle) ExtractResourceName

func (*GetDeploymentDescriptorClientMsgHandle) ExtractResourceNames

type GetDeploymentDescriptorServerMsgHandle

type GetDeploymentDescriptorServerMsgHandle struct{}

func (*GetDeploymentDescriptorServerMsgHandle) ExtractCollectionName

func (*GetDeploymentDescriptorServerMsgHandle) ExtractResourceBodies

func (*GetDeploymentDescriptorServerMsgHandle) ExtractResourceBody

func (*GetDeploymentDescriptorServerMsgHandle) ExtractResourceName

func (*GetDeploymentDescriptorServerMsgHandle) ExtractResourceNames

type GetDeploymentRequest

type GetDeploymentRequest struct {

	// Name of goten.meta.v1.Deployment
	Name *deployment.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 *deployment.Deployment_FieldMask `` /* 142-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 [GetDeployment][goten.meta.v1.GetDeployment]

func (*GetDeploymentRequest) Descriptor

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

Deprecated, Use GetDeploymentRequest.ProtoReflect.Descriptor instead.

func (*GetDeploymentRequest) GetFieldMask

func (*GetDeploymentRequest) GetName

func (m *GetDeploymentRequest) GetName() *deployment.Name

func (*GetDeploymentRequest) GetView

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

func (*GetDeploymentRequest) GotenMessage

func (*GetDeploymentRequest) GotenMessage()

func (*GetDeploymentRequest) GotenValidate

func (obj *GetDeploymentRequest) GotenValidate() error

func (*GetDeploymentRequest) Marshal

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

func (*GetDeploymentRequest) MarshalJSON

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

func (*GetDeploymentRequest) ProtoMessage

func (*GetDeploymentRequest) ProtoMessage()

func (*GetDeploymentRequest) ProtoReflect

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

func (*GetDeploymentRequest) Reset

func (m *GetDeploymentRequest) Reset()

func (*GetDeploymentRequest) SetFieldMask

func (*GetDeploymentRequest) SetName

func (m *GetDeploymentRequest) SetName(fv *deployment.Name)

func (*GetDeploymentRequest) SetView

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

func (*GetDeploymentRequest) String

func (m *GetDeploymentRequest) String() string

func (*GetDeploymentRequest) Unmarshal

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

func (*GetDeploymentRequest) UnmarshalJSON

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

type ListDeploymentsDescriptor

type ListDeploymentsDescriptor struct{}

func GetListDeploymentsDescriptor

func GetListDeploymentsDescriptor() *ListDeploymentsDescriptor

func (*ListDeploymentsDescriptor) GetApiDescriptor

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

func (*ListDeploymentsDescriptor) GetApiName

func (d *ListDeploymentsDescriptor) GetApiName() string

func (*ListDeploymentsDescriptor) GetClientMsgReflectHandle

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

func (*ListDeploymentsDescriptor) GetFullMethodName

func (d *ListDeploymentsDescriptor) GetFullMethodName() string

func (*ListDeploymentsDescriptor) GetMethodName

func (d *ListDeploymentsDescriptor) GetMethodName() string

func (*ListDeploymentsDescriptor) GetProtoPkgName

func (d *ListDeploymentsDescriptor) GetProtoPkgName() string

func (*ListDeploymentsDescriptor) GetResourceDescriptor

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

func (*ListDeploymentsDescriptor) GetServerMsgReflectHandle

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

func (*ListDeploymentsDescriptor) GetServiceDomain

func (d *ListDeploymentsDescriptor) GetServiceDomain() string

func (*ListDeploymentsDescriptor) GetServiceVersion

func (d *ListDeploymentsDescriptor) GetServiceVersion() string

func (*ListDeploymentsDescriptor) GetVerb

func (d *ListDeploymentsDescriptor) GetVerb() string

func (*ListDeploymentsDescriptor) HasResource

func (d *ListDeploymentsDescriptor) HasResource() bool

func (*ListDeploymentsDescriptor) IsClientStream

func (d *ListDeploymentsDescriptor) IsClientStream() bool

func (*ListDeploymentsDescriptor) IsCollection

func (d *ListDeploymentsDescriptor) IsCollection() bool

func (*ListDeploymentsDescriptor) IsPlural

func (d *ListDeploymentsDescriptor) IsPlural() bool

func (*ListDeploymentsDescriptor) IsServerStream

func (d *ListDeploymentsDescriptor) IsServerStream() bool

func (*ListDeploymentsDescriptor) IsUnary

func (d *ListDeploymentsDescriptor) IsUnary() bool

func (*ListDeploymentsDescriptor) NewEmptyClientMsg

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

func (*ListDeploymentsDescriptor) NewEmptyServerMsg

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

func (*ListDeploymentsDescriptor) RequestHasResourceBody

func (d *ListDeploymentsDescriptor) RequestHasResourceBody() bool

type ListDeploymentsDescriptorClientMsgHandle

type ListDeploymentsDescriptorClientMsgHandle struct{}

func (*ListDeploymentsDescriptorClientMsgHandle) ExtractCollectionName

func (*ListDeploymentsDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListDeploymentsDescriptorClientMsgHandle) ExtractResourceBody

func (*ListDeploymentsDescriptorClientMsgHandle) ExtractResourceName

func (*ListDeploymentsDescriptorClientMsgHandle) ExtractResourceNames

type ListDeploymentsDescriptorServerMsgHandle

type ListDeploymentsDescriptorServerMsgHandle struct{}

func (*ListDeploymentsDescriptorServerMsgHandle) ExtractCollectionName

func (*ListDeploymentsDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListDeploymentsDescriptorServerMsgHandle) ExtractResourceBody

func (*ListDeploymentsDescriptorServerMsgHandle) ExtractResourceName

func (*ListDeploymentsDescriptorServerMsgHandle) ExtractResourceNames

type ListDeploymentsRequest

type ListDeploymentsRequest struct {

	// Parent name of goten.meta.v1.Deployment
	Parent *deployment.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Deployments 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
	// [ListDeploymentsResponse.next_page_token][goten.meta.v1.ListDeploymentsResponse.next_page_token]
	PageToken *deployment.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 *deployment.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 *deployment.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 *deployment.Deployment_FieldMask `` /* 142-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 [ListDeployments][goten.meta.v1.ListDeployments]

func (*ListDeploymentsRequest) Descriptor

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

Deprecated, Use ListDeploymentsRequest.ProtoReflect.Descriptor instead.

func (*ListDeploymentsRequest) GetFieldMask

func (*ListDeploymentsRequest) GetFilter

func (m *ListDeploymentsRequest) GetFilter() *deployment.Filter

func (*ListDeploymentsRequest) GetIncludePagingInfo

func (m *ListDeploymentsRequest) GetIncludePagingInfo() bool

func (*ListDeploymentsRequest) GetOrderBy

func (m *ListDeploymentsRequest) GetOrderBy() *deployment.OrderBy

func (*ListDeploymentsRequest) GetPageSize

func (m *ListDeploymentsRequest) GetPageSize() int32

func (*ListDeploymentsRequest) GetPageToken

func (m *ListDeploymentsRequest) GetPageToken() *deployment.PagerCursor

func (*ListDeploymentsRequest) GetParent

func (*ListDeploymentsRequest) GetView

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

func (*ListDeploymentsRequest) GotenMessage

func (*ListDeploymentsRequest) GotenMessage()

func (*ListDeploymentsRequest) GotenValidate

func (obj *ListDeploymentsRequest) GotenValidate() error

func (*ListDeploymentsRequest) Marshal

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

func (*ListDeploymentsRequest) MarshalJSON

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

func (*ListDeploymentsRequest) ProtoMessage

func (*ListDeploymentsRequest) ProtoMessage()

func (*ListDeploymentsRequest) ProtoReflect

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

func (*ListDeploymentsRequest) Reset

func (m *ListDeploymentsRequest) Reset()

func (*ListDeploymentsRequest) SetFieldMask

func (*ListDeploymentsRequest) SetFilter

func (m *ListDeploymentsRequest) SetFilter(fv *deployment.Filter)

func (*ListDeploymentsRequest) SetIncludePagingInfo

func (m *ListDeploymentsRequest) SetIncludePagingInfo(fv bool)

func (*ListDeploymentsRequest) SetOrderBy

func (m *ListDeploymentsRequest) SetOrderBy(fv *deployment.OrderBy)

func (*ListDeploymentsRequest) SetPageSize

func (m *ListDeploymentsRequest) SetPageSize(fv int32)

func (*ListDeploymentsRequest) SetPageToken

func (m *ListDeploymentsRequest) SetPageToken(fv *deployment.PagerCursor)

func (*ListDeploymentsRequest) SetParent

func (m *ListDeploymentsRequest) SetParent(fv *deployment.ParentName)

func (*ListDeploymentsRequest) SetView

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

func (*ListDeploymentsRequest) String

func (m *ListDeploymentsRequest) String() string

func (*ListDeploymentsRequest) Unmarshal

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

func (*ListDeploymentsRequest) UnmarshalJSON

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

type ListDeploymentsResponse

type ListDeploymentsResponse struct {

	// The list of Deployments
	Deployments []*deployment.Deployment `protobuf:"bytes,1,rep,name=deployments,proto3" json:"deployments,omitempty" firestore:"deployments"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListDeploymentsRequest.page_token][goten.meta.v1.ListDeploymentsRequest.page_token]
	PrevPageToken *deployment.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListDeploymentsRequest.page_token][goten.meta.v1.ListDeploymentsRequest.page_token]
	NextPageToken *deployment.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 Deployments 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 [ListDeployments][goten.meta.v1.ListDeployments]

func (*ListDeploymentsResponse) Descriptor

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

Deprecated, Use ListDeploymentsResponse.ProtoReflect.Descriptor instead.

func (*ListDeploymentsResponse) GetCurrentOffset

func (m *ListDeploymentsResponse) GetCurrentOffset() int32

func (*ListDeploymentsResponse) GetDeployments

func (m *ListDeploymentsResponse) GetDeployments() []*deployment.Deployment

func (*ListDeploymentsResponse) GetNextPageToken

func (m *ListDeploymentsResponse) GetNextPageToken() *deployment.PagerCursor

func (*ListDeploymentsResponse) GetPrevPageToken

func (m *ListDeploymentsResponse) GetPrevPageToken() *deployment.PagerCursor

func (*ListDeploymentsResponse) GetTotalResultsCount

func (m *ListDeploymentsResponse) GetTotalResultsCount() int32

func (*ListDeploymentsResponse) GotenMessage

func (*ListDeploymentsResponse) GotenMessage()

func (*ListDeploymentsResponse) GotenValidate

func (obj *ListDeploymentsResponse) GotenValidate() error

func (*ListDeploymentsResponse) Marshal

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

func (*ListDeploymentsResponse) MarshalJSON

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

func (*ListDeploymentsResponse) ProtoMessage

func (*ListDeploymentsResponse) ProtoMessage()

func (*ListDeploymentsResponse) ProtoReflect

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

func (*ListDeploymentsResponse) Reset

func (m *ListDeploymentsResponse) Reset()

func (*ListDeploymentsResponse) SetCurrentOffset

func (m *ListDeploymentsResponse) SetCurrentOffset(fv int32)

func (*ListDeploymentsResponse) SetDeployments

func (m *ListDeploymentsResponse) SetDeployments(fv []*deployment.Deployment)

func (*ListDeploymentsResponse) SetNextPageToken

func (m *ListDeploymentsResponse) SetNextPageToken(fv *deployment.PagerCursor)

func (*ListDeploymentsResponse) SetPrevPageToken

func (m *ListDeploymentsResponse) SetPrevPageToken(fv *deployment.PagerCursor)

func (*ListDeploymentsResponse) SetTotalResultsCount

func (m *ListDeploymentsResponse) SetTotalResultsCount(fv int32)

func (*ListDeploymentsResponse) String

func (m *ListDeploymentsResponse) String() string

func (*ListDeploymentsResponse) Unmarshal

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

func (*ListDeploymentsResponse) UnmarshalJSON

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

type NotifyShardsUpgradeReadinessDescriptor

type NotifyShardsUpgradeReadinessDescriptor struct{}

func GetNotifyShardsUpgradeReadinessDescriptor

func GetNotifyShardsUpgradeReadinessDescriptor() *NotifyShardsUpgradeReadinessDescriptor

func (*NotifyShardsUpgradeReadinessDescriptor) GetApiDescriptor

func (*NotifyShardsUpgradeReadinessDescriptor) GetApiName

func (*NotifyShardsUpgradeReadinessDescriptor) GetClientMsgReflectHandle

func (*NotifyShardsUpgradeReadinessDescriptor) GetFullMethodName

func (d *NotifyShardsUpgradeReadinessDescriptor) GetFullMethodName() string

func (*NotifyShardsUpgradeReadinessDescriptor) GetMethodName

func (*NotifyShardsUpgradeReadinessDescriptor) GetProtoPkgName

func (d *NotifyShardsUpgradeReadinessDescriptor) GetProtoPkgName() string

func (*NotifyShardsUpgradeReadinessDescriptor) GetResourceDescriptor

func (*NotifyShardsUpgradeReadinessDescriptor) GetServerMsgReflectHandle

func (*NotifyShardsUpgradeReadinessDescriptor) GetServiceDomain

func (d *NotifyShardsUpgradeReadinessDescriptor) GetServiceDomain() string

func (*NotifyShardsUpgradeReadinessDescriptor) GetServiceVersion

func (d *NotifyShardsUpgradeReadinessDescriptor) GetServiceVersion() string

func (*NotifyShardsUpgradeReadinessDescriptor) GetVerb

func (*NotifyShardsUpgradeReadinessDescriptor) HasResource

func (*NotifyShardsUpgradeReadinessDescriptor) IsClientStream

func (d *NotifyShardsUpgradeReadinessDescriptor) IsClientStream() bool

func (*NotifyShardsUpgradeReadinessDescriptor) IsCollection

func (d *NotifyShardsUpgradeReadinessDescriptor) IsCollection() bool

func (*NotifyShardsUpgradeReadinessDescriptor) IsPlural

func (*NotifyShardsUpgradeReadinessDescriptor) IsServerStream

func (d *NotifyShardsUpgradeReadinessDescriptor) IsServerStream() bool

func (*NotifyShardsUpgradeReadinessDescriptor) IsUnary

func (*NotifyShardsUpgradeReadinessDescriptor) NewEmptyClientMsg

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

func (*NotifyShardsUpgradeReadinessDescriptor) NewEmptyServerMsg

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

func (*NotifyShardsUpgradeReadinessDescriptor) RequestHasResourceBody

func (d *NotifyShardsUpgradeReadinessDescriptor) RequestHasResourceBody() bool

type NotifyShardsUpgradeReadinessDescriptorClientMsgHandle

type NotifyShardsUpgradeReadinessDescriptorClientMsgHandle struct{}

func (*NotifyShardsUpgradeReadinessDescriptorClientMsgHandle) ExtractCollectionName

func (*NotifyShardsUpgradeReadinessDescriptorClientMsgHandle) ExtractResourceBodies

func (*NotifyShardsUpgradeReadinessDescriptorClientMsgHandle) ExtractResourceBody

func (*NotifyShardsUpgradeReadinessDescriptorClientMsgHandle) ExtractResourceName

func (*NotifyShardsUpgradeReadinessDescriptorClientMsgHandle) ExtractResourceNames

type NotifyShardsUpgradeReadinessDescriptorServerMsgHandle

type NotifyShardsUpgradeReadinessDescriptorServerMsgHandle struct{}

func (*NotifyShardsUpgradeReadinessDescriptorServerMsgHandle) ExtractCollectionName

func (*NotifyShardsUpgradeReadinessDescriptorServerMsgHandle) ExtractResourceBodies

func (*NotifyShardsUpgradeReadinessDescriptorServerMsgHandle) ExtractResourceBody

func (*NotifyShardsUpgradeReadinessDescriptorServerMsgHandle) ExtractResourceName

func (*NotifyShardsUpgradeReadinessDescriptorServerMsgHandle) ExtractResourceNames

type NotifyShardsUpgradeReadinessRequest

type NotifyShardsUpgradeReadinessRequest struct {

	//  name of goten.meta.v1.Deployment
	Name       *deployment.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"`
	ShardsFrom int64            `protobuf:"varint,2,opt,name=shards_from,json=shardsFrom,proto3" json:"shards_from,omitempty" firestore:"shardsFrom"`
	ShardsTo   int64            `protobuf:"varint,3,opt,name=shards_to,json=shardsTo,proto3" json:"shards_to,omitempty" firestore:"shardsTo"`
	Ready      bool             `protobuf:"varint,4,opt,name=ready,proto3" json:"ready,omitempty" firestore:"ready"`
	// contains filtered or unexported fields
}

Request message for method [NotifyShardsUpgradeReadiness][goten.meta.v1.NotifyShardsUpgradeReadiness]

func (*NotifyShardsUpgradeReadinessRequest) Descriptor

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

Deprecated, Use NotifyShardsUpgradeReadinessRequest.ProtoReflect.Descriptor instead.

func (*NotifyShardsUpgradeReadinessRequest) GetName

func (*NotifyShardsUpgradeReadinessRequest) GetReady

func (*NotifyShardsUpgradeReadinessRequest) GetShardsFrom

func (m *NotifyShardsUpgradeReadinessRequest) GetShardsFrom() int64

func (*NotifyShardsUpgradeReadinessRequest) GetShardsTo

func (m *NotifyShardsUpgradeReadinessRequest) GetShardsTo() int64

func (*NotifyShardsUpgradeReadinessRequest) GotenMessage

func (*NotifyShardsUpgradeReadinessRequest) GotenMessage()

func (*NotifyShardsUpgradeReadinessRequest) GotenValidate

func (obj *NotifyShardsUpgradeReadinessRequest) GotenValidate() error

func (*NotifyShardsUpgradeReadinessRequest) Marshal

func (*NotifyShardsUpgradeReadinessRequest) MarshalJSON

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

func (*NotifyShardsUpgradeReadinessRequest) ProtoMessage

func (*NotifyShardsUpgradeReadinessRequest) ProtoMessage()

func (*NotifyShardsUpgradeReadinessRequest) ProtoReflect

func (*NotifyShardsUpgradeReadinessRequest) Reset

func (*NotifyShardsUpgradeReadinessRequest) SetName

func (*NotifyShardsUpgradeReadinessRequest) SetReady

func (m *NotifyShardsUpgradeReadinessRequest) SetReady(fv bool)

func (*NotifyShardsUpgradeReadinessRequest) SetShardsFrom

func (m *NotifyShardsUpgradeReadinessRequest) SetShardsFrom(fv int64)

func (*NotifyShardsUpgradeReadinessRequest) SetShardsTo

func (m *NotifyShardsUpgradeReadinessRequest) SetShardsTo(fv int64)

func (*NotifyShardsUpgradeReadinessRequest) String

func (*NotifyShardsUpgradeReadinessRequest) Unmarshal

func (*NotifyShardsUpgradeReadinessRequest) UnmarshalJSON

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

type UpdateDeploymentDescriptor

type UpdateDeploymentDescriptor struct{}

func GetUpdateDeploymentDescriptor

func GetUpdateDeploymentDescriptor() *UpdateDeploymentDescriptor

func (*UpdateDeploymentDescriptor) GetApiDescriptor

func (*UpdateDeploymentDescriptor) GetApiName

func (d *UpdateDeploymentDescriptor) GetApiName() string

func (*UpdateDeploymentDescriptor) GetClientMsgReflectHandle

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

func (*UpdateDeploymentDescriptor) GetFullMethodName

func (d *UpdateDeploymentDescriptor) GetFullMethodName() string

func (*UpdateDeploymentDescriptor) GetMethodName

func (d *UpdateDeploymentDescriptor) GetMethodName() string

func (*UpdateDeploymentDescriptor) GetProtoPkgName

func (d *UpdateDeploymentDescriptor) GetProtoPkgName() string

func (*UpdateDeploymentDescriptor) GetResourceDescriptor

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

func (*UpdateDeploymentDescriptor) GetServerMsgReflectHandle

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

func (*UpdateDeploymentDescriptor) GetServiceDomain

func (d *UpdateDeploymentDescriptor) GetServiceDomain() string

func (*UpdateDeploymentDescriptor) GetServiceVersion

func (d *UpdateDeploymentDescriptor) GetServiceVersion() string

func (*UpdateDeploymentDescriptor) GetVerb

func (d *UpdateDeploymentDescriptor) GetVerb() string

func (*UpdateDeploymentDescriptor) HasResource

func (d *UpdateDeploymentDescriptor) HasResource() bool

func (*UpdateDeploymentDescriptor) IsClientStream

func (d *UpdateDeploymentDescriptor) IsClientStream() bool

func (*UpdateDeploymentDescriptor) IsCollection

func (d *UpdateDeploymentDescriptor) IsCollection() bool

func (*UpdateDeploymentDescriptor) IsPlural

func (d *UpdateDeploymentDescriptor) IsPlural() bool

func (*UpdateDeploymentDescriptor) IsServerStream

func (d *UpdateDeploymentDescriptor) IsServerStream() bool

func (*UpdateDeploymentDescriptor) IsUnary

func (d *UpdateDeploymentDescriptor) IsUnary() bool

func (*UpdateDeploymentDescriptor) NewEmptyClientMsg

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

func (*UpdateDeploymentDescriptor) NewEmptyServerMsg

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

func (*UpdateDeploymentDescriptor) RequestHasResourceBody

func (d *UpdateDeploymentDescriptor) RequestHasResourceBody() bool

type UpdateDeploymentDescriptorClientMsgHandle

type UpdateDeploymentDescriptorClientMsgHandle struct{}

func (*UpdateDeploymentDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateDeploymentDescriptorClientMsgHandle) ExtractResourceBodies

func (*UpdateDeploymentDescriptorClientMsgHandle) ExtractResourceBody

func (*UpdateDeploymentDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateDeploymentDescriptorClientMsgHandle) ExtractResourceNames

type UpdateDeploymentDescriptorServerMsgHandle

type UpdateDeploymentDescriptorServerMsgHandle struct{}

func (*UpdateDeploymentDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateDeploymentDescriptorServerMsgHandle) ExtractResourceBodies

func (*UpdateDeploymentDescriptorServerMsgHandle) ExtractResourceBody

func (*UpdateDeploymentDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateDeploymentDescriptorServerMsgHandle) ExtractResourceNames

type UpdateDeploymentRequest

type UpdateDeploymentRequest struct {

	// Deployment resource body
	Deployment *deployment.Deployment `protobuf:"bytes,2,opt,name=deployment,proto3" json:"deployment,omitempty" firestore:"deployment"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *deployment.Deployment_FieldMask `` /* 146-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 *UpdateDeploymentRequest_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 [UpdateDeployment][goten.meta.v1.UpdateDeployment]

func (*UpdateDeploymentRequest) Descriptor

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

Deprecated, Use UpdateDeploymentRequest.ProtoReflect.Descriptor instead.

func (*UpdateDeploymentRequest) GetAllowMissing

func (m *UpdateDeploymentRequest) GetAllowMissing() bool

func (*UpdateDeploymentRequest) GetCas

func (*UpdateDeploymentRequest) GetDeployment

func (m *UpdateDeploymentRequest) GetDeployment() *deployment.Deployment

func (*UpdateDeploymentRequest) GetUpdateMask

func (*UpdateDeploymentRequest) GotenMessage

func (*UpdateDeploymentRequest) GotenMessage()

func (*UpdateDeploymentRequest) GotenValidate

func (obj *UpdateDeploymentRequest) GotenValidate() error

func (*UpdateDeploymentRequest) Marshal

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

func (*UpdateDeploymentRequest) MarshalJSON

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

func (*UpdateDeploymentRequest) ProtoMessage

func (*UpdateDeploymentRequest) ProtoMessage()

func (*UpdateDeploymentRequest) ProtoReflect

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

func (*UpdateDeploymentRequest) Reset

func (m *UpdateDeploymentRequest) Reset()

func (*UpdateDeploymentRequest) SetAllowMissing

func (m *UpdateDeploymentRequest) SetAllowMissing(fv bool)

func (*UpdateDeploymentRequest) SetCas

func (*UpdateDeploymentRequest) SetDeployment

func (m *UpdateDeploymentRequest) SetDeployment(fv *deployment.Deployment)

func (*UpdateDeploymentRequest) SetUpdateMask

func (*UpdateDeploymentRequest) String

func (m *UpdateDeploymentRequest) String() string

func (*UpdateDeploymentRequest) Unmarshal

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

func (*UpdateDeploymentRequest) UnmarshalJSON

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

type UpdateDeploymentRequest_CAS

type UpdateDeploymentRequest_CAS struct {

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

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

Deprecated, Use UpdateDeploymentRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateDeploymentRequest_CAS) GetConditionalState

func (m *UpdateDeploymentRequest_CAS) GetConditionalState() *deployment.Deployment

func (*UpdateDeploymentRequest_CAS) GetFieldMask

func (*UpdateDeploymentRequest_CAS) GotenMessage

func (*UpdateDeploymentRequest_CAS) GotenMessage()

func (*UpdateDeploymentRequest_CAS) GotenValidate

func (obj *UpdateDeploymentRequest_CAS) GotenValidate() error

func (*UpdateDeploymentRequest_CAS) Marshal

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

func (*UpdateDeploymentRequest_CAS) MarshalJSON

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

func (*UpdateDeploymentRequest_CAS) ProtoMessage

func (*UpdateDeploymentRequest_CAS) ProtoMessage()

func (*UpdateDeploymentRequest_CAS) ProtoReflect

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

func (*UpdateDeploymentRequest_CAS) Reset

func (m *UpdateDeploymentRequest_CAS) Reset()

func (*UpdateDeploymentRequest_CAS) SetConditionalState

func (m *UpdateDeploymentRequest_CAS) SetConditionalState(fv *deployment.Deployment)

func (*UpdateDeploymentRequest_CAS) SetFieldMask

func (*UpdateDeploymentRequest_CAS) String

func (m *UpdateDeploymentRequest_CAS) String() string

func (*UpdateDeploymentRequest_CAS) Unmarshal

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

func (*UpdateDeploymentRequest_CAS) UnmarshalJSON

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

type WatchDeploymentClientStream

type WatchDeploymentClientStream interface {
	Recv() (*WatchDeploymentResponse, error)
	grpc.ClientStream
}

type WatchDeploymentDescriptor

type WatchDeploymentDescriptor struct{}

func GetWatchDeploymentDescriptor

func GetWatchDeploymentDescriptor() *WatchDeploymentDescriptor

func (*WatchDeploymentDescriptor) GetApiDescriptor

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

func (*WatchDeploymentDescriptor) GetApiName

func (d *WatchDeploymentDescriptor) GetApiName() string

func (*WatchDeploymentDescriptor) GetClientMsgReflectHandle

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

func (*WatchDeploymentDescriptor) GetFullMethodName

func (d *WatchDeploymentDescriptor) GetFullMethodName() string

func (*WatchDeploymentDescriptor) GetMethodName

func (d *WatchDeploymentDescriptor) GetMethodName() string

func (*WatchDeploymentDescriptor) GetProtoPkgName

func (d *WatchDeploymentDescriptor) GetProtoPkgName() string

func (*WatchDeploymentDescriptor) GetResourceDescriptor

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

func (*WatchDeploymentDescriptor) GetServerMsgReflectHandle

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

func (*WatchDeploymentDescriptor) GetServiceDomain

func (d *WatchDeploymentDescriptor) GetServiceDomain() string

func (*WatchDeploymentDescriptor) GetServiceVersion

func (d *WatchDeploymentDescriptor) GetServiceVersion() string

func (*WatchDeploymentDescriptor) GetVerb

func (d *WatchDeploymentDescriptor) GetVerb() string

func (*WatchDeploymentDescriptor) HasResource

func (d *WatchDeploymentDescriptor) HasResource() bool

func (*WatchDeploymentDescriptor) IsClientStream

func (d *WatchDeploymentDescriptor) IsClientStream() bool

func (*WatchDeploymentDescriptor) IsCollection

func (d *WatchDeploymentDescriptor) IsCollection() bool

func (*WatchDeploymentDescriptor) IsPlural

func (d *WatchDeploymentDescriptor) IsPlural() bool

func (*WatchDeploymentDescriptor) IsServerStream

func (d *WatchDeploymentDescriptor) IsServerStream() bool

func (*WatchDeploymentDescriptor) IsUnary

func (d *WatchDeploymentDescriptor) IsUnary() bool

func (*WatchDeploymentDescriptor) NewEmptyClientMsg

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

func (*WatchDeploymentDescriptor) NewEmptyServerMsg

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

func (*WatchDeploymentDescriptor) RequestHasResourceBody

func (d *WatchDeploymentDescriptor) RequestHasResourceBody() bool

type WatchDeploymentDescriptorClientMsgHandle

type WatchDeploymentDescriptorClientMsgHandle struct{}

func (*WatchDeploymentDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchDeploymentDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchDeploymentDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchDeploymentDescriptorClientMsgHandle) ExtractResourceName

func (*WatchDeploymentDescriptorClientMsgHandle) ExtractResourceNames

type WatchDeploymentDescriptorServerMsgHandle

type WatchDeploymentDescriptorServerMsgHandle struct{}

func (*WatchDeploymentDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchDeploymentDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchDeploymentDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchDeploymentDescriptorServerMsgHandle) ExtractResourceName

func (*WatchDeploymentDescriptorServerMsgHandle) ExtractResourceNames

type WatchDeploymentRequest

type WatchDeploymentRequest struct {

	// Name of goten.meta.v1.Deployment
	Name *deployment.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 *deployment.Deployment_FieldMask `` /* 142-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 [WatchDeployment][goten.meta.v1.WatchDeployment]

func (*WatchDeploymentRequest) Descriptor

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

Deprecated, Use WatchDeploymentRequest.ProtoReflect.Descriptor instead.

func (*WatchDeploymentRequest) GetFieldMask

func (*WatchDeploymentRequest) GetName

func (m *WatchDeploymentRequest) GetName() *deployment.Name

func (*WatchDeploymentRequest) GetView

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

func (*WatchDeploymentRequest) GotenMessage

func (*WatchDeploymentRequest) GotenMessage()

func (*WatchDeploymentRequest) GotenValidate

func (obj *WatchDeploymentRequest) GotenValidate() error

func (*WatchDeploymentRequest) Marshal

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

func (*WatchDeploymentRequest) MarshalJSON

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

func (*WatchDeploymentRequest) ProtoMessage

func (*WatchDeploymentRequest) ProtoMessage()

func (*WatchDeploymentRequest) ProtoReflect

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

func (*WatchDeploymentRequest) Reset

func (m *WatchDeploymentRequest) Reset()

func (*WatchDeploymentRequest) SetFieldMask

func (*WatchDeploymentRequest) SetName

func (m *WatchDeploymentRequest) SetName(fv *deployment.Name)

func (*WatchDeploymentRequest) SetView

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

func (*WatchDeploymentRequest) String

func (m *WatchDeploymentRequest) String() string

func (*WatchDeploymentRequest) Unmarshal

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

func (*WatchDeploymentRequest) UnmarshalJSON

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

type WatchDeploymentResponse

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

WatchDeploymentResponse

func (*WatchDeploymentResponse) Descriptor

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

Deprecated, Use WatchDeploymentResponse.ProtoReflect.Descriptor instead.

func (*WatchDeploymentResponse) GetChange

func (*WatchDeploymentResponse) GotenMessage

func (*WatchDeploymentResponse) GotenMessage()

func (*WatchDeploymentResponse) GotenValidate

func (obj *WatchDeploymentResponse) GotenValidate() error

func (*WatchDeploymentResponse) Marshal

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

func (*WatchDeploymentResponse) MarshalJSON

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

func (*WatchDeploymentResponse) ProtoMessage

func (*WatchDeploymentResponse) ProtoMessage()

func (*WatchDeploymentResponse) ProtoReflect

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

func (*WatchDeploymentResponse) Reset

func (m *WatchDeploymentResponse) Reset()

func (*WatchDeploymentResponse) SetChange

func (*WatchDeploymentResponse) String

func (m *WatchDeploymentResponse) String() string

func (*WatchDeploymentResponse) Unmarshal

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

func (*WatchDeploymentResponse) UnmarshalJSON

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

type WatchDeploymentsClientStream

type WatchDeploymentsClientStream interface {
	Recv() (*WatchDeploymentsResponse, error)
	grpc.ClientStream
}

type WatchDeploymentsDescriptor

type WatchDeploymentsDescriptor struct{}

func GetWatchDeploymentsDescriptor

func GetWatchDeploymentsDescriptor() *WatchDeploymentsDescriptor

func (*WatchDeploymentsDescriptor) GetApiDescriptor

func (*WatchDeploymentsDescriptor) GetApiName

func (d *WatchDeploymentsDescriptor) GetApiName() string

func (*WatchDeploymentsDescriptor) GetClientMsgReflectHandle

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

func (*WatchDeploymentsDescriptor) GetFullMethodName

func (d *WatchDeploymentsDescriptor) GetFullMethodName() string

func (*WatchDeploymentsDescriptor) GetMethodName

func (d *WatchDeploymentsDescriptor) GetMethodName() string

func (*WatchDeploymentsDescriptor) GetProtoPkgName

func (d *WatchDeploymentsDescriptor) GetProtoPkgName() string

func (*WatchDeploymentsDescriptor) GetResourceDescriptor

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

func (*WatchDeploymentsDescriptor) GetServerMsgReflectHandle

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

func (*WatchDeploymentsDescriptor) GetServiceDomain

func (d *WatchDeploymentsDescriptor) GetServiceDomain() string

func (*WatchDeploymentsDescriptor) GetServiceVersion

func (d *WatchDeploymentsDescriptor) GetServiceVersion() string

func (*WatchDeploymentsDescriptor) GetVerb

func (d *WatchDeploymentsDescriptor) GetVerb() string

func (*WatchDeploymentsDescriptor) HasResource

func (d *WatchDeploymentsDescriptor) HasResource() bool

func (*WatchDeploymentsDescriptor) IsClientStream

func (d *WatchDeploymentsDescriptor) IsClientStream() bool

func (*WatchDeploymentsDescriptor) IsCollection

func (d *WatchDeploymentsDescriptor) IsCollection() bool

func (*WatchDeploymentsDescriptor) IsPlural

func (d *WatchDeploymentsDescriptor) IsPlural() bool

func (*WatchDeploymentsDescriptor) IsServerStream

func (d *WatchDeploymentsDescriptor) IsServerStream() bool

func (*WatchDeploymentsDescriptor) IsUnary

func (d *WatchDeploymentsDescriptor) IsUnary() bool

func (*WatchDeploymentsDescriptor) NewEmptyClientMsg

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

func (*WatchDeploymentsDescriptor) NewEmptyServerMsg

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

func (*WatchDeploymentsDescriptor) RequestHasResourceBody

func (d *WatchDeploymentsDescriptor) RequestHasResourceBody() bool

type WatchDeploymentsDescriptorClientMsgHandle

type WatchDeploymentsDescriptorClientMsgHandle struct{}

func (*WatchDeploymentsDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchDeploymentsDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchDeploymentsDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchDeploymentsDescriptorClientMsgHandle) ExtractResourceName

func (*WatchDeploymentsDescriptorClientMsgHandle) ExtractResourceNames

type WatchDeploymentsDescriptorServerMsgHandle

type WatchDeploymentsDescriptorServerMsgHandle struct{}

func (*WatchDeploymentsDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchDeploymentsDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchDeploymentsDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchDeploymentsDescriptorServerMsgHandle) ExtractResourceName

func (*WatchDeploymentsDescriptorServerMsgHandle) ExtractResourceNames

type WatchDeploymentsRequest

type WatchDeploymentsRequest 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 goten.meta.v1.Deployment
	Parent *deployment.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Deployments 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 *deployment.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 *deployment.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 *deployment.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 Deployment that don't
	// affect any of masked fields won't be sent back.
	FieldMask *deployment.Deployment_FieldMask `` /* 142-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
	// Deployment 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 [WatchDeployments][goten.meta.v1.WatchDeployments]

func (*WatchDeploymentsRequest) Descriptor

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

Deprecated, Use WatchDeploymentsRequest.ProtoReflect.Descriptor instead.

func (*WatchDeploymentsRequest) GetFieldMask

func (*WatchDeploymentsRequest) GetFilter

func (m *WatchDeploymentsRequest) GetFilter() *deployment.Filter

func (*WatchDeploymentsRequest) GetMaxChunkSize

func (m *WatchDeploymentsRequest) GetMaxChunkSize() int32

func (*WatchDeploymentsRequest) GetOrderBy

func (m *WatchDeploymentsRequest) GetOrderBy() *deployment.OrderBy

func (*WatchDeploymentsRequest) GetPageSize

func (m *WatchDeploymentsRequest) GetPageSize() int32

func (*WatchDeploymentsRequest) GetPageToken

func (m *WatchDeploymentsRequest) GetPageToken() *deployment.PagerCursor

func (*WatchDeploymentsRequest) GetParent

func (*WatchDeploymentsRequest) GetResumeToken

func (m *WatchDeploymentsRequest) GetResumeToken() string

func (*WatchDeploymentsRequest) GetStartingTime

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

func (*WatchDeploymentsRequest) GetType

func (*WatchDeploymentsRequest) GetView

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

func (*WatchDeploymentsRequest) GotenMessage

func (*WatchDeploymentsRequest) GotenMessage()

func (*WatchDeploymentsRequest) GotenValidate

func (obj *WatchDeploymentsRequest) GotenValidate() error

func (*WatchDeploymentsRequest) Marshal

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

func (*WatchDeploymentsRequest) MarshalJSON

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

func (*WatchDeploymentsRequest) ProtoMessage

func (*WatchDeploymentsRequest) ProtoMessage()

func (*WatchDeploymentsRequest) ProtoReflect

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

func (*WatchDeploymentsRequest) Reset

func (m *WatchDeploymentsRequest) Reset()

func (*WatchDeploymentsRequest) SetFieldMask

func (*WatchDeploymentsRequest) SetFilter

func (m *WatchDeploymentsRequest) SetFilter(fv *deployment.Filter)

func (*WatchDeploymentsRequest) SetMaxChunkSize

func (m *WatchDeploymentsRequest) SetMaxChunkSize(fv int32)

func (*WatchDeploymentsRequest) SetOrderBy

func (m *WatchDeploymentsRequest) SetOrderBy(fv *deployment.OrderBy)

func (*WatchDeploymentsRequest) SetPageSize

func (m *WatchDeploymentsRequest) SetPageSize(fv int32)

func (*WatchDeploymentsRequest) SetPageToken

func (m *WatchDeploymentsRequest) SetPageToken(fv *deployment.PagerCursor)

func (*WatchDeploymentsRequest) SetParent

func (m *WatchDeploymentsRequest) SetParent(fv *deployment.ParentName)

func (*WatchDeploymentsRequest) SetResumeToken

func (m *WatchDeploymentsRequest) SetResumeToken(fv string)

func (*WatchDeploymentsRequest) SetStartingTime

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

func (*WatchDeploymentsRequest) SetType

func (*WatchDeploymentsRequest) SetView

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

func (*WatchDeploymentsRequest) String

func (m *WatchDeploymentsRequest) String() string

func (*WatchDeploymentsRequest) Unmarshal

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

func (*WatchDeploymentsRequest) UnmarshalJSON

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

type WatchDeploymentsResponse

type WatchDeploymentsResponse struct {

	// Changes of Deployments
	DeploymentChanges []*deployment.DeploymentChange `` /* 142-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 Deployments 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 *WatchDeploymentsResponse_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 (Deployments 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
}

WatchDeploymentsResponse

func (*WatchDeploymentsResponse) Descriptor

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

Deprecated, Use WatchDeploymentsResponse.ProtoReflect.Descriptor instead.

func (*WatchDeploymentsResponse) GetDeploymentChanges

func (m *WatchDeploymentsResponse) GetDeploymentChanges() []*deployment.DeploymentChange

func (*WatchDeploymentsResponse) GetIsCurrent

func (m *WatchDeploymentsResponse) GetIsCurrent() bool

func (*WatchDeploymentsResponse) GetIsHardReset

func (m *WatchDeploymentsResponse) GetIsHardReset() bool

func (*WatchDeploymentsResponse) GetIsSoftReset

func (m *WatchDeploymentsResponse) GetIsSoftReset() bool

func (*WatchDeploymentsResponse) GetPageTokenChange

func (*WatchDeploymentsResponse) GetResumeToken

func (m *WatchDeploymentsResponse) GetResumeToken() string

func (*WatchDeploymentsResponse) GetSnapshotSize

func (m *WatchDeploymentsResponse) GetSnapshotSize() int64

func (*WatchDeploymentsResponse) GotenMessage

func (*WatchDeploymentsResponse) GotenMessage()

func (*WatchDeploymentsResponse) GotenValidate

func (obj *WatchDeploymentsResponse) GotenValidate() error

func (*WatchDeploymentsResponse) Marshal

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

func (*WatchDeploymentsResponse) MarshalJSON

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

func (*WatchDeploymentsResponse) ProtoMessage

func (*WatchDeploymentsResponse) ProtoMessage()

func (*WatchDeploymentsResponse) ProtoReflect

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

func (*WatchDeploymentsResponse) Reset

func (m *WatchDeploymentsResponse) Reset()

func (*WatchDeploymentsResponse) SetDeploymentChanges

func (m *WatchDeploymentsResponse) SetDeploymentChanges(fv []*deployment.DeploymentChange)

func (*WatchDeploymentsResponse) SetIsCurrent

func (m *WatchDeploymentsResponse) SetIsCurrent(fv bool)

func (*WatchDeploymentsResponse) SetIsHardReset

func (m *WatchDeploymentsResponse) SetIsHardReset(fv bool)

func (*WatchDeploymentsResponse) SetIsSoftReset

func (m *WatchDeploymentsResponse) SetIsSoftReset(fv bool)

func (*WatchDeploymentsResponse) SetPageTokenChange

func (*WatchDeploymentsResponse) SetResumeToken

func (m *WatchDeploymentsResponse) SetResumeToken(fv string)

func (*WatchDeploymentsResponse) SetSnapshotSize

func (m *WatchDeploymentsResponse) SetSnapshotSize(fv int64)

func (*WatchDeploymentsResponse) String

func (m *WatchDeploymentsResponse) String() string

func (*WatchDeploymentsResponse) Unmarshal

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

func (*WatchDeploymentsResponse) UnmarshalJSON

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

type WatchDeploymentsResponse_PageTokenChange

type WatchDeploymentsResponse_PageTokenChange struct {

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

func (*WatchDeploymentsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchDeploymentsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchDeploymentsResponse_PageTokenChange) GetNextPageToken

func (*WatchDeploymentsResponse_PageTokenChange) GetPrevPageToken

func (*WatchDeploymentsResponse_PageTokenChange) GotenMessage

func (*WatchDeploymentsResponse_PageTokenChange) GotenValidate

func (obj *WatchDeploymentsResponse_PageTokenChange) GotenValidate() error

func (*WatchDeploymentsResponse_PageTokenChange) Marshal

func (*WatchDeploymentsResponse_PageTokenChange) MarshalJSON

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

func (*WatchDeploymentsResponse_PageTokenChange) ProtoMessage

func (*WatchDeploymentsResponse_PageTokenChange) ProtoReflect

func (*WatchDeploymentsResponse_PageTokenChange) Reset

func (*WatchDeploymentsResponse_PageTokenChange) SetNextPageToken

func (*WatchDeploymentsResponse_PageTokenChange) SetPrevPageToken

func (*WatchDeploymentsResponse_PageTokenChange) String

func (*WatchDeploymentsResponse_PageTokenChange) Unmarshal

func (*WatchDeploymentsResponse_PageTokenChange) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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