Documentation
¶
Index ¶
- Variables
- func RegisterSqlQueryRunServiceServer(s *grpc.Server, srv SqlQueryRunServiceServer)
- type CreateSqlQueryRunRequest
- func (*CreateSqlQueryRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSqlQueryRunRequest) GetSqlqueryrun() *v1alpha1.SqlQueryRun
- func (*CreateSqlQueryRunRequest) ProtoMessage()
- func (x *CreateSqlQueryRunRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSqlQueryRunRequest) Reset()
- func (x *CreateSqlQueryRunRequest) String() string
- type CreateSqlQueryRunResponse
- type DeleteSqlQueryRunRequest
- func (*DeleteSqlQueryRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSqlQueryRunRequest) GetName() string
- func (x *DeleteSqlQueryRunRequest) GetNamespace() string
- func (*DeleteSqlQueryRunRequest) ProtoMessage()
- func (x *DeleteSqlQueryRunRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSqlQueryRunRequest) Reset()
- func (x *DeleteSqlQueryRunRequest) String() string
- type DeleteSqlQueryRunResponse
- type GetSqlQueryRunRequest
- func (*GetSqlQueryRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSqlQueryRunRequest) GetName() string
- func (x *GetSqlQueryRunRequest) GetNamespace() string
- func (*GetSqlQueryRunRequest) ProtoMessage()
- func (x *GetSqlQueryRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetSqlQueryRunRequest) Reset()
- func (x *GetSqlQueryRunRequest) String() string
- type GetSqlQueryRunResponse
- func (*GetSqlQueryRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSqlQueryRunResponse) GetSqlqueryrun() *v1alpha1.SqlQueryRun
- func (x *GetSqlQueryRunResponse) GetYaml() string
- func (*GetSqlQueryRunResponse) ProtoMessage()
- func (x *GetSqlQueryRunResponse) ProtoReflect() protoreflect.Message
- func (x *GetSqlQueryRunResponse) Reset()
- func (x *GetSqlQueryRunResponse) String() string
- type ListSqlQueryRunsRequest
- func (*ListSqlQueryRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSqlQueryRunsRequest) GetLabels() map[string]string
- func (x *ListSqlQueryRunsRequest) GetName() string
- func (x *ListSqlQueryRunsRequest) GetNamespace() string
- func (*ListSqlQueryRunsRequest) ProtoMessage()
- func (x *ListSqlQueryRunsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSqlQueryRunsRequest) Reset()
- func (x *ListSqlQueryRunsRequest) String() string
- type ListSqlQueryRunsResponse
- func (*ListSqlQueryRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSqlQueryRunsResponse) GetNextPageToken() string
- func (x *ListSqlQueryRunsResponse) GetSqlqueryruns() *v1alpha1.SqlQueryRunList
- func (*ListSqlQueryRunsResponse) ProtoMessage()
- func (x *ListSqlQueryRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSqlQueryRunsResponse) Reset()
- func (x *ListSqlQueryRunsResponse) String() string
- type RunSqlQueryRunRequest
- func (*RunSqlQueryRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunSqlQueryRunRequest) GetSqlqueryrun() *v1alpha1.SqlQueryRun
- func (*RunSqlQueryRunRequest) ProtoMessage()
- func (x *RunSqlQueryRunRequest) ProtoReflect() protoreflect.Message
- func (x *RunSqlQueryRunRequest) Reset()
- func (x *RunSqlQueryRunRequest) String() string
- type RunSqlQueryRunResponse
- type SqlQueryRunServiceClient
- type SqlQueryRunServiceServer
- type UnimplementedSqlQueryRunServiceServer
- func (*UnimplementedSqlQueryRunServiceServer) CreateSqlQueryRun(context.Context, *CreateSqlQueryRunRequest) (*CreateSqlQueryRunResponse, error)
- func (*UnimplementedSqlQueryRunServiceServer) DeleteSqlQueryRun(context.Context, *DeleteSqlQueryRunRequest) (*DeleteSqlQueryRunResponse, error)
- func (*UnimplementedSqlQueryRunServiceServer) GetSqlQueryRun(context.Context, *GetSqlQueryRunRequest) (*GetSqlQueryRunResponse, error)
- func (*UnimplementedSqlQueryRunServiceServer) ListSqlQuerieRuns(context.Context, *ListSqlQueryRunsRequest) (*ListSqlQueryRunsResponse, error)
- func (*UnimplementedSqlQueryRunServiceServer) RunSqlQueryRun(context.Context, *RunSqlQueryRunRequest) (*RunSqlQueryRunResponse, error)
- func (*UnimplementedSqlQueryRunServiceServer) UpdateSqlQueryRun(context.Context, *UpdateSqlQueryRunRequest) (*UpdateSqlQueryRunResponse, error)
- type UpdateSqlQueryRunRequest
- func (*UpdateSqlQueryRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSqlQueryRunRequest) GetFieldMask() *field_mask.FieldMask
- func (x *UpdateSqlQueryRunRequest) GetSqlqueryrun() *v1alpha1.SqlQueryRun
- func (*UpdateSqlQueryRunRequest) ProtoMessage()
- func (x *UpdateSqlQueryRunRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateSqlQueryRunRequest) Reset()
- func (x *UpdateSqlQueryRunRequest) String() string
- type UpdateSqlQueryRunResponse
Constants ¶
This section is empty.
Variables ¶
var File_github_com_metaprov_modelaapi_services_sqlqueryrun_v1_sqlqueryrun_proto protoreflect.FileDescriptor
Functions ¶
func RegisterSqlQueryRunServiceServer ¶
func RegisterSqlQueryRunServiceServer(s *grpc.Server, srv SqlQueryRunServiceServer)
Types ¶
type CreateSqlQueryRunRequest ¶
type CreateSqlQueryRunRequest struct { Sqlqueryrun *v1alpha1.SqlQueryRun `protobuf:"bytes,1,opt,name=sqlqueryrun,proto3" json:"sqlqueryrun,omitempty"` // contains filtered or unexported fields }
func (*CreateSqlQueryRunRequest) Descriptor
deprecated
func (*CreateSqlQueryRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSqlQueryRunRequest.ProtoReflect.Descriptor instead.
func (*CreateSqlQueryRunRequest) GetSqlqueryrun ¶ added in v0.4.475
func (x *CreateSqlQueryRunRequest) GetSqlqueryrun() *v1alpha1.SqlQueryRun
func (*CreateSqlQueryRunRequest) ProtoMessage ¶
func (*CreateSqlQueryRunRequest) ProtoMessage()
func (*CreateSqlQueryRunRequest) ProtoReflect ¶
func (x *CreateSqlQueryRunRequest) ProtoReflect() protoreflect.Message
func (*CreateSqlQueryRunRequest) Reset ¶
func (x *CreateSqlQueryRunRequest) Reset()
func (*CreateSqlQueryRunRequest) String ¶
func (x *CreateSqlQueryRunRequest) String() string
type CreateSqlQueryRunResponse ¶
type CreateSqlQueryRunResponse struct {
// contains filtered or unexported fields
}
func (*CreateSqlQueryRunResponse) Descriptor
deprecated
func (*CreateSqlQueryRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateSqlQueryRunResponse.ProtoReflect.Descriptor instead.
func (*CreateSqlQueryRunResponse) ProtoMessage ¶
func (*CreateSqlQueryRunResponse) ProtoMessage()
func (*CreateSqlQueryRunResponse) ProtoReflect ¶
func (x *CreateSqlQueryRunResponse) ProtoReflect() protoreflect.Message
func (*CreateSqlQueryRunResponse) Reset ¶
func (x *CreateSqlQueryRunResponse) Reset()
func (*CreateSqlQueryRunResponse) String ¶
func (x *CreateSqlQueryRunResponse) String() string
type DeleteSqlQueryRunRequest ¶
type DeleteSqlQueryRunRequest 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 (*DeleteSqlQueryRunRequest) Descriptor
deprecated
func (*DeleteSqlQueryRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSqlQueryRunRequest.ProtoReflect.Descriptor instead.
func (*DeleteSqlQueryRunRequest) GetName ¶
func (x *DeleteSqlQueryRunRequest) GetName() string
func (*DeleteSqlQueryRunRequest) GetNamespace ¶
func (x *DeleteSqlQueryRunRequest) GetNamespace() string
func (*DeleteSqlQueryRunRequest) ProtoMessage ¶
func (*DeleteSqlQueryRunRequest) ProtoMessage()
func (*DeleteSqlQueryRunRequest) ProtoReflect ¶
func (x *DeleteSqlQueryRunRequest) ProtoReflect() protoreflect.Message
func (*DeleteSqlQueryRunRequest) Reset ¶
func (x *DeleteSqlQueryRunRequest) Reset()
func (*DeleteSqlQueryRunRequest) String ¶
func (x *DeleteSqlQueryRunRequest) String() string
type DeleteSqlQueryRunResponse ¶
type DeleteSqlQueryRunResponse struct {
// contains filtered or unexported fields
}
func (*DeleteSqlQueryRunResponse) Descriptor
deprecated
func (*DeleteSqlQueryRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSqlQueryRunResponse.ProtoReflect.Descriptor instead.
func (*DeleteSqlQueryRunResponse) ProtoMessage ¶
func (*DeleteSqlQueryRunResponse) ProtoMessage()
func (*DeleteSqlQueryRunResponse) ProtoReflect ¶
func (x *DeleteSqlQueryRunResponse) ProtoReflect() protoreflect.Message
func (*DeleteSqlQueryRunResponse) Reset ¶
func (x *DeleteSqlQueryRunResponse) Reset()
func (*DeleteSqlQueryRunResponse) String ¶
func (x *DeleteSqlQueryRunResponse) String() string
type GetSqlQueryRunRequest ¶
type GetSqlQueryRunRequest 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 (*GetSqlQueryRunRequest) Descriptor
deprecated
func (*GetSqlQueryRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSqlQueryRunRequest.ProtoReflect.Descriptor instead.
func (*GetSqlQueryRunRequest) GetName ¶
func (x *GetSqlQueryRunRequest) GetName() string
func (*GetSqlQueryRunRequest) GetNamespace ¶
func (x *GetSqlQueryRunRequest) GetNamespace() string
func (*GetSqlQueryRunRequest) ProtoMessage ¶
func (*GetSqlQueryRunRequest) ProtoMessage()
func (*GetSqlQueryRunRequest) ProtoReflect ¶
func (x *GetSqlQueryRunRequest) ProtoReflect() protoreflect.Message
func (*GetSqlQueryRunRequest) Reset ¶
func (x *GetSqlQueryRunRequest) Reset()
func (*GetSqlQueryRunRequest) String ¶
func (x *GetSqlQueryRunRequest) String() string
type GetSqlQueryRunResponse ¶
type GetSqlQueryRunResponse struct { Sqlqueryrun *v1alpha1.SqlQueryRun `protobuf:"bytes,1,opt,name=sqlqueryrun,proto3" json:"sqlqueryrun,omitempty"` Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"` // contains filtered or unexported fields }
func (*GetSqlQueryRunResponse) Descriptor
deprecated
func (*GetSqlQueryRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSqlQueryRunResponse.ProtoReflect.Descriptor instead.
func (*GetSqlQueryRunResponse) GetSqlqueryrun ¶ added in v0.4.472
func (x *GetSqlQueryRunResponse) GetSqlqueryrun() *v1alpha1.SqlQueryRun
func (*GetSqlQueryRunResponse) GetYaml ¶
func (x *GetSqlQueryRunResponse) GetYaml() string
func (*GetSqlQueryRunResponse) ProtoMessage ¶
func (*GetSqlQueryRunResponse) ProtoMessage()
func (*GetSqlQueryRunResponse) ProtoReflect ¶
func (x *GetSqlQueryRunResponse) ProtoReflect() protoreflect.Message
func (*GetSqlQueryRunResponse) Reset ¶
func (x *GetSqlQueryRunResponse) Reset()
func (*GetSqlQueryRunResponse) String ¶
func (x *GetSqlQueryRunResponse) String() string
type ListSqlQueryRunsRequest ¶
type ListSqlQueryRunsRequest 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 (*ListSqlQueryRunsRequest) Descriptor
deprecated
func (*ListSqlQueryRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListSqlQueryRunsRequest.ProtoReflect.Descriptor instead.
func (*ListSqlQueryRunsRequest) GetLabels ¶
func (x *ListSqlQueryRunsRequest) GetLabels() map[string]string
func (*ListSqlQueryRunsRequest) GetName ¶
func (x *ListSqlQueryRunsRequest) GetName() string
func (*ListSqlQueryRunsRequest) GetNamespace ¶
func (x *ListSqlQueryRunsRequest) GetNamespace() string
func (*ListSqlQueryRunsRequest) ProtoMessage ¶
func (*ListSqlQueryRunsRequest) ProtoMessage()
func (*ListSqlQueryRunsRequest) ProtoReflect ¶
func (x *ListSqlQueryRunsRequest) ProtoReflect() protoreflect.Message
func (*ListSqlQueryRunsRequest) Reset ¶
func (x *ListSqlQueryRunsRequest) Reset()
func (*ListSqlQueryRunsRequest) String ¶
func (x *ListSqlQueryRunsRequest) String() string
type ListSqlQueryRunsResponse ¶
type ListSqlQueryRunsResponse struct { Sqlqueryruns *v1alpha1.SqlQueryRunList `protobuf:"bytes,1,opt,name=sqlqueryruns,proto3" json:"sqlqueryruns,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 (*ListSqlQueryRunsResponse) Descriptor
deprecated
func (*ListSqlQueryRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListSqlQueryRunsResponse.ProtoReflect.Descriptor instead.
func (*ListSqlQueryRunsResponse) GetNextPageToken ¶ added in v0.4.472
func (x *ListSqlQueryRunsResponse) GetNextPageToken() string
func (*ListSqlQueryRunsResponse) GetSqlqueryruns ¶ added in v0.4.472
func (x *ListSqlQueryRunsResponse) GetSqlqueryruns() *v1alpha1.SqlQueryRunList
func (*ListSqlQueryRunsResponse) ProtoMessage ¶
func (*ListSqlQueryRunsResponse) ProtoMessage()
func (*ListSqlQueryRunsResponse) ProtoReflect ¶
func (x *ListSqlQueryRunsResponse) ProtoReflect() protoreflect.Message
func (*ListSqlQueryRunsResponse) Reset ¶
func (x *ListSqlQueryRunsResponse) Reset()
func (*ListSqlQueryRunsResponse) String ¶
func (x *ListSqlQueryRunsResponse) String() string
type RunSqlQueryRunRequest ¶
type RunSqlQueryRunRequest struct { Sqlqueryrun *v1alpha1.SqlQueryRun `protobuf:"bytes,1,opt,name=sqlqueryrun,proto3" json:"sqlqueryrun,omitempty"` // contains filtered or unexported fields }
func (*RunSqlQueryRunRequest) Descriptor
deprecated
func (*RunSqlQueryRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunSqlQueryRunRequest.ProtoReflect.Descriptor instead.
func (*RunSqlQueryRunRequest) GetSqlqueryrun ¶ added in v0.4.479
func (x *RunSqlQueryRunRequest) GetSqlqueryrun() *v1alpha1.SqlQueryRun
func (*RunSqlQueryRunRequest) ProtoMessage ¶
func (*RunSqlQueryRunRequest) ProtoMessage()
func (*RunSqlQueryRunRequest) ProtoReflect ¶
func (x *RunSqlQueryRunRequest) ProtoReflect() protoreflect.Message
func (*RunSqlQueryRunRequest) Reset ¶
func (x *RunSqlQueryRunRequest) Reset()
func (*RunSqlQueryRunRequest) String ¶
func (x *RunSqlQueryRunRequest) String() string
type RunSqlQueryRunResponse ¶
type RunSqlQueryRunResponse struct {
// contains filtered or unexported fields
}
func (*RunSqlQueryRunResponse) Descriptor
deprecated
func (*RunSqlQueryRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunSqlQueryRunResponse.ProtoReflect.Descriptor instead.
func (*RunSqlQueryRunResponse) ProtoMessage ¶
func (*RunSqlQueryRunResponse) ProtoMessage()
func (*RunSqlQueryRunResponse) ProtoReflect ¶
func (x *RunSqlQueryRunResponse) ProtoReflect() protoreflect.Message
func (*RunSqlQueryRunResponse) Reset ¶
func (x *RunSqlQueryRunResponse) Reset()
func (*RunSqlQueryRunResponse) String ¶
func (x *RunSqlQueryRunResponse) String() string
type SqlQueryRunServiceClient ¶
type SqlQueryRunServiceClient interface { ListSqlQuerieRuns(ctx context.Context, in *ListSqlQueryRunsRequest, opts ...grpc.CallOption) (*ListSqlQueryRunsResponse, error) CreateSqlQueryRun(ctx context.Context, in *CreateSqlQueryRunRequest, opts ...grpc.CallOption) (*CreateSqlQueryRunResponse, error) GetSqlQueryRun(ctx context.Context, in *GetSqlQueryRunRequest, opts ...grpc.CallOption) (*GetSqlQueryRunResponse, error) UpdateSqlQueryRun(ctx context.Context, in *UpdateSqlQueryRunRequest, opts ...grpc.CallOption) (*UpdateSqlQueryRunResponse, error) DeleteSqlQueryRun(ctx context.Context, in *DeleteSqlQueryRunRequest, opts ...grpc.CallOption) (*DeleteSqlQueryRunResponse, error) RunSqlQueryRun(ctx context.Context, in *RunSqlQueryRunRequest, opts ...grpc.CallOption) (*RunSqlQueryRunResponse, error) }
SqlQueryRunServiceClient is the client API for SqlQueryRunService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewSqlQueryRunServiceClient ¶
func NewSqlQueryRunServiceClient(cc grpc.ClientConnInterface) SqlQueryRunServiceClient
type SqlQueryRunServiceServer ¶
type SqlQueryRunServiceServer interface { ListSqlQuerieRuns(context.Context, *ListSqlQueryRunsRequest) (*ListSqlQueryRunsResponse, error) CreateSqlQueryRun(context.Context, *CreateSqlQueryRunRequest) (*CreateSqlQueryRunResponse, error) GetSqlQueryRun(context.Context, *GetSqlQueryRunRequest) (*GetSqlQueryRunResponse, error) UpdateSqlQueryRun(context.Context, *UpdateSqlQueryRunRequest) (*UpdateSqlQueryRunResponse, error) DeleteSqlQueryRun(context.Context, *DeleteSqlQueryRunRequest) (*DeleteSqlQueryRunResponse, error) RunSqlQueryRun(context.Context, *RunSqlQueryRunRequest) (*RunSqlQueryRunResponse, error) }
SqlQueryRunServiceServer is the server API for SqlQueryRunService service.
type UnimplementedSqlQueryRunServiceServer ¶
type UnimplementedSqlQueryRunServiceServer struct { }
UnimplementedSqlQueryRunServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedSqlQueryRunServiceServer) CreateSqlQueryRun ¶
func (*UnimplementedSqlQueryRunServiceServer) CreateSqlQueryRun(context.Context, *CreateSqlQueryRunRequest) (*CreateSqlQueryRunResponse, error)
func (*UnimplementedSqlQueryRunServiceServer) DeleteSqlQueryRun ¶
func (*UnimplementedSqlQueryRunServiceServer) DeleteSqlQueryRun(context.Context, *DeleteSqlQueryRunRequest) (*DeleteSqlQueryRunResponse, error)
func (*UnimplementedSqlQueryRunServiceServer) GetSqlQueryRun ¶
func (*UnimplementedSqlQueryRunServiceServer) GetSqlQueryRun(context.Context, *GetSqlQueryRunRequest) (*GetSqlQueryRunResponse, error)
func (*UnimplementedSqlQueryRunServiceServer) ListSqlQuerieRuns ¶
func (*UnimplementedSqlQueryRunServiceServer) ListSqlQuerieRuns(context.Context, *ListSqlQueryRunsRequest) (*ListSqlQueryRunsResponse, error)
func (*UnimplementedSqlQueryRunServiceServer) RunSqlQueryRun ¶
func (*UnimplementedSqlQueryRunServiceServer) RunSqlQueryRun(context.Context, *RunSqlQueryRunRequest) (*RunSqlQueryRunResponse, error)
func (*UnimplementedSqlQueryRunServiceServer) UpdateSqlQueryRun ¶
func (*UnimplementedSqlQueryRunServiceServer) UpdateSqlQueryRun(context.Context, *UpdateSqlQueryRunRequest) (*UpdateSqlQueryRunResponse, error)
type UpdateSqlQueryRunRequest ¶
type UpdateSqlQueryRunRequest struct { Sqlqueryrun *v1alpha1.SqlQueryRun `protobuf:"bytes,1,opt,name=sqlqueryrun,proto3" json:"sqlqueryrun,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 (*UpdateSqlQueryRunRequest) Descriptor
deprecated
func (*UpdateSqlQueryRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSqlQueryRunRequest.ProtoReflect.Descriptor instead.
func (*UpdateSqlQueryRunRequest) GetFieldMask ¶ added in v0.4.422
func (x *UpdateSqlQueryRunRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateSqlQueryRunRequest) GetSqlqueryrun ¶ added in v0.4.475
func (x *UpdateSqlQueryRunRequest) GetSqlqueryrun() *v1alpha1.SqlQueryRun
func (*UpdateSqlQueryRunRequest) ProtoMessage ¶
func (*UpdateSqlQueryRunRequest) ProtoMessage()
func (*UpdateSqlQueryRunRequest) ProtoReflect ¶
func (x *UpdateSqlQueryRunRequest) ProtoReflect() protoreflect.Message
func (*UpdateSqlQueryRunRequest) Reset ¶
func (x *UpdateSqlQueryRunRequest) Reset()
func (*UpdateSqlQueryRunRequest) String ¶
func (x *UpdateSqlQueryRunRequest) String() string
type UpdateSqlQueryRunResponse ¶
type UpdateSqlQueryRunResponse struct {
// contains filtered or unexported fields
}
func (*UpdateSqlQueryRunResponse) Descriptor
deprecated
func (*UpdateSqlQueryRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSqlQueryRunResponse.ProtoReflect.Descriptor instead.
func (*UpdateSqlQueryRunResponse) ProtoMessage ¶
func (*UpdateSqlQueryRunResponse) ProtoMessage()
func (*UpdateSqlQueryRunResponse) ProtoReflect ¶
func (x *UpdateSqlQueryRunResponse) ProtoReflect() protoreflect.Message
func (*UpdateSqlQueryRunResponse) Reset ¶
func (x *UpdateSqlQueryRunResponse) Reset()
func (*UpdateSqlQueryRunResponse) String ¶
func (x *UpdateSqlQueryRunResponse) String() string