config_map_client

package
v1.0.28 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 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 BatchGetConfigMapsDescriptor added in v0.4.28

type BatchGetConfigMapsDescriptor struct{}

func GetBatchGetConfigMapsDescriptor added in v0.4.28

func GetBatchGetConfigMapsDescriptor() *BatchGetConfigMapsDescriptor

func (*BatchGetConfigMapsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetConfigMapsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetApiName() string

func (*BatchGetConfigMapsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetConfigMapsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetFullMethodName() string

func (*BatchGetConfigMapsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetMethodName() string

func (*BatchGetConfigMapsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetProtoPkgName() string

func (*BatchGetConfigMapsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetConfigMapsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetConfigMapsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetServiceDomain() string

func (*BatchGetConfigMapsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetServiceVersion() string

func (*BatchGetConfigMapsDescriptor) GetVerb added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) GetVerb() string

func (*BatchGetConfigMapsDescriptor) HasResource added in v0.4.30

func (d *BatchGetConfigMapsDescriptor) HasResource() bool

func (*BatchGetConfigMapsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) IsClientStream() bool

func (*BatchGetConfigMapsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetConfigMapsDescriptor) IsCollection() bool

func (*BatchGetConfigMapsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetConfigMapsDescriptor) IsPlural() bool

func (*BatchGetConfigMapsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) IsServerStream() bool

func (*BatchGetConfigMapsDescriptor) IsUnary added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) IsUnary() bool

func (*BatchGetConfigMapsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetConfigMapsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetConfigMapsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetConfigMapsDescriptor) RequestHasResourceBody() bool

type BatchGetConfigMapsDescriptorClientMsgHandle added in v0.4.28

type BatchGetConfigMapsDescriptorClientMsgHandle struct{}

func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetConfigMapsDescriptorServerMsgHandle added in v0.4.28

type BatchGetConfigMapsDescriptorServerMsgHandle struct{}

func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetConfigMapsRequest

type BatchGetConfigMapsRequest struct {

	// Names of ConfigMaps
	Names []*config_map.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 *config_map.ConfigMap_FieldMask `` /* 141-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 [BatchGetConfigMaps][ntt.applications.v1alpha2.BatchGetConfigMaps]

func (*BatchGetConfigMapsRequest) Descriptor

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

Deprecated, Use BatchGetConfigMapsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetConfigMapsRequest) GetFieldMask

func (*BatchGetConfigMapsRequest) GetNames

func (m *BatchGetConfigMapsRequest) GetNames() []*config_map.Name

func (*BatchGetConfigMapsRequest) GetView

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

func (*BatchGetConfigMapsRequest) GotenMessage

func (*BatchGetConfigMapsRequest) GotenMessage()

func (*BatchGetConfigMapsRequest) GotenValidate

func (obj *BatchGetConfigMapsRequest) GotenValidate() error

func (*BatchGetConfigMapsRequest) Marshal

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

func (*BatchGetConfigMapsRequest) MarshalJSON

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

func (*BatchGetConfigMapsRequest) ProtoMessage

func (*BatchGetConfigMapsRequest) ProtoMessage()

func (*BatchGetConfigMapsRequest) ProtoReflect

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

func (*BatchGetConfigMapsRequest) Reset

func (m *BatchGetConfigMapsRequest) Reset()

func (*BatchGetConfigMapsRequest) SetFieldMask

func (*BatchGetConfigMapsRequest) SetNames

func (m *BatchGetConfigMapsRequest) SetNames(fv []*config_map.Name)

func (*BatchGetConfigMapsRequest) SetView

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

func (*BatchGetConfigMapsRequest) String

func (m *BatchGetConfigMapsRequest) String() string

func (*BatchGetConfigMapsRequest) Unmarshal

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

func (*BatchGetConfigMapsRequest) UnmarshalJSON

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

type BatchGetConfigMapsResponse

type BatchGetConfigMapsResponse struct {

	// found ConfigMaps
	ConfigMaps []*config_map.ConfigMap `protobuf:"bytes,1,rep,name=config_maps,json=configMaps,proto3" json:"config_maps,omitempty" firestore:"configMaps"`
	// list of not found ConfigMaps
	Missing []*config_map.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetConfigMapsResponse

func (*BatchGetConfigMapsResponse) Descriptor

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

Deprecated, Use BatchGetConfigMapsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetConfigMapsResponse) GetConfigMaps

func (m *BatchGetConfigMapsResponse) GetConfigMaps() []*config_map.ConfigMap

func (*BatchGetConfigMapsResponse) GetMissing

func (m *BatchGetConfigMapsResponse) GetMissing() []*config_map.Name

func (*BatchGetConfigMapsResponse) GotenMessage

func (*BatchGetConfigMapsResponse) GotenMessage()

func (*BatchGetConfigMapsResponse) GotenValidate

func (obj *BatchGetConfigMapsResponse) GotenValidate() error

func (*BatchGetConfigMapsResponse) Marshal

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

func (*BatchGetConfigMapsResponse) MarshalJSON

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

func (*BatchGetConfigMapsResponse) ProtoMessage

func (*BatchGetConfigMapsResponse) ProtoMessage()

func (*BatchGetConfigMapsResponse) ProtoReflect

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

func (*BatchGetConfigMapsResponse) Reset

func (m *BatchGetConfigMapsResponse) Reset()

func (*BatchGetConfigMapsResponse) SetConfigMaps

func (m *BatchGetConfigMapsResponse) SetConfigMaps(fv []*config_map.ConfigMap)

func (*BatchGetConfigMapsResponse) SetMissing

func (m *BatchGetConfigMapsResponse) SetMissing(fv []*config_map.Name)

func (*BatchGetConfigMapsResponse) String

func (m *BatchGetConfigMapsResponse) String() string

func (*BatchGetConfigMapsResponse) Unmarshal

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

func (*BatchGetConfigMapsResponse) UnmarshalJSON

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

type ConfigMapServiceClient

type ConfigMapServiceClient interface {
	GetConfigMap(ctx context.Context, in *GetConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error)
	BatchGetConfigMaps(ctx context.Context, in *BatchGetConfigMapsRequest, opts ...grpc.CallOption) (*BatchGetConfigMapsResponse, error)
	ListConfigMaps(ctx context.Context, in *ListConfigMapsRequest, opts ...grpc.CallOption) (*ListConfigMapsResponse, error)
	WatchConfigMap(ctx context.Context, in *WatchConfigMapRequest, opts ...grpc.CallOption) (WatchConfigMapClientStream, error)
	WatchConfigMaps(ctx context.Context, in *WatchConfigMapsRequest, opts ...grpc.CallOption) (WatchConfigMapsClientStream, error)
	CreateConfigMap(ctx context.Context, in *CreateConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error)
	UpdateConfigMap(ctx context.Context, in *UpdateConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error)
	DeleteConfigMap(ctx context.Context, in *DeleteConfigMapRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

ConfigMapServiceClient is the client API for ConfigMapService.

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

type ConfigMapServiceDescriptor added in v0.4.28

type ConfigMapServiceDescriptor struct{}

func GetConfigMapServiceDescriptor added in v0.4.28

func GetConfigMapServiceDescriptor() *ConfigMapServiceDescriptor

func (*ConfigMapServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*ConfigMapServiceDescriptor) GetApiName added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetApiName() string

func (*ConfigMapServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetFullAPIName() string

func (*ConfigMapServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetProtoPkgName() string

func (*ConfigMapServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetServiceDomain() string

func (*ConfigMapServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *ConfigMapServiceDescriptor) GetServiceVersion() string

type CreateConfigMapDescriptor added in v0.4.28

type CreateConfigMapDescriptor struct{}

func GetCreateConfigMapDescriptor added in v0.4.28

func GetCreateConfigMapDescriptor() *CreateConfigMapDescriptor

func (*CreateConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*CreateConfigMapDescriptor) GetApiName added in v0.4.28

func (d *CreateConfigMapDescriptor) GetApiName() string

func (*CreateConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateConfigMapDescriptor) GetFullMethodName() string

func (*CreateConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *CreateConfigMapDescriptor) GetMethodName() string

func (*CreateConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateConfigMapDescriptor) GetProtoPkgName() string

func (*CreateConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateConfigMapDescriptor) GetServiceDomain() string

func (*CreateConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateConfigMapDescriptor) GetServiceVersion() string

func (*CreateConfigMapDescriptor) GetVerb added in v0.4.28

func (d *CreateConfigMapDescriptor) GetVerb() string

func (*CreateConfigMapDescriptor) HasResource added in v0.4.30

func (d *CreateConfigMapDescriptor) HasResource() bool

func (*CreateConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *CreateConfigMapDescriptor) IsClientStream() bool

func (*CreateConfigMapDescriptor) IsCollection added in v0.4.30

func (d *CreateConfigMapDescriptor) IsCollection() bool

func (*CreateConfigMapDescriptor) IsPlural added in v0.4.30

func (d *CreateConfigMapDescriptor) IsPlural() bool

func (*CreateConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *CreateConfigMapDescriptor) IsServerStream() bool

func (*CreateConfigMapDescriptor) IsUnary added in v0.4.28

func (d *CreateConfigMapDescriptor) IsUnary() bool

func (*CreateConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateConfigMapDescriptor) RequestHasResourceBody() bool

type CreateConfigMapDescriptorClientMsgHandle added in v0.4.28

type CreateConfigMapDescriptorClientMsgHandle struct{}

func (*CreateConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateConfigMapDescriptorServerMsgHandle added in v0.4.28

type CreateConfigMapDescriptorServerMsgHandle struct{}

func (*CreateConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateConfigMapRequest

type CreateConfigMapRequest struct {

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

Request message for method [CreateConfigMap][ntt.applications.v1alpha2.CreateConfigMap]

func (*CreateConfigMapRequest) Descriptor

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

Deprecated, Use CreateConfigMapRequest.ProtoReflect.Descriptor instead.

func (*CreateConfigMapRequest) GetConfigMap

func (m *CreateConfigMapRequest) GetConfigMap() *config_map.ConfigMap

func (*CreateConfigMapRequest) GetParent

func (*CreateConfigMapRequest) GotenMessage

func (*CreateConfigMapRequest) GotenMessage()

func (*CreateConfigMapRequest) GotenValidate

func (obj *CreateConfigMapRequest) GotenValidate() error

func (*CreateConfigMapRequest) Marshal

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

func (*CreateConfigMapRequest) MarshalJSON

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

func (*CreateConfigMapRequest) ProtoMessage

func (*CreateConfigMapRequest) ProtoMessage()

func (*CreateConfigMapRequest) ProtoReflect

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

func (*CreateConfigMapRequest) Reset

func (m *CreateConfigMapRequest) Reset()

func (*CreateConfigMapRequest) SetConfigMap

func (m *CreateConfigMapRequest) SetConfigMap(fv *config_map.ConfigMap)

func (*CreateConfigMapRequest) SetParent

func (m *CreateConfigMapRequest) SetParent(fv *config_map.ParentName)

func (*CreateConfigMapRequest) String

func (m *CreateConfigMapRequest) String() string

func (*CreateConfigMapRequest) Unmarshal

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

func (*CreateConfigMapRequest) UnmarshalJSON

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

type DeleteConfigMapDescriptor added in v0.4.28

type DeleteConfigMapDescriptor struct{}

func GetDeleteConfigMapDescriptor added in v0.4.28

func GetDeleteConfigMapDescriptor() *DeleteConfigMapDescriptor

func (*DeleteConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*DeleteConfigMapDescriptor) GetApiName added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetApiName() string

func (*DeleteConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetFullMethodName() string

func (*DeleteConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetMethodName() string

func (*DeleteConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetProtoPkgName() string

func (*DeleteConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetServiceDomain() string

func (*DeleteConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetServiceVersion() string

func (*DeleteConfigMapDescriptor) GetVerb added in v0.4.28

func (d *DeleteConfigMapDescriptor) GetVerb() string

func (*DeleteConfigMapDescriptor) HasResource added in v0.4.30

func (d *DeleteConfigMapDescriptor) HasResource() bool

func (*DeleteConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *DeleteConfigMapDescriptor) IsClientStream() bool

func (*DeleteConfigMapDescriptor) IsCollection added in v0.4.30

func (d *DeleteConfigMapDescriptor) IsCollection() bool

func (*DeleteConfigMapDescriptor) IsPlural added in v0.4.30

func (d *DeleteConfigMapDescriptor) IsPlural() bool

func (*DeleteConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *DeleteConfigMapDescriptor) IsServerStream() bool

func (*DeleteConfigMapDescriptor) IsUnary added in v0.4.28

func (d *DeleteConfigMapDescriptor) IsUnary() bool

func (*DeleteConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteConfigMapDescriptor) RequestHasResourceBody() bool

type DeleteConfigMapDescriptorClientMsgHandle added in v0.4.28

type DeleteConfigMapDescriptorClientMsgHandle struct{}

func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteConfigMapDescriptorServerMsgHandle added in v0.4.28

type DeleteConfigMapDescriptorServerMsgHandle struct{}

func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteConfigMapRequest

type DeleteConfigMapRequest struct {

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

Request message for method [DeleteConfigMap][ntt.applications.v1alpha2.DeleteConfigMap]

func (*DeleteConfigMapRequest) Descriptor

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

Deprecated, Use DeleteConfigMapRequest.ProtoReflect.Descriptor instead.

func (*DeleteConfigMapRequest) GetName

func (m *DeleteConfigMapRequest) GetName() *config_map.Name

func (*DeleteConfigMapRequest) GotenMessage

func (*DeleteConfigMapRequest) GotenMessage()

func (*DeleteConfigMapRequest) GotenValidate

func (obj *DeleteConfigMapRequest) GotenValidate() error

func (*DeleteConfigMapRequest) Marshal

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

func (*DeleteConfigMapRequest) MarshalJSON

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

func (*DeleteConfigMapRequest) ProtoMessage

func (*DeleteConfigMapRequest) ProtoMessage()

func (*DeleteConfigMapRequest) ProtoReflect

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

func (*DeleteConfigMapRequest) Reset

func (m *DeleteConfigMapRequest) Reset()

func (*DeleteConfigMapRequest) SetName

func (m *DeleteConfigMapRequest) SetName(fv *config_map.Name)

func (*DeleteConfigMapRequest) String

func (m *DeleteConfigMapRequest) String() string

func (*DeleteConfigMapRequest) Unmarshal

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

func (*DeleteConfigMapRequest) UnmarshalJSON

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

type GetConfigMapDescriptor added in v0.4.28

type GetConfigMapDescriptor struct{}

func GetGetConfigMapDescriptor added in v0.4.28

func GetGetConfigMapDescriptor() *GetConfigMapDescriptor

func (*GetConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*GetConfigMapDescriptor) GetApiName added in v0.4.28

func (d *GetConfigMapDescriptor) GetApiName() string

func (*GetConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *GetConfigMapDescriptor) GetFullMethodName() string

func (*GetConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *GetConfigMapDescriptor) GetMethodName() string

func (*GetConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetConfigMapDescriptor) GetProtoPkgName() string

func (*GetConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *GetConfigMapDescriptor) GetServiceDomain() string

func (*GetConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *GetConfigMapDescriptor) GetServiceVersion() string

func (*GetConfigMapDescriptor) GetVerb added in v0.4.28

func (d *GetConfigMapDescriptor) GetVerb() string

func (*GetConfigMapDescriptor) HasResource added in v0.4.30

func (d *GetConfigMapDescriptor) HasResource() bool

func (*GetConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *GetConfigMapDescriptor) IsClientStream() bool

func (*GetConfigMapDescriptor) IsCollection added in v0.4.30

func (d *GetConfigMapDescriptor) IsCollection() bool

func (*GetConfigMapDescriptor) IsPlural added in v0.4.30

func (d *GetConfigMapDescriptor) IsPlural() bool

func (*GetConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *GetConfigMapDescriptor) IsServerStream() bool

func (*GetConfigMapDescriptor) IsUnary added in v0.4.28

func (d *GetConfigMapDescriptor) IsUnary() bool

func (*GetConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetConfigMapDescriptor) RequestHasResourceBody() bool

type GetConfigMapDescriptorClientMsgHandle added in v0.4.28

type GetConfigMapDescriptorClientMsgHandle struct{}

func (*GetConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetConfigMapDescriptorServerMsgHandle added in v0.4.28

type GetConfigMapDescriptorServerMsgHandle struct{}

func (*GetConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetConfigMapRequest

type GetConfigMapRequest struct {

	// Name of ntt.applications.v1alpha2.ConfigMap
	Name *config_map.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 *config_map.ConfigMap_FieldMask `` /* 141-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 [GetConfigMap][ntt.applications.v1alpha2.GetConfigMap]

func (*GetConfigMapRequest) Descriptor

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

Deprecated, Use GetConfigMapRequest.ProtoReflect.Descriptor instead.

func (*GetConfigMapRequest) GetFieldMask

func (*GetConfigMapRequest) GetName

func (m *GetConfigMapRequest) GetName() *config_map.Name

func (*GetConfigMapRequest) GetView

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

func (*GetConfigMapRequest) GotenMessage

func (*GetConfigMapRequest) GotenMessage()

func (*GetConfigMapRequest) GotenValidate

func (obj *GetConfigMapRequest) GotenValidate() error

func (*GetConfigMapRequest) Marshal

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

func (*GetConfigMapRequest) MarshalJSON

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

func (*GetConfigMapRequest) ProtoMessage

func (*GetConfigMapRequest) ProtoMessage()

func (*GetConfigMapRequest) ProtoReflect

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

func (*GetConfigMapRequest) Reset

func (m *GetConfigMapRequest) Reset()

func (*GetConfigMapRequest) SetFieldMask

func (m *GetConfigMapRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)

func (*GetConfigMapRequest) SetName

func (m *GetConfigMapRequest) SetName(fv *config_map.Name)

func (*GetConfigMapRequest) SetView

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

func (*GetConfigMapRequest) String

func (m *GetConfigMapRequest) String() string

func (*GetConfigMapRequest) Unmarshal

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

func (*GetConfigMapRequest) UnmarshalJSON

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

type ListConfigMapsDescriptor added in v0.4.28

type ListConfigMapsDescriptor struct{}

func GetListConfigMapsDescriptor added in v0.4.28

func GetListConfigMapsDescriptor() *ListConfigMapsDescriptor

func (*ListConfigMapsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*ListConfigMapsDescriptor) GetApiName added in v0.4.28

func (d *ListConfigMapsDescriptor) GetApiName() string

func (*ListConfigMapsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListConfigMapsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListConfigMapsDescriptor) GetFullMethodName() string

func (*ListConfigMapsDescriptor) GetMethodName added in v0.4.28

func (d *ListConfigMapsDescriptor) GetMethodName() string

func (*ListConfigMapsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListConfigMapsDescriptor) GetProtoPkgName() string

func (*ListConfigMapsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListConfigMapsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListConfigMapsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListConfigMapsDescriptor) GetServiceDomain() string

func (*ListConfigMapsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListConfigMapsDescriptor) GetServiceVersion() string

func (*ListConfigMapsDescriptor) GetVerb added in v0.4.28

func (d *ListConfigMapsDescriptor) GetVerb() string

func (*ListConfigMapsDescriptor) HasResource added in v0.4.30

func (d *ListConfigMapsDescriptor) HasResource() bool

func (*ListConfigMapsDescriptor) IsClientStream added in v0.4.28

func (d *ListConfigMapsDescriptor) IsClientStream() bool

func (*ListConfigMapsDescriptor) IsCollection added in v0.4.30

func (d *ListConfigMapsDescriptor) IsCollection() bool

func (*ListConfigMapsDescriptor) IsPlural added in v0.4.30

func (d *ListConfigMapsDescriptor) IsPlural() bool

func (*ListConfigMapsDescriptor) IsServerStream added in v0.4.28

func (d *ListConfigMapsDescriptor) IsServerStream() bool

func (*ListConfigMapsDescriptor) IsUnary added in v0.4.28

func (d *ListConfigMapsDescriptor) IsUnary() bool

func (*ListConfigMapsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListConfigMapsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListConfigMapsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListConfigMapsDescriptor) RequestHasResourceBody() bool

type ListConfigMapsDescriptorClientMsgHandle added in v0.4.28

type ListConfigMapsDescriptorClientMsgHandle struct{}

func (*ListConfigMapsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListConfigMapsDescriptorServerMsgHandle added in v0.4.28

type ListConfigMapsDescriptorServerMsgHandle struct{}

func (*ListConfigMapsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListConfigMapsRequest

type ListConfigMapsRequest struct {

	// Parent name of ntt.applications.v1alpha2.ConfigMap
	Parent *config_map.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ConfigMaps 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
	// [ListConfigMapsResponse.next_page_token][ntt.applications.v1alpha2.ListConfigMapsResponse.next_page_token]
	PageToken *config_map.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 *config_map.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 *config_map.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 *config_map.ConfigMap_FieldMask `` /* 141-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 [ListConfigMaps][ntt.applications.v1alpha2.ListConfigMaps]

func (*ListConfigMapsRequest) Descriptor

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

Deprecated, Use ListConfigMapsRequest.ProtoReflect.Descriptor instead.

func (*ListConfigMapsRequest) GetFieldMask

func (*ListConfigMapsRequest) GetFilter

func (m *ListConfigMapsRequest) GetFilter() *config_map.Filter

func (*ListConfigMapsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListConfigMapsRequest) GetIncludePagingInfo() bool

func (*ListConfigMapsRequest) GetOrderBy

func (m *ListConfigMapsRequest) GetOrderBy() *config_map.OrderBy

func (*ListConfigMapsRequest) GetPageSize

func (m *ListConfigMapsRequest) GetPageSize() int32

func (*ListConfigMapsRequest) GetPageToken

func (m *ListConfigMapsRequest) GetPageToken() *config_map.PagerCursor

func (*ListConfigMapsRequest) GetParent

func (*ListConfigMapsRequest) GetView

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

func (*ListConfigMapsRequest) GotenMessage

func (*ListConfigMapsRequest) GotenMessage()

func (*ListConfigMapsRequest) GotenValidate

func (obj *ListConfigMapsRequest) GotenValidate() error

func (*ListConfigMapsRequest) Marshal

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

func (*ListConfigMapsRequest) MarshalJSON

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

func (*ListConfigMapsRequest) ProtoMessage

func (*ListConfigMapsRequest) ProtoMessage()

func (*ListConfigMapsRequest) ProtoReflect

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

func (*ListConfigMapsRequest) Reset

func (m *ListConfigMapsRequest) Reset()

func (*ListConfigMapsRequest) SetFieldMask

func (*ListConfigMapsRequest) SetFilter

func (m *ListConfigMapsRequest) SetFilter(fv *config_map.Filter)

func (*ListConfigMapsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListConfigMapsRequest) SetIncludePagingInfo(fv bool)

func (*ListConfigMapsRequest) SetOrderBy

func (m *ListConfigMapsRequest) SetOrderBy(fv *config_map.OrderBy)

func (*ListConfigMapsRequest) SetPageSize

func (m *ListConfigMapsRequest) SetPageSize(fv int32)

func (*ListConfigMapsRequest) SetPageToken

func (m *ListConfigMapsRequest) SetPageToken(fv *config_map.PagerCursor)

func (*ListConfigMapsRequest) SetParent

func (m *ListConfigMapsRequest) SetParent(fv *config_map.ParentName)

func (*ListConfigMapsRequest) SetView

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

func (*ListConfigMapsRequest) String

func (m *ListConfigMapsRequest) String() string

func (*ListConfigMapsRequest) Unmarshal

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

func (*ListConfigMapsRequest) UnmarshalJSON

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

type ListConfigMapsResponse

type ListConfigMapsResponse struct {

	// The list of ConfigMaps
	ConfigMaps []*config_map.ConfigMap `protobuf:"bytes,1,rep,name=config_maps,json=configMaps,proto3" json:"config_maps,omitempty" firestore:"configMaps"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListConfigMapsRequest.page_token][ntt.applications.v1alpha2.ListConfigMapsRequest.page_token]
	PrevPageToken *config_map.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListConfigMapsRequest.page_token][ntt.applications.v1alpha2.ListConfigMapsRequest.page_token]
	NextPageToken *config_map.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 ConfigMaps 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 [ListConfigMaps][ntt.applications.v1alpha2.ListConfigMaps]

func (*ListConfigMapsResponse) Descriptor

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

Deprecated, Use ListConfigMapsResponse.ProtoReflect.Descriptor instead.

func (*ListConfigMapsResponse) GetConfigMaps

func (m *ListConfigMapsResponse) GetConfigMaps() []*config_map.ConfigMap

func (*ListConfigMapsResponse) GetCurrentOffset added in v0.10.1

func (m *ListConfigMapsResponse) GetCurrentOffset() int32

func (*ListConfigMapsResponse) GetNextPageToken

func (m *ListConfigMapsResponse) GetNextPageToken() *config_map.PagerCursor

func (*ListConfigMapsResponse) GetPrevPageToken

func (m *ListConfigMapsResponse) GetPrevPageToken() *config_map.PagerCursor

func (*ListConfigMapsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListConfigMapsResponse) GetTotalResultsCount() int32

func (*ListConfigMapsResponse) GotenMessage

func (*ListConfigMapsResponse) GotenMessage()

func (*ListConfigMapsResponse) GotenValidate

func (obj *ListConfigMapsResponse) GotenValidate() error

func (*ListConfigMapsResponse) Marshal

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

func (*ListConfigMapsResponse) MarshalJSON

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

func (*ListConfigMapsResponse) ProtoMessage

func (*ListConfigMapsResponse) ProtoMessage()

func (*ListConfigMapsResponse) ProtoReflect

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

func (*ListConfigMapsResponse) Reset

func (m *ListConfigMapsResponse) Reset()

func (*ListConfigMapsResponse) SetConfigMaps

func (m *ListConfigMapsResponse) SetConfigMaps(fv []*config_map.ConfigMap)

func (*ListConfigMapsResponse) SetCurrentOffset added in v0.10.1

func (m *ListConfigMapsResponse) SetCurrentOffset(fv int32)

func (*ListConfigMapsResponse) SetNextPageToken

func (m *ListConfigMapsResponse) SetNextPageToken(fv *config_map.PagerCursor)

func (*ListConfigMapsResponse) SetPrevPageToken

func (m *ListConfigMapsResponse) SetPrevPageToken(fv *config_map.PagerCursor)

func (*ListConfigMapsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListConfigMapsResponse) SetTotalResultsCount(fv int32)

func (*ListConfigMapsResponse) String

func (m *ListConfigMapsResponse) String() string

func (*ListConfigMapsResponse) Unmarshal

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

func (*ListConfigMapsResponse) UnmarshalJSON

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

type UpdateConfigMapDescriptor added in v0.4.28

type UpdateConfigMapDescriptor struct{}

func GetUpdateConfigMapDescriptor added in v0.4.28

func GetUpdateConfigMapDescriptor() *UpdateConfigMapDescriptor

func (*UpdateConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*UpdateConfigMapDescriptor) GetApiName added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetApiName() string

func (*UpdateConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetFullMethodName() string

func (*UpdateConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetMethodName() string

func (*UpdateConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetProtoPkgName() string

func (*UpdateConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetServiceDomain() string

func (*UpdateConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetServiceVersion() string

func (*UpdateConfigMapDescriptor) GetVerb added in v0.4.28

func (d *UpdateConfigMapDescriptor) GetVerb() string

func (*UpdateConfigMapDescriptor) HasResource added in v0.4.30

func (d *UpdateConfigMapDescriptor) HasResource() bool

func (*UpdateConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *UpdateConfigMapDescriptor) IsClientStream() bool

func (*UpdateConfigMapDescriptor) IsCollection added in v0.4.30

func (d *UpdateConfigMapDescriptor) IsCollection() bool

func (*UpdateConfigMapDescriptor) IsPlural added in v0.4.30

func (d *UpdateConfigMapDescriptor) IsPlural() bool

func (*UpdateConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *UpdateConfigMapDescriptor) IsServerStream() bool

func (*UpdateConfigMapDescriptor) IsUnary added in v0.4.28

func (d *UpdateConfigMapDescriptor) IsUnary() bool

func (*UpdateConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateConfigMapDescriptor) RequestHasResourceBody() bool

type UpdateConfigMapDescriptorClientMsgHandle added in v0.4.28

type UpdateConfigMapDescriptorClientMsgHandle struct{}

func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateConfigMapDescriptorServerMsgHandle added in v0.4.28

type UpdateConfigMapDescriptorServerMsgHandle struct{}

func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateConfigMapRequest

type UpdateConfigMapRequest struct {

	// ConfigMap resource body
	ConfigMap *config_map.ConfigMap `protobuf:"bytes,2,opt,name=config_map,json=configMap,proto3" json:"config_map,omitempty" firestore:"configMap"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *config_map.ConfigMap_FieldMask `` /* 145-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 *UpdateConfigMapRequest_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 [UpdateConfigMap][ntt.applications.v1alpha2.UpdateConfigMap]

func (*UpdateConfigMapRequest) Descriptor

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

Deprecated, Use UpdateConfigMapRequest.ProtoReflect.Descriptor instead.

func (*UpdateConfigMapRequest) GetAllowMissing added in v0.12.33

func (m *UpdateConfigMapRequest) GetAllowMissing() bool

func (*UpdateConfigMapRequest) GetCas

func (*UpdateConfigMapRequest) GetConfigMap

func (m *UpdateConfigMapRequest) GetConfigMap() *config_map.ConfigMap

func (*UpdateConfigMapRequest) GetUpdateMask

func (*UpdateConfigMapRequest) GotenMessage

func (*UpdateConfigMapRequest) GotenMessage()

func (*UpdateConfigMapRequest) GotenValidate

func (obj *UpdateConfigMapRequest) GotenValidate() error

func (*UpdateConfigMapRequest) Marshal

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

func (*UpdateConfigMapRequest) MarshalJSON

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

func (*UpdateConfigMapRequest) ProtoMessage

func (*UpdateConfigMapRequest) ProtoMessage()

func (*UpdateConfigMapRequest) ProtoReflect

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

func (*UpdateConfigMapRequest) Reset

func (m *UpdateConfigMapRequest) Reset()

func (*UpdateConfigMapRequest) SetAllowMissing added in v0.12.33

func (m *UpdateConfigMapRequest) SetAllowMissing(fv bool)

func (*UpdateConfigMapRequest) SetCas

func (*UpdateConfigMapRequest) SetConfigMap

func (m *UpdateConfigMapRequest) SetConfigMap(fv *config_map.ConfigMap)

func (*UpdateConfigMapRequest) SetUpdateMask

func (*UpdateConfigMapRequest) String

func (m *UpdateConfigMapRequest) String() string

func (*UpdateConfigMapRequest) Unmarshal

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

func (*UpdateConfigMapRequest) UnmarshalJSON

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

type UpdateConfigMapRequest_CAS

type UpdateConfigMapRequest_CAS struct {

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

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

Deprecated, Use UpdateConfigMapRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateConfigMapRequest_CAS) GetConditionalState

func (m *UpdateConfigMapRequest_CAS) GetConditionalState() *config_map.ConfigMap

func (*UpdateConfigMapRequest_CAS) GetFieldMask

func (*UpdateConfigMapRequest_CAS) GotenMessage

func (*UpdateConfigMapRequest_CAS) GotenMessage()

func (*UpdateConfigMapRequest_CAS) GotenValidate

func (obj *UpdateConfigMapRequest_CAS) GotenValidate() error

func (*UpdateConfigMapRequest_CAS) Marshal

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

func (*UpdateConfigMapRequest_CAS) MarshalJSON

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

func (*UpdateConfigMapRequest_CAS) ProtoMessage

func (*UpdateConfigMapRequest_CAS) ProtoMessage()

func (*UpdateConfigMapRequest_CAS) ProtoReflect

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

func (*UpdateConfigMapRequest_CAS) Reset

func (m *UpdateConfigMapRequest_CAS) Reset()

func (*UpdateConfigMapRequest_CAS) SetConditionalState

func (m *UpdateConfigMapRequest_CAS) SetConditionalState(fv *config_map.ConfigMap)

func (*UpdateConfigMapRequest_CAS) SetFieldMask

func (*UpdateConfigMapRequest_CAS) String

func (m *UpdateConfigMapRequest_CAS) String() string

func (*UpdateConfigMapRequest_CAS) Unmarshal

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

func (*UpdateConfigMapRequest_CAS) UnmarshalJSON

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

type WatchConfigMapClientStream

type WatchConfigMapClientStream interface {
	Recv() (*WatchConfigMapResponse, error)
	grpc.ClientStream
}

type WatchConfigMapDescriptor added in v0.4.28

type WatchConfigMapDescriptor struct{}

func GetWatchConfigMapDescriptor added in v0.4.28

func GetWatchConfigMapDescriptor() *WatchConfigMapDescriptor

func (*WatchConfigMapDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchConfigMapDescriptor) GetApiName added in v0.4.28

func (d *WatchConfigMapDescriptor) GetApiName() string

func (*WatchConfigMapDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchConfigMapDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchConfigMapDescriptor) GetFullMethodName() string

func (*WatchConfigMapDescriptor) GetMethodName added in v0.4.28

func (d *WatchConfigMapDescriptor) GetMethodName() string

func (*WatchConfigMapDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchConfigMapDescriptor) GetProtoPkgName() string

func (*WatchConfigMapDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchConfigMapDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchConfigMapDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchConfigMapDescriptor) GetServiceDomain() string

func (*WatchConfigMapDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchConfigMapDescriptor) GetServiceVersion() string

func (*WatchConfigMapDescriptor) GetVerb added in v0.4.28

func (d *WatchConfigMapDescriptor) GetVerb() string

func (*WatchConfigMapDescriptor) HasResource added in v0.4.30

func (d *WatchConfigMapDescriptor) HasResource() bool

func (*WatchConfigMapDescriptor) IsClientStream added in v0.4.28

func (d *WatchConfigMapDescriptor) IsClientStream() bool

func (*WatchConfigMapDescriptor) IsCollection added in v0.4.30

func (d *WatchConfigMapDescriptor) IsCollection() bool

func (*WatchConfigMapDescriptor) IsPlural added in v0.4.30

func (d *WatchConfigMapDescriptor) IsPlural() bool

func (*WatchConfigMapDescriptor) IsServerStream added in v0.4.28

func (d *WatchConfigMapDescriptor) IsServerStream() bool

func (*WatchConfigMapDescriptor) IsUnary added in v0.4.28

func (d *WatchConfigMapDescriptor) IsUnary() bool

func (*WatchConfigMapDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchConfigMapDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchConfigMapDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchConfigMapDescriptor) RequestHasResourceBody() bool

type WatchConfigMapDescriptorClientMsgHandle added in v0.4.28

type WatchConfigMapDescriptorClientMsgHandle struct{}

func (*WatchConfigMapDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConfigMapDescriptorServerMsgHandle added in v0.4.28

type WatchConfigMapDescriptorServerMsgHandle struct{}

func (*WatchConfigMapDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConfigMapRequest

type WatchConfigMapRequest struct {

	// Name of ntt.applications.v1alpha2.ConfigMap
	Name *config_map.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 *config_map.ConfigMap_FieldMask `` /* 141-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 [WatchConfigMap][ntt.applications.v1alpha2.WatchConfigMap]

func (*WatchConfigMapRequest) Descriptor

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

Deprecated, Use WatchConfigMapRequest.ProtoReflect.Descriptor instead.

func (*WatchConfigMapRequest) GetFieldMask

func (*WatchConfigMapRequest) GetName

func (m *WatchConfigMapRequest) GetName() *config_map.Name

func (*WatchConfigMapRequest) GetView

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

func (*WatchConfigMapRequest) GotenMessage

func (*WatchConfigMapRequest) GotenMessage()

func (*WatchConfigMapRequest) GotenValidate

func (obj *WatchConfigMapRequest) GotenValidate() error

func (*WatchConfigMapRequest) Marshal

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

func (*WatchConfigMapRequest) MarshalJSON

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

func (*WatchConfigMapRequest) ProtoMessage

func (*WatchConfigMapRequest) ProtoMessage()

func (*WatchConfigMapRequest) ProtoReflect

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

func (*WatchConfigMapRequest) Reset

func (m *WatchConfigMapRequest) Reset()

func (*WatchConfigMapRequest) SetFieldMask

func (*WatchConfigMapRequest) SetName

func (m *WatchConfigMapRequest) SetName(fv *config_map.Name)

func (*WatchConfigMapRequest) SetView

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

func (*WatchConfigMapRequest) String

func (m *WatchConfigMapRequest) String() string

func (*WatchConfigMapRequest) Unmarshal

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

func (*WatchConfigMapRequest) UnmarshalJSON

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

type WatchConfigMapResponse

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

WatchConfigMapResponse

func (*WatchConfigMapResponse) Descriptor

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

Deprecated, Use WatchConfigMapResponse.ProtoReflect.Descriptor instead.

func (*WatchConfigMapResponse) GetChange

func (*WatchConfigMapResponse) GotenMessage

func (*WatchConfigMapResponse) GotenMessage()

func (*WatchConfigMapResponse) GotenValidate

func (obj *WatchConfigMapResponse) GotenValidate() error

func (*WatchConfigMapResponse) Marshal

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

func (*WatchConfigMapResponse) MarshalJSON

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

func (*WatchConfigMapResponse) ProtoMessage

func (*WatchConfigMapResponse) ProtoMessage()

func (*WatchConfigMapResponse) ProtoReflect

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

func (*WatchConfigMapResponse) Reset

func (m *WatchConfigMapResponse) Reset()

func (*WatchConfigMapResponse) SetChange

func (*WatchConfigMapResponse) String

func (m *WatchConfigMapResponse) String() string

func (*WatchConfigMapResponse) Unmarshal

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

func (*WatchConfigMapResponse) UnmarshalJSON

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

type WatchConfigMapsClientStream

type WatchConfigMapsClientStream interface {
	Recv() (*WatchConfigMapsResponse, error)
	grpc.ClientStream
}

type WatchConfigMapsDescriptor added in v0.4.28

type WatchConfigMapsDescriptor struct{}

func GetWatchConfigMapsDescriptor added in v0.4.28

func GetWatchConfigMapsDescriptor() *WatchConfigMapsDescriptor

func (*WatchConfigMapsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchConfigMapsDescriptor) GetApiName added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetApiName() string

func (*WatchConfigMapsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchConfigMapsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetFullMethodName() string

func (*WatchConfigMapsDescriptor) GetMethodName added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetMethodName() string

func (*WatchConfigMapsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetProtoPkgName() string

func (*WatchConfigMapsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchConfigMapsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchConfigMapsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetServiceDomain() string

func (*WatchConfigMapsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetServiceVersion() string

func (*WatchConfigMapsDescriptor) GetVerb added in v0.4.28

func (d *WatchConfigMapsDescriptor) GetVerb() string

func (*WatchConfigMapsDescriptor) HasResource added in v0.4.30

func (d *WatchConfigMapsDescriptor) HasResource() bool

func (*WatchConfigMapsDescriptor) IsClientStream added in v0.4.28

func (d *WatchConfigMapsDescriptor) IsClientStream() bool

func (*WatchConfigMapsDescriptor) IsCollection added in v0.4.30

func (d *WatchConfigMapsDescriptor) IsCollection() bool

func (*WatchConfigMapsDescriptor) IsPlural added in v0.4.30

func (d *WatchConfigMapsDescriptor) IsPlural() bool

func (*WatchConfigMapsDescriptor) IsServerStream added in v0.4.28

func (d *WatchConfigMapsDescriptor) IsServerStream() bool

func (*WatchConfigMapsDescriptor) IsUnary added in v0.4.28

func (d *WatchConfigMapsDescriptor) IsUnary() bool

func (*WatchConfigMapsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchConfigMapsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchConfigMapsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchConfigMapsDescriptor) RequestHasResourceBody() bool

type WatchConfigMapsDescriptorClientMsgHandle added in v0.4.28

type WatchConfigMapsDescriptorClientMsgHandle struct{}

func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConfigMapsDescriptorServerMsgHandle added in v0.4.28

type WatchConfigMapsDescriptorServerMsgHandle struct{}

func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConfigMapsRequest

type WatchConfigMapsRequest 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.applications.v1alpha2.ConfigMap
	Parent *config_map.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer ConfigMaps 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 *config_map.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 *config_map.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 *config_map.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 ConfigMap that don't affect
	// any of masked fields won't be sent back.
	FieldMask *config_map.ConfigMap_FieldMask `` /* 141-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
	// ConfigMap 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 [WatchConfigMaps][ntt.applications.v1alpha2.WatchConfigMaps]

func (*WatchConfigMapsRequest) Descriptor

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

Deprecated, Use WatchConfigMapsRequest.ProtoReflect.Descriptor instead.

func (*WatchConfigMapsRequest) GetFieldMask

func (*WatchConfigMapsRequest) GetFilter

func (m *WatchConfigMapsRequest) GetFilter() *config_map.Filter

func (*WatchConfigMapsRequest) GetMaxChunkSize

func (m *WatchConfigMapsRequest) GetMaxChunkSize() int32

func (*WatchConfigMapsRequest) GetOrderBy

func (m *WatchConfigMapsRequest) GetOrderBy() *config_map.OrderBy

func (*WatchConfigMapsRequest) GetPageSize

func (m *WatchConfigMapsRequest) GetPageSize() int32

func (*WatchConfigMapsRequest) GetPageToken

func (m *WatchConfigMapsRequest) GetPageToken() *config_map.PagerCursor

func (*WatchConfigMapsRequest) GetParent

func (*WatchConfigMapsRequest) GetResumeToken

func (m *WatchConfigMapsRequest) GetResumeToken() string

func (*WatchConfigMapsRequest) GetStartingTime added in v0.9.0

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

func (*WatchConfigMapsRequest) GetType

func (*WatchConfigMapsRequest) GetView

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

func (*WatchConfigMapsRequest) GotenMessage

func (*WatchConfigMapsRequest) GotenMessage()

func (*WatchConfigMapsRequest) GotenValidate

func (obj *WatchConfigMapsRequest) GotenValidate() error

func (*WatchConfigMapsRequest) Marshal

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

func (*WatchConfigMapsRequest) MarshalJSON

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

func (*WatchConfigMapsRequest) ProtoMessage

func (*WatchConfigMapsRequest) ProtoMessage()

func (*WatchConfigMapsRequest) ProtoReflect

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

func (*WatchConfigMapsRequest) Reset

func (m *WatchConfigMapsRequest) Reset()

func (*WatchConfigMapsRequest) SetFieldMask

func (*WatchConfigMapsRequest) SetFilter

func (m *WatchConfigMapsRequest) SetFilter(fv *config_map.Filter)

func (*WatchConfigMapsRequest) SetMaxChunkSize

func (m *WatchConfigMapsRequest) SetMaxChunkSize(fv int32)

func (*WatchConfigMapsRequest) SetOrderBy

func (m *WatchConfigMapsRequest) SetOrderBy(fv *config_map.OrderBy)

func (*WatchConfigMapsRequest) SetPageSize

func (m *WatchConfigMapsRequest) SetPageSize(fv int32)

func (*WatchConfigMapsRequest) SetPageToken

func (m *WatchConfigMapsRequest) SetPageToken(fv *config_map.PagerCursor)

func (*WatchConfigMapsRequest) SetParent

func (m *WatchConfigMapsRequest) SetParent(fv *config_map.ParentName)

func (*WatchConfigMapsRequest) SetResumeToken

func (m *WatchConfigMapsRequest) SetResumeToken(fv string)

func (*WatchConfigMapsRequest) SetStartingTime added in v0.9.0

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

func (*WatchConfigMapsRequest) SetType

func (*WatchConfigMapsRequest) SetView

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

func (*WatchConfigMapsRequest) String

func (m *WatchConfigMapsRequest) String() string

func (*WatchConfigMapsRequest) Unmarshal

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

func (*WatchConfigMapsRequest) UnmarshalJSON

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

type WatchConfigMapsResponse

type WatchConfigMapsResponse struct {

	// Changes of ConfigMaps
	ConfigMapChanges []*config_map.ConfigMapChange `` /* 140-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 ConfigMaps 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 *WatchConfigMapsResponse_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 (ConfigMaps 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
}

WatchConfigMapsResponse

func (*WatchConfigMapsResponse) Descriptor

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

Deprecated, Use WatchConfigMapsResponse.ProtoReflect.Descriptor instead.

func (*WatchConfigMapsResponse) GetConfigMapChanges

func (m *WatchConfigMapsResponse) GetConfigMapChanges() []*config_map.ConfigMapChange

func (*WatchConfigMapsResponse) GetIsCurrent

func (m *WatchConfigMapsResponse) GetIsCurrent() bool

func (*WatchConfigMapsResponse) GetIsHardReset

func (m *WatchConfigMapsResponse) GetIsHardReset() bool

func (*WatchConfigMapsResponse) GetIsSoftReset

func (m *WatchConfigMapsResponse) GetIsSoftReset() bool

func (*WatchConfigMapsResponse) GetPageTokenChange

func (*WatchConfigMapsResponse) GetResumeToken

func (m *WatchConfigMapsResponse) GetResumeToken() string

func (*WatchConfigMapsResponse) GetSnapshotSize

func (m *WatchConfigMapsResponse) GetSnapshotSize() int64

func (*WatchConfigMapsResponse) GotenMessage

func (*WatchConfigMapsResponse) GotenMessage()

func (*WatchConfigMapsResponse) GotenValidate

func (obj *WatchConfigMapsResponse) GotenValidate() error

func (*WatchConfigMapsResponse) Marshal

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

func (*WatchConfigMapsResponse) MarshalJSON

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

func (*WatchConfigMapsResponse) ProtoMessage

func (*WatchConfigMapsResponse) ProtoMessage()

func (*WatchConfigMapsResponse) ProtoReflect

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

func (*WatchConfigMapsResponse) Reset

func (m *WatchConfigMapsResponse) Reset()

func (*WatchConfigMapsResponse) SetConfigMapChanges

func (m *WatchConfigMapsResponse) SetConfigMapChanges(fv []*config_map.ConfigMapChange)

func (*WatchConfigMapsResponse) SetIsCurrent

func (m *WatchConfigMapsResponse) SetIsCurrent(fv bool)

func (*WatchConfigMapsResponse) SetIsHardReset

func (m *WatchConfigMapsResponse) SetIsHardReset(fv bool)

func (*WatchConfigMapsResponse) SetIsSoftReset

func (m *WatchConfigMapsResponse) SetIsSoftReset(fv bool)

func (*WatchConfigMapsResponse) SetPageTokenChange

func (*WatchConfigMapsResponse) SetResumeToken

func (m *WatchConfigMapsResponse) SetResumeToken(fv string)

func (*WatchConfigMapsResponse) SetSnapshotSize

func (m *WatchConfigMapsResponse) SetSnapshotSize(fv int64)

func (*WatchConfigMapsResponse) String

func (m *WatchConfigMapsResponse) String() string

func (*WatchConfigMapsResponse) Unmarshal

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

func (*WatchConfigMapsResponse) UnmarshalJSON

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

type WatchConfigMapsResponse_PageTokenChange

type WatchConfigMapsResponse_PageTokenChange struct {

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

func (*WatchConfigMapsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchConfigMapsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchConfigMapsResponse_PageTokenChange) GetNextPageToken

func (*WatchConfigMapsResponse_PageTokenChange) GetPrevPageToken

func (*WatchConfigMapsResponse_PageTokenChange) GotenMessage

func (*WatchConfigMapsResponse_PageTokenChange) GotenValidate

func (obj *WatchConfigMapsResponse_PageTokenChange) GotenValidate() error

func (*WatchConfigMapsResponse_PageTokenChange) Marshal

func (*WatchConfigMapsResponse_PageTokenChange) MarshalJSON

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

func (*WatchConfigMapsResponse_PageTokenChange) ProtoMessage

func (*WatchConfigMapsResponse_PageTokenChange) ProtoReflect

func (*WatchConfigMapsResponse_PageTokenChange) Reset

func (*WatchConfigMapsResponse_PageTokenChange) SetNextPageToken

func (*WatchConfigMapsResponse_PageTokenChange) SetPrevPageToken

func (*WatchConfigMapsResponse_PageTokenChange) String

func (*WatchConfigMapsResponse_PageTokenChange) Unmarshal

func (*WatchConfigMapsResponse_PageTokenChange) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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