Documentation
¶
Index ¶
- Variables
- func RegisterWebRequestRunServiceServer(s *grpc.Server, srv WebRequestRunServiceServer)
- type CreateWebRequestRunRequest
- func (*CreateWebRequestRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateWebRequestRunRequest) GetWebrequestrun() *v1alpha1.WebRequestRun
- func (*CreateWebRequestRunRequest) ProtoMessage()
- func (x *CreateWebRequestRunRequest) ProtoReflect() protoreflect.Message
- func (x *CreateWebRequestRunRequest) Reset()
- func (x *CreateWebRequestRunRequest) String() string
- type CreateWebRequestRunResponse
- type DeleteWebRequestRunRequest
- func (*DeleteWebRequestRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteWebRequestRunRequest) GetName() string
- func (x *DeleteWebRequestRunRequest) GetNamespace() string
- func (*DeleteWebRequestRunRequest) ProtoMessage()
- func (x *DeleteWebRequestRunRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteWebRequestRunRequest) Reset()
- func (x *DeleteWebRequestRunRequest) String() string
- type DeleteWebRequestRunResponse
- type GetWebRequestRunRequest
- func (*GetWebRequestRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWebRequestRunRequest) GetName() string
- func (x *GetWebRequestRunRequest) GetNamespace() string
- func (*GetWebRequestRunRequest) ProtoMessage()
- func (x *GetWebRequestRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetWebRequestRunRequest) Reset()
- func (x *GetWebRequestRunRequest) String() string
- type GetWebRequestRunResponse
- func (*GetWebRequestRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWebRequestRunResponse) GetWebrequestrun() *v1alpha1.WebRequestRun
- func (x *GetWebRequestRunResponse) GetYaml() string
- func (*GetWebRequestRunResponse) ProtoMessage()
- func (x *GetWebRequestRunResponse) ProtoReflect() protoreflect.Message
- func (x *GetWebRequestRunResponse) Reset()
- func (x *GetWebRequestRunResponse) String() string
- type ListWebRequestRunsRequest
- func (*ListWebRequestRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListWebRequestRunsRequest) GetLabels() map[string]string
- func (x *ListWebRequestRunsRequest) GetName() string
- func (x *ListWebRequestRunsRequest) GetNamespace() string
- func (*ListWebRequestRunsRequest) ProtoMessage()
- func (x *ListWebRequestRunsRequest) ProtoReflect() protoreflect.Message
- func (x *ListWebRequestRunsRequest) Reset()
- func (x *ListWebRequestRunsRequest) String() string
- type ListWebRequestRunsResponse
- func (*ListWebRequestRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListWebRequestRunsResponse) GetNextPageToken() string
- func (x *ListWebRequestRunsResponse) GetWebrequestruns() *v1alpha1.WebRequestRunList
- func (*ListWebRequestRunsResponse) ProtoMessage()
- func (x *ListWebRequestRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListWebRequestRunsResponse) Reset()
- func (x *ListWebRequestRunsResponse) String() string
- type UnimplementedWebRequestRunServiceServer
- func (*UnimplementedWebRequestRunServiceServer) CreateWebRequestRun(context.Context, *CreateWebRequestRunRequest) (*CreateWebRequestRunResponse, error)
- func (*UnimplementedWebRequestRunServiceServer) DeleteWebRequestRun(context.Context, *DeleteWebRequestRunRequest) (*DeleteWebRequestRunResponse, error)
- func (*UnimplementedWebRequestRunServiceServer) GetWebRequestRun(context.Context, *GetWebRequestRunRequest) (*GetWebRequestRunResponse, error)
- func (*UnimplementedWebRequestRunServiceServer) ListWebRequestRuns(context.Context, *ListWebRequestRunsRequest) (*ListWebRequestRunsResponse, error)
- func (*UnimplementedWebRequestRunServiceServer) UpdateWebRequestRun(context.Context, *UpdateWebRequestRunRequest) (*UpdateWebRequestRunResponse, error)
- type UpdateWebRequestRunRequest
- func (*UpdateWebRequestRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateWebRequestRunRequest) GetFieldMask() *field_mask.FieldMask
- func (x *UpdateWebRequestRunRequest) GetWebrequestrun() *v1alpha1.WebRequestRun
- func (*UpdateWebRequestRunRequest) ProtoMessage()
- func (x *UpdateWebRequestRunRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateWebRequestRunRequest) Reset()
- func (x *UpdateWebRequestRunRequest) String() string
- type UpdateWebRequestRunResponse
- type WebRequestRunServiceClient
- type WebRequestRunServiceServer
Constants ¶
This section is empty.
Variables ¶
var File_github_com_metaprov_modelaapi_services_webrequestrun_v1_webrequestrun_proto protoreflect.FileDescriptor
Functions ¶
func RegisterWebRequestRunServiceServer ¶
func RegisterWebRequestRunServiceServer(s *grpc.Server, srv WebRequestRunServiceServer)
Types ¶
type CreateWebRequestRunRequest ¶
type CreateWebRequestRunRequest struct { Webrequestrun *v1alpha1.WebRequestRun `protobuf:"bytes,1,opt,name=webrequestrun,proto3" json:"webrequestrun,omitempty"` // contains filtered or unexported fields }
func (*CreateWebRequestRunRequest) Descriptor
deprecated
func (*CreateWebRequestRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateWebRequestRunRequest.ProtoReflect.Descriptor instead.
func (*CreateWebRequestRunRequest) GetWebrequestrun ¶ added in v0.4.475
func (x *CreateWebRequestRunRequest) GetWebrequestrun() *v1alpha1.WebRequestRun
func (*CreateWebRequestRunRequest) ProtoMessage ¶
func (*CreateWebRequestRunRequest) ProtoMessage()
func (*CreateWebRequestRunRequest) ProtoReflect ¶
func (x *CreateWebRequestRunRequest) ProtoReflect() protoreflect.Message
func (*CreateWebRequestRunRequest) Reset ¶
func (x *CreateWebRequestRunRequest) Reset()
func (*CreateWebRequestRunRequest) String ¶
func (x *CreateWebRequestRunRequest) String() string
type CreateWebRequestRunResponse ¶
type CreateWebRequestRunResponse struct {
// contains filtered or unexported fields
}
func (*CreateWebRequestRunResponse) Descriptor
deprecated
func (*CreateWebRequestRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateWebRequestRunResponse.ProtoReflect.Descriptor instead.
func (*CreateWebRequestRunResponse) ProtoMessage ¶
func (*CreateWebRequestRunResponse) ProtoMessage()
func (*CreateWebRequestRunResponse) ProtoReflect ¶
func (x *CreateWebRequestRunResponse) ProtoReflect() protoreflect.Message
func (*CreateWebRequestRunResponse) Reset ¶
func (x *CreateWebRequestRunResponse) Reset()
func (*CreateWebRequestRunResponse) String ¶
func (x *CreateWebRequestRunResponse) String() string
type DeleteWebRequestRunRequest ¶
type DeleteWebRequestRunRequest 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 (*DeleteWebRequestRunRequest) Descriptor
deprecated
func (*DeleteWebRequestRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWebRequestRunRequest.ProtoReflect.Descriptor instead.
func (*DeleteWebRequestRunRequest) GetName ¶
func (x *DeleteWebRequestRunRequest) GetName() string
func (*DeleteWebRequestRunRequest) GetNamespace ¶
func (x *DeleteWebRequestRunRequest) GetNamespace() string
func (*DeleteWebRequestRunRequest) ProtoMessage ¶
func (*DeleteWebRequestRunRequest) ProtoMessage()
func (*DeleteWebRequestRunRequest) ProtoReflect ¶
func (x *DeleteWebRequestRunRequest) ProtoReflect() protoreflect.Message
func (*DeleteWebRequestRunRequest) Reset ¶
func (x *DeleteWebRequestRunRequest) Reset()
func (*DeleteWebRequestRunRequest) String ¶
func (x *DeleteWebRequestRunRequest) String() string
type DeleteWebRequestRunResponse ¶
type DeleteWebRequestRunResponse struct {
// contains filtered or unexported fields
}
func (*DeleteWebRequestRunResponse) Descriptor
deprecated
func (*DeleteWebRequestRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteWebRequestRunResponse.ProtoReflect.Descriptor instead.
func (*DeleteWebRequestRunResponse) ProtoMessage ¶
func (*DeleteWebRequestRunResponse) ProtoMessage()
func (*DeleteWebRequestRunResponse) ProtoReflect ¶
func (x *DeleteWebRequestRunResponse) ProtoReflect() protoreflect.Message
func (*DeleteWebRequestRunResponse) Reset ¶
func (x *DeleteWebRequestRunResponse) Reset()
func (*DeleteWebRequestRunResponse) String ¶
func (x *DeleteWebRequestRunResponse) String() string
type GetWebRequestRunRequest ¶
type GetWebRequestRunRequest 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 (*GetWebRequestRunRequest) Descriptor
deprecated
func (*GetWebRequestRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWebRequestRunRequest.ProtoReflect.Descriptor instead.
func (*GetWebRequestRunRequest) GetName ¶
func (x *GetWebRequestRunRequest) GetName() string
func (*GetWebRequestRunRequest) GetNamespace ¶
func (x *GetWebRequestRunRequest) GetNamespace() string
func (*GetWebRequestRunRequest) ProtoMessage ¶
func (*GetWebRequestRunRequest) ProtoMessage()
func (*GetWebRequestRunRequest) ProtoReflect ¶
func (x *GetWebRequestRunRequest) ProtoReflect() protoreflect.Message
func (*GetWebRequestRunRequest) Reset ¶
func (x *GetWebRequestRunRequest) Reset()
func (*GetWebRequestRunRequest) String ¶
func (x *GetWebRequestRunRequest) String() string
type GetWebRequestRunResponse ¶
type GetWebRequestRunResponse struct { Webrequestrun *v1alpha1.WebRequestRun `protobuf:"bytes,1,opt,name=webrequestrun,proto3" json:"webrequestrun,omitempty"` Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"` // contains filtered or unexported fields }
func (*GetWebRequestRunResponse) Descriptor
deprecated
func (*GetWebRequestRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetWebRequestRunResponse.ProtoReflect.Descriptor instead.
func (*GetWebRequestRunResponse) GetWebrequestrun ¶ added in v0.4.475
func (x *GetWebRequestRunResponse) GetWebrequestrun() *v1alpha1.WebRequestRun
func (*GetWebRequestRunResponse) GetYaml ¶
func (x *GetWebRequestRunResponse) GetYaml() string
func (*GetWebRequestRunResponse) ProtoMessage ¶
func (*GetWebRequestRunResponse) ProtoMessage()
func (*GetWebRequestRunResponse) ProtoReflect ¶
func (x *GetWebRequestRunResponse) ProtoReflect() protoreflect.Message
func (*GetWebRequestRunResponse) Reset ¶
func (x *GetWebRequestRunResponse) Reset()
func (*GetWebRequestRunResponse) String ¶
func (x *GetWebRequestRunResponse) String() string
type ListWebRequestRunsRequest ¶
type ListWebRequestRunsRequest 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"` Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ListWebRequestRunsRequest) Descriptor
deprecated
func (*ListWebRequestRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListWebRequestRunsRequest.ProtoReflect.Descriptor instead.
func (*ListWebRequestRunsRequest) GetLabels ¶
func (x *ListWebRequestRunsRequest) GetLabels() map[string]string
func (*ListWebRequestRunsRequest) GetName ¶
func (x *ListWebRequestRunsRequest) GetName() string
func (*ListWebRequestRunsRequest) GetNamespace ¶
func (x *ListWebRequestRunsRequest) GetNamespace() string
func (*ListWebRequestRunsRequest) ProtoMessage ¶
func (*ListWebRequestRunsRequest) ProtoMessage()
func (*ListWebRequestRunsRequest) ProtoReflect ¶
func (x *ListWebRequestRunsRequest) ProtoReflect() protoreflect.Message
func (*ListWebRequestRunsRequest) Reset ¶
func (x *ListWebRequestRunsRequest) Reset()
func (*ListWebRequestRunsRequest) String ¶
func (x *ListWebRequestRunsRequest) String() string
type ListWebRequestRunsResponse ¶
type ListWebRequestRunsResponse struct { Webrequestruns *v1alpha1.WebRequestRunList `protobuf:"bytes,1,opt,name=webrequestruns,proto3" json:"webrequestruns,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 (*ListWebRequestRunsResponse) Descriptor
deprecated
func (*ListWebRequestRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListWebRequestRunsResponse.ProtoReflect.Descriptor instead.
func (*ListWebRequestRunsResponse) GetNextPageToken ¶ added in v0.4.472
func (x *ListWebRequestRunsResponse) GetNextPageToken() string
func (*ListWebRequestRunsResponse) GetWebrequestruns ¶ added in v0.4.472
func (x *ListWebRequestRunsResponse) GetWebrequestruns() *v1alpha1.WebRequestRunList
func (*ListWebRequestRunsResponse) ProtoMessage ¶
func (*ListWebRequestRunsResponse) ProtoMessage()
func (*ListWebRequestRunsResponse) ProtoReflect ¶
func (x *ListWebRequestRunsResponse) ProtoReflect() protoreflect.Message
func (*ListWebRequestRunsResponse) Reset ¶
func (x *ListWebRequestRunsResponse) Reset()
func (*ListWebRequestRunsResponse) String ¶
func (x *ListWebRequestRunsResponse) String() string
type UnimplementedWebRequestRunServiceServer ¶
type UnimplementedWebRequestRunServiceServer struct { }
UnimplementedWebRequestRunServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedWebRequestRunServiceServer) CreateWebRequestRun ¶
func (*UnimplementedWebRequestRunServiceServer) CreateWebRequestRun(context.Context, *CreateWebRequestRunRequest) (*CreateWebRequestRunResponse, error)
func (*UnimplementedWebRequestRunServiceServer) DeleteWebRequestRun ¶
func (*UnimplementedWebRequestRunServiceServer) DeleteWebRequestRun(context.Context, *DeleteWebRequestRunRequest) (*DeleteWebRequestRunResponse, error)
func (*UnimplementedWebRequestRunServiceServer) GetWebRequestRun ¶
func (*UnimplementedWebRequestRunServiceServer) GetWebRequestRun(context.Context, *GetWebRequestRunRequest) (*GetWebRequestRunResponse, error)
func (*UnimplementedWebRequestRunServiceServer) ListWebRequestRuns ¶
func (*UnimplementedWebRequestRunServiceServer) ListWebRequestRuns(context.Context, *ListWebRequestRunsRequest) (*ListWebRequestRunsResponse, error)
func (*UnimplementedWebRequestRunServiceServer) UpdateWebRequestRun ¶
func (*UnimplementedWebRequestRunServiceServer) UpdateWebRequestRun(context.Context, *UpdateWebRequestRunRequest) (*UpdateWebRequestRunResponse, error)
type UpdateWebRequestRunRequest ¶
type UpdateWebRequestRunRequest struct { Webrequestrun *v1alpha1.WebRequestRun `protobuf:"bytes,1,opt,name=webrequestrun,proto3" json:"webrequestrun,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 (*UpdateWebRequestRunRequest) Descriptor
deprecated
func (*UpdateWebRequestRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateWebRequestRunRequest.ProtoReflect.Descriptor instead.
func (*UpdateWebRequestRunRequest) GetFieldMask ¶ added in v0.4.422
func (x *UpdateWebRequestRunRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateWebRequestRunRequest) GetWebrequestrun ¶ added in v0.4.472
func (x *UpdateWebRequestRunRequest) GetWebrequestrun() *v1alpha1.WebRequestRun
func (*UpdateWebRequestRunRequest) ProtoMessage ¶
func (*UpdateWebRequestRunRequest) ProtoMessage()
func (*UpdateWebRequestRunRequest) ProtoReflect ¶
func (x *UpdateWebRequestRunRequest) ProtoReflect() protoreflect.Message
func (*UpdateWebRequestRunRequest) Reset ¶
func (x *UpdateWebRequestRunRequest) Reset()
func (*UpdateWebRequestRunRequest) String ¶
func (x *UpdateWebRequestRunRequest) String() string
type UpdateWebRequestRunResponse ¶
type UpdateWebRequestRunResponse struct {
// contains filtered or unexported fields
}
func (*UpdateWebRequestRunResponse) Descriptor
deprecated
func (*UpdateWebRequestRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateWebRequestRunResponse.ProtoReflect.Descriptor instead.
func (*UpdateWebRequestRunResponse) ProtoMessage ¶
func (*UpdateWebRequestRunResponse) ProtoMessage()
func (*UpdateWebRequestRunResponse) ProtoReflect ¶
func (x *UpdateWebRequestRunResponse) ProtoReflect() protoreflect.Message
func (*UpdateWebRequestRunResponse) Reset ¶
func (x *UpdateWebRequestRunResponse) Reset()
func (*UpdateWebRequestRunResponse) String ¶
func (x *UpdateWebRequestRunResponse) String() string
type WebRequestRunServiceClient ¶
type WebRequestRunServiceClient interface { ListWebRequestRuns(ctx context.Context, in *ListWebRequestRunsRequest, opts ...grpc.CallOption) (*ListWebRequestRunsResponse, error) CreateWebRequestRun(ctx context.Context, in *CreateWebRequestRunRequest, opts ...grpc.CallOption) (*CreateWebRequestRunResponse, error) GetWebRequestRun(ctx context.Context, in *GetWebRequestRunRequest, opts ...grpc.CallOption) (*GetWebRequestRunResponse, error) UpdateWebRequestRun(ctx context.Context, in *UpdateWebRequestRunRequest, opts ...grpc.CallOption) (*UpdateWebRequestRunResponse, error) DeleteWebRequestRun(ctx context.Context, in *DeleteWebRequestRunRequest, opts ...grpc.CallOption) (*DeleteWebRequestRunResponse, error) }
WebRequestRunServiceClient is the client API for WebRequestRunService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewWebRequestRunServiceClient ¶
func NewWebRequestRunServiceClient(cc grpc.ClientConnInterface) WebRequestRunServiceClient
type WebRequestRunServiceServer ¶
type WebRequestRunServiceServer interface { ListWebRequestRuns(context.Context, *ListWebRequestRunsRequest) (*ListWebRequestRunsResponse, error) CreateWebRequestRun(context.Context, *CreateWebRequestRunRequest) (*CreateWebRequestRunResponse, error) GetWebRequestRun(context.Context, *GetWebRequestRunRequest) (*GetWebRequestRunResponse, error) UpdateWebRequestRun(context.Context, *UpdateWebRequestRunRequest) (*UpdateWebRequestRunResponse, error) DeleteWebRequestRun(context.Context, *DeleteWebRequestRunRequest) (*DeleteWebRequestRunResponse, error) }
WebRequestRunServiceServer is the server API for WebRequestRunService service.