condition_client

package
v1.0.36 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetConditionsDescriptor added in v0.4.28

type BatchGetConditionsDescriptor struct{}

func GetBatchGetConditionsDescriptor added in v0.4.28

func GetBatchGetConditionsDescriptor() *BatchGetConditionsDescriptor

func (*BatchGetConditionsDescriptor) GetApiDescriptor added in v0.4.28

func (*BatchGetConditionsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetConditionsDescriptor) GetApiName() string

func (*BatchGetConditionsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*BatchGetConditionsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetConditionsDescriptor) GetFullMethodName() string

func (*BatchGetConditionsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetConditionsDescriptor) GetMethodName() string

func (*BatchGetConditionsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetConditionsDescriptor) GetProtoPkgName() string

func (*BatchGetConditionsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*BatchGetConditionsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*BatchGetConditionsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetConditionsDescriptor) GetServiceDomain() string

func (*BatchGetConditionsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetConditionsDescriptor) GetServiceVersion() string

func (*BatchGetConditionsDescriptor) GetVerb added in v0.4.28

func (d *BatchGetConditionsDescriptor) GetVerb() string

func (*BatchGetConditionsDescriptor) HasResource added in v0.4.30

func (d *BatchGetConditionsDescriptor) HasResource() bool

func (*BatchGetConditionsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetConditionsDescriptor) IsClientStream() bool

func (*BatchGetConditionsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetConditionsDescriptor) IsCollection() bool

func (*BatchGetConditionsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetConditionsDescriptor) IsPlural() bool

func (*BatchGetConditionsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetConditionsDescriptor) IsServerStream() bool

func (*BatchGetConditionsDescriptor) IsUnary added in v0.4.28

func (d *BatchGetConditionsDescriptor) IsUnary() bool

func (*BatchGetConditionsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*BatchGetConditionsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*BatchGetConditionsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetConditionsDescriptor) RequestHasResourceBody() bool

type BatchGetConditionsDescriptorClientMsgHandle added in v0.4.28

type BatchGetConditionsDescriptorClientMsgHandle struct{}

func (*BatchGetConditionsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetConditionsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetConditionsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetConditionsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetConditionsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetConditionsDescriptorServerMsgHandle added in v0.4.28

type BatchGetConditionsDescriptorServerMsgHandle struct{}

func (*BatchGetConditionsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetConditionsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetConditionsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetConditionsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetConditionsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetConditionsRequest

type BatchGetConditionsRequest struct {

	// Names of Conditions
	Names []*condition.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 *condition.Condition_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 [BatchGetConditions][ntt.iam.v1alpha2.BatchGetConditions]

func (*BatchGetConditionsRequest) Descriptor

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

Deprecated, Use BatchGetConditionsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetConditionsRequest) GetFieldMask

func (*BatchGetConditionsRequest) GetNames

func (m *BatchGetConditionsRequest) GetNames() []*condition.Name

func (*BatchGetConditionsRequest) GetView

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

func (*BatchGetConditionsRequest) GotenMessage

func (*BatchGetConditionsRequest) GotenMessage()

func (*BatchGetConditionsRequest) GotenValidate

func (obj *BatchGetConditionsRequest) GotenValidate() error

func (*BatchGetConditionsRequest) Marshal

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

func (*BatchGetConditionsRequest) MarshalJSON

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

func (*BatchGetConditionsRequest) ProtoMessage

func (*BatchGetConditionsRequest) ProtoMessage()

func (*BatchGetConditionsRequest) ProtoReflect

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

func (*BatchGetConditionsRequest) Reset

func (m *BatchGetConditionsRequest) Reset()

func (*BatchGetConditionsRequest) SetFieldMask

func (*BatchGetConditionsRequest) SetNames

func (m *BatchGetConditionsRequest) SetNames(fv []*condition.Name)

func (*BatchGetConditionsRequest) SetView

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

func (*BatchGetConditionsRequest) String

func (m *BatchGetConditionsRequest) String() string

func (*BatchGetConditionsRequest) Unmarshal

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

func (*BatchGetConditionsRequest) UnmarshalJSON

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

type BatchGetConditionsResponse

type BatchGetConditionsResponse struct {

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

BatchGetConditionsResponse

func (*BatchGetConditionsResponse) Descriptor

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

Deprecated, Use BatchGetConditionsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetConditionsResponse) GetConditions

func (m *BatchGetConditionsResponse) GetConditions() []*condition.Condition

func (*BatchGetConditionsResponse) GetMissing

func (m *BatchGetConditionsResponse) GetMissing() []*condition.Name

func (*BatchGetConditionsResponse) GotenMessage

func (*BatchGetConditionsResponse) GotenMessage()

func (*BatchGetConditionsResponse) GotenValidate

func (obj *BatchGetConditionsResponse) GotenValidate() error

func (*BatchGetConditionsResponse) Marshal

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

func (*BatchGetConditionsResponse) MarshalJSON

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

func (*BatchGetConditionsResponse) ProtoMessage

func (*BatchGetConditionsResponse) ProtoMessage()

func (*BatchGetConditionsResponse) ProtoReflect

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

func (*BatchGetConditionsResponse) Reset

func (m *BatchGetConditionsResponse) Reset()

func (*BatchGetConditionsResponse) SetConditions

func (m *BatchGetConditionsResponse) SetConditions(fv []*condition.Condition)

func (*BatchGetConditionsResponse) SetMissing

func (m *BatchGetConditionsResponse) SetMissing(fv []*condition.Name)

func (*BatchGetConditionsResponse) String

func (m *BatchGetConditionsResponse) String() string

func (*BatchGetConditionsResponse) Unmarshal

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

func (*BatchGetConditionsResponse) UnmarshalJSON

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

type ConditionServiceClient

type ConditionServiceClient interface {
	GetCondition(ctx context.Context, in *GetConditionRequest, opts ...grpc.CallOption) (*condition.Condition, error)
	BatchGetConditions(ctx context.Context, in *BatchGetConditionsRequest, opts ...grpc.CallOption) (*BatchGetConditionsResponse, error)
	ListConditions(ctx context.Context, in *ListConditionsRequest, opts ...grpc.CallOption) (*ListConditionsResponse, error)
	WatchCondition(ctx context.Context, in *WatchConditionRequest, opts ...grpc.CallOption) (WatchConditionClientStream, error)
	WatchConditions(ctx context.Context, in *WatchConditionsRequest, opts ...grpc.CallOption) (WatchConditionsClientStream, error)
	CreateCondition(ctx context.Context, in *CreateConditionRequest, opts ...grpc.CallOption) (*condition.Condition, error)
	UpdateCondition(ctx context.Context, in *UpdateConditionRequest, opts ...grpc.CallOption) (*condition.Condition, error)
	DeleteCondition(ctx context.Context, in *DeleteConditionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

ConditionServiceClient is the client API for ConditionService.

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

type ConditionServiceDescriptor added in v0.4.28

type ConditionServiceDescriptor struct{}

func GetConditionServiceDescriptor added in v0.4.28

func GetConditionServiceDescriptor() *ConditionServiceDescriptor

func (*ConditionServiceDescriptor) AllMethodDescriptors added in v0.4.28

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

func (*ConditionServiceDescriptor) GetApiName added in v0.4.28

func (d *ConditionServiceDescriptor) GetApiName() string

func (*ConditionServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *ConditionServiceDescriptor) GetFullAPIName() string

func (*ConditionServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *ConditionServiceDescriptor) GetProtoPkgName() string

func (*ConditionServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *ConditionServiceDescriptor) GetServiceDomain() string

func (*ConditionServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *ConditionServiceDescriptor) GetServiceVersion() string

type CreateConditionDescriptor added in v0.4.28

type CreateConditionDescriptor struct{}

func GetCreateConditionDescriptor added in v0.4.28

func GetCreateConditionDescriptor() *CreateConditionDescriptor

func (*CreateConditionDescriptor) GetApiDescriptor added in v0.4.28

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

func (*CreateConditionDescriptor) GetApiName added in v0.4.28

func (d *CreateConditionDescriptor) GetApiName() string

func (*CreateConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*CreateConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *CreateConditionDescriptor) GetFullMethodName() string

func (*CreateConditionDescriptor) GetMethodName added in v0.4.28

func (d *CreateConditionDescriptor) GetMethodName() string

func (*CreateConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreateConditionDescriptor) GetProtoPkgName() string

func (*CreateConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*CreateConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*CreateConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *CreateConditionDescriptor) GetServiceDomain() string

func (*CreateConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *CreateConditionDescriptor) GetServiceVersion() string

func (*CreateConditionDescriptor) GetVerb added in v0.4.28

func (d *CreateConditionDescriptor) GetVerb() string

func (*CreateConditionDescriptor) HasResource added in v0.4.30

func (d *CreateConditionDescriptor) HasResource() bool

func (*CreateConditionDescriptor) IsClientStream added in v0.4.28

func (d *CreateConditionDescriptor) IsClientStream() bool

func (*CreateConditionDescriptor) IsCollection added in v0.4.30

func (d *CreateConditionDescriptor) IsCollection() bool

func (*CreateConditionDescriptor) IsPlural added in v0.4.30

func (d *CreateConditionDescriptor) IsPlural() bool

func (*CreateConditionDescriptor) IsServerStream added in v0.4.28

func (d *CreateConditionDescriptor) IsServerStream() bool

func (*CreateConditionDescriptor) IsUnary added in v0.4.28

func (d *CreateConditionDescriptor) IsUnary() bool

func (*CreateConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*CreateConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*CreateConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreateConditionDescriptor) RequestHasResourceBody() bool

type CreateConditionDescriptorClientMsgHandle added in v0.4.28

type CreateConditionDescriptorClientMsgHandle struct{}

func (*CreateConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateConditionDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateConditionDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreateConditionDescriptorServerMsgHandle added in v0.4.28

type CreateConditionDescriptorServerMsgHandle struct{}

func (*CreateConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*CreateConditionDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateConditionDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreateConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreateConditionRequest

type CreateConditionRequest struct {

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

Request message for method [CreateCondition][ntt.iam.v1alpha2.CreateCondition]

func (*CreateConditionRequest) Descriptor

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

Deprecated, Use CreateConditionRequest.ProtoReflect.Descriptor instead.

func (*CreateConditionRequest) GetCondition

func (m *CreateConditionRequest) GetCondition() *condition.Condition

func (*CreateConditionRequest) GetParent

func (*CreateConditionRequest) GotenMessage

func (*CreateConditionRequest) GotenMessage()

func (*CreateConditionRequest) GotenValidate

func (obj *CreateConditionRequest) GotenValidate() error

func (*CreateConditionRequest) Marshal

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

func (*CreateConditionRequest) MarshalJSON

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

func (*CreateConditionRequest) ProtoMessage

func (*CreateConditionRequest) ProtoMessage()

func (*CreateConditionRequest) ProtoReflect

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

func (*CreateConditionRequest) Reset

func (m *CreateConditionRequest) Reset()

func (*CreateConditionRequest) SetCondition

func (m *CreateConditionRequest) SetCondition(fv *condition.Condition)

func (*CreateConditionRequest) SetParent

func (m *CreateConditionRequest) SetParent(fv *condition.ParentName)

func (*CreateConditionRequest) String

func (m *CreateConditionRequest) String() string

func (*CreateConditionRequest) Unmarshal

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

func (*CreateConditionRequest) UnmarshalJSON

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

type DeleteConditionDescriptor added in v0.4.28

type DeleteConditionDescriptor struct{}

func GetDeleteConditionDescriptor added in v0.4.28

func GetDeleteConditionDescriptor() *DeleteConditionDescriptor

func (*DeleteConditionDescriptor) GetApiDescriptor added in v0.4.28

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

func (*DeleteConditionDescriptor) GetApiName added in v0.4.28

func (d *DeleteConditionDescriptor) GetApiName() string

func (*DeleteConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*DeleteConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *DeleteConditionDescriptor) GetFullMethodName() string

func (*DeleteConditionDescriptor) GetMethodName added in v0.4.28

func (d *DeleteConditionDescriptor) GetMethodName() string

func (*DeleteConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeleteConditionDescriptor) GetProtoPkgName() string

func (*DeleteConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*DeleteConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*DeleteConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *DeleteConditionDescriptor) GetServiceDomain() string

func (*DeleteConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *DeleteConditionDescriptor) GetServiceVersion() string

func (*DeleteConditionDescriptor) GetVerb added in v0.4.28

func (d *DeleteConditionDescriptor) GetVerb() string

func (*DeleteConditionDescriptor) HasResource added in v0.4.30

func (d *DeleteConditionDescriptor) HasResource() bool

func (*DeleteConditionDescriptor) IsClientStream added in v0.4.28

func (d *DeleteConditionDescriptor) IsClientStream() bool

func (*DeleteConditionDescriptor) IsCollection added in v0.4.30

func (d *DeleteConditionDescriptor) IsCollection() bool

func (*DeleteConditionDescriptor) IsPlural added in v0.4.30

func (d *DeleteConditionDescriptor) IsPlural() bool

func (*DeleteConditionDescriptor) IsServerStream added in v0.4.28

func (d *DeleteConditionDescriptor) IsServerStream() bool

func (*DeleteConditionDescriptor) IsUnary added in v0.4.28

func (d *DeleteConditionDescriptor) IsUnary() bool

func (*DeleteConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*DeleteConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*DeleteConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeleteConditionDescriptor) RequestHasResourceBody() bool

type DeleteConditionDescriptorClientMsgHandle added in v0.4.28

type DeleteConditionDescriptorClientMsgHandle struct{}

func (*DeleteConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteConditionDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteConditionDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteConditionDescriptorServerMsgHandle added in v0.4.28

type DeleteConditionDescriptorServerMsgHandle struct{}

func (*DeleteConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*DeleteConditionDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteConditionDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeleteConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeleteConditionRequest

type DeleteConditionRequest struct {

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

Request message for method [DeleteCondition][ntt.iam.v1alpha2.DeleteCondition]

func (*DeleteConditionRequest) Descriptor

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

Deprecated, Use DeleteConditionRequest.ProtoReflect.Descriptor instead.

func (*DeleteConditionRequest) GetName

func (m *DeleteConditionRequest) GetName() *condition.Name

func (*DeleteConditionRequest) GotenMessage

func (*DeleteConditionRequest) GotenMessage()

func (*DeleteConditionRequest) GotenValidate

func (obj *DeleteConditionRequest) GotenValidate() error

func (*DeleteConditionRequest) Marshal

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

func (*DeleteConditionRequest) MarshalJSON

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

func (*DeleteConditionRequest) ProtoMessage

func (*DeleteConditionRequest) ProtoMessage()

func (*DeleteConditionRequest) ProtoReflect

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

func (*DeleteConditionRequest) Reset

func (m *DeleteConditionRequest) Reset()

func (*DeleteConditionRequest) SetName

func (m *DeleteConditionRequest) SetName(fv *condition.Name)

func (*DeleteConditionRequest) String

func (m *DeleteConditionRequest) String() string

func (*DeleteConditionRequest) Unmarshal

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

func (*DeleteConditionRequest) UnmarshalJSON

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

type GetConditionDescriptor added in v0.4.28

type GetConditionDescriptor struct{}

func GetGetConditionDescriptor added in v0.4.28

func GetGetConditionDescriptor() *GetConditionDescriptor

func (*GetConditionDescriptor) GetApiDescriptor added in v0.4.28

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

func (*GetConditionDescriptor) GetApiName added in v0.4.28

func (d *GetConditionDescriptor) GetApiName() string

func (*GetConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*GetConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *GetConditionDescriptor) GetFullMethodName() string

func (*GetConditionDescriptor) GetMethodName added in v0.4.28

func (d *GetConditionDescriptor) GetMethodName() string

func (*GetConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetConditionDescriptor) GetProtoPkgName() string

func (*GetConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*GetConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*GetConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *GetConditionDescriptor) GetServiceDomain() string

func (*GetConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *GetConditionDescriptor) GetServiceVersion() string

func (*GetConditionDescriptor) GetVerb added in v0.4.28

func (d *GetConditionDescriptor) GetVerb() string

func (*GetConditionDescriptor) HasResource added in v0.4.30

func (d *GetConditionDescriptor) HasResource() bool

func (*GetConditionDescriptor) IsClientStream added in v0.4.28

func (d *GetConditionDescriptor) IsClientStream() bool

func (*GetConditionDescriptor) IsCollection added in v0.4.30

func (d *GetConditionDescriptor) IsCollection() bool

func (*GetConditionDescriptor) IsPlural added in v0.4.30

func (d *GetConditionDescriptor) IsPlural() bool

func (*GetConditionDescriptor) IsServerStream added in v0.4.28

func (d *GetConditionDescriptor) IsServerStream() bool

func (*GetConditionDescriptor) IsUnary added in v0.4.28

func (d *GetConditionDescriptor) IsUnary() bool

func (*GetConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*GetConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*GetConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetConditionDescriptor) RequestHasResourceBody() bool

type GetConditionDescriptorClientMsgHandle added in v0.4.28

type GetConditionDescriptorClientMsgHandle struct{}

func (*GetConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetConditionDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetConditionDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*GetConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetConditionDescriptorServerMsgHandle added in v0.4.28

type GetConditionDescriptorServerMsgHandle struct{}

func (*GetConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*GetConditionDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetConditionDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*GetConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetConditionRequest

type GetConditionRequest struct {

	// Name of ntt.iam.v1alpha2.Condition
	Name *condition.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 *condition.Condition_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 [GetCondition][ntt.iam.v1alpha2.GetCondition]

func (*GetConditionRequest) Descriptor

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

Deprecated, Use GetConditionRequest.ProtoReflect.Descriptor instead.

func (*GetConditionRequest) GetFieldMask

func (*GetConditionRequest) GetName

func (m *GetConditionRequest) GetName() *condition.Name

func (*GetConditionRequest) GetView

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

func (*GetConditionRequest) GotenMessage

func (*GetConditionRequest) GotenMessage()

func (*GetConditionRequest) GotenValidate

func (obj *GetConditionRequest) GotenValidate() error

func (*GetConditionRequest) Marshal

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

func (*GetConditionRequest) MarshalJSON

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

func (*GetConditionRequest) ProtoMessage

func (*GetConditionRequest) ProtoMessage()

func (*GetConditionRequest) ProtoReflect

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

func (*GetConditionRequest) Reset

func (m *GetConditionRequest) Reset()

func (*GetConditionRequest) SetFieldMask

func (m *GetConditionRequest) SetFieldMask(fv *condition.Condition_FieldMask)

func (*GetConditionRequest) SetName

func (m *GetConditionRequest) SetName(fv *condition.Name)

func (*GetConditionRequest) SetView

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

func (*GetConditionRequest) String

func (m *GetConditionRequest) String() string

func (*GetConditionRequest) Unmarshal

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

func (*GetConditionRequest) UnmarshalJSON

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

type ListConditionsDescriptor added in v0.4.28

type ListConditionsDescriptor struct{}

func GetListConditionsDescriptor added in v0.4.28

func GetListConditionsDescriptor() *ListConditionsDescriptor

func (*ListConditionsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*ListConditionsDescriptor) GetApiName added in v0.4.28

func (d *ListConditionsDescriptor) GetApiName() string

func (*ListConditionsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*ListConditionsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListConditionsDescriptor) GetFullMethodName() string

func (*ListConditionsDescriptor) GetMethodName added in v0.4.28

func (d *ListConditionsDescriptor) GetMethodName() string

func (*ListConditionsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListConditionsDescriptor) GetProtoPkgName() string

func (*ListConditionsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*ListConditionsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*ListConditionsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListConditionsDescriptor) GetServiceDomain() string

func (*ListConditionsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListConditionsDescriptor) GetServiceVersion() string

func (*ListConditionsDescriptor) GetVerb added in v0.4.28

func (d *ListConditionsDescriptor) GetVerb() string

func (*ListConditionsDescriptor) HasResource added in v0.4.30

func (d *ListConditionsDescriptor) HasResource() bool

func (*ListConditionsDescriptor) IsClientStream added in v0.4.28

func (d *ListConditionsDescriptor) IsClientStream() bool

func (*ListConditionsDescriptor) IsCollection added in v0.4.30

func (d *ListConditionsDescriptor) IsCollection() bool

func (*ListConditionsDescriptor) IsPlural added in v0.4.30

func (d *ListConditionsDescriptor) IsPlural() bool

func (*ListConditionsDescriptor) IsServerStream added in v0.4.28

func (d *ListConditionsDescriptor) IsServerStream() bool

func (*ListConditionsDescriptor) IsUnary added in v0.4.28

func (d *ListConditionsDescriptor) IsUnary() bool

func (*ListConditionsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*ListConditionsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*ListConditionsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListConditionsDescriptor) RequestHasResourceBody() bool

type ListConditionsDescriptorClientMsgHandle added in v0.4.28

type ListConditionsDescriptorClientMsgHandle struct{}

func (*ListConditionsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListConditionsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListConditionsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListConditionsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListConditionsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListConditionsDescriptorServerMsgHandle added in v0.4.28

type ListConditionsDescriptorServerMsgHandle struct{}

func (*ListConditionsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListConditionsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListConditionsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListConditionsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListConditionsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListConditionsRequest

type ListConditionsRequest struct {

	// Parent name of ntt.iam.v1alpha2.Condition
	Parent *condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Conditions 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
	// [ListConditionsResponse.next_page_token][ntt.iam.v1alpha2.ListConditionsResponse.next_page_token]
	PageToken *condition.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 *condition.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 *condition.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 *condition.Condition_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 [ListConditions][ntt.iam.v1alpha2.ListConditions]

func (*ListConditionsRequest) Descriptor

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

Deprecated, Use ListConditionsRequest.ProtoReflect.Descriptor instead.

func (*ListConditionsRequest) GetFieldMask

func (*ListConditionsRequest) GetFilter

func (m *ListConditionsRequest) GetFilter() *condition.Filter

func (*ListConditionsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListConditionsRequest) GetIncludePagingInfo() bool

func (*ListConditionsRequest) GetOrderBy

func (m *ListConditionsRequest) GetOrderBy() *condition.OrderBy

func (*ListConditionsRequest) GetPageSize

func (m *ListConditionsRequest) GetPageSize() int32

func (*ListConditionsRequest) GetPageToken

func (m *ListConditionsRequest) GetPageToken() *condition.PagerCursor

func (*ListConditionsRequest) GetParent

func (m *ListConditionsRequest) GetParent() *condition.ParentName

func (*ListConditionsRequest) GetView

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

func (*ListConditionsRequest) GotenMessage

func (*ListConditionsRequest) GotenMessage()

func (*ListConditionsRequest) GotenValidate

func (obj *ListConditionsRequest) GotenValidate() error

func (*ListConditionsRequest) Marshal

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

func (*ListConditionsRequest) MarshalJSON

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

func (*ListConditionsRequest) ProtoMessage

func (*ListConditionsRequest) ProtoMessage()

func (*ListConditionsRequest) ProtoReflect

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

func (*ListConditionsRequest) Reset

func (m *ListConditionsRequest) Reset()

func (*ListConditionsRequest) SetFieldMask

func (*ListConditionsRequest) SetFilter

func (m *ListConditionsRequest) SetFilter(fv *condition.Filter)

func (*ListConditionsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListConditionsRequest) SetIncludePagingInfo(fv bool)

func (*ListConditionsRequest) SetOrderBy

func (m *ListConditionsRequest) SetOrderBy(fv *condition.OrderBy)

func (*ListConditionsRequest) SetPageSize

func (m *ListConditionsRequest) SetPageSize(fv int32)

func (*ListConditionsRequest) SetPageToken

func (m *ListConditionsRequest) SetPageToken(fv *condition.PagerCursor)

func (*ListConditionsRequest) SetParent

func (m *ListConditionsRequest) SetParent(fv *condition.ParentName)

func (*ListConditionsRequest) SetView

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

func (*ListConditionsRequest) String

func (m *ListConditionsRequest) String() string

func (*ListConditionsRequest) Unmarshal

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

func (*ListConditionsRequest) UnmarshalJSON

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

type ListConditionsResponse

type ListConditionsResponse struct {

	// The list of Conditions
	Conditions []*condition.Condition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty" firestore:"conditions"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListConditionsRequest.page_token][ntt.iam.v1alpha2.ListConditionsRequest.page_token]
	PrevPageToken *condition.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListConditionsRequest.page_token][ntt.iam.v1alpha2.ListConditionsRequest.page_token]
	NextPageToken *condition.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 Conditions 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 [ListConditions][ntt.iam.v1alpha2.ListConditions]

func (*ListConditionsResponse) Descriptor

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

Deprecated, Use ListConditionsResponse.ProtoReflect.Descriptor instead.

func (*ListConditionsResponse) GetConditions

func (m *ListConditionsResponse) GetConditions() []*condition.Condition

func (*ListConditionsResponse) GetCurrentOffset added in v0.10.1

func (m *ListConditionsResponse) GetCurrentOffset() int32

func (*ListConditionsResponse) GetNextPageToken

func (m *ListConditionsResponse) GetNextPageToken() *condition.PagerCursor

func (*ListConditionsResponse) GetPrevPageToken

func (m *ListConditionsResponse) GetPrevPageToken() *condition.PagerCursor

func (*ListConditionsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListConditionsResponse) GetTotalResultsCount() int32

func (*ListConditionsResponse) GotenMessage

func (*ListConditionsResponse) GotenMessage()

func (*ListConditionsResponse) GotenValidate

func (obj *ListConditionsResponse) GotenValidate() error

func (*ListConditionsResponse) Marshal

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

func (*ListConditionsResponse) MarshalJSON

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

func (*ListConditionsResponse) ProtoMessage

func (*ListConditionsResponse) ProtoMessage()

func (*ListConditionsResponse) ProtoReflect

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

func (*ListConditionsResponse) Reset

func (m *ListConditionsResponse) Reset()

func (*ListConditionsResponse) SetConditions

func (m *ListConditionsResponse) SetConditions(fv []*condition.Condition)

func (*ListConditionsResponse) SetCurrentOffset added in v0.10.1

func (m *ListConditionsResponse) SetCurrentOffset(fv int32)

func (*ListConditionsResponse) SetNextPageToken

func (m *ListConditionsResponse) SetNextPageToken(fv *condition.PagerCursor)

func (*ListConditionsResponse) SetPrevPageToken

func (m *ListConditionsResponse) SetPrevPageToken(fv *condition.PagerCursor)

func (*ListConditionsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListConditionsResponse) SetTotalResultsCount(fv int32)

func (*ListConditionsResponse) String

func (m *ListConditionsResponse) String() string

func (*ListConditionsResponse) Unmarshal

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

func (*ListConditionsResponse) UnmarshalJSON

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

type UpdateConditionDescriptor added in v0.4.28

type UpdateConditionDescriptor struct{}

func GetUpdateConditionDescriptor added in v0.4.28

func GetUpdateConditionDescriptor() *UpdateConditionDescriptor

func (*UpdateConditionDescriptor) GetApiDescriptor added in v0.4.28

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

func (*UpdateConditionDescriptor) GetApiName added in v0.4.28

func (d *UpdateConditionDescriptor) GetApiName() string

func (*UpdateConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*UpdateConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdateConditionDescriptor) GetFullMethodName() string

func (*UpdateConditionDescriptor) GetMethodName added in v0.4.28

func (d *UpdateConditionDescriptor) GetMethodName() string

func (*UpdateConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdateConditionDescriptor) GetProtoPkgName() string

func (*UpdateConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*UpdateConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*UpdateConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdateConditionDescriptor) GetServiceDomain() string

func (*UpdateConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdateConditionDescriptor) GetServiceVersion() string

func (*UpdateConditionDescriptor) GetVerb added in v0.4.28

func (d *UpdateConditionDescriptor) GetVerb() string

func (*UpdateConditionDescriptor) HasResource added in v0.4.30

func (d *UpdateConditionDescriptor) HasResource() bool

func (*UpdateConditionDescriptor) IsClientStream added in v0.4.28

func (d *UpdateConditionDescriptor) IsClientStream() bool

func (*UpdateConditionDescriptor) IsCollection added in v0.4.30

func (d *UpdateConditionDescriptor) IsCollection() bool

func (*UpdateConditionDescriptor) IsPlural added in v0.4.30

func (d *UpdateConditionDescriptor) IsPlural() bool

func (*UpdateConditionDescriptor) IsServerStream added in v0.4.28

func (d *UpdateConditionDescriptor) IsServerStream() bool

func (*UpdateConditionDescriptor) IsUnary added in v0.4.28

func (d *UpdateConditionDescriptor) IsUnary() bool

func (*UpdateConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*UpdateConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*UpdateConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdateConditionDescriptor) RequestHasResourceBody() bool

type UpdateConditionDescriptorClientMsgHandle added in v0.4.28

type UpdateConditionDescriptorClientMsgHandle struct{}

func (*UpdateConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateConditionDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateConditionDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateConditionDescriptorServerMsgHandle added in v0.4.28

type UpdateConditionDescriptorServerMsgHandle struct{}

func (*UpdateConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*UpdateConditionDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateConditionDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdateConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdateConditionRequest

type UpdateConditionRequest struct {

	// Condition resource body
	Condition *condition.Condition `protobuf:"bytes,2,opt,name=condition,proto3" json:"condition,omitempty" firestore:"condition"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *condition.Condition_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 *UpdateConditionRequest_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 [UpdateCondition][ntt.iam.v1alpha2.UpdateCondition]

func (*UpdateConditionRequest) Descriptor

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

Deprecated, Use UpdateConditionRequest.ProtoReflect.Descriptor instead.

func (*UpdateConditionRequest) GetAllowMissing added in v0.12.33

func (m *UpdateConditionRequest) GetAllowMissing() bool

func (*UpdateConditionRequest) GetCas

func (*UpdateConditionRequest) GetCondition

func (m *UpdateConditionRequest) GetCondition() *condition.Condition

func (*UpdateConditionRequest) GetUpdateMask

func (*UpdateConditionRequest) GotenMessage

func (*UpdateConditionRequest) GotenMessage()

func (*UpdateConditionRequest) GotenValidate

func (obj *UpdateConditionRequest) GotenValidate() error

func (*UpdateConditionRequest) Marshal

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

func (*UpdateConditionRequest) MarshalJSON

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

func (*UpdateConditionRequest) ProtoMessage

func (*UpdateConditionRequest) ProtoMessage()

func (*UpdateConditionRequest) ProtoReflect

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

func (*UpdateConditionRequest) Reset

func (m *UpdateConditionRequest) Reset()

func (*UpdateConditionRequest) SetAllowMissing added in v0.12.33

func (m *UpdateConditionRequest) SetAllowMissing(fv bool)

func (*UpdateConditionRequest) SetCas

func (*UpdateConditionRequest) SetCondition

func (m *UpdateConditionRequest) SetCondition(fv *condition.Condition)

func (*UpdateConditionRequest) SetUpdateMask

func (*UpdateConditionRequest) String

func (m *UpdateConditionRequest) String() string

func (*UpdateConditionRequest) Unmarshal

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

func (*UpdateConditionRequest) UnmarshalJSON

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

type UpdateConditionRequest_CAS

type UpdateConditionRequest_CAS struct {

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

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

Deprecated, Use UpdateConditionRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateConditionRequest_CAS) GetConditionalState

func (m *UpdateConditionRequest_CAS) GetConditionalState() *condition.Condition

func (*UpdateConditionRequest_CAS) GetFieldMask

func (*UpdateConditionRequest_CAS) GotenMessage

func (*UpdateConditionRequest_CAS) GotenMessage()

func (*UpdateConditionRequest_CAS) GotenValidate

func (obj *UpdateConditionRequest_CAS) GotenValidate() error

func (*UpdateConditionRequest_CAS) Marshal

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

func (*UpdateConditionRequest_CAS) MarshalJSON

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

func (*UpdateConditionRequest_CAS) ProtoMessage

func (*UpdateConditionRequest_CAS) ProtoMessage()

func (*UpdateConditionRequest_CAS) ProtoReflect

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

func (*UpdateConditionRequest_CAS) Reset

func (m *UpdateConditionRequest_CAS) Reset()

func (*UpdateConditionRequest_CAS) SetConditionalState

func (m *UpdateConditionRequest_CAS) SetConditionalState(fv *condition.Condition)

func (*UpdateConditionRequest_CAS) SetFieldMask

func (*UpdateConditionRequest_CAS) String

func (m *UpdateConditionRequest_CAS) String() string

func (*UpdateConditionRequest_CAS) Unmarshal

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

func (*UpdateConditionRequest_CAS) UnmarshalJSON

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

type WatchConditionClientStream

type WatchConditionClientStream interface {
	Recv() (*WatchConditionResponse, error)
	grpc.ClientStream
}

type WatchConditionDescriptor added in v0.4.28

type WatchConditionDescriptor struct{}

func GetWatchConditionDescriptor added in v0.4.28

func GetWatchConditionDescriptor() *WatchConditionDescriptor

func (*WatchConditionDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchConditionDescriptor) GetApiName added in v0.4.28

func (d *WatchConditionDescriptor) GetApiName() string

func (*WatchConditionDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchConditionDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchConditionDescriptor) GetFullMethodName() string

func (*WatchConditionDescriptor) GetMethodName added in v0.4.28

func (d *WatchConditionDescriptor) GetMethodName() string

func (*WatchConditionDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchConditionDescriptor) GetProtoPkgName() string

func (*WatchConditionDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchConditionDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchConditionDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchConditionDescriptor) GetServiceDomain() string

func (*WatchConditionDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchConditionDescriptor) GetServiceVersion() string

func (*WatchConditionDescriptor) GetVerb added in v0.4.28

func (d *WatchConditionDescriptor) GetVerb() string

func (*WatchConditionDescriptor) HasResource added in v0.4.30

func (d *WatchConditionDescriptor) HasResource() bool

func (*WatchConditionDescriptor) IsClientStream added in v0.4.28

func (d *WatchConditionDescriptor) IsClientStream() bool

func (*WatchConditionDescriptor) IsCollection added in v0.4.30

func (d *WatchConditionDescriptor) IsCollection() bool

func (*WatchConditionDescriptor) IsPlural added in v0.4.30

func (d *WatchConditionDescriptor) IsPlural() bool

func (*WatchConditionDescriptor) IsServerStream added in v0.4.28

func (d *WatchConditionDescriptor) IsServerStream() bool

func (*WatchConditionDescriptor) IsUnary added in v0.4.28

func (d *WatchConditionDescriptor) IsUnary() bool

func (*WatchConditionDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchConditionDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchConditionDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchConditionDescriptor) RequestHasResourceBody() bool

type WatchConditionDescriptorClientMsgHandle added in v0.4.28

type WatchConditionDescriptorClientMsgHandle struct{}

func (*WatchConditionDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConditionDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchConditionDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchConditionDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConditionDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConditionDescriptorServerMsgHandle added in v0.4.28

type WatchConditionDescriptorServerMsgHandle struct{}

func (*WatchConditionDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConditionDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchConditionDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchConditionDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConditionDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConditionRequest

type WatchConditionRequest struct {

	// Name of ntt.iam.v1alpha2.Condition
	Name *condition.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 *condition.Condition_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 [WatchCondition][ntt.iam.v1alpha2.WatchCondition]

func (*WatchConditionRequest) Descriptor

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

Deprecated, Use WatchConditionRequest.ProtoReflect.Descriptor instead.

func (*WatchConditionRequest) GetFieldMask

func (*WatchConditionRequest) GetName

func (m *WatchConditionRequest) GetName() *condition.Name

func (*WatchConditionRequest) GetView

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

func (*WatchConditionRequest) GotenMessage

func (*WatchConditionRequest) GotenMessage()

func (*WatchConditionRequest) GotenValidate

func (obj *WatchConditionRequest) GotenValidate() error

func (*WatchConditionRequest) Marshal

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

func (*WatchConditionRequest) MarshalJSON

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

func (*WatchConditionRequest) ProtoMessage

func (*WatchConditionRequest) ProtoMessage()

func (*WatchConditionRequest) ProtoReflect

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

func (*WatchConditionRequest) Reset

func (m *WatchConditionRequest) Reset()

func (*WatchConditionRequest) SetFieldMask

func (*WatchConditionRequest) SetName

func (m *WatchConditionRequest) SetName(fv *condition.Name)

func (*WatchConditionRequest) SetView

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

func (*WatchConditionRequest) String

func (m *WatchConditionRequest) String() string

func (*WatchConditionRequest) Unmarshal

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

func (*WatchConditionRequest) UnmarshalJSON

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

type WatchConditionResponse

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

WatchConditionResponse

func (*WatchConditionResponse) Descriptor

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

Deprecated, Use WatchConditionResponse.ProtoReflect.Descriptor instead.

func (*WatchConditionResponse) GetChange

func (*WatchConditionResponse) GotenMessage

func (*WatchConditionResponse) GotenMessage()

func (*WatchConditionResponse) GotenValidate

func (obj *WatchConditionResponse) GotenValidate() error

func (*WatchConditionResponse) Marshal

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

func (*WatchConditionResponse) MarshalJSON

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

func (*WatchConditionResponse) ProtoMessage

func (*WatchConditionResponse) ProtoMessage()

func (*WatchConditionResponse) ProtoReflect

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

func (*WatchConditionResponse) Reset

func (m *WatchConditionResponse) Reset()

func (*WatchConditionResponse) SetChange

func (*WatchConditionResponse) String

func (m *WatchConditionResponse) String() string

func (*WatchConditionResponse) Unmarshal

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

func (*WatchConditionResponse) UnmarshalJSON

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

type WatchConditionsClientStream

type WatchConditionsClientStream interface {
	Recv() (*WatchConditionsResponse, error)
	grpc.ClientStream
}

type WatchConditionsDescriptor added in v0.4.28

type WatchConditionsDescriptor struct{}

func GetWatchConditionsDescriptor added in v0.4.28

func GetWatchConditionsDescriptor() *WatchConditionsDescriptor

func (*WatchConditionsDescriptor) GetApiDescriptor added in v0.4.28

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

func (*WatchConditionsDescriptor) GetApiName added in v0.4.28

func (d *WatchConditionsDescriptor) GetApiName() string

func (*WatchConditionsDescriptor) GetClientMsgReflectHandle added in v0.4.28

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

func (*WatchConditionsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchConditionsDescriptor) GetFullMethodName() string

func (*WatchConditionsDescriptor) GetMethodName added in v0.4.28

func (d *WatchConditionsDescriptor) GetMethodName() string

func (*WatchConditionsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchConditionsDescriptor) GetProtoPkgName() string

func (*WatchConditionsDescriptor) GetResourceDescriptor added in v0.4.30

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

func (*WatchConditionsDescriptor) GetServerMsgReflectHandle added in v0.4.28

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

func (*WatchConditionsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchConditionsDescriptor) GetServiceDomain() string

func (*WatchConditionsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchConditionsDescriptor) GetServiceVersion() string

func (*WatchConditionsDescriptor) GetVerb added in v0.4.28

func (d *WatchConditionsDescriptor) GetVerb() string

func (*WatchConditionsDescriptor) HasResource added in v0.4.30

func (d *WatchConditionsDescriptor) HasResource() bool

func (*WatchConditionsDescriptor) IsClientStream added in v0.4.28

func (d *WatchConditionsDescriptor) IsClientStream() bool

func (*WatchConditionsDescriptor) IsCollection added in v0.4.30

func (d *WatchConditionsDescriptor) IsCollection() bool

func (*WatchConditionsDescriptor) IsPlural added in v0.4.30

func (d *WatchConditionsDescriptor) IsPlural() bool

func (*WatchConditionsDescriptor) IsServerStream added in v0.4.28

func (d *WatchConditionsDescriptor) IsServerStream() bool

func (*WatchConditionsDescriptor) IsUnary added in v0.4.28

func (d *WatchConditionsDescriptor) IsUnary() bool

func (*WatchConditionsDescriptor) NewEmptyClientMsg added in v0.4.28

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

func (*WatchConditionsDescriptor) NewEmptyServerMsg added in v0.4.28

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

func (*WatchConditionsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchConditionsDescriptor) RequestHasResourceBody() bool

type WatchConditionsDescriptorClientMsgHandle added in v0.4.28

type WatchConditionsDescriptorClientMsgHandle struct{}

func (*WatchConditionsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConditionsDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchConditionsDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchConditionsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConditionsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConditionsDescriptorServerMsgHandle added in v0.4.28

type WatchConditionsDescriptorServerMsgHandle struct{}

func (*WatchConditionsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*WatchConditionsDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchConditionsDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchConditionsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchConditionsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchConditionsRequest

type WatchConditionsRequest 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.iam.v1alpha2.Condition
	Parent *condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Conditions 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 *condition.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 *condition.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 *condition.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 Condition that don't affect
	// any of masked fields won't be sent back.
	FieldMask *condition.Condition_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
	// Condition 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 [WatchConditions][ntt.iam.v1alpha2.WatchConditions]

func (*WatchConditionsRequest) Descriptor

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

Deprecated, Use WatchConditionsRequest.ProtoReflect.Descriptor instead.

func (*WatchConditionsRequest) GetFieldMask

func (*WatchConditionsRequest) GetFilter

func (m *WatchConditionsRequest) GetFilter() *condition.Filter

func (*WatchConditionsRequest) GetMaxChunkSize

func (m *WatchConditionsRequest) GetMaxChunkSize() int32

func (*WatchConditionsRequest) GetOrderBy

func (m *WatchConditionsRequest) GetOrderBy() *condition.OrderBy

func (*WatchConditionsRequest) GetPageSize

func (m *WatchConditionsRequest) GetPageSize() int32

func (*WatchConditionsRequest) GetPageToken

func (m *WatchConditionsRequest) GetPageToken() *condition.PagerCursor

func (*WatchConditionsRequest) GetParent

func (*WatchConditionsRequest) GetResumeToken

func (m *WatchConditionsRequest) GetResumeToken() string

func (*WatchConditionsRequest) GetStartingTime added in v0.9.0

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

func (*WatchConditionsRequest) GetType

func (*WatchConditionsRequest) GetView

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

func (*WatchConditionsRequest) GotenMessage

func (*WatchConditionsRequest) GotenMessage()

func (*WatchConditionsRequest) GotenValidate

func (obj *WatchConditionsRequest) GotenValidate() error

func (*WatchConditionsRequest) Marshal

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

func (*WatchConditionsRequest) MarshalJSON

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

func (*WatchConditionsRequest) ProtoMessage

func (*WatchConditionsRequest) ProtoMessage()

func (*WatchConditionsRequest) ProtoReflect

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

func (*WatchConditionsRequest) Reset

func (m *WatchConditionsRequest) Reset()

func (*WatchConditionsRequest) SetFieldMask

func (*WatchConditionsRequest) SetFilter

func (m *WatchConditionsRequest) SetFilter(fv *condition.Filter)

func (*WatchConditionsRequest) SetMaxChunkSize

func (m *WatchConditionsRequest) SetMaxChunkSize(fv int32)

func (*WatchConditionsRequest) SetOrderBy

func (m *WatchConditionsRequest) SetOrderBy(fv *condition.OrderBy)

func (*WatchConditionsRequest) SetPageSize

func (m *WatchConditionsRequest) SetPageSize(fv int32)

func (*WatchConditionsRequest) SetPageToken

func (m *WatchConditionsRequest) SetPageToken(fv *condition.PagerCursor)

func (*WatchConditionsRequest) SetParent

func (m *WatchConditionsRequest) SetParent(fv *condition.ParentName)

func (*WatchConditionsRequest) SetResumeToken

func (m *WatchConditionsRequest) SetResumeToken(fv string)

func (*WatchConditionsRequest) SetStartingTime added in v0.9.0

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

func (*WatchConditionsRequest) SetType

func (*WatchConditionsRequest) SetView

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

func (*WatchConditionsRequest) String

func (m *WatchConditionsRequest) String() string

func (*WatchConditionsRequest) Unmarshal

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

func (*WatchConditionsRequest) UnmarshalJSON

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

type WatchConditionsResponse

type WatchConditionsResponse struct {

	// Changes of Conditions
	ConditionChanges []*condition.ConditionChange `` /* 138-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 Conditions 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 *WatchConditionsResponse_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 (Conditions 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
}

WatchConditionsResponse

func (*WatchConditionsResponse) Descriptor

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

Deprecated, Use WatchConditionsResponse.ProtoReflect.Descriptor instead.

func (*WatchConditionsResponse) GetConditionChanges

func (m *WatchConditionsResponse) GetConditionChanges() []*condition.ConditionChange

func (*WatchConditionsResponse) GetIsCurrent

func (m *WatchConditionsResponse) GetIsCurrent() bool

func (*WatchConditionsResponse) GetIsHardReset

func (m *WatchConditionsResponse) GetIsHardReset() bool

func (*WatchConditionsResponse) GetIsSoftReset

func (m *WatchConditionsResponse) GetIsSoftReset() bool

func (*WatchConditionsResponse) GetPageTokenChange

func (*WatchConditionsResponse) GetResumeToken

func (m *WatchConditionsResponse) GetResumeToken() string

func (*WatchConditionsResponse) GetSnapshotSize

func (m *WatchConditionsResponse) GetSnapshotSize() int64

func (*WatchConditionsResponse) GotenMessage

func (*WatchConditionsResponse) GotenMessage()

func (*WatchConditionsResponse) GotenValidate

func (obj *WatchConditionsResponse) GotenValidate() error

func (*WatchConditionsResponse) Marshal

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

func (*WatchConditionsResponse) MarshalJSON

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

func (*WatchConditionsResponse) ProtoMessage

func (*WatchConditionsResponse) ProtoMessage()

func (*WatchConditionsResponse) ProtoReflect

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

func (*WatchConditionsResponse) Reset

func (m *WatchConditionsResponse) Reset()

func (*WatchConditionsResponse) SetConditionChanges

func (m *WatchConditionsResponse) SetConditionChanges(fv []*condition.ConditionChange)

func (*WatchConditionsResponse) SetIsCurrent

func (m *WatchConditionsResponse) SetIsCurrent(fv bool)

func (*WatchConditionsResponse) SetIsHardReset

func (m *WatchConditionsResponse) SetIsHardReset(fv bool)

func (*WatchConditionsResponse) SetIsSoftReset

func (m *WatchConditionsResponse) SetIsSoftReset(fv bool)

func (*WatchConditionsResponse) SetPageTokenChange

func (*WatchConditionsResponse) SetResumeToken

func (m *WatchConditionsResponse) SetResumeToken(fv string)

func (*WatchConditionsResponse) SetSnapshotSize

func (m *WatchConditionsResponse) SetSnapshotSize(fv int64)

func (*WatchConditionsResponse) String

func (m *WatchConditionsResponse) String() string

func (*WatchConditionsResponse) Unmarshal

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

func (*WatchConditionsResponse) UnmarshalJSON

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

type WatchConditionsResponse_PageTokenChange

type WatchConditionsResponse_PageTokenChange struct {

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

func (*WatchConditionsResponse_PageTokenChange) Descriptor

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

Deprecated, Use WatchConditionsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchConditionsResponse_PageTokenChange) GetNextPageToken

func (*WatchConditionsResponse_PageTokenChange) GetPrevPageToken

func (*WatchConditionsResponse_PageTokenChange) GotenMessage

func (*WatchConditionsResponse_PageTokenChange) GotenValidate

func (obj *WatchConditionsResponse_PageTokenChange) GotenValidate() error

func (*WatchConditionsResponse_PageTokenChange) Marshal

func (*WatchConditionsResponse_PageTokenChange) MarshalJSON

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

func (*WatchConditionsResponse_PageTokenChange) ProtoMessage

func (*WatchConditionsResponse_PageTokenChange) ProtoReflect

func (*WatchConditionsResponse_PageTokenChange) Reset

func (*WatchConditionsResponse_PageTokenChange) SetNextPageToken

func (*WatchConditionsResponse_PageTokenChange) SetPrevPageToken

func (*WatchConditionsResponse_PageTokenChange) String

func (*WatchConditionsResponse_PageTokenChange) Unmarshal

func (*WatchConditionsResponse_PageTokenChange) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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