Documentation
¶
Overview ¶
Code generated by protoc-gen-go-helpers. DO NOT EDIT.
Index ¶
- Variables
- type BatchOperationInput
- func (*BatchOperationInput) Descriptor() ([]byte, []int)deprecated
- func (this *BatchOperationInput) Equal(that interface{}) bool
- func (x *BatchOperationInput) GetActivityHeartbeatTimeout() *durationpb.Duration
- func (x *BatchOperationInput) GetAdminRequest() *v12.StartAdminBatchOperationRequest
- func (x *BatchOperationInput) GetAttemptsOnRetryableError() int64
- func (x *BatchOperationInput) GetBatchType() v1.BatchOperationType
- func (x *BatchOperationInput) GetConcurrency() int64
- func (x *BatchOperationInput) GetNamespaceId() string
- func (x *BatchOperationInput) GetNonRetryableErrors() []string
- func (x *BatchOperationInput) GetRequest() *v11.StartBatchOperationRequest
- func (val *BatchOperationInput) Marshal() ([]byte, error)
- func (*BatchOperationInput) ProtoMessage()
- func (x *BatchOperationInput) ProtoReflect() protoreflect.Message
- func (x *BatchOperationInput) Reset()
- func (val *BatchOperationInput) Size() int
- func (x *BatchOperationInput) String() string
- func (val *BatchOperationInput) Unmarshal(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_temporal_server_api_batch_v1_request_response_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BatchOperationInput ¶
type BatchOperationInput struct {
NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
Concurrency int64 `protobuf:"varint,2,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
AttemptsOnRetryableError int64 `` /* 138-byte string literal not displayed */
ActivityHeartbeatTimeout *durationpb.Duration `` /* 135-byte string literal not displayed */
NonRetryableErrors []string `protobuf:"bytes,5,rep,name=non_retryable_errors,json=nonRetryableErrors,proto3" json:"non_retryable_errors,omitempty"`
// Only needed if StartBatchOperationRequest request is set.
BatchType v1.BatchOperationType `` /* 135-byte string literal not displayed */
// The request to start the batch operation.
// Mutually exclusive with StartAdminBatchOperationRequest admin_request.
Request *v11.StartBatchOperationRequest `protobuf:"bytes,7,opt,name=request,proto3" json:"request,omitempty"`
// The request to start an admin batch operation.
// Mutually exclusive with StartBatchOperationRequest request.
AdminRequest *v12.StartAdminBatchOperationRequest `protobuf:"bytes,8,opt,name=admin_request,json=adminRequest,proto3" json:"admin_request,omitempty"`
// contains filtered or unexported fields
}
func (*BatchOperationInput) Descriptor
deprecated
func (*BatchOperationInput) Descriptor() ([]byte, []int)
Deprecated: Use BatchOperationInput.ProtoReflect.Descriptor instead.
func (*BatchOperationInput) Equal ¶
func (this *BatchOperationInput) Equal(that interface{}) bool
Equal returns whether two BatchOperationInput values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*BatchOperationInput) GetActivityHeartbeatTimeout ¶
func (x *BatchOperationInput) GetActivityHeartbeatTimeout() *durationpb.Duration
func (*BatchOperationInput) GetAdminRequest ¶
func (x *BatchOperationInput) GetAdminRequest() *v12.StartAdminBatchOperationRequest
func (*BatchOperationInput) GetAttemptsOnRetryableError ¶
func (x *BatchOperationInput) GetAttemptsOnRetryableError() int64
func (*BatchOperationInput) GetBatchType ¶
func (x *BatchOperationInput) GetBatchType() v1.BatchOperationType
func (*BatchOperationInput) GetConcurrency ¶
func (x *BatchOperationInput) GetConcurrency() int64
func (*BatchOperationInput) GetNamespaceId ¶
func (x *BatchOperationInput) GetNamespaceId() string
func (*BatchOperationInput) GetNonRetryableErrors ¶
func (x *BatchOperationInput) GetNonRetryableErrors() []string
func (*BatchOperationInput) GetRequest ¶
func (x *BatchOperationInput) GetRequest() *v11.StartBatchOperationRequest
func (*BatchOperationInput) Marshal ¶
func (val *BatchOperationInput) Marshal() ([]byte, error)
Marshal an object of type BatchOperationInput to the protobuf v3 wire format
func (*BatchOperationInput) ProtoMessage ¶
func (*BatchOperationInput) ProtoMessage()
func (*BatchOperationInput) ProtoReflect ¶
func (x *BatchOperationInput) ProtoReflect() protoreflect.Message
func (*BatchOperationInput) Reset ¶
func (x *BatchOperationInput) Reset()
func (*BatchOperationInput) Size ¶
func (val *BatchOperationInput) Size() int
Size returns the size of the object, in bytes, once serialized
func (*BatchOperationInput) String ¶
func (x *BatchOperationInput) String() string
func (*BatchOperationInput) Unmarshal ¶
func (val *BatchOperationInput) Unmarshal(buf []byte) error
Unmarshal an object of type BatchOperationInput from the protobuf v3 wire format
Click to show internal directories.
Click to hide internal directories.