Documentation
¶
Index ¶
- Variables
- func RegisterCronReportServiceServer(s *grpc.Server, srv CronReportServiceServer)
- type CreateCronReportRequest
- func (*CreateCronReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCronReportRequest) GetCronreport() *v1alpha1.CronReport
- func (*CreateCronReportRequest) ProtoMessage()
- func (x *CreateCronReportRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCronReportRequest) Reset()
- func (x *CreateCronReportRequest) String() string
- type CreateCronReportResponse
- type CronReportServiceClient
- type CronReportServiceServer
- type DeleteCronReportRequest
- func (*DeleteCronReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCronReportRequest) GetName() string
- func (x *DeleteCronReportRequest) GetNamespace() string
- func (*DeleteCronReportRequest) ProtoMessage()
- func (x *DeleteCronReportRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCronReportRequest) Reset()
- func (x *DeleteCronReportRequest) String() string
- type DeleteCronReportResponse
- type GetCronReportRequest
- func (*GetCronReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCronReportRequest) GetName() string
- func (x *GetCronReportRequest) GetNamespace() string
- func (*GetCronReportRequest) ProtoMessage()
- func (x *GetCronReportRequest) ProtoReflect() protoreflect.Message
- func (x *GetCronReportRequest) Reset()
- func (x *GetCronReportRequest) String() string
- type GetCronReportResponse
- func (*GetCronReportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCronReportResponse) GetCronreport() *v1alpha1.CronReport
- func (x *GetCronReportResponse) GetYaml() string
- func (*GetCronReportResponse) ProtoMessage()
- func (x *GetCronReportResponse) ProtoReflect() protoreflect.Message
- func (x *GetCronReportResponse) Reset()
- func (x *GetCronReportResponse) String() string
- type ListCronReportsRequest
- func (*ListCronReportsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCronReportsRequest) GetLabels() map[string]string
- func (x *ListCronReportsRequest) GetNamespace() string
- func (x *ListCronReportsRequest) GetOrderBy() string
- func (x *ListCronReportsRequest) GetPageSize() int32
- func (x *ListCronReportsRequest) GetPageToken() string
- func (*ListCronReportsRequest) ProtoMessage()
- func (x *ListCronReportsRequest) ProtoReflect() protoreflect.Message
- func (x *ListCronReportsRequest) Reset()
- func (x *ListCronReportsRequest) String() string
- type ListCronReportsResponse
- func (*ListCronReportsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCronReportsResponse) GetCronreports() *v1alpha1.CronReportList
- func (x *ListCronReportsResponse) GetNextPageToken() string
- func (*ListCronReportsResponse) ProtoMessage()
- func (x *ListCronReportsResponse) ProtoReflect() protoreflect.Message
- func (x *ListCronReportsResponse) Reset()
- func (x *ListCronReportsResponse) String() string
- type PauseCronReportRequest
- func (*PauseCronReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PauseCronReportRequest) GetName() string
- func (x *PauseCronReportRequest) GetNamespace() string
- func (*PauseCronReportRequest) ProtoMessage()
- func (x *PauseCronReportRequest) ProtoReflect() protoreflect.Message
- func (x *PauseCronReportRequest) Reset()
- func (x *PauseCronReportRequest) String() string
- type PauseCronReportResponse
- type ResumeCronReportRequest
- func (*ResumeCronReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResumeCronReportRequest) GetName() string
- func (x *ResumeCronReportRequest) GetNamespace() string
- func (*ResumeCronReportRequest) ProtoMessage()
- func (x *ResumeCronReportRequest) ProtoReflect() protoreflect.Message
- func (x *ResumeCronReportRequest) Reset()
- func (x *ResumeCronReportRequest) String() string
- type ResumeCronReportResponse
- type RunCronReportRequest
- func (*RunCronReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunCronReportRequest) GetCronreport() *v1alpha1.CronReport
- func (*RunCronReportRequest) ProtoMessage()
- func (x *RunCronReportRequest) ProtoReflect() protoreflect.Message
- func (x *RunCronReportRequest) Reset()
- func (x *RunCronReportRequest) String() string
- type RunCronReportResponse
- type UnimplementedCronReportServiceServer
- func (*UnimplementedCronReportServiceServer) CreateCronReport(context.Context, *CreateCronReportRequest) (*CreateCronReportResponse, error)
- func (*UnimplementedCronReportServiceServer) DeleteCronReport(context.Context, *DeleteCronReportRequest) (*DeleteCronReportResponse, error)
- func (*UnimplementedCronReportServiceServer) GetCronReport(context.Context, *GetCronReportRequest) (*GetCronReportResponse, error)
- func (*UnimplementedCronReportServiceServer) ListCronReports(context.Context, *ListCronReportsRequest) (*ListCronReportsResponse, error)
- func (*UnimplementedCronReportServiceServer) PauseCronReport(context.Context, *PauseCronReportRequest) (*PauseCronReportResponse, error)
- func (*UnimplementedCronReportServiceServer) ResumeCronReport(context.Context, *ResumeCronReportRequest) (*ResumeCronReportResponse, error)
- func (*UnimplementedCronReportServiceServer) RunReport(context.Context, *RunCronReportRequest) (*RunCronReportResponse, error)
- func (*UnimplementedCronReportServiceServer) UpdateCronReport(context.Context, *UpdateCronReportRequest) (*UpdateCronReportResponse, error)
- type UpdateCronReportRequest
- func (*UpdateCronReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCronReportRequest) GetCronreport() *v1alpha1.CronReport
- func (x *UpdateCronReportRequest) GetFieldMask() *field_mask.FieldMask
- func (*UpdateCronReportRequest) ProtoMessage()
- func (x *UpdateCronReportRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCronReportRequest) Reset()
- func (x *UpdateCronReportRequest) String() string
- type UpdateCronReportResponse
Constants ¶
This section is empty.
Variables ¶
var File_github_com_metaprov_modelaapi_services_cronreport_v1_cronreport_proto protoreflect.FileDescriptor
Functions ¶
func RegisterCronReportServiceServer ¶
func RegisterCronReportServiceServer(s *grpc.Server, srv CronReportServiceServer)
Types ¶
type CreateCronReportRequest ¶
type CreateCronReportRequest struct { Cronreport *v1alpha1.CronReport `protobuf:"bytes,1,opt,name=cronreport,proto3" json:"cronreport,omitempty"` // contains filtered or unexported fields }
func (*CreateCronReportRequest) Descriptor
deprecated
func (*CreateCronReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCronReportRequest.ProtoReflect.Descriptor instead.
func (*CreateCronReportRequest) GetCronreport ¶ added in v0.4.480
func (x *CreateCronReportRequest) GetCronreport() *v1alpha1.CronReport
func (*CreateCronReportRequest) ProtoMessage ¶
func (*CreateCronReportRequest) ProtoMessage()
func (*CreateCronReportRequest) ProtoReflect ¶
func (x *CreateCronReportRequest) ProtoReflect() protoreflect.Message
func (*CreateCronReportRequest) Reset ¶
func (x *CreateCronReportRequest) Reset()
func (*CreateCronReportRequest) String ¶
func (x *CreateCronReportRequest) String() string
type CreateCronReportResponse ¶
type CreateCronReportResponse struct {
// contains filtered or unexported fields
}
func (*CreateCronReportResponse) Descriptor
deprecated
func (*CreateCronReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateCronReportResponse.ProtoReflect.Descriptor instead.
func (*CreateCronReportResponse) ProtoMessage ¶
func (*CreateCronReportResponse) ProtoMessage()
func (*CreateCronReportResponse) ProtoReflect ¶
func (x *CreateCronReportResponse) ProtoReflect() protoreflect.Message
func (*CreateCronReportResponse) Reset ¶
func (x *CreateCronReportResponse) Reset()
func (*CreateCronReportResponse) String ¶
func (x *CreateCronReportResponse) String() string
type CronReportServiceClient ¶
type CronReportServiceClient interface { ListCronReports(ctx context.Context, in *ListCronReportsRequest, opts ...grpc.CallOption) (*ListCronReportsResponse, error) CreateCronReport(ctx context.Context, in *CreateCronReportRequest, opts ...grpc.CallOption) (*CreateCronReportResponse, error) GetCronReport(ctx context.Context, in *GetCronReportRequest, opts ...grpc.CallOption) (*GetCronReportResponse, error) UpdateCronReport(ctx context.Context, in *UpdateCronReportRequest, opts ...grpc.CallOption) (*UpdateCronReportResponse, error) DeleteCronReport(ctx context.Context, in *DeleteCronReportRequest, opts ...grpc.CallOption) (*DeleteCronReportResponse, error) RunReport(ctx context.Context, in *RunCronReportRequest, opts ...grpc.CallOption) (*RunCronReportResponse, error) PauseCronReport(ctx context.Context, in *PauseCronReportRequest, opts ...grpc.CallOption) (*PauseCronReportResponse, error) ResumeCronReport(ctx context.Context, in *ResumeCronReportRequest, opts ...grpc.CallOption) (*ResumeCronReportResponse, error) }
CronReportServiceClient is the client API for CronReportService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewCronReportServiceClient ¶
func NewCronReportServiceClient(cc grpc.ClientConnInterface) CronReportServiceClient
type CronReportServiceServer ¶
type CronReportServiceServer interface { ListCronReports(context.Context, *ListCronReportsRequest) (*ListCronReportsResponse, error) CreateCronReport(context.Context, *CreateCronReportRequest) (*CreateCronReportResponse, error) GetCronReport(context.Context, *GetCronReportRequest) (*GetCronReportResponse, error) UpdateCronReport(context.Context, *UpdateCronReportRequest) (*UpdateCronReportResponse, error) DeleteCronReport(context.Context, *DeleteCronReportRequest) (*DeleteCronReportResponse, error) RunReport(context.Context, *RunCronReportRequest) (*RunCronReportResponse, error) PauseCronReport(context.Context, *PauseCronReportRequest) (*PauseCronReportResponse, error) ResumeCronReport(context.Context, *ResumeCronReportRequest) (*ResumeCronReportResponse, error) }
CronReportServiceServer is the server API for CronReportService service.
type DeleteCronReportRequest ¶
type DeleteCronReportRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteCronReportRequest) Descriptor
deprecated
func (*DeleteCronReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCronReportRequest.ProtoReflect.Descriptor instead.
func (*DeleteCronReportRequest) GetName ¶
func (x *DeleteCronReportRequest) GetName() string
func (*DeleteCronReportRequest) GetNamespace ¶
func (x *DeleteCronReportRequest) GetNamespace() string
func (*DeleteCronReportRequest) ProtoMessage ¶
func (*DeleteCronReportRequest) ProtoMessage()
func (*DeleteCronReportRequest) ProtoReflect ¶
func (x *DeleteCronReportRequest) ProtoReflect() protoreflect.Message
func (*DeleteCronReportRequest) Reset ¶
func (x *DeleteCronReportRequest) Reset()
func (*DeleteCronReportRequest) String ¶
func (x *DeleteCronReportRequest) String() string
type DeleteCronReportResponse ¶
type DeleteCronReportResponse struct {
// contains filtered or unexported fields
}
func (*DeleteCronReportResponse) Descriptor
deprecated
func (*DeleteCronReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCronReportResponse.ProtoReflect.Descriptor instead.
func (*DeleteCronReportResponse) ProtoMessage ¶
func (*DeleteCronReportResponse) ProtoMessage()
func (*DeleteCronReportResponse) ProtoReflect ¶
func (x *DeleteCronReportResponse) ProtoReflect() protoreflect.Message
func (*DeleteCronReportResponse) Reset ¶
func (x *DeleteCronReportResponse) Reset()
func (*DeleteCronReportResponse) String ¶
func (x *DeleteCronReportResponse) String() string
type GetCronReportRequest ¶
type GetCronReportRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetCronReportRequest) Descriptor
deprecated
func (*GetCronReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCronReportRequest.ProtoReflect.Descriptor instead.
func (*GetCronReportRequest) GetName ¶
func (x *GetCronReportRequest) GetName() string
func (*GetCronReportRequest) GetNamespace ¶
func (x *GetCronReportRequest) GetNamespace() string
func (*GetCronReportRequest) ProtoMessage ¶
func (*GetCronReportRequest) ProtoMessage()
func (*GetCronReportRequest) ProtoReflect ¶
func (x *GetCronReportRequest) ProtoReflect() protoreflect.Message
func (*GetCronReportRequest) Reset ¶
func (x *GetCronReportRequest) Reset()
func (*GetCronReportRequest) String ¶
func (x *GetCronReportRequest) String() string
type GetCronReportResponse ¶
type GetCronReportResponse struct { Cronreport *v1alpha1.CronReport `protobuf:"bytes,1,opt,name=cronreport,proto3" json:"cronreport,omitempty"` Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"` // contains filtered or unexported fields }
func (*GetCronReportResponse) Descriptor
deprecated
func (*GetCronReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCronReportResponse.ProtoReflect.Descriptor instead.
func (*GetCronReportResponse) GetCronreport ¶ added in v0.4.480
func (x *GetCronReportResponse) GetCronreport() *v1alpha1.CronReport
func (*GetCronReportResponse) GetYaml ¶
func (x *GetCronReportResponse) GetYaml() string
func (*GetCronReportResponse) ProtoMessage ¶
func (*GetCronReportResponse) ProtoMessage()
func (*GetCronReportResponse) ProtoReflect ¶
func (x *GetCronReportResponse) ProtoReflect() protoreflect.Message
func (*GetCronReportResponse) Reset ¶
func (x *GetCronReportResponse) Reset()
func (*GetCronReportResponse) String ¶
func (x *GetCronReportResponse) String() string
type ListCronReportsRequest ¶
type ListCronReportsRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
func (*ListCronReportsRequest) Descriptor
deprecated
func (*ListCronReportsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListCronReportsRequest.ProtoReflect.Descriptor instead.
func (*ListCronReportsRequest) GetLabels ¶
func (x *ListCronReportsRequest) GetLabels() map[string]string
func (*ListCronReportsRequest) GetNamespace ¶
func (x *ListCronReportsRequest) GetNamespace() string
func (*ListCronReportsRequest) GetOrderBy ¶ added in v0.4.414
func (x *ListCronReportsRequest) GetOrderBy() string
func (*ListCronReportsRequest) GetPageSize ¶ added in v0.4.414
func (x *ListCronReportsRequest) GetPageSize() int32
func (*ListCronReportsRequest) GetPageToken ¶ added in v0.4.414
func (x *ListCronReportsRequest) GetPageToken() string
func (*ListCronReportsRequest) ProtoMessage ¶
func (*ListCronReportsRequest) ProtoMessage()
func (*ListCronReportsRequest) ProtoReflect ¶
func (x *ListCronReportsRequest) ProtoReflect() protoreflect.Message
func (*ListCronReportsRequest) Reset ¶
func (x *ListCronReportsRequest) Reset()
func (*ListCronReportsRequest) String ¶
func (x *ListCronReportsRequest) String() string
type ListCronReportsResponse ¶
type ListCronReportsResponse struct { Cronreports *v1alpha1.CronReportList `protobuf:"bytes,1,opt,name=cronreports,proto3" json:"cronreports,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListCronReportsResponse) Descriptor
deprecated
func (*ListCronReportsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListCronReportsResponse.ProtoReflect.Descriptor instead.
func (*ListCronReportsResponse) GetCronreports ¶ added in v0.4.480
func (x *ListCronReportsResponse) GetCronreports() *v1alpha1.CronReportList
func (*ListCronReportsResponse) GetNextPageToken ¶ added in v0.4.471
func (x *ListCronReportsResponse) GetNextPageToken() string
func (*ListCronReportsResponse) ProtoMessage ¶
func (*ListCronReportsResponse) ProtoMessage()
func (*ListCronReportsResponse) ProtoReflect ¶
func (x *ListCronReportsResponse) ProtoReflect() protoreflect.Message
func (*ListCronReportsResponse) Reset ¶
func (x *ListCronReportsResponse) Reset()
func (*ListCronReportsResponse) String ¶
func (x *ListCronReportsResponse) String() string
type PauseCronReportRequest ¶
type PauseCronReportRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*PauseCronReportRequest) Descriptor
deprecated
func (*PauseCronReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use PauseCronReportRequest.ProtoReflect.Descriptor instead.
func (*PauseCronReportRequest) GetName ¶
func (x *PauseCronReportRequest) GetName() string
func (*PauseCronReportRequest) GetNamespace ¶
func (x *PauseCronReportRequest) GetNamespace() string
func (*PauseCronReportRequest) ProtoMessage ¶
func (*PauseCronReportRequest) ProtoMessage()
func (*PauseCronReportRequest) ProtoReflect ¶
func (x *PauseCronReportRequest) ProtoReflect() protoreflect.Message
func (*PauseCronReportRequest) Reset ¶
func (x *PauseCronReportRequest) Reset()
func (*PauseCronReportRequest) String ¶
func (x *PauseCronReportRequest) String() string
type PauseCronReportResponse ¶
type PauseCronReportResponse struct {
// contains filtered or unexported fields
}
func (*PauseCronReportResponse) Descriptor
deprecated
func (*PauseCronReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use PauseCronReportResponse.ProtoReflect.Descriptor instead.
func (*PauseCronReportResponse) ProtoMessage ¶
func (*PauseCronReportResponse) ProtoMessage()
func (*PauseCronReportResponse) ProtoReflect ¶
func (x *PauseCronReportResponse) ProtoReflect() protoreflect.Message
func (*PauseCronReportResponse) Reset ¶
func (x *PauseCronReportResponse) Reset()
func (*PauseCronReportResponse) String ¶
func (x *PauseCronReportResponse) String() string
type ResumeCronReportRequest ¶
type ResumeCronReportRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ResumeCronReportRequest) Descriptor
deprecated
func (*ResumeCronReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResumeCronReportRequest.ProtoReflect.Descriptor instead.
func (*ResumeCronReportRequest) GetName ¶
func (x *ResumeCronReportRequest) GetName() string
func (*ResumeCronReportRequest) GetNamespace ¶
func (x *ResumeCronReportRequest) GetNamespace() string
func (*ResumeCronReportRequest) ProtoMessage ¶
func (*ResumeCronReportRequest) ProtoMessage()
func (*ResumeCronReportRequest) ProtoReflect ¶
func (x *ResumeCronReportRequest) ProtoReflect() protoreflect.Message
func (*ResumeCronReportRequest) Reset ¶
func (x *ResumeCronReportRequest) Reset()
func (*ResumeCronReportRequest) String ¶
func (x *ResumeCronReportRequest) String() string
type ResumeCronReportResponse ¶
type ResumeCronReportResponse struct {
// contains filtered or unexported fields
}
func (*ResumeCronReportResponse) Descriptor
deprecated
func (*ResumeCronReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResumeCronReportResponse.ProtoReflect.Descriptor instead.
func (*ResumeCronReportResponse) ProtoMessage ¶
func (*ResumeCronReportResponse) ProtoMessage()
func (*ResumeCronReportResponse) ProtoReflect ¶
func (x *ResumeCronReportResponse) ProtoReflect() protoreflect.Message
func (*ResumeCronReportResponse) Reset ¶
func (x *ResumeCronReportResponse) Reset()
func (*ResumeCronReportResponse) String ¶
func (x *ResumeCronReportResponse) String() string
type RunCronReportRequest ¶
type RunCronReportRequest struct { Cronreport *v1alpha1.CronReport `protobuf:"bytes,1,opt,name=cronreport,proto3" json:"cronreport,omitempty"` // contains filtered or unexported fields }
func (*RunCronReportRequest) Descriptor
deprecated
func (*RunCronReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunCronReportRequest.ProtoReflect.Descriptor instead.
func (*RunCronReportRequest) GetCronreport ¶ added in v0.4.480
func (x *RunCronReportRequest) GetCronreport() *v1alpha1.CronReport
func (*RunCronReportRequest) ProtoMessage ¶
func (*RunCronReportRequest) ProtoMessage()
func (*RunCronReportRequest) ProtoReflect ¶
func (x *RunCronReportRequest) ProtoReflect() protoreflect.Message
func (*RunCronReportRequest) Reset ¶
func (x *RunCronReportRequest) Reset()
func (*RunCronReportRequest) String ¶
func (x *RunCronReportRequest) String() string
type RunCronReportResponse ¶
type RunCronReportResponse struct {
// contains filtered or unexported fields
}
func (*RunCronReportResponse) Descriptor
deprecated
func (*RunCronReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunCronReportResponse.ProtoReflect.Descriptor instead.
func (*RunCronReportResponse) ProtoMessage ¶
func (*RunCronReportResponse) ProtoMessage()
func (*RunCronReportResponse) ProtoReflect ¶
func (x *RunCronReportResponse) ProtoReflect() protoreflect.Message
func (*RunCronReportResponse) Reset ¶
func (x *RunCronReportResponse) Reset()
func (*RunCronReportResponse) String ¶
func (x *RunCronReportResponse) String() string
type UnimplementedCronReportServiceServer ¶
type UnimplementedCronReportServiceServer struct { }
UnimplementedCronReportServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedCronReportServiceServer) CreateCronReport ¶
func (*UnimplementedCronReportServiceServer) CreateCronReport(context.Context, *CreateCronReportRequest) (*CreateCronReportResponse, error)
func (*UnimplementedCronReportServiceServer) DeleteCronReport ¶
func (*UnimplementedCronReportServiceServer) DeleteCronReport(context.Context, *DeleteCronReportRequest) (*DeleteCronReportResponse, error)
func (*UnimplementedCronReportServiceServer) GetCronReport ¶
func (*UnimplementedCronReportServiceServer) GetCronReport(context.Context, *GetCronReportRequest) (*GetCronReportResponse, error)
func (*UnimplementedCronReportServiceServer) ListCronReports ¶
func (*UnimplementedCronReportServiceServer) ListCronReports(context.Context, *ListCronReportsRequest) (*ListCronReportsResponse, error)
func (*UnimplementedCronReportServiceServer) PauseCronReport ¶
func (*UnimplementedCronReportServiceServer) PauseCronReport(context.Context, *PauseCronReportRequest) (*PauseCronReportResponse, error)
func (*UnimplementedCronReportServiceServer) ResumeCronReport ¶
func (*UnimplementedCronReportServiceServer) ResumeCronReport(context.Context, *ResumeCronReportRequest) (*ResumeCronReportResponse, error)
func (*UnimplementedCronReportServiceServer) RunReport ¶
func (*UnimplementedCronReportServiceServer) RunReport(context.Context, *RunCronReportRequest) (*RunCronReportResponse, error)
func (*UnimplementedCronReportServiceServer) UpdateCronReport ¶
func (*UnimplementedCronReportServiceServer) UpdateCronReport(context.Context, *UpdateCronReportRequest) (*UpdateCronReportResponse, error)
type UpdateCronReportRequest ¶
type UpdateCronReportRequest struct { Cronreport *v1alpha1.CronReport `protobuf:"bytes,1,opt,name=cronreport,proto3" json:"cronreport,omitempty"` FieldMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateCronReportRequest) Descriptor
deprecated
func (*UpdateCronReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCronReportRequest.ProtoReflect.Descriptor instead.
func (*UpdateCronReportRequest) GetCronreport ¶ added in v0.4.480
func (x *UpdateCronReportRequest) GetCronreport() *v1alpha1.CronReport
func (*UpdateCronReportRequest) GetFieldMask ¶ added in v0.4.422
func (x *UpdateCronReportRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateCronReportRequest) ProtoMessage ¶
func (*UpdateCronReportRequest) ProtoMessage()
func (*UpdateCronReportRequest) ProtoReflect ¶
func (x *UpdateCronReportRequest) ProtoReflect() protoreflect.Message
func (*UpdateCronReportRequest) Reset ¶
func (x *UpdateCronReportRequest) Reset()
func (*UpdateCronReportRequest) String ¶
func (x *UpdateCronReportRequest) String() string
type UpdateCronReportResponse ¶
type UpdateCronReportResponse struct {
// contains filtered or unexported fields
}
func (*UpdateCronReportResponse) Descriptor
deprecated
func (*UpdateCronReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCronReportResponse.ProtoReflect.Descriptor instead.
func (*UpdateCronReportResponse) ProtoMessage ¶
func (*UpdateCronReportResponse) ProtoMessage()
func (*UpdateCronReportResponse) ProtoReflect ¶
func (x *UpdateCronReportResponse) ProtoReflect() protoreflect.Message
func (*UpdateCronReportResponse) Reset ¶
func (x *UpdateCronReportResponse) Reset()
func (*UpdateCronReportResponse) String ¶
func (x *UpdateCronReportResponse) String() string